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

:root {
    --goldColor: #CEA02F;
    --limeColor: #ff6600;
    --blueHover: #1c91ffda;
    --primeColor: #03173C;
    --primeHover: #092D6F;
}

.bg-gold-top{
    /* background: linear-gradient(180deg, #CC9933 0%, #FFFF99 28.95%, #CC9933 43.68%, #FFFF99 65.12%, #D6AD47 93.23%, #CC9933 100%)!important; */
    background: linear-gradient(180deg, #CC9933 0%, #FFFF99 28.95%, #CC9933 43.68%, #FFFF99 65.12%, #d6ad4770 93.23%, #cc993300 100%)!important;
}
.bg-gold{
    background: linear-gradient(223.79deg, #CC9933 -12.62%, #FFFF99 -1.11%, #CC9933 13.57%, #FFFF99 36.09%, #d6ad4770 53.19%, #f0be5a 82.42%);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito";
}

.baseColor {
    color: var(--goldColor) !important;
}

.greyColor {
    color: #BDBDBD;
}

.themeColor {
    color: #ff6600;

}

.bgTheme {
    background-color: #CEA02F;

}

.bgTheme:hover {
    background-color: #CEA02F;
}

.bgColor {
    background-color: var(--goldColor);
}


.bgHover:hover {
    background-color: #1c91ffda;
}

.bgHover:active {
    background-color: #1c91ffda;
}

.btn-outline-base {
    color: var(--goldColor);
    border: 1px solid var(--goldColor);
}

.btn-outline-base:hover {
    color: white;
    background-color: var(--goldColor);
}

.logo{
    filter: drop-shadow(4px 4px 4px rgba(29, 29, 29, 0.25));
}

h5 {
    font-size: 17.5px;
}

.rounded-12 {
    border-radius: 12px;
}

.text-base {
    color: #2a2638 !important;
}

.text-sm {
    font-size: 12px;
}

.text-secondary {
    color: rgb(155, 162, 180) !important;
}

.text-secondary-light {
    color: rgb(203, 209, 223);
}

.bg-secondary-light {
    background-color: rgb(203, 209, 223);
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.shadow-base {
    box-shadow: -4px 4px 20px rgba(118, 126, 148, 0.2);
}

p {
    font-size: 14px;
    margin: 0;
    margin-left: 1px;
}

label {
    font-size: 14px;
}

section {
    margin-bottom: 100px;
}

select,
input {
    border: 0 !important;
    padding: 0 !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.position-fixed {
    z-index: 9999;
}

.navbar-expand-lg.scrolled {
    background-color: white !important;
    box-shadow: -1.5px 4px 16px rgba(118, 126, 148, 0.2);
    transition: background-color 200ms linear;
}

.navbar-expand-lg.scrolled .nav-link,
.navbar-expand-lg.scrolled .drdwn {
    color: rgba(19, 19, 19, 0.6) !important;
}

.login {
    border: 1px solid rgba(29, 29, 29, 1);
}

.navbar-expand-lg.scrolled {
    border: none;
}

.navbar-expand-lg .login:hover {
    color: var(--goldColor) !important;
    border: 1px solid rgba(29, 29, 29, 1);
}

.navbar-collapse.collapse.show {
    background-color: white;
}

.navbar .navbar-collapse a {
    font-size: 14px;
    font-weight: 600;
}

.navbar .navbar-nav a:hover {
    color: var(--goldColor) !important;
}

.navbar .navbar-nav .active {
    color: #1d1707 !important;
}

.navbar .btn-signup,
.navbar-expand-lg .login,
.btn-login {
    border-radius: 4px;
    padding: 7.6px 32px 8px 32px;
}

.navbar .btn-signup {
    background: linear-gradient(101.98deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 80.42%), #CEA02F;
}

.navbar .navbar-nav a:hover.btn-signup {
    background-color: #e0ae2f;
    color: white !important;
}

.navbar {
    border-bottom: 0.5px solid #BDBDBD;
}

@media(max-width: 989px) {
    .login {
        margin-top: 15px;
        margin-right: 0 !important;
    }

    .btn-signup {
        margin-top: 15px;
    }

    .heading-hero {
        font-size: 1.7rem !important;
        letter-spacing: 0.3em !important;
    }

    .caption-hero {
        font-size: 1rem !important;
    }

    .img-hero {
        display: none;
    }
}

@media(max-width:768px) {
    .properties .properties-list .property {

        width: 260px !important;
        height: 500px !important;

    }
}

@media screen and (min-width: 1280px) {
    .chose {
        border: 0.5px solid #BDBDBD;
    }
}

.hero {
    padding: 48px 0px 0px 0px;
}

.heading-hero {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 51px;
    letter-spacing: 0.7em;
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
    color: #000000;
}

.heading-ads{
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 40px;
    letter-spacing: 0.3rem;
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
    color: #000000;
}

.title-page{
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 51px;
    letter-spacing: 0.4em;
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
    color: #ffffff;
}

.caption-hero {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 27px;
    letter-spacing: 0.16em;
    color: #1D1D1D;
    margin-top: 1rem;
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
}

.img-hero {
    width: 100%;
    height: 430px;
    object-fit: cover;
    background-color: #FFF9F3;
    border-radius: 10px;
}

.ads-image{
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    height: 430px;
}

.heading-services {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 51px;
    letter-spacing: 0.16em;
    color: #CEA02F;
}

.caption-services {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    /* identical to box height */
    letter-spacing: 0.1em;
    color: #1D1D1D;
}

.card-img-services {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.card-title-services {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 19px;
    letter-spacing: 0.14em;
    color: #CEA02F;
    text-align: center;
}

.card-text-services {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #1D1D1D;
    text-align: center;
}

.bg-ijo-telor {
    background: rgba(211, 244, 236, 0.4);
}

.bg-emas {
    background: rgba(248, 237, 211, 0.4);
}

.bg-ungu {
    background: rgba(218, 211, 244, 0.4);
}

.unit .container .heading {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 27px;
    letter-spacing: 0.16em;
    color: #CEA02F;
}

.unit .container .caption {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #1D1D1D;
}

.btn-dropdown-unit {
    background: rgba(241, 228, 195, 0.5);
    border-radius: 100px;
    padding: 3px 20px;
    color: #4F4F4F;
}

.btn-dropdown-unit:hover {
    background: rgba(241, 228, 195, 0.8);
    color: #4F4F4F;
}

.btn-dropdown-unit:focus {
    background: rgba(241, 228, 195, 0.8);
    color: #4F4F4F;
    border: 0;
}

.carousel-indicators>button {
    background-color: #CEA02F !important;
    border: #CEA02F 1px solid !important;
    height: 15px !important;
    width: 15px !important;
    border-radius: 100%;

}

.card-title-unit {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0.1em;

    /* 2 */

    color: #CEA02F;
}

.btn-rent {
    background: linear-gradient(95.27deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 88.77%), #CEA02F;
    border-radius: 2px;
    color: white;
}


.btn-rent:hover {
    background: linear-gradient(95.27deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 88.77%), #f2bb2f;
    border-radius: 2px;
    color: white;
}

.btn-rent:focus {
    background: linear-gradient(95.27deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 88.77%), #f2bb2f;
    border-radius: 2px;
    color: white;
}

.chose {

    margin-top: 160px;
}

.img-chose {

    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

.img-chose img {
    transition: transform .5s ease;
}

.img-chose:hover img {
    transform: scale(1.1);
}

.wrapper-carosel {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    min-height: 100%;
}

.carousel-slack {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper-carosel .slick-dots li button:before {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.cta-pakuwon {
    text-decoration: none;
    color: #CEA02F;
    position: relative;
}

.cta-pakuwon::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #CEA02F;
    bottom: -5px;
    left: 0;
    transition: all 0.3s ease;
}

.cta-pakuwon:hover::after {
    width: 100%;
}

.cta-pakuwon:hover {
    color: #CEA02F;
}

.card.card-training {
    background: #ffff;
    border: 1px !important;
    border-radius: 14px;

}


.card-training a.card-body {
    text-decoration: none;
}

.card-training .card-body .card-title {
    color: #03173C !important;
    font-weight: 500;
    font-size: 18px !important;
}

.card-training .card-body p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0.06em;

    color: #1D1D1D;
}

.card-training .card-body .price {
    font-weight: 600;
    font-size: 18px;
    color: #4F94D7;
}

.card-training .card-body span.off {
    color: #F48C06;
}

.card-training .card-body span.on {
    color: #0B9F84;
}

.training,
.articel {
    margin-bottom: 40px;
}

.card-img-top {
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px;
}

.card.card-training {
    min-height: 365px;
    transition: 0.3s;
}

/* .card.card-training:hover {
    box-shadow: 0 0 10px #CEA02F !important;

} */



.properties h2,
.service h2,
.offer h2 {
    line-height: 46px;
}

.properties .header .deskripsi {
    line-height: 26px;
    width: 36%;
}

.properties .properties-list {
    width: 102%;
    cursor: grab;
    user-select: none;
    margin-left: -28px;
    overflow-x: scroll;
    overflow-y: unset;
}

.properties .properties-list::-webkit-scrollbar {
    width: 0;
}

.properties .properties-list.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.properties .properties-list .property {
    top: 0px;
    width: 480px;
    height: 440px;
    flex-shrink: 0;
    border-radius: 0px;
    margin: 0 26px;
    overflow: hidden;
    transition: all ease 0.3s;
    box-shadow: 0px 0px 20px rgba(133, 143, 177, 0.2);
}



.properties .properties-list .property.transport {
    top: 0px;
    width: 400px;
    height: auto;
    flex-shrink: 0;
    border-radius: 12px;
    margin: 0 26px;
    overflow: hidden;
    transition: all ease 0.3s;
}

.properties .properties-list .property .rating {

    background-color: #f5f2ff;
    padding: 6px 14px 4px 14px;
    border-radius: 20px;
    margin-left: -2px;
}

/* .properties .properties-list .property:hover {
    top: -4px;
    box-shadow: 0px 0px 20px rgba(133, 143, 177, 0.2);
} */

.properties .properties-list .property .card-img-top,
.related .card-img-top {
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
}



.payment-methods h2 {
    margin-top: 0;
}

.payment-methods ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payment-methods li {
    margin: 10px;
}

.payment-methods li img {
    height: 60px;
    width: auto;
    max-width: 100%;
}

.cta {
    background-image: url("../image/bg-cta.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;

}

.cta-title {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
    color: white;
}

.btn-cta {
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 16px;
    letter-spacing: 0.04em;

    /* 2 */

    color: #CEA02F;
}

.btn-cta:hover {
    background: #CEA02F;
    color: #fff;
}

.btn-cta:focus {
    outline: none;
}

.btn-cta:active {
    background: #CEA02F;
    color: #fff;
}

#footer {

    color: rgb(255, 255, 255);

    font-size: 14px;

    background: url("../image/bg-footer.jpg");

    object-fit: cover;

    background-repeat: no-repeat;

    background-position: left top;

    background-size: cover;

}

#footer .footer-top {

    padding: 60px 0 30px 0;

    position: relative;

}

#footer .footer-top .footer-contact {

    margin-bottom: 30px;

}

#footer .footer-top .footer-contact h3 {

    font-size: 28px;

    margin: 0 0 30px 0;

    padding: 2px 0 2px 0;

    line-height: 1;

    font-weight: 500;

    text-transform: uppercase;

}

#footer .footer-top .footer-contact p {

    font-size: 14px;

    line-height: 24px;

    margin-bottom: 0;

    font-family: "Poppins", sans-serif;

}

#footer .footer-top h4 {

    font-size: 16px;

    font-weight: bold;

    position: relative;

    padding-bottom: 12px;

}

#footer .footer-top .footer-links {

    margin-bottom: 30px;

}

