@font-face{
    font-family: 'regular';
    src:url('../../../global/font/Nacelle/Nacelle-Regular.otf');
}

@font-face{
    font-family: 'medium';
    src:url('../../../global/font/Nacelle/Nacelle-SemiBold.otf');
}

@font-face{
    font-family: 'bold';
    src:url('../../../global/font/Nacelle/Nacelle-Heavy.otf');
}

*{
    font-family: "regular";
}

.font-weight-bold, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'bold' !important;
}

.font-semi-bold {
    font-family: 'medium' !important;
    font-weight: 600;
}

.colored {
    background-color: #ff0000; /* defines the background color of the image */
    mask: url('../../../global/images/seat-icon.svg') no-repeat center / contain;
    -webkit-mask: url('../../../global/images/seat-icon.svg') no-repeat center / contain;
}

body{
    background: #fff;
}

a{
    color:#000;
    text-decoration: none;
}

a:active{
    color: #000;
    text-decoration: none;
}

a:focus{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #000;
    text-decoration: none;
}

hr.dashed-grey {
    border-top: 2px dashed #E5E7EB;
}

.fs-10 {
    font-size: 10px;
}

.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-28{
    font-size: 28px;
}

.fs-24{
    font-size: 24px;
}

.fs-30{
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-62{
    font-size: 62px;
}

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

.rounded-16 {
    border-radius: 16px !important;
}

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

.text-ztrans {
    background: linear-gradient(to right, #075FD1, #F32327);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reservasi-section {
    background: url(../images/bg/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.download-section {
    background: url(../images/bg/line.png);
    border-top: 1px solid #E5E7EB;
    border-radius: 20px 20px 0 0;
}

.ddaccount {
    background: #075FD1;
    color: #ffffff !important;
}

.alert-expired-poin {
    background: #F9FAFB;
    border: 1px solid var(--Semantic-Grey-Outline, #6B72801A)
}

.btn-cari {
    background: #075FD1;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 10px;
}

.title-reservasi{
    text-align: center;
    color: #fff;
    letter-spacing: normal;
    font-size: 28px;
    font-weight: bold;  
    margin-bottom: 34px;
}

.img-berita{
    width: 100%;
    max-height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-bg-outlet{
    background-position: center !important;
    background-size: cover !important;
    background-color: #f2b28f !important;
}

.card-outlet {
    background-image: url(../images/bg/card-outlet.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 7px !important;
    border: 1px solid #E5E7EB !important;
}

.border-gradient {
    /* border-image: linear-gradient(to right, #F32327 0%, #075FD1 100%) 1; */
    border: 2px solid transparent;
    border-radius: 20px;
    background: 
        linear-gradient(to right, white, white), 
        linear-gradient(to right, #F32327, #075FD1); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-transparent{
    background: transparent;
}

.first-color {
    color:#0C2C71;
}

.ss-optgroup-label {
    color:#0C2C71 !important;
}

.second-color {
    color: #F32327;
}

.third-color {
    color: #075FD1;
}

.fourth-color{
    color: #555555;
}

.first-bg-color {
    background-color:#0C2C71;
}

.second-bg-color {
    background-color: #F32327;
}

.third-bg-color {
    background-color: #075FD1;
}

.fourth-bg-color{
    background-color: #555555;
}

.bg-color-transparent {
    background: rgb(236, 28, 36, 0.1);
}

.text-black{
    color:#000 !important;
}

.text-blue{
    color:#075FD1;
}

.text-grey-dark{
    color:#333333;
}

.text-grey-dark-2{
    color:#746D6D;
}

.logo-navbar {
	width: 63px;
}

.logo-footer {
	width: 219px;
}

.logo-navbar-referral {
    width: 65px;
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-blue-light {
    background-color: #f2f7fc;
}

.bg-blue-down {
    background: linear-gradient(0deg, #f2f7fc, #fff);
}

.bg-blue-up {
    background: linear-gradient(0deg, #fff, #f2f7fc);
}

.bg-blue-center {
    background: linear-gradient(0deg, #fff 0%, #F3F7FD 50%, #fff 100%);
}

.info-header {
    background: #075fd1 !important;
    color: #FFFFFF;
}

.info-header a{
    color: #FFFFFF !important;
    text-decoration: underline;
}

.btn-tiket {
    background-color: #fff !important;
    border: 2px solid #E5E7EB !important;
    color: #1F2937 !important;
    border-radius: 12px;
}

.btn-masuk {
    background-color: #075FD1 !important;
    border-radius: 12px !important;
    color: #fff !important;
}

.btn-referral {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* Mencegah teks terpisah menjadi dua baris */
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

.btn-referral i {
    margin: 0;
    line-height: inherit;
    font-size: 1rem;
}

.btn-darkblue {
    background: #18357E !important;
    color: #fff !important;
}
.btn-darkblue:hover {
    border: 1px solid #18357E;
    color: #18357E;
    background-color: transparent;
}
.btn-softblue {
    background: #e9ebf2;
    color: #18357E !important;
}
.btn-softblue:hover {
    border: 1px solid #18357E;
    color: #18357E;
    background-color: transparent;
}

.btn-softyoungblue {
    background: #075FD130;
    color: #075FD1;
}
.btn-softyoungblue:hover {
    border: 1px solid #075FD1;
    color: #075FD1;
    background-color: transparent;
}

.btn-youngblue {
    background:#075FD1;
    color: #FFFFFF;
}
.btn-youngblue:hover {
    border: 1px solid #075FD1;
    color: #075FD1;
    background-color: transparent;
}

.btn-yellow {
    background-color: #FACC15;
}

.badge-poin {
    background: #facc152b;
    color: #555555;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
}

.member-tag {
    position: absolute;
    top: -30px;
    right: 60px;
}

.member-tag-mobile {
    position: absolute;
    top: -30px;
    left: -15px;
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
    padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color:#0C2C71;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active{
    color: #0C2C71;
}

.bubble-inline {
    background: #0C2C71;
}

.dropdown-item {
    font-size: .9rem !important;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f2f7fc !important;
    color: #042a34 !important;
}

.btn-outline{
    color: #0C2C71 !important;
    border-color: #0C2C71 !important;
}

.btn-outline:hover {
    color: #FFFFFF !important;
    background-color: #0C2C71 !important;
}

.btn-outline1-reverse {
    background-color: #0C2C71;
    color: #ffffff;
}

.btn-outline1-reverse:hover {
    border-color: #0C2C71;
    background-color: #ffffff;
    color: #0C2C71;
}

.btn.disabled, .btn:disabled {
    opacity: .35 !important;
}

.btn-back{
    color:#fff;
    background: #838383;
    border-color: transparent;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}

.card-header{
    background: #fff !important;
}

.btn-back:hover{
    color:#CCC;
    box-shadow: none;
}

.btn-pending {
    background-color: #b3b4b6 !important;
    color: #555555 !important;
}

.btn-radius {
    border-radius: 16px;
}

.btn-upgrademember {
    background: #075fd1 !important;
    color: #fff !important;
}
.btn-upgrademember:hover {
    border: 1px solid #075fd1 !important;
    color: #075fd1 !important;
    background-color: transparent !important;
}

.text-red{
    color:red;
}

.text-dark-red{
    color:#0C2C71 !important;
}

.text-muted{
    color: #71747D !important;
    /* color: #555555!important; */
}

label.error{
    margin-bottom: 0;
    color:#dc3545 !important;
    font-size: 80%;
}

.card, .card-form{
    border:none;
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
    border-radius: 7px;
}

.card-border{
    border:2px solid #0C2C71;
}

.card-gradient{
    background-attachment: fixed;
    background: #075FD1;
}

.card-pattern{
    background: url(../images/bg/card-info.png);
    background-size: 113px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.non-member {
    background: url(../images/bg/coin.png) calc(100% - -190px) calc(100% - 0px) no-repeat,
    linear-gradient(72.76deg, #e4e6ea 0%, #e4e6ea 100%) !important;
    border-radius: 16px;
}

.reguler-member {
    background: url(../images/bg/reguler.png) right top no-repeat,
    linear-gradient(72.76deg, #25afd9 0%, #87e2f3 100%) !important;
    border-radius: 16px;
}

.silver-member {
    background: url(../images/bg/silver.png) right top no-repeat,
    linear-gradient(72.76deg, #8C8C8C 0%, #B1B1B1 100%) !important;
    border-radius: 16px;
}

.gold-member {
    background: url(../images/bg/gold.png) right top no-repeat,
    linear-gradient(72.76deg, #CCA310 0%, #F5C829 100%) !important;
    border-radius: 16px;
}

.diamond-member {
    background: url(../images/bg/diamond.png) right top no-repeat,
    linear-gradient(72.76deg, #020053 0%, #03008C 100%) !important;
    border-radius: 16px;
}

.bg-tukarpoin {
    background: #FFF7E6 !important;
    border: 1px solid #E7B14C80 !important
    /* color: #555555 !important; */
}

.bg-tukarpoin-selected {
    background: #F4FFE7 !important;
    border: 1px solid #6BE74C80 !important;
    /* color: #555555 !important; */
}

.bg-tukarpoin-inactive {
    background: #EFF0F2 !important;
    border: 1px solid #71747D40 !important;
    box-shadow: 0px 4px 10px 0px #5151510D;
    color: #71747D !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 7px;
    outline: 0;
    box-shadow: 0px 1px 18px rgba(99, 99, 99, 0.57);
}

.line-tujuan{
    width: 4.17px;
    height: 35px;
    background: url('../images/icon/route-detail.png');
    background-size: 4.17px 35px;
    background-repeat: no-repeat;
    background-position: center;

}

.line-tujuan-2{
    width: 4.17px;
    height: 35px;
    background: url('../images/icon/route.png');
    background-size: 4.17px 35px;
    background-repeat: no-repeat;
    background-position: center;

}

.form-control{
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    font-size: 16px;
    height: calc(1.5em + .15rem + 2px) !important;
    color:#0C2C71 !important;
}

.form-pp {
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    color : #000000 !important;
    font-weight: 700;
}

.outline-none{
    outline: none !important;
    box-shadow: none !important;
}

.disable-select {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.br-card{
    border-radius: 7px;
}

.br-button{
    border-radius: 5px;
}

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

.br-20 {
    border-radius: 20px;
}

.p-card {
    padding: .75rem;
}

.shadow{
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}

.text-yellow{
    color: yellow;
}

.text-dark-yellow {
    color: #854D0E;
}

.abstract-footer{
    width: 100px;
    position: absolute;
    top: -85px;
    right: 0;
}

.relative{
    position:relative;
}

.bg-red{
    background: #dc3545 !important;
}

.bg-grey-light{
    background: #e4e4e4 !important;
}

.bg-yellow {
    background: #FFF7E6;
}

.py-2-5{
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.form-control:focus {
    color: #495057;
    background-color:transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.form-control:focus, .form-control:active {
    color: #0C2C71 !important;
    border-color: none;
    box-shadow: none;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0C2C71;
    -webkit-box-shadow: transparent;
    transition: background-color 5000s ease-in-out 0s;
}

.text-info{
    color:#075FD1 !important;
}

/*kursi*/
.seat{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
    margin: 5px;
    position: relative;
}

.seat:hover, .pointer{
    cursor: pointer;
}

.seat-blank{
    background:#fff;
    color: #000;
}

.seat-select{
    background:#075FD1;
    border: 2px solid #075FD1;
    color: #fff;
}

.seat-select-pp{
    background:#075FD1;
    border: 2px solid #075FD1;
    color: #fff;
}

.seat-book{
    background:#6c757d;
    border:2px solid #6c757d;
    color: #fff;
}

.seat-book:hover{
    cursor: default;
}

.seat-driver{
    color: #0C2C71;
    border-radius: 50%;
    border: 2px solid #0C2C71;
    font-size: 14px;
}

.text-primary-custom{
    color: #0C2C71;
}

.form-select {
    color: #0C2C71 !important;
}

.seat-driver:hover{
    cursor: default;
}

.no-seat{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    position: relative;
}

.toilet {
    width: 48px;
    height: 48px;
    margin: 5px;
    background-image: url('../../../global/images/toilet.png');
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}

.promo-badge{
    position: absolute;
    bottom: -8px;
    display: flex;
    font-size: 8px;
    margin-left: 1px !important;
    color: #000;
}

.ss-main .ss-single-selected {
    padding: 0 !important;
    border: 0 solid #dcdee2 !important;
}

.outletmap {
    border-radius: 7px;
    height: 250px;
    border: 0;
}

.col-gallery {
    width: 20%;
}

.slick-arrow {
    width: 48px !important;
    height: 48px !important;
    z-index: 99 !important;
}

.prev-outlet {
    position: absolute !important;
    bottom: -50px !important;
    left: 10px !important;
}

.next-outlet {
    position: absolute !important;
    bottom: -50px !important;
    left: 60px !important;
}

.slick-list {
    border-radius: 7px;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li button::before, .slick-dots li.slick-active button::before {
    font-size: 9px !important;
}

.card-travel {
    background: #ccc;
    height: 150px;
    border-radius: 7px;
}

.bubble-resi{
    border-radius: 100px;
}

.form-resi {
    background: #fff !important;
    padding: 1.5rem 1rem !important;
}

.divbayar, .divbayar2>a>h5 {
    font-size: 1.1rem;
}

.nav-link.divbayar.active {
    background-color: #0C2C71;
}

.gray {
    color: #929397;
}

.tc {
    text-transform: lowercase;
}

.tc::first-letter {
    text-transform: uppercase;
}

.tracking {
    border-left:1.5px solid rgb(208 208 208 / 34%);
}

.tracking > div > .dot-container {
    position: relative;
}

.tracking > div > .dot-container > .dot {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #0C2C71;
    border-radius: 10px;
    margin-left: -0.33rem;
}

.tracking:first-child > div > p {
    color: #0C2C71;
}

.tracking:first-child > div > .dot-container > .dot {
    background: #0C2C71;
}

.tracking > .dot-line {
    width: .1px;
    min-height: 20px;
    background: transparent;
    border-radius: 20px;
}

.tracking:first-child > .dot-line {
    display: none;
    visibility: hidden;
}

.nav-secondary{
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #0C2C71 !important;
    font-weight: bold;
}

.nav-secondary-mobile{
    display: none;
}

.medsos img {
    width: 40px !important;
}

.single-timeline-area .single-timeline-content .timeline-icon {
    background-color: #0C2C71 !important;
}

.single-timeline-area .timeline-date::before{
    background-color: #0C2C71 !important;
}

.icon-medsos {
    width: 20px;
    height: 20px;
    padding: 2px;
}

.new-page-footer {
    background: #fff !important;
    border-top: 1px solid #E5E7EB;
}

.footer-title {
    color: #1F2937 !important;
    font-family: 'medium' !important;
    font-size: 18px;
}

.footer-text {
    color: #71747D !important;
    font-size: 14px;
}

.footer-text-bottom {
    color: #71747D !important;
    font-family: 'regular' !important;
    font-size: 12px;
}

.img-download {
    width: 692px;
    margin-left: -8rem;
}

.img-logo {
    width: 64px;
}

.img-store {
    width: 215px;
}

.img-referral {
    width: 250px;
}

.bg-img-referral {
    background: url("../../../default/ztrans/images/icon/referral-scheme.png");
    background-position: bottom right;
    background-size: 150px;
    background-repeat: no-repeat;
}

.bg-ornamen1 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-pink-1.png'),
    url('../images/bg/rec-blue-1.png');
    background-position: calc(0% + 170px) calc(0% + 120px), calc(100% - 170px) calc(100% - 30px);
    background-repeat: no-repeat, no-repeat;
    background-size: 168px, 110px;
}

.bg-ornamen2 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-blue-2.png'),
        url('../images/bg/rec-blue-3.png');
    background-position: calc(0% + 100px) center, right bottom calc(100% - 380px);
    background-repeat: no-repeat, no-repeat;
    background-size: 168px, 110px;
}

.bg-ornamen3 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-blue-4.png');
    background-position: calc(0% + 170px) calc(0% + 80px);
    background-repeat: no-repeat;
    background-size: 110px;
}

.bg-ornamen4 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/ornamen2.png');
    background-position: right bottom calc(100% - 80px);
    background-repeat: no-repeat;
    background-size: 168px;
}

.bg-ornamen5 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/ornamen.png'),
        url('../images/bg/ornamen3.png');
    background-position: calc(0% - 100px) center, right bottom calc(100% - 80px);
    background-repeat: no-repeat, no-repeat;
    background-size: 700px, 110px;
}

.bg-ornamen6 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../images/bg/rec-blue-5.png);
    background-position: calc(0% + 140px) center;
    background-repeat: no-repeat;
    background-size: 230px;
}

.bg-ornamen7 {
    position: absolute;
    width: 100%;
    height: 500px;
    background-image: url(../images/bg/ornamen.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 700px;
}

.bg-ornamen8 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-blue-1.png');
    background-position: calc(100% - 190px) calc(100% - 45%);
    background-repeat: no-repeat;
    background-size: 130px;
}

.bg-ornamen9 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-pink-1.png');
    background-position: calc(12%) calc(0%);
    background-repeat: no-repeat;
    background-size: 130px;
}

.bg-ornamen10 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/rec-pink-1.png'),
        url('../images/bg/rec-blue-1.png');
    background-position: calc(0% + 15%) calc(0% + 10%), calc(100% - 170px) calc(100% - 30px);
    background-repeat: no-repeat, no-repeat;
    background-size: 139px, 130px;
}

.bg-divider {
    background: url(../images/bg/divider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
}

.btn-whatsapps {
    background: #075E54 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #075FD1 !important;
    background-color: #075FD1 !important;
}

.card-birthday-ztrans {
    background: #e9f3ff !important;
    color: #075FD1 !important;
    border-radius: 20px;
    border: 2px solid #c4dbf9;
}

.show-birthday {
    background: url('../../../global/images/bg/birthday-splash.png');
    background-size: 150px;
    background-repeat: no-repeat;
    position: absolute; 
    top: -1.5rem; 
    right: -1.5rem; 
    width: 150px; 
    height: 150px;
}


.btn-birthday {
    border-radius: 12px;
    background-color: #ffffff;
    color: #075FD1 !important;
}

#birthdayPop .modal-content{
    width: 380px !important;
    height: 530px !important;
    margin: auto !important;
}

.btn-lengkapidata {
    background-color: #075FD1 !important;
    color: #ffffff !important;
    border-radius: 11px;
    border-color: #075FD1 !important;
}

.btn-light2 {
    border-radius: 11px;
}

.card-lengkapidata {
    background: linear-gradient(192.16deg, #fffdef 8.93%, #fff9c77d 91.07%) !important;
    border: 1px solid rgba(250, 204, 21, 0.25) !important;
    box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.9) !important;
    border-radius: 12px !important;
}

.card-profile {
    border-radius: 12px;
    border: 2px solid #E5E7EB;
}

.card::before, .card::after {
    background-color: #ffffff !important;
}

@media screen and (max-width: 972px) {
    .nav-secondary-mobile{
        display: block;
    }

    .fs-62{
        font-size: 50px;
    }

    .fs-20{
        font-size: 16px;
    }

    .slick-arrow {
        width: 38px !important;
        height: 38px !important;
    }

    .slick-prev {
        left: -15px !important;
    }

    .slick-next {
        right: -15px !important;
    }

    .prev-outlet {
        position: absolute !important;
        bottom: -25px !important;
        left: 10px !important;
    }

    .next-outlet {
        position: absolute !important;
        bottom: -25px !important;
        left: 50px !important;
    }
}

@media (max-width: 960px) {
    .col-gallery {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .img-download {
        width: 340px;
        margin-left: 0px;
    }

    .img-logo {
        width: 46px;
    }

    .img-store {
        width: 110px;
    }
}

@media screen and (max-width: 800px) {
    .bubble-resi{
        border-radius: 0;
    }
}

@media (min-width: 1000px) {
    .modal-dialog-set {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}