@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
:root {
    --hover-artikel: #767575;
    --white: #fff; 
    --black: #121212; 
    --second: #767575;
    --third: #ADADAD;
  }
a{
    cursor: pointer;
    color: var(--black) !important;
    text-decoration: none !important;
}
img{
    pointer-events: none;
}
.cookies .accept{
    width: 100px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cookies .decline{
    width: 100px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d6d6d6;
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title-cookies{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    cursor: pointer;
}
.desc-cookies{
    color: var(--second);
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.custom-kiki{
    transition: all 1.5s ease-in-out;
    background-position: center !important;
    height: 100vh !important;
    background-color: #fff !important;
    --bs-gutter-x: auto !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
canvas {
    width: 70%;
    height: auto;
}
#gallerysingle img{
    pointer-events: auto
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.multiselect{
    margin-bottom: 10px;
}
.selectBox .form-select{
    font-family: 'Roboto', sans-serif;
    color: var(--second);
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 400;
    border: 1px #adadad solid;
}
#checkboxesyear {
    display: none;
    padding: 10px;
    border: 1px #adadad solid;
}
#checkboxesyear label {
    display: block;
}
#checkboxesyear label:hover {
    /* background-color: #747474; */
}
#checkboxescity {
    display: none;
    padding: 10px;
    border: 1px #adadad solid;
}
#checkboxescity label {
    display: block;
}
#checkboxescity label:hover {
    /* background-color: #747474; */
}
#checkboxespaid {
    display: none;
    padding: 10px;
    border: 1px #adadad solid;
}
#checkboxespaid label {
    display: block;
}
#checkboxespaid label:hover {
    /* background-color: #747474; */
}
#Year{
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100px;
    text-align: left;
    width: 92px;
    border-radius: 5px;
    border: 2px dashed var(--third);
}
#City{
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100px;
    text-align: left;
    width: 92px;
    border-radius: 5px;
    border: 2px dashed var(--third);
}
#Paidfree{
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100px;
    text-align: left;
    width: 92px;
    border-radius: 5px;
    border: 2px dashed var(--third);
}
.option-select{
    margin-left: 10px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reverse{
    cursor: pointer;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: flex-end !important;
}
.events img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 1px solid #ededed;
}
.events-list img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 1px solid #ededed;
}
.event-desc{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.6px; 
}
.slider_sidebar img{
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.sticky-event{
    top: 66px;
    position: sticky;
}
.e-desktop{
    display: block;
}
.e-mobile{
    display: none;
}
@media screen and (max-width: 575px) {
    .e-mobile{
        display: block;
    }
    .e-desktop{
        display: none !important;
    }
    .event-desc{
        display: none;
        margin-bottom: 20px;
    }
    .sticky-event{
        top: 66px;
        position: unset;
    }
    .events-list img{
        margin-bottom: 5px;
        /* display: none; */
    }
}
.garis{
    border-color: var(--third);
    border-style: hidden hidden solid hidden;
    border-width: 1px;
    width: 100%;
}
.wider-custom{
    padding: 0px 80px;
}
.mt-header{
    margin-top:53px
}
.icon-pagination {
    height: 40px;
    width: 40px;
}

@media screen and (max-width: 1399px) {
    .wider-custom{
        padding: 0px 47px;
    }
}
@media screen and (max-width: 1199px) {
    .wider-custom{
        padding: 0px 10px;
    }
}
@media screen and (max-width: 991px) {
    .wider-custom{
        padding: 0px 0px;
    }
    .mt-header{
        margin-top:30px
    }
}
@media screen and (max-width: 767px) {
    .row-reverse{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px) {
    .wider-custom{
        padding: 0px 15px;
    }
    .custom-kiki{
        background-image: none; 
    }
}
/* ==========================================================ADS */
.banner-ads{
    padding-top: 13px; 
}
.banner-ads img{
    width: 100%;
}
/* ==========================================================CRUD */
.pop-signin .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 7px;
    outline: 0;
}
.pop-signin .modal-body{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: var(--white);
}
.pop-signin .modal-body input{
    border: 1px solid var(--second);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    width: 100%;
}
.pop-signin .modal-body input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.pop-signin .modal-body .forgot{
    margin-top: 0px;
    margin-bottom: 23px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.pop-signin .modal-body .submit{
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.pop-signin .modal-body .or{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pop-signin .modal-body .google{
    border-radius: 5px;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid  var(--second);
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}
.pop-signin .modal-body .google img{
    margin-right: 10px;
}
.pop-signin .modal-body .facebook{
    border-radius: 5px;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #3D5A98;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.pop-signin .modal-body .facebook img{
    margin-right: 10px;
}
.pop-signin .modal-body .title{
    margin-bottom: 30px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
}
.nav-login-bg{
    background-color: #E9E9E9 !important;
}
.nav-login-filter{
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.nav-register-bg{
    background-color: #E9E9E9 !important;
}
.nav-register-filter{
    background-color: var(--white) !important;
    filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
}
.nav-login{
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--white);
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.nav-register{
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #E9E9E9;
}
.nav-login .txt{
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
}
.nav-register .txt{
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
}
.llogin{
    display: block;
}
.rregister{
    display: none;
}
.showmodal{
    display: block !important;
}
.hidemodal{
    display: none !important;
}
.complete-register-form{
    display: none;
}
.submit-register-form{
    display: none;
}
.forgot-modal{
    z-index: 100;
}
@media screen and (max-width: 575px) {
    .pop-signin .modal-body{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* ==========================================================SLICK */
 /* the slides */
 .slick-slide {
    margin-left:27px !important;
  }

  /* the parent */
  .slick-list {
    margin-left:-27px !important;
  }
/* ==========================================================NAVBAR */
.nav-desktop{
    display:block;
}
.nav-mobile{
    display:none;
}
.navbar-brand img{
    width: 147px;
    height: auto;
}
.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-nav{
    gap: 60px;
}
.nav-link{
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-link:hover{
    color: var(--hover-artikel) !important;
}
.nav-right{
    color: #b1b1b1;
}
#hilang{
    display: none;
}
#newsid{
    background-color: #FFF;
    width: 100%;
    display: none;
}
#featuredid{
    background-color: #FFF;
    width: 100%;
    display: none;
}
.show-navbar{
    display:block!important;
}
.login a{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #818181;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
}
.navbar-light .navbar-toggler{
    margin-top: -1px;
    margin-bottom: -1px;
    border-color: #ffffff00;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-radius: 0px;
}
.navbar-toggler:focus{
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.navbar-toggler-icon{
    margin-left: -15px;
}
.dropdown-menu{
    padding-left: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
}
.dropdown-menu[data-bs-popper]{
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown-item{
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.margin-nav{
    margin-left: 23px; 
    margin-right: 23px; 
    align-self: center;
}
.user-login{
    gap: 10px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    width: 61px;
    height: 27px;
    border-radius: 20px;
    border: 1px solid #767575;
}
.dropdown-user-login{
    margin-top: 15px;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    z-index: 1021;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-user-login .garis{
    margin-top:5px;
    margin-bottom: 15px;
}
.dropdown-user-login a{
    padding: 0;
    margin-bottom: 15px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight:300;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: none !important;
}
.dropdown-user-login a:focus{
    background-color: #fff !important;
}
.pw-icons i {
    cursor: pointer;
    margin-top: 6px;
    right: 70px;
    position: absolute;
}
.pw-icons {
    width: 100%;
    margin-bottom: 10px;
}
.icon-pw {
    padding: 10px;
    color: #121212;
    min-width: 50px;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .nav-desktop{
        display:none;
    }
    .nav-mobile{
        display:block;
    }
    .navbar-nav{
        gap: 0px;
    }
}
@media screen and (max-width: 575px) {
    .margin-nav{
        margin-left: 6px;
        margin-right: 13px;
    }
    .pw-icons i {
        margin-top: 6px;
        right: 14px;
        position: absolute;
    }
}
/* ==========================================================SEARCH */
.search-desktop{
    display:block;
}
/* desktop */
.button {
	display: inline-block;
	margin: 4px 2px;
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 33px;
	text-align: center;
	color: var(--third);
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search-container {
	position: relative;
	display: inline-block;
    height: 41px;
    width: 29px;
	vertical-align: bottom;
}
.mglass {
    font-family: FontAwesome;
}
.searchbutton {
	position: absolute;
	font-size: 15px;
	width: 100%;
	padding: 0;
}
.searchbutton img{
    height: 21px; 
    width:  21px
}
   
.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search {
    color: var(--black);
    font-family: 'Roboto', sans-serif;
	position: absolute;
	left: 49px;
	background-color: #f7f7f7;
    border-radius: 10px;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
input[type = 'search']::-webkit-search-cancel-button{
	-webkit-appearance: none;	
}
.search::placeholder{
     font-family: 'Roboto', sans-serif;
}
.search:focus {
	width: 363px;
	padding: 0 16px 0 0;
}
.expandright {
	left: auto;
	right: 0px;
}
.expandright:focus {
	padding: 0 0 0 16px;
}
/* mobile */
.button-mobile {
	display: inline-block;
	margin: 4px 2px;
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 33px;
	text-align: center;
	color: var(--third);
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button-mobile:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search-container-mobile {
	position: relative;
	display: inline-block;
    height: 41px;
    width: 29px;
	vertical-align: bottom;
}
.mglass-mobile {
    font-family: FontAwesome;
}
.searchbutton-mobile {
	position: absolute;
	font-size: 15px;
	width: 100%;
	padding: 0;
}
.searchbutton-mobile img{
    height: 20px;
    width: 20px;
}
.search-mobile:focus + .searchbutton-mobile {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}
.search-mobile {
    color: var(--black);
	position: absolute;
	left: 49px;
    background-color: #f7f7f7;
    border-radius: 10px;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.search-mobile::placeholder{
    font-family: FontAwesome;
}
.search-mobile:focus {
	width: 363px;
	padding: 0 16px 0 0;
}
.expandright-mobile {
	left: auto;
	right: 0px;
}
.expandright-mobile:focus {
	padding: 0 0 0 16px;
}
@media screen and (max-width: 992px) {
    .search-desktop{
        display:none !important;
    }
}
@media screen and (max-width: 600px) {
    .search-mobile:focus {
        width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .search-mobile:focus {
        width: 200px;
    }
}
/* ==========================================================MOST POPULAR */
.mostpopular{
    color: var(--black);
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    border-top: 2px solid var(--third);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.popular img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.popular .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    color: var(--black);
    cursor: pointer;
}
.popular .title:hover{
    color: var(--hover-artikel);
}
.popular .time{
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--hover-artikel);
}
@media screen and (max-width: 767px) {
    .popular img{
        aspect-ratio: 16/9;
    }
}
/* ==========================================================HEADLINE */
.headline img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.headline .category{
    margin-top: 20px;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.75px;
    line-height: normal;
}
.headline .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    cursor: pointer;
}
.headline .title:hover{
    color: var(--hover-artikel);
}
@media screen and (max-width: 991px) {
    .headline img{
        aspect-ratio: 5/4;
    }
}
@media screen and (max-width: 767px) {
    .headline img{
        aspect-ratio: 16/9;
    }
    .headline .title{
        margin-bottom: 30px;
    }
}
/* ==========================================================SIDEBAR RIGHT */
.sidebar-right{
    margin-top:0px;
}
.sidebar-right img{
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.ads{
    margin-top: 26px;
    position: relative;
    text-align: center;
    color: var(--white);
}
.ads img{
    filter: opacity(0.5);
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.ads2 img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ads-content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ads-content .title {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: var(--black);
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ads-content .subs {

}
.ads-content input{
    width: 100%;
    border-color: #ffffff00;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 4px;
}

.ads-content input::placeholder{
    font-size: 12px;
    color: #b1b1b1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.ads-content button{
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
    .sidebar-right{
        margin-top:30px;
    }
    .ads{
        margin-top: 0px;
    }
    .sidebar-right img{
        aspect-ratio: 9/16;
    }
    .ads2 img{
        aspect-ratio: 16/9;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px) {
    .sidebar-right img{
        margin-bottom: 30px;
    }
}
/* ==========================================================ARTIKEL */
.artikel img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.artikel .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.artikel .author{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}
.artikel .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.artikel .title:hover{
    color: var(--hover-artikel);
}
.artikel .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.artikel .desc:hover{
    color: var(--hover-artikel);
}
.submenu{
    padding-top: 13px;
    padding-bottom: 13px;
     color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}
.artikel-release img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.artikel-release .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.artikel-release .author{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 10px;
}
.artikel-release .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.artikel-release .title:hover{
    color: var(--hover-artikel);
}
.artikel-library img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.artikel-library .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.artikel-library .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.artikel-library .title:hover{
    color: var(--hover-artikel);
}
.list-artikel .title{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.list-artikel .title:hover{
    color: var(--hover-artikel);
}
.list-artikel .date{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 7px;
    margin-bottom: 22px;
}
@media screen and (max-width: 1199px) {
    .list-artikel .title{
        font-size:16px;
    }
    .list-artikel .date{
        font-size:11px;
    }
}
@media screen and (max-width: 767px) {
    .artikel-release .category{
        margin-top: 17px;
    }
    .artikel-release .author{
        margin-top: 17px;
    }
    .artikel-release .title{
        font-size: 22px;
    }
}
/* ==========================================================FOOTER */
.footer img{
    height:24px;
    width: 24px;
}
.footer-desktop{
    display:block;
}
.footer-mobile{
    display:none;
}
.txt-footer{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .footer-desktop{
        display:none !important;
    }
    .footer-mobile{
        display:block;
    }
}
/* ==========================================================SINGLE */
.single-desktop{
    display:block
}
.single-mobile{
    display:none;
}
.author-desktop{
    display:block;
}
.author-mobile{
    display:none !important;
}
.single .title{
    color: var(--black);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 23px;
}
.single .date{
    color: var(--third);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}
.single .author{
    color: var(--third);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.single .author img{
    margin-top: -4px;
    margin-right: 7px;
    height: 17px;
    width: 17px;
}
.single .author .dot{
    margin-left: 20px;
    margin-right: 20px;
}
.single .social{
    margin-bottom: 57px;
}
.single-gallery img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.hover-gallery{
    position: relative;
    text-align: center;
    color: white;
}
.sgf{
    display: none !important;
}
.showhidegallery{
    display: none;
}
.showgallery{
    display: block;
}
.bottom-left {
    display: flex;
    background-color: #ffffff63;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.bottom-left div{
    margin-top: 1px;
}
.bottom-left img{
    margin-right: 10px;
    height:20px;
    width: 20px;
}
.single-gallery .desc{
    margin-top: 6px;
    margin-top: 6px;
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
}
.single-desc img{
    width: 100%;
}

.single-desc a{
    color: #0d6efd !important;
}

.single-desc{
    text-align: justify;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.48px;
}
.single-desc br{
    margin-bottom: 1rem;
}
.single-ads{
    /* margin-top: 35px; */
}
.single-ads img{
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.single-ads2{
    margin-bottom: 60px;
}
.single-ads2 img{
    width: 100%;
    aspect-ratio: 16/5;
    object-fit: cover;
}
.project-detail{
    margin-top: 35px;
    margin-bottom: 60px;
}
.project-detail .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}
.project-detail .isi{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}
.project-detail .space{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
}
.sticky-sidebar{
    top: 66px;
    position: sticky;
}
.social{
    /* gap: 20px; */
}
.social img{
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.single-artikel img{
    width:100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.single-artikel .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-artikel .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.single-artikel .author{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 10px;
}
.single-artikel .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
}
.single-gallery .modal{
    color: var(--white);
}
.single-gallery .modal .modal-content{
    background-color: #1E1E1E
}
.single-gallery .modal .modal-header{
    gap: 10px;
    align-items: start;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
}
.single-gallery .modal .count{
    margin-top: 8px;
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.single-gallery .modal .modal-header .modal-title .title{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-gallery .modal .modal-header .modal-title .owner{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}
.single-gallery .modal .modal-footer{
    margin-bottom: 20px;
    padding: 0;
    justify-content:center;
    border-top: 0;
}
.single-gallery .modal .modal-body .txt{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-top: 30px;
    margin-bottom: 14px;
}
.single-gallery .modal .modal-footer .txt-footer{
    color: var(--white);
}
.single-gallery .modal .modal-header img{
    height: 38px;
    width: 38px;
}
.single-gallery .modal .modal-header .btn-close{
    opacity: 1;
    margin: 0 0 0 0 !important;
}
.carousel-item img{
    /* width: 75% !important; */
    height: 65vh;
}
.carousel-control-prev img{
    height: 40px;
    width: 40px;
    aspect-ratio: unset;
    object-fit: fill;
}
.carousel-control-next img{
    height: 40px;
    width: 40px;
    aspect-ratio: unset;
    object-fit: fill;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
    opacity: 1;
}
.showhidecontrol{
    display: block !important;
}
.wider-gallery{
    width: 75%;
}
.ads-single-bottom{
    width:100%;
    aspect-ratio: 4/1;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .wider-gallery{
        width: 100%;
    }
    .single-desktop{
        display:none !important;
    }
    .single-mobile{
        display:block;
    }
    .project-detail .title{
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 767px) {
    .single-ads img{
        aspect-ratio: 9/16;
    }
    .carousel-item img{
        aspect-ratio: 4/3;
        height: auto;
    }
    .modal-title{
        padding-top: 48px;
    }
}
@media screen and (max-width: 575px) {
    .single .title{
        font-size: 29px;
    }
    .author-desktop{
        display:none;
    }
    .author-mobile{
        margin-bottom: 14px;
        display:block !important;
    }
    .single .author{
        font-size:12px;
        text-align: center;
        margin-bottom: 6px;
    }
    .social{
        /* gap: 8px; */
    }
    .social img{
        margin-left: 4px;
        margin-right: 4px;
        width: 18px;
        height: 18px;
    }
    .single-gallery .modal .modal-header .modal-title .title{
        font-size:16px;
    }
    .single-gallery .modal .modal-header .modal-title .owner{
        font-size:10px;
    }
    .single-gallery .modal .count{
        font-size:9px;
    }
    .single-gallery .modal .modal-header img{
        height: 28px;
        width: 28px;
    }
    .single-gallery .modal .modal-body .txt{
        font-size:13px;
        margin-top: 15px;
    }
    .modal-fullscreen .modal-body{
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* ==========================================================COMMENT */
.reply-coment{
    display: none;
  }
  .reply-coment .media {
    border-bottom: 0px;
    border-top: 1px solid #f0f0f0;
  }
  
  .reply-coment .media:first-child {
    border-bottom: 0px;
    border-top: 0px;
    padding-top: 25px;
  }
.comment-section{
    margin: 30px 0 25px;
  }
  
  .alert{
    border-radius: 0px !important;
    font-family: var(--my-font);
  }
  
  .alert-nocomment{
      font-size: 12px;
    color: #41464b;
    background-color: #ececec;
    border-color: #ebebeb;
  }
  
  .card-coment{
    padding: 1px !important;
    border: none;
  }
  
  .card-coment-body{
    padding: 0;
    border: none;
  }
  
  .card-coment-login{
    border: 1px solid #e7e7e7;
    padding: 14px 17px 24px;
    border-radius: 0px;
    margin-bottom: 21px;
  }
  
  .content-coment{
    position: relative;
    margin-top: 8px;
  }
  
  .show-comment,.no-comment{
    font-size: 15px;
    font-weight: 700;
    color: #b3b3b3;
    text-decoration: none;
  }
  
  .show-comment i{
    font-size: 11px;
  }
  .show-comment:hover{
    color: #a7a7a7;
    cursor: pointer;
  }
  .thumb-user-comment{
    width: 100%;
    max-width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .thumb-user-comment-default{
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
    cursor: default !important;
    border: 0;
    text-transform: uppercase;
  }
  .form-comment {
    display: flex;
    position: relative;
  }
  
  .textarea-space {
    border: 1px solid #cccc;
    width: 100%;
    border-radius: 0px;
    transition:  all .7s;
    height: 51px;
  }
  .space-value{
    transition:  all .7s;
    height: 110px !important;
    border-radius: 5px !important;
  }
  .textarea-coment {
    padding: 10px;
    height: 49px;
    border-color: transparent;
    width: 100%;
    font-family: var(--my-font);
    outline: none;
    border-radius: 0px;
    transition:  all .7s;
  }
  
  .textarea-coment-value{
    height: 75px !important;
    padding: 8px 10px;
    border-radius: 5px !important;
    transition:  all .7s;
    
  }
  .emoji-btn{
    border: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 15px;
    color: #aaaaaa;
    position: absolute;
    right: 10px;
    bottom: 17px;
    transition: all .4s;
  }
  
  .toggle-emoji{
    bottom: 10px;
    transition: all .4s;
  }
  
  .textarea-coment-child {
    border-radius: 5px;
    padding: 7px 10px;
    height: 90px;
    border-color: #ccc;
    margin: 5px 0;
    width: 100%;
    font-family: var(--my-font);
    outline: none;
  }
  
  .footer-form-comment {
    margin: 9px 0;
    padding-left: 65px;
    overflow: hidden;
  }
  
  .g-captcha-area{
    margin-top: -145px;
    transition:  all .7s;
  }
  .btn-submit-comment{
    color: #000;
    /* background-color: #000; */
    border: 1px solid #e7e7e7;
    padding: 7px 12px;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
  }
  .btn-submit-comment:hover{
    color: #414141;
  }
  
  .btn-submit-comment[disabled=disabled], .btn-submit-comment:disabled{
    cursor: no-drop;
    background-color: #313131;
  }
  .media {
    padding: 15px 0 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .reply-coment{
    display: none;
  }
  .reply-coment .media {
    border-bottom: 0px;
    border-top: 1px solid #f0f0f0;
  }
  
  .reply-coment .media:first-child {
    border-bottom: 0px;
    border-top: 0px;
    padding-top: 25px;
  }
  
  .media:last-child {
    border-bottom: 0px;
  }
  .header-media-comment{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }
  .header-media-comment .thumb-user-comment {
    width: 39px;
    height:39px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
  
  .header-media-comment .thumb-user-comment-default-list {
    width: 39px;
    height:39px;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
    cursor: default !important;
    border: 0;
    text-transform: uppercase;
    aspect-ratio: 1;
  }
  .header-media-comment .username-comment{
    font-weight: 600;
    font-size: 17px;
    font-family: var(--my-font);
  }
  .header-media-comment .date-comment{
    font-weight: 500;
    color: #8d8d8d;
    font-size: 15px;
    line-height: 17px;
    font-family: var(--my-font);
  }
  .body-media-comment {
    margin-left: 57px;
    word-break: break-word;
    font-size: 16px;
    font-family: var(--my-font);
  }
  .footer-media-comment {
    position: relative;
  }
  .btn-media-coment{
    padding: 1px 5px;
    background-color: transparent;
    border: 1px solid #8d8d8d;
    border-radius: 12px;
    color: #8d8d8d;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin-right: 7px;
    margin-top: 15px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
  }
  
  .btn-media-coment:hover{
    border: 1px solid #555;
    color: #555;
  }
  
  .toggle-reply{
    font-size: 14px;
    color: #8d8d8d;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
  }
  .toggle-reply:hover{
    color: #555;
  }
  .toggle-reply .fas{
    font-size: 12px;
    padding-left: 2px;
  }
  
  .form-content-coment{
    position: relative;
  }
  .close-coment{
    position: absolute;
    right: 0;
    top: -30px;
    background: #ddd;
    padding: 0px 7px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }
  
  .close-coment2{
    float: right;
    background: #ddd;
    padding: 0px 7px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }
  
  .btn-modal-coment2, .btn-modal-coment2:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 2px 7px;
    border-radius: 14px;
    text-transform: capitalize;
    text-decoration: none;
  }
  
  .close-modal-coment, .close-modal-coment:hover {
    font-size: 26px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
  }
  
  @media screen and (max-width:575px){
    .thumb-user-comment {
        max-width: 41px;
        height: 41px;
    }
    .textarea-space {
        height: 45px;
        border-radius: 0px;
    }
    .textarea-coment {
        padding: 8px 10px;
        height: 42px;
        border-radius: 11px;
    }
    .emoji-btn{
        bottom: 14px;
    }
    .toggle-emoji{
        bottom: 10px;
    }
    .footer-form-comment {
        padding-left: 57px;
    }
  }
  @font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
  }
  .zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .zmdi-thumb-down:before {
    content: "\f1dc";
  }
  .zmdi-thumb-up-down:before {
    content: "\f1dd";
  }
  .zmdi-thumb-up:before {
    content: "\f1de";
  }
  
  .zmdi-thumb-down:before {
    content: "\f1dc";
  }
  .zmdi-thumb-up-down:before {
    content: "\f1dd";
  }
  .zmdi-thumb-up:before {
    content: "\f1de";
  }  
/* ==========================================================ARCHITECTURE */
.architecture-headline img{
    width:100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 25px;
}
.architecture-headline .title{
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.architecture-headline .title:hover{
    color: var(--hover-artikel);
}
.architecture-headline .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;;

}
.architecture-headline .desc:hover{
    color: var(--hover-artikel);
}
.architecture-ads img{
    width:100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.architecture img{
    width:100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 13px;
}
.architecture .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.architecture .author{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.architecture .title{
    margin-top: 10px;
    margin-bottom: 7px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.architecture .title:hover{
    color: var(--hover-artikel);
}
.architecture .desc{
    margin-bottom: 25px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
}
.architecture .desc:hover{
    color: var(--hover-artikel);
}
.btn-custom{
    cursor: pointer;
    margin-top: 35px;
    width: 117px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid var(--third);
}
.btn-custom .txt{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    margin-top: 9px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .architecture-ads img{
        margin-top: 45px;
        aspect-ratio: 9/16;
    }
}
@media screen and (max-width: 575px) {
    .architecture-headline .title{
        font-size: 30px;
    }
    .architecture-headline .desc{
        font-size:16px;
    }
}
/* ==========================================================FEATURED */
.featured-headline img{
    margin-bottom: 18px;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.featured-headline .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.featured-headline .title:hover{
    color: var(--hover-artikel);
}
.featured-headline .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 14px;
    margin-bottom: 40px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.75px;
}
.featured-headline .desc:hover{
    color: var(--hover-artikel);
}
.featured-artikel img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.featured-artikel .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.featured-artikel .author{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 10px;
}
.featured-artikel .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.featured-artikel .title:hover{
    color: var(--hover-artikel);
}
.featured-artikel .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.featured-artikel .desc:hover{
    color: var(--hover-artikel);
}
@media screen and (max-width: 991px) {
    .featured-headline .title{
        font-size: 29px;
    }
}
/* ==========================================================LIBRARY */
.library .library-headline img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.library .library-headline .title{

    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%;
}
.library .library-headline .category{
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--third);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%;
}
.library .library-ads img{
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}
.library .card-library img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.library .card-library .category{
    margin-top: 17px;
    margin-bottom: 10px;
    color: var(--third);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    line-height: 94%;
}
.library .card-library .title{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%;
}
.card-library{
    margin-bottom: 30px;
}
/* .row-library {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 27px;
    grid-auto-rows: 246px;
}
.row-library .card-library:nth-child(1) {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
}
.row-library .card-library:nth-child(1n) {
    grid-row: unset;
    grid-column: unset;
}
.row-library .card-library:nth-child(10) {
    grid-row: span 2;
    grid-column: span 2;
}
.row-library img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-library .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.card-library .title{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} */
@media screen and (max-width: 991px) {
    .library .library-ads img{
        margin-top: 45px 
    }
}
/* @media screen and (max-width: 767px) {
    .row-library {
        grid-template-columns: repeat(4, 1fr);
    }
    .row-library .card-library:nth-child(1n) {
        grid-row: unset !important;
        grid-column: span 2 !important;
    }
    .card-library .category{
        font-size: 9px;
        margin-top: 13px;
        margin-bottom: 4px;
    }
    .card-library .title{
        -webkit-line-clamp: 2;
        font-size: 15px;
    }
    .card-library{
        margin-bottom: 60px;
    }
} */
/* ==========================================================LIBRARY DETAIL */
.library-detail .title{
    color: var(--black);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 23px;
}
.library-detail .brand img{
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.library-detail .brand{
    text-align: center;
    color: var(--third);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.library-detail .social{
    margin-bottom: 30px;
}
.library-detail .body-detail .title-1{
    margin-bottom:20px;
    color: var(--black);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.library-detail .body-detail .title-2{
    color: var(--black);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 20px;
}
.library-detail .body-detail .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.library-detail .body-detail .desc img{
    width: 100%;
}
.library-detail .body-detail .charlist{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.library-detail .body-detail .img-qwe{
    margin-top: 23px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.download-card{
    border-radius: 5px;
    border: 1px solid var(--third);
    padding: 10px 21px 10px 20px;
}
.download-card img{
    height: 34px;
    margin-right: 10px;
}
.download-card .title-qwe{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.download-card .title-qwer{
    color: #767575;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.privacy-qwe{
    color: #767575;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 50px;
}
.table-library{
    margin-left: -31px;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    display: inline-block;
    font-size: 1em;
    position: relative;
    line-height: 1.75em;
    -webkit-font-smoothing: initial;
    -moz-font-smoothing: grayscale;
    word-wrap: break-word;
}
.charitem{
    width: 100%;
}
.chartitle{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    width: 27.5%;
    font-size: 16px;
    font-weight: 300;
    line-height: inherit;
    margin: 0 2.5% 0 0;
    float: left;
}
.chartext{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    width: 70%;
    position: relative;
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.chartext:before{
    content: ': ';
    left: -2.5%;
    position: absolute;
}
.qwe{
    display: flex;
    justify-content: center;
}
.qwe-radius{
    background-color: #ededed;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.card-profile-library-img{
    padding: 20px;
    width: 100%;
    margin-bottom: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-card-profile-library{
    color: var(--black);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.desc-card-profile-library{
    color: var(--third);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.website-card-profile-library{
    text-align: center;
    color: var(--third);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: underline;
    line-height: normal;
}
.location-card-profile-library img{
    height: 19px;
    color: var(--third);
}
.location-card-profile-library{
    display: flex;
    justify-content:center;
    gap: 5px;
    color: var(--third);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-card-profile-library{
    display: flex;
    justify-content:center;
    gap: 3px;
}
.social-card-profile-library img{
    height: 19px;
}
.ads-right-library img{
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.library-border-card{
    border-radius: 5px;
    border: 1px solid var(--third);
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
}
.title-release-library{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .chartitle{
        width: 100%;
        font-weight: 500;
    }
    .chartext:before{
        content: unset;
    }
    .chartext{
        margin-bottom: 10px;
    }
    .table-library{
        margin-bottom:10px;
    }
}
@media screen and (max-width: 575px) {
    .library-detail .title {
        font-size: 29px;
    }
}
/* ==========================================================PRODUCTS */
.row-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3px;
    grid-auto-rows: 200px;
}
.row-products .card-products:nth-child(2) {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
}
.row-products .card-products:nth-child(1n) {
    grid-row: unset;
    grid-column: unset;
}
.row-products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-products{
    /* margin-bottom: 58px; */
}
.info-products .submit{
    margin: 20px auto;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.info-products .website{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.info-products .address{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.info-products .logo{
    margin: 30px auto 30px;
    width: 80%;
}
.info-products .logo img{
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: cover;
}
.info-products .icon{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.info-products .info-social{
    padding-bottom: 16px;
}
.products .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.products .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.products .card-products img{
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.products .card-products .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .info-products .logo{
        margin: 30px auto 30px;
        width: 50%;
    }
    .row-products {
        display: none;
    }
    .row-products .card-products:nth-child(1n) {
        grid-row: unset !important;
        grid-column: span 2 !important;
    }
    .card-products{
        /* margin-bottom: 60px; */
    }
}
/* ==========================================================SHOP */
.img-shop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 12px;
    position: relative;
}
.img-shop img{
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.shop .title{
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.shop .price{
    text-align: center;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 22px;
}
.shop .submit{
    width: 50%;
    margin: 20px auto;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--black);
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 60px;
}
.shop-highlight{
    background-color: #e5e5e5;
    padding: 30px;
    margin-bottom: 60px;
}
.shop-highlight .category{
    margin: 0 0 20px;
    font-size: 15px;
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.shop-highlight .title{
    margin: 0 0 17px;
    color: inherit;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    text-align: start;
}
.shop-highlight .desc{
    color: inherit;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.467;
    font-weight: 300;
    letter-spacing: .6px;
}
.shop-highlight .submit{
    width: 50%;
    margin: unset;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--black);
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.book-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
  }
  
  @keyframes initAnimation {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(-30deg);
    }
  }
  .book {
    width: 200px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-30deg);
    transition: 1s ease;
    animation: 1s ease 0s 1 initAnimation;
  }
  
  .book-container:hover .book, 
  .book-container:focus .book {
    transform: rotateY(0deg);
  }
  
  .book > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 200px;
    height: 300px;
    transform: translateZ(15px);
    background-color: #01060f;
    border-radius: 0 2px 2px 0;
    box-shadow: 5px 5px 20px #666;
  }
  
  .book::before {
    position: absolute;
    content: ' ';
    background-color: blue;
    left: 0;
    top: 1px;
    width: 28px;
    height: 298px;
    transform: translateX(184px) rotateY(90deg);
    background: linear-gradient(90deg, 
      #fff 0%,
      #f9f9f9 5%,
      #fff 10%,
      #f9f9f9 15%,
      #fff 20%,
      #f9f9f9 25%,
      #fff 30%,
      #f9f9f9 35%,
      #fff 40%,
      #f9f9f9 45%,
      #fff 50%,
      #f9f9f9 55%,
      #fff 60%,
      #f9f9f9 65%,
      #fff 70%,
      #f9f9f9 75%,
      #fff 80%,
      #f9f9f9 85%,
      #fff 90%,
      #f9f9f9 95%,
      #fff 100%
      );
  }
  .book::after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 200px;
    height: 300px;
    transform: translateZ(-15px);
    background-color: #01060f;
    border-radius: 0 2px 2px 0;
    box-shadow: -10px 0 50px 10px #666;
  }









/* ==========================================================EVENTS */
.events-headline img{
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: cover;
}
.events-card{
    border: 1px solid var(--third);
    border-radius: 10px;
}
.events-card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.events-card .padding{
    padding: 20px;
}
.events-card .title{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
}
.events-card .date{
    margin-top: 8px;
    margin-bottom: 4px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.events-card .location{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.events-card .price{
    margin-top: 8px;
    margin-bottom: 8px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.events-card .avaliable{
    color: #449A25;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.events-upcoming .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.events-upcoming .date{
    margin-top: 7px;
    margin-bottom: 5px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.events-FAQ{
    padding: 20px;
    border: 1px solid var(--third);
    border-radius: 10px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 22px;
}
.events-FAQ .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.events-FAQ .read-more{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
/* ==========================================================EVENT DETAIL */
.event-detail .mobile{
    display: none;
}
.event-detail .desktop{
    display: block;
}
.event-detail img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 40px;
}
.nav-event{
    border-bottom: 1px solid var(--third);
}
.event-detail .detail{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid var(--third);
    margin-bottom: 10px;
}
.event-detail .ticket{
    color: var(--third);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.event-detail .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 15px;
}
.event-detail .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-detail .event-title{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.event-detail .card-date .date{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
    display: flex;
}
.event-detail .card-date .time{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
    display: flex;
}
.event-detail .card-date .place{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    display: flex;
}
.event-detail .card-date img{
    height:20px;
    width: 18px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.event-detail .card-date .dot{
    margin-top: 40px;
    margin-bottom: 20px;
    border-color: var(--third);
    border-style: hidden hidden dashed hidden;
    border-width: 1px;
    width: 100%;
}
.event-detail .card-date .img-promotor img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.event-detail .card-date .promotor .by{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 5px;
}
.event-detail .card-date .promotor .name{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-detail .submit{
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
}
.event-detail .share{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
}
.event-detail .icon div{
    gap: 5px;
}
.event-detail .icon img{
    height: 24px;
    width: 24px;
}
.tab-ticket{
    margin-top:30px;
}
.tab-ticket .card-ticket{
    width: 100%;
    padding: 30px;
}
.tab-ticket .card-ticket .title{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
}
.tab-ticket .card-ticket .time{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.tab-ticket .card-ticket .dot{
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: var(--third);
    border-style: hidden hidden dashed hidden;
    border-width: 1px;
    width: 100%;
}
.tab-ticket .card-ticket .paid{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.tab-ticket .card-ticket .avaliable{
    color: #449A25;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.tab-ticket .card-ticket .full{
    color: #FF2323;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.nav-event .w-100{
    cursor: pointer;
}
.tab-show{
    display: block !important;
}
.tab-hide{
    display: none;
}
.tab-active{
    color: var(--black) !important;
}
.tab-nonactive{
    color: var(--third) !important;
}
.tab-ticket{
    display: none;
}
.pilih{
    display: flex;
    border: 1px dashed #FF2323;
    border-radius: 5px;
    margin-bottom: 20px;
}
#checkbox-event input[type=checkbox]{
    display: none;
}
#checkbox-event input[type=checkbox]:checked + .pilih{
    border: 1px solid #449A25;
    background-color: #449a2562;
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    .event-detail .mobile{
        display: block;
        margin-bottom: 30px;
    }
    .event-detail .desktop{
        display: none;
    }
}
/* ==========================================================EVENT CONFIRMATION */
.event-confirmation .header img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.event-confirmation .header .title{
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.event-confirmation .date{
    display: flex;
    margin-bottom: 10px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .time{
    display: flex;
    margin-bottom: 10px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .location{
    display: flex;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .date img{
    height: 20px;
    width: 18px;
    margin-right: 10px;
}
.event-confirmation .time img{
    height: 20px;
    width: 18px;
    margin-right: 10px;
}
.event-confirmation .location img{
    height: 20px;
    width: 18px;
    margin-right: 10px;
}
.event-confirmation .promotorimg img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.event-confirmation .by{
    margin-bottom: 5px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .promotor{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .dot{
    margin-top:30px;
    margin-bottom: 30px;
    border: 1px dashed var(--third) ;
}
.event-confirmation .detail .title{
    margin-bottom: 15px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
}
.event-confirmation .detail .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .form .title{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
}
.event-confirmation .form .desc{
    margin-top: 15px;
    margin-bottom: 8px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .form input{
    border-radius: 5px;
    border: 0.5px solid var(--second);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .form input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .price .title{
    margin-bottom: 30px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.event-confirmation .price .desc{
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.event-confirmation .price .total .desc{
    margin-bottom: 30px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
}
.event-confirmation .price .centang .check-desc{
    margin-bottom: 20px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
}
.event-confirmation .price .submit{
    border: none;
    width: 100%;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
}
.dtl{
    text-align:end
}
.jc{
    justify-content: end;
}
@media screen and (max-width: 991px) {
    .event-confirmation .price .title{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .dtl{
        margin-top: 30px;
        text-align:start
    }
}
@media screen and (max-width: 575px) {
    .jc{
        margin-top: 30px;
        justify-content: start;
    }
}
/* ==========================================================ADVERTISE */
.advertise{
    margin-bottom: 30px;
}
.advertise .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
}
.advertise .desc{
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.advertise .form{
    width: 50%;
}
.advertise .form input{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0.5px solid #767575;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.advertise .form input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.advertise .submit{
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .advertise .form{
        width: 100%;
    }
}
/* ==========================================================SUBSCRIBE */
.subscribe{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-align: left;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url(https://anabata.com/public/images/casa-1923-hotel-urbano-par-plataforma-de-arquitectura-19_1701318798.jpg);
}
.subscribe .title{
    margin-top: 100px;
    margin-bottom:100px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.subscribe .form{
    width: 50%;
}
.subscribe .form input{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    border: 0.5px solid #767575;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.subscribe .form input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.subscribe .form .submit{
    margin-top: 20px;
    margin-bottom: 100px;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .subscribe{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe .form{
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .subscribe{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ==========================================================PAGESEARCH */
.page-search .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.page-search .nothing{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}
.page-search .card-search img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.page-search .card-search .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 10px;
}
.page-search .card-search .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}
.page-search .card-search .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
/* ==========================================================CONTRIBUTE */
.contribute .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
}
.contribute .desc{
    margin-top:40px;
    margin-bottom: 40px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.contribute .desc .list{
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 0px;
}
.contribute .form{
    width: 50%;
}
.contribute .form .submit{
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    margin-bottom: 30px;
}
.form-contribute .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
}
.form-contribute .desc{
    margin-top:40px;
    margin-bottom: 40px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.form-contribute .form .txt{
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.form-contribute .form .txt-desc{
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
}
.form-contribute .form select{   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 500px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right: 15px;
    border-radius: 5px;
    border: 0.5px solid var(--second);
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.form-contribute .form select::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.form-contribute .form textarea{
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right: 15px;
    border-radius: 5px;
    border: 0.5px solid var(--second);
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.form-contribute .form textarea::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.form-contribute .form input{
    width: 500px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right: 15px;
    border-radius: 5px;
    border: 0.5px solid var(--second);
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
 
}
.form-contribute .form input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.form-contribute .form .submit{
    width: 50%;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    margin-bottom: 30px;
}

.form-contribute{
    display: none;
}
.hide-contribute{
    display: none;
}
.show-contribute{
    display: block;
}
@media screen and (max-width: 767px) {
    .contribute .form{
        width: 100%;
    }
    .form-contribute .form input{
        width: 100%;
    }
    .form-contribute .form select{
        width: 100%;
    }
    .form-contribute .form .submit{
        width: 100%;
    }
}
/* ==========================================================UPLOAD IMAGE */
.image-upload {
    margin-bottom: 15px;
    border: 1.3px dashed var(--second);
    border-radius: 5px;
}
.image-upload img {
    width:100%;
    display:none;
}
.image-upload input {
    display:none;
}
.image-upload .label-upload1 {
    display:block;
    width:100%;
    height:100%;
    line-height:44px;
    padding: 5% 14px;
    color:#000;
    font-size:14px;
    font-weight:500;
    /* border-radius:5px; */
    cursor:pointer;
    min-height: 100px;
    text-align: center;
}
.image-upload .label-upload2 {
    display: none;
    width:100%;
    height:100%;
    line-height:43px;
    padding-left: 50px;
    color:#000;
    font-size:14px;
    font-weight:500;
    border-radius:5px;
    cursor:pointer;
}
.image-upload .preview img {
    max-width: 160px;
    margin: 18px 18px 0 18px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 8px;
}
.label-upload1 , .label-upload2, .label-upload3{
    font-size: 14px;
    font-family: var(--my-font);
}
/* ==========================================================PROFILE */
.profile .bannerimg{
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: cover;
}
.fltr{
    filter: opacity(0.2) !important;
}
.shw{
    opacity: 1 !important;
}
.profile .banner{
    position: relative;
    text-align: center;
}
.profile .banner .chg-photo{
    cursor: pointer !important;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile .banner .chg-photo .txt{
    margin-top:10px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profile .banner .chg-photo img{
    height: 55px;
    width: 59px;
    border-radius: 0px !important;
}
.profile .card .photo{
    position: relative;
    text-align: center;
}
.profile .card .photo .chg-photo{
    cursor: pointer;
    height: 100px;
    width: 100px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile .card .photo .chg-photo:hover{
    cursor: pointer !important;
    opacity: 1;
    position: absolute;
    background-color: #ffffff86;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.profile .card .photo .chg-photo img{
    margin-top: 37px;
    height: 20px;
    width: 20px;
    border-radius: 0px !important;
}
.profile .card{
    margin-top: -173px;
    padding-top:40px;
    padding-bottom: 40px;
    padding-left:30px;
    padding-right: 30px;
}
.profile .card img{
    object-fit: cover;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.profile .card .name{
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.profile .card .joined{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: center;
}
.profile .card .location{
    margin-top: 35px;
    margin-bottom: 35px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: center;
}
.profile .card .location img{
    height: 24px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.profile .card .form .email{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}
.profile .card .form .email img{
    height: 16px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.profile .card .form .phone{
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}
.profile .card .form .phone img{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.profile .card .form .profession{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}
.profile .card .form .profession img{
    height: 18px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.profile .card .edit{
    margin-top: 35px;
    margin-bottom: 15px;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.profile .card .logout{

    color: #FF2323;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--white);
    border: 1px solid #FF2323;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.profile .archive{
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profile .post{
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* tambah */
.profile .order{
    padding-left: 25px;
    padding-right: 25px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tab-order .order{
    width: 100%;
    padding: 30px;
    background-color: var(--white);
    margin-bottom: 20px;
}
.order .title{
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}
.order .time{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.order .dot{
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: var(--third);
    border-style: hidden hidden dashed hidden;
    border-width: 1px;
    width: 100%;
}
.order .status{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}
.order .unpaid{
    color: red;
}
.order .active{
    color: green;
}
.order .expired{
    color: #adadad;
}
.order .submit{
    border: 0px;
    width: 100%;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: var(--black);
    margin-bottom: 15px;
}
.editprofile{
    margin-top: 30px;
}
.editprofile .form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.editprofile .form .imgname{
    height: 23px;
    width: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.editprofile .form .imglocation{
    height: 26px;
    width: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.editprofile .form .imgemail{
    height: 16px;
    width: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.editprofile .form .imgphone{
    height: 20px;
    width: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.editprofile .form .imgprofession{
    height: 18px;
    width: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.editprofile .form input{
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom: 8px;
    border: 1px solid var(--second);
    border-radius:5px;
    width: 100%;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
}
.editprofile .form input::placeholder{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
}
.editprofile .update{
    margin-top: 25px;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--black);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-profile{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.name{
    position: relative;
    text-align: center;
}
.name .nm {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.name .nm .title{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sertif img{
    border-radius: 5px;
}
.sertif .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: start;
}
.sertif .text .title{
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 17px;
}
.sertif .text .date{
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.icon-text {
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-text img{
    height: 55px !important;
    width: 55px !important;
    margin-bottom: 20px;
}
.icon-text div{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.card-profile img{
    width: 100%;
    aspect-ratio: 297/210;
    object-fit: cover;
}
.list-post img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.list-post .category{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.list-post .title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.list-post .desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.profile .modal{
    color: var(--white);
}
.profile .modal .modal-content{
    background-color: #1E1E1E
}
.profile .modal .modal-header{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
}
.profile .modal .count{
    margin-top: 8px;
    text-align: center;
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.profile .modal .modal-header .modal-title .title{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.profile .modal .modal-header .modal-title .owner{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}
.profile .modal .modal-footer{
    margin-bottom: 40px;
    padding: 0;
    justify-content:center;
    border-top: 0;
}
.profile .modal .modal-body{
    padding:0;
}
.profile .modal .modal-body .txt{
    text-align: center;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-top: 10px;
    margin-bottom: 14px;
}
.profile .modal .modal-footer .txt-footer{
    color: var(--white);
}
.profile .modal .modal-header img{
    height: 38px;
    width: 38px;
}
.profile .modal .modal-header .btn-close{
    opacity: 1;
    margin: 0 0 0 0 !important;
}
.gallery-hover{
    width:100%;
    aspect-ratio: 16/9;
    object-fit: cover !important;
}
.btn-download-sertif {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: var(--black) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--white);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}


.editprofile{
    display: none;
}
.tab-post{
    display: none;
}
/* tambah */
.tab-order{
    display: none;
}
.profileshow{
    display: block;
}
.profilehide{
    display: none;
}
.nav-mb{
    display: none;
}
.nav-dsktp{
    display: block
}
@media screen and (max-width: 1199px) {
    .profile .banner .chg-photo .txt{
        margin-top:10px;
        font-size: 12px;
    }
    .profile .banner .chg-photo img{
        height: 40px;
        width: 42px;
    }
}
@media screen and (max-width: 991px) {
    .profile .card{
        margin-top:0px;
    }
    .nav-mb{
        display: block;
    }
    .nav-dsktp{
        display: none !important;
    }
    .profile .archive{
        font-size: 17px;
    }
}
@media screen and (max-width: 575px) {
    .profile .banner .chg-photo{
        top: 40%;
    }
    .profile .banner .chg-photo .txt{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }
    .profile .banner .chg-photo img{
        height: 20px;
        width: 22px;
    }
}
/* ==========================================================WRITER */
.writer-profile .banner .bannerimg{
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: cover;
}
.writer-profile .card{
    margin-top: -173px;
    padding-top:40px;
    padding-bottom: 40px;
    padding-left:30px;
    padding-right: 30px;
}
.writer-profile .card .photo{
    object-fit: cover;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.writer-profile .card .details .name{
    margin-top: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.writer-profile .card .details .joined{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: center;
}
.writer-profile .card .details .location{
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: center;
}
.writer-profile .card .details .location img{
    height: 24px;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.writer-profile .card .details .form .title{
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
}
.writer-profile .card .details .form .desc{
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
}
.writer-profile .card .details .reach{
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.writer-profile .card .details .reach img{
    height: 17px;
    width: 17px;
    margin-right: 8px;
}
.writer-profile .card .details .reach .txt{
    color: var(--second);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.writer-profile .card .details .socialmedia img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .writer-profile .card{
        margin-top: 25px;
    }
}



/* Mansory */
.masonry {
    column-count: 4;
    column-gap: 30px;
  }
.masonry img {
    max-width: 100%;
    display: block;
}

.masonry figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 30px;
    break-inside: avoid;
}

.masonry figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.masonry figure a {
    color: black;
    text-decoration: none;
}

.masonry figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}
.masonry .title{
    padding-top: 30px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}
.masonry .date{
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 12px;
    text-align: left;
}
.masonry .desc{
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-align: justify;
}
.masonry .button{
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background-color: var(--black);
    color: #fff;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
}




/* details */
.detail-highlight-img{
    position: relative;
}
.detail-highlight-img img{
    filter: brightness(30%); 
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.box_div .title {
    display: inline-block;
    background-color: #FFF;
    color: black;
    font-size: 29px;
    letter-spacing: 5px;
    font-weight: 300;
    padding: 0 15px;
}
.title-detail{
    letter-spacing: 2px;
    line-height: 26px;
     color: var(--black);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.date-detail {
     color: var(--black);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.desc-detail {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}
.gallery-highlight-img{
    margin-bottom: 15px;
}
.gallery-highlight-img img{
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}
.tags{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
     color: var(--black);
    margin-top: 10px;
    margin-bottom: 15px;
}
.alltags a{
    padding: 8px 14px;
    background-color: #f6f7f8;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    font-weight: 600;
     color: var(--black);
    outline: 0 none;
    text-decoration: none;
}
.social-icons{
    display: flex;
    list-style: none;
    margin-left: -3px;
    margin-right: -3px;
   
}
.social-icons img{
    margin-right: 4px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    font-size: 12px;
}



/* projects */
.filter-cat{
    cursor: pointer ;
    outline: 0 none ;
    text-decoration: none ;
     color: var(--black) ;
    font-size: 15px ;
    font-weight: 500 ;
}
.filter-cat:hover{
    color: #a0a0a0;
}
.cardhover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* margin: 10px; */
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
  }
  .cardhover *,
  .cardhover:before,
  .cardhover:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cardhover img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    aspect-ratio: 5/3;
    object-fit: cover;
  }
  .cardhover:before,
  .cardhover:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
  }
  .cardhover:before {
    width: 0;
    height: 1px;
  }
  .cardhover:after {
    height: 0;
    width: 1px;
  }
  .cardhover figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
  }
  .cardhover h3 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
  }
  .cardhover h4 {
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.32px;
    transition: 0.3s;
    opacity: 0;
  }  
  .cardhover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .cardhover:hover img,
  .cardhover.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
  }
  .cardhover:hover:before,
  .cardhover.hover:before,
  .cardhover:hover:after,
  .cardhover.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .cardhover:hover:before,
  .cardhover.hover:before {
    width: 150px;
  }
  .cardhover:hover:after,
  .cardhover.hover:after {
    height: 150px;
  }
  .cardhover:hover h3,
  .cardhover.hover h3,
  .cardhover:hover h4,
  .cardhover.hover h4 {
    opacity: 1;
  }
  .cardhover:hover h3,
  .cardhover.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .cardhover:hover h4,
  .cardhover.hover h4 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  


  /* footer */
  .footer-padding{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grs{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .copyright{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
    transition: 0.3s;
  }
  .alamat {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
  }























.project-list{
    background-color: #F6F6F6;
    padding: 20px;
    color: #30373E;
}
.project-list:hover{
    color: #fff;
}
.project-list:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://globalrancangselaras.com/images/thumb-169208081864db1ab2dba3d.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}
.project-list .title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.project-list .date{
   
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
    transition: 0.3s;
}
.project-list .location{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.32px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
}







/* card */
.card2-img{
    box-shadow: 0px 4px 8px rgba(30,44,106,0.1);
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-left: 0.1px solid rgba(30,44,106,0.1);
    border-right: 0.1px solid rgba(30,44,106,0.1);
    position: relative;
    text-align: center;
}
.card2-img .txt{
    border-top-right-radius:23px;
    position: absolute;
    bottom: 8px;
    left: 10px;
    background-color: white;
    width: 50%;
    height: 183px;
}

.card2-img .txt:before {
    content: "";
    position:absolute;
    top:-40px;
    left:0;
    height:40px;
    width: 40px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 20px 0 0 #ffffff;
  }
  .card2-img .txt:after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: -40px;
    height: 40px;
    width: 40px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 20px 0 0 #ffffff;
  }
  .card2-img .txt .category{
    margin: 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}
.card2-img .txt .title{
    margin: 20px;
    font-weight: 500;
    font-size: 31px;
    text-align: left;
}

.card2-img img{
    border-radius: 41px;
    padding: 10px;
    aspect-ratio: 4/3;
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

.card-box{
    width: 100%;
    height: 100%;
    background-color:#f5f5f5;
}
.card-box .title{
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}
.card-box .category{
    font-weight: 500;
    font-size: 14px;
}
.card-box .view{
    font-weight: 400;
    font-size: 12px;
}
.card-box img{
    padding: 61px;
    aspect-ratio: 16/11;
    width: 100%;
    object-fit: cover;
}
.card-box .d-flex{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}


/*event feedback*/

.event-detail-info{
  display: block;
  position: relative;
  box-shadow: 0 4px 8px rgba(30,44,106,.1);
  border-radius: 16px;
  background-color: #fff;
  padding: 24px;
}

.detail-order .detail-order-confirm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.detail-order .detail-order-confirm input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: text; /* Chrome, Opera, Safari */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */
  margin-left: -2px;
  width: 100%;
  border: none;
  height: 25px;
  font-size: 16px;
  font-weight: bolder;
  position: relative;
  color: #444444;
}
.detail-order .detail-order-confirm input, .detail-order .detail-order-confirm input:before, .detail-order .detail-order-confirm input:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.detail-order .detail-order-confirm select{
  margin-left: -4px;
  width: 100%;
  border: none;
  height: 2.5rem;
  font-size: 16px;
  font-weight: bolder;
  position: relative;
  color: #444444;
}
.total-confirm{
  font-size: 12px;
  color: #494a4a;
}
.idr-confirm{
  border: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
}


/* radio */
.title-tab{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-left: -2px;
  width: 100%;
  border: none;
  height: 25px;
  font-size: 16px;
  font-weight: bolder;
  position: relative;
  color: #444444;
}
.radio-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.radio-button input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-button label {

  display: inline-block;
  background-color: #ffffff;
  padding: 5px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #666;
  border-radius: 4px;
}
.radio-button input[type="radio"]:checked + label {
  color: #fff;
  background-color: #000000;
  border-color: #666;
}

.button-buy{
  max-height: 36px;
  border: none;
  width: 100%;
  background-color: #000000;
  border-radius: 8px;
  padding: 6px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.button-buy:hover{
    color: #fff;
}

.h1-confirm{
  font-size:20px;
  font-weight: bolder;
  position: relative;
  padding-left: 12px;
}
.h1-confirm::before{
  width: 4px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  border-radius: 0 4px 4px 0;
}


/*wide banner*/
.desktop_wide_banner{
    display: block;
}
.mobile_wide_banner{
    display: none;
}
@media screen and (max-width: 992px) {
    .desktop_wide_banner{
        display: none;
    }
    .mobile_wide_banner{
        display: block;
    }
}