#footer .footer-top .footer-links ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

#footer .footer-top .footer-links ul i {

    padding-right: 2px;

    color: #fff;

    font-size: 18px;

    line-height: 1;

}

#footer .footer-top .footer-links ul li {

    padding: 10px 0;

    display: flex;

    align-items: center;

}

#footer .footer-top .footer-links ul li:first-child {

    padding-top: 0;

}

#footer .footer-top .footer-links ul a {

    color: rgba(255, 255, 255, 0.8);

    transition: 0.3s;

    display: inline-block;

    line-height: 1;

}

#footer .footer-top .footer-links ul a:hover {

    text-decoration: underline;

    color: #fff;

}

#footer .footer-newsletter {

    font-size: 15px;

}

#footer .footer-newsletter h4 {

    font-size: 16px;

    font-weight: bold;

    position: relative;

    padding-bottom: 12px;

}

#footer .footer-newsletter form {

    margin-top: 30px;

    background: #fff;

    padding: 6px 10px;

    position: relative;

    border-radius: 5px;

    text-align: left;

    border: 1px solid white;

}

#footer .footer-newsletter form input[type=email] {

    border: 0;

    padding: 4px 8px;

    width: calc(100% - 100px);

}

#footer .footer-newsletter form input[type=submit] {

    position: absolute;

    top: -1px;

    right: -2px;

    bottom: -1px;

    border: 0;

    background: none;

    font-size: 16px;

    padding: 0 20px;

    background: #00691E;

    color: #fff;

    transition: 0.3s;

    border-radius: 0 5px 5px 0;

    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}

#footer .footer-newsletter form input[type=submit]:hover {

    background: #00691E;

}

#footer .copyright-wrap {

    border-top: 1px solid #00691E;

}

#footer .credits {

    padding-top: 5px;

    font-size: 13px;

    color: #fff;

}

#footer .credits a {

    color: #fff;

}

#footer .social-links a {

    font-size: 18px;

    display: inline-block;

    background: rgba(255, 255, 255, 0.1);

    color: #fff;

    line-height: 1;

    padding: 8px 0;

    margin-right: 4px;

    border-radius: 50%;

    text-align: center;

    width: 36px;

    height: 36px;

    transition: 0.3s;

}

#footer .social-links a:hover {

    background: rgba(255, 255, 255, 0.2);

    color: #fff;

    text-decoration: none;

}

.flex-rectangle {
    width: 70%;
    height: 95px;
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgb(199 4 4 / 25%);
    position: relative;
    top: 40px;
    /* left: 50%; */
    /* transform: translate(-50%, -60%); */
    border-radius: 10px;
}


/* NavbarTop */

.nav-top {

    background: none;

}

.nav-top .id-title {

    font-style: normal;

    font-weight: 600;

    font-size: 12px;

    line-height: 15px;

}

.nav-top .navbar-nav .nav-item .nav-link {

    font-style: normal;

    font-weight: 600;

    font-size: 12px;

    line-height: 15px;

    color: black;

}

@media(max-width: 374px) {

    .nav-top .id-title {

        font-style: normal;

        font-weight: 600;

        font-size: 8px;

        line-height: 10px;

    }

    .nav-top .navbar-nav .nav-item .nav-link {

        font-style: normal;

        font-weight: 600;

        font-size: 8px;

        line-height: 10px;

        color: black;

    }

    .card-title-unit{
        font-size: .7rem;
    }

}

.select-price-group{
    border: 1px solid #CEA02F !important;
    border-radius: 10px;
    width: 100%;
}
.select-price-group  i{
    color: #CEA02F;
    padding: 3px 5px;
}
.select-price{
    width: 100%;
    color: #CEA02F;
    padding: 5px 20px !important;
    border: none !important;
    outline: none !important;
}

.img-unit{
    height:250px !important;
}

.img-payment{
    height:50px !important;
}

@media(max-width: 765px) {
    .text-sosmed{
        font-size: .7rem !important;
    }
    .img-unit{
        height:160px !important;
    }
    .card-title-unit{
        font-size: .8rem;
    }
    .greyColor, .for-rent, .text-price, .select-price, .select-price-group  i, .apartment-side p{
        font-size: .7rem;
    }
    .apartment-side p{
        font-size: .7rem;
        margin-left: 2px;
    }
    .select-price{
        padding: 5px 5px !important;
    }
    .apartment-side{
        height: 25px !important;
    }
    .chose {
        margin-top: 0px;
    }
    .card-title-services{
        font-size: .6rem;
    }
    .facility-name{
        font-size: .8rem;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        height: 20px;
    }
}

a.nav-link{
    color: black !important;
}

.text-sosmed {
    font-size: 1rem !important;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
}

.text-sosmed:hover {
    color: #00000090 !important;
}


.card-hero hr {
    color: #fff;
    border: 1px;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 35px;
    width: 1px;
}

/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
    background: #ffffff;
    padding: 25px 25px 10px;
    border-radius: 6px;
}

.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.bintang{
    position: relative;
    right: 16px;
    z-index: 99;
    transform: rotate(-69deg);
}
.bintang1{
    position: relative;
    top: 125px;
    z-index: 99;
    transform: rotate(-69deg);
}

.apartment-text{
    position: relative;
    top:50px;
    left:10px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #CEA02F;
    letter-spacing: 0.16em;
}

.orang{
    position: absolute;
    height: 300px;
    width: 300px;
}

footer{
	z-index:99;
	position:relative;
}
footer.dark-footer{
	background: #1c1c1c;
}
.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}
.ft-itext {
    font-weight: 500;
	font-size:16px;
	text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right:5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display:inline-block;
	list-style:none;
	margin:5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
   -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
	box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    line-height: 40px;
    text-align: center;
}
.footer-add {
    color: #858b9f;
    font-size: 13px;
}
.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
	margin-bottom:0;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding:20px 0;
}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer-widget ul li a{
	color:#ffffff;
    text-decoration: none;
}

footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: #858b9f;
    transition: all ease 0.4s;
    font-size: 14px;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:#ffffff;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding:20px 0;
    border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
    background:linear-gradient(90deg, rgba(174,134,37,1) 3%, rgba(247,239,138,1) 24%, rgba(210,172,71,1) 74%, rgba(237,201,103,1) 100%);
	border-top:none;
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
	margin-top: 0;
}
ul.footer-bottom-social li a {
    color:#fff;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
	color:#fff;
}
ul.footer-bottom-social li i {
    margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: #fff;
    font-size: 14px;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}
.other-store-link {
    width: auto;
	margin-bottom:20px;
    display: inline-block;
}
.other-store-link:last-child{
	margin-bottom:0;
}
.other-store-app {
    width:250px;
    height:70px;
    border:1px solid #353d56;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#ffffff;
}
.os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 400;
	color:#858b9f;
}
.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.text-theme{
    color: #CEA02F;
}

.btn-theme{
    color: #CEA02F;
    background-color: #ffff;
    border: 1px solid #CEA02F !important;
    border-radius: 10px !important;
    font-size: .7rem;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

#unit-detail .nav-link{
    padding: 0;
    color: #CEA02F;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
}
#unit-detail .nav-link:hover{
    border-color: transparent;
}

#unit-detail .nav-link.active{
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid !important;
}

.avl-features{
    display: flex;
    flex: wrap;
}

.text-shadow{
    text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);text-shadow: 4px 4px 4px rgba(29, 29, 29, 0.25);
}

.form-check-input{
    background-color: #CEA02F !important;
}

#language{
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    appearance: none;
    padding: 5px 10px !important;
}

#lang {
    background-color: transparent;
    border: none;
    /* margin: 0px 0px 0px 30px; */
}

#lang:focus{
    outline: none;
}


