@font-face {
    font-family: 'Win Sittway';
    src: url('../fonts/WinSittway/WinSittway.eot');
    src: url('../fonts/WinSittway/WinSittway.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WinSittway/WinSittway.woff2') format('woff2'),
        url('../fonts/WinSittway/WinSittway.woff') format('woff'),
        url('../fonts/WinSittway/WinSittway.ttf') format('truetype'),
        url('../fonts/WinSittway/WinSittway.svg#WinSittway') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Altair-Regular';
    src: url('../fonts/Altair/Altair-Regular.eot');
    src: url('../fonts/Altair/Altair-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Altair/Altair-Regular.woff2') format('woff2'),
        url('../fonts/Altair/Altair-Regular.woff') format('woff'),
        url('../fonts/Altair/Altair-Regular.ttf') format('truetype'),
        url('../fonts/Altair/Altair-Regular.svg#Altair-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Altair-Light';
    src: url('../fonts/Altair/Altair-Light.eot');
    src: url('../fonts/Altair/Altair-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Altair/Altair-Light.woff2') format('woff2'),
        url('../fonts/Altair/Altair-Light.woff') format('woff'),
        url('../fonts/Altair/Altair-Light.ttf') format('truetype'),
        url('../fonts/Altair/Altair-Light.svg#Altair-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Altair-Bold';
    src: url('../fonts/Altair/Altair-Bold.eot');
    src: url('../fonts/Altair/Altair-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Altair/Altair-Bold.woff2') format('woff2'),
        url('../fonts/Altair/Altair-Bold.woff') format('woff'),
        url('../fonts/Altair/Altair-Bold.ttf') format('truetype'),
        url('../fonts/Altair/Altair-Bold.svg#Altair-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pyidaungsu Book';
    src: url('../fonts/Pyidaungsu/PyidaungsuBook.eot');
    src: url('../fonts/Pyidaungsu/PyidaungsuBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pyidaungsu/PyidaungsuBook.woff2') format('woff2'),
        url('../fonts/Pyidaungsu/PyidaungsuBook.woff') format('woff'),
        url('../fonts/Pyidaungsu/PyidaungsuBook.ttf') format('truetype'),
        url('../fonts/Pyidaungsu/PyidaungsuBook.svg#PyidaungsuBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #FFFFFF;
    --black: #14181B;
    --main: #B78F5B;
    --dark-main: #343029;
    --green: #89ab8440;
  }

html{
    background-color: var(--black);
    margin: 0 auto;
    max-width: 2560px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body{
    /*width: 100vw;*/
    overflow-x: hidden;
}

.uk-container{
    max-width: 85%;
}

.uk-container-xlarge{
    max-width: 1750px;
}

header .uk-navbar-container:not(.uk-navbar-transparent){
    background: transparent;
}

header .uk-navbar-left ul.uk-navbar-nav li:first-of-type a{
    padding-left: 0px;
}

header .uk-navbar-right ul.uk-navbar-nav li:last-of-type a{
    padding-right: 0px;
}

header .uk-navbar-right ul.uk-navbar-nav li:first-of-type a{
    padding-right: 70px;
}

header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-nav.uk-navbar-dropdown-nav li a{
    color: var(--black);
    border: 0px;
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left{
    background-color: var(--main);
    padding: 10px 35px;
}

header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid var(--main);
    position: absolute;
    top: -20px;
    left: 35px;
}

header .uk-navbar ul.uk-navbar-nav li a{
    font-size: 20px;
    padding: 0px 35px;
    color: #FFFFFF;
    transition: all .3s ease-in;
}

header .uk-navbar ul.uk-navbar-nav li:hover a{
    color: var(--main);
}

header .uk-navbar-container.uk-navbar{
    height: 240px !important;
}

header .uk-navbar-right .uk-navbar-nav li:last-of-type{
    display: flex;
    align-items: center;
}

header .uk-navbar-right .uk-navbar-nav li:last-of-type a{
    min-height: auto;
    border: 1px solid var(--main);
    padding: 5px 28px;
    height: 45px;
    font-size: 18px;
    padding-right: 28px !important;
}

header .text-left,
header .text-right{
    font-size: 34px;
    color: #FFFFFF;
    font-family: 'Win Sittway';
    position: relative;
}

header .text-left::before{
    content: url(../images/left_top.png);
    position: absolute;
    top: -20px;
    left: -60px;
}

header .text-left::after{
    content: url(../images/left_bottom.png);
    position: absolute;
    bottom: -25px;
    left: -60px;
}

header .text-right::before{
    content: url(../images/right_top.png);
    position: absolute;
    top: -20px;
    left: -20px;
}

header .text-right::after{
    content: url(../images/right_bottom.png);
    position: absolute;
    bottom: -25px;
    left: -20px;
}

.section-one{
    position: relative;
    background-image: url(../images/section_one_bg.png);
    background-repeat: no-repeat;
    background-position-x:  center;
}

.section-one .image-wrapper .image-inner{
    display: inline-block;
    padding: 5px;
    border: 4px solid var(--main);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 860px;
    height: 1290px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-one .image-wrapper .image-inner img{
    width: 100%;
}

.section-one .image-wrapper{
    display: inline-block;
    border: 4px solid var(--main);
    position: relative;
    width: 1000px;
    height: 1430px;
}

.section-one .image-wrapper .border-top{
    font-size: 40px;
    font-family: 'Win Sittway';
    color: var(--main);
    position: absolute;
    width: 100%;
    height: 50px;
    top: 2px;
    left: -23px;
    word-spacing: 10px;
}

.section-one .image-wrapper span{
    width: 0px;
    display: inline-block;
}

.section-one .image-wrapper .border-right{
    font-size: 40px;
    font-family: 'Win Sittway';
    color: var(--main);
    position: absolute;
    width: 100%;
    height: 50%;
    top: 140px;
    right: -142px;
    transform: rotate(90deg);
    word-spacing: 10px;
}

.section-one .image-wrapper .border-left{
    font-size: 40px;
    font-family: 'Win Sittway';
    color: var(--main);
    position: absolute;
    width: 100%;
    height: 50%;
    top: 188px;
    left: -142px;
    transform: rotate(270deg);
    word-spacing: 10px;
}

.section-one .footer-layer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../images/photo_bottom_bg.png);
    background-position-x: center;
    background-repeat: no-repeat;
}

.section-two .title-wrapper{
    border-top: 4px solid var(--main);
    padding-top: 7px;
    text-align: center;
}

.section-two .title-wrapper .title-inner{
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    text-transform: uppercase;
    font-size: 38px;
    color: var(--main);
    padding: 15px 0px;
}

.section-two .card-1{
    padding: 5px;
}

.section-two .uk-card-header{
    height: 485px;
    position: relative;
}

.section-two .uk-card-header img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-two .card-1 .uk-card-body .uk-card-title{
    display: inline-block;
    font-size: 25px;
    color: var(--white);
    padding: 0px 20px;
    border-bottom: 3px solid #2D2D2D;
    text-shadow: 1px 1px 3px var(--main);
}

.section-two .uk-card{
    background: transparent;
}

.section-two .card-1 .uk-card-body p,
.section-two .uk-card-body p{
    max-width: 280px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
}

.section-two .uk-slider-items{
    border: 3px solid var(--green);
}

.section-two ul.uk-slider-items li{
    border-right: 3px solid var(--green);
}

.section-two ul.uk-slider-items li:last-of-type{
    border-right: 0px;
}

.section-two .card-1 .content-wrapper{
    background: var(--dark-main);
    padding: 5px;
}

.section-two .card-1 .content-wrapper .content-inner{
    border: 4px solid var(--black);
}

.section-two .card-1 .uk-card-footer{
    border-top: 4px solid var(--black);
    position: inherit;
    width: auto;
}

.section-two .card-1 .uk-card-footer a{
    font-size: 17px;
    color: var(--main);
    text-transform: capitalize;
    text-decoration: none;
}

.section-two .title .uk-card-title{
    font-size: 20px;
    color: var(--white);
}

.section-two .title{
    padding: 15px 0px;
    border-top: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
}

.section-two .uk-card-footer a{
    font-size: 17px;
    color: var(--main);
    text-transform: capitalize;
    text-decoration: none;
}

.section-two .uk-card{
    position: relative;
}

.section-two .uk-card-footer{
    border-top: 3px solid var(--green);
    background: var(--dark-main);
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 20px 0px;
    bottom: 0px;
}

.section-two .uk-card-body.uk-padding-small{
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-two .where-to-buy-wrapper{
    border-bottom: 4px solid var(--main);
    padding-bottom: 7px;
    text-align: center;
}

.section-two .where-to-buy-wrapper .where-to-buy-inner{
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    padding: 15px 0px;
}

.section-two .where-to-buy-wrapper .where-to-buy-inner a{
    text-decoration: underline;
    font-size: 38px;
    color: var(--main);
    text-transform: uppercase;
}


.marquee-wrapper{
text-align:center;
}

.marquee-wrapper.top{
    border-top: 4px solid var(--main);
}

.marquee-wrapper.bottom{
    border-bottom: 4px solid var(--main);
}

.marquee-wrapper .container{
    overflow:hidden;
}

.marquee-inner span{
    float:left;
    width:50%;
}

.marquee-wrapper .marquee-block{
    --total-marquee-items:12;
    width: calc(480px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 65px;
}

.marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
}

.marquee-inner p{
    font-family: 'Win Sittway';
    font-size: 44px;
    margin-bottom: 0px;
    color: var(--main);
}

.marquee-inner.to-left{
    animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right{
    animation: marqueeRight 25s linear infinite;
}

.marquee-item{
    width: 460px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
}

@keyframes marqueeLeft{
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@keyframes marqueeRight{
    0% { 
        left: -100%; 
    }
    100% {
        left: 0; 
    }
}

.video-wrapper{
    border: 4px solid var(--main);
}

.video-wrapper ul li{
    border-left: 4px solid var(--main);
    padding: 5px;
}

.video-wrapper ul li .item-wrap{
    border: 2px solid var(--main);
}

.video-wrapper ul li .item-wrap .video-thumbnail{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* .video-wrapper ul li video{
    border: 2px solid var(--main);
} */

.section-three .video-wrapper a.uk-slidenav-large{
    color: var(--main);
}

.section-three .video-wrapper .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--main);
    cursor: pointer;
}

.section-three .video-wrapper .see-more{
   font-size: 19px;
   font-family: 'Pyidaungsu Book';
}

.section-three .video-wrapper .line-group{
    display: flex;
    justify-content: center;
    margin: 7px 0px 1px 0px;
}

.section-three .video-wrapper .line-group span:nth-child(2){
    width: 5px;
    height: 2px;
    background-color: var(--main);
    margin: 0 4px;
}

.section-three .video-wrapper .line-group span:first-of-type,
.section-three .video-wrapper .line-group span:last-of-type{
    width: 20px;
    height: 2px;
    background-color: var(--main);
}

/*.section-four {*/
/*    overflow: hidden;*/
/*}*/

.section-four .content-wrapper{
    border: 10px solid var(--main);
    padding: 7px;
}

.section-four .content-wrapper .content-inner{
    border: 2px solid var(--main);
}

.section-four .header-wrapper{
    padding: 3px;
    border-bottom: 2px solid var(--main);
}

.section-four .header{
    font-family: 'Win Sittway';
    background-color: var(--main);
    font-size: 48px;
    color: #14181B;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}

.section-four .main-image{
    height: 450px;
    position: relative;
}

.section-four .main-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-four .title-wrapper{
    border-top: 2px solid var(--main);
    text-align: center;
    border-right: 2px solid var(--main);
}

.section-four .uk-width-1-3\@s:last-of-type .title-wrapper{
    border-right: 0px;
}

.section-four .uk-width-1-3\@s:last-of-type .text-wrapper {
    border-right: 0px;
}

.section-four .uk-width-1-3:last-of-type .title-wrapper{
    border-right: 0px;
}

.section-four .title-wrapper .title{
    font-size: 22px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    font-weight: bold !important;
    padding: 25px;
    border-bottom: 2px solid var(--main);
}


.section-four .text-wrapper{
    text-align: center;
    border-right: 2px solid var(--main);
    padding: 40px;
}

.section-four .text-wrapper .text{
    font-size: 14px;
    color: var(--main);
    max-width: 266px;
    margin: 0 auto;
}

.section-four .uk-width-1-3:last-of-type .text-wrapper{
    border-right: 0px;
}

.section-six .content-wrapper{
    border: 10px solid var(--main);
    padding: 7px;
}

.section-six .left-content{
    background-color: var(--main);
    padding: 7px;
}

.section-six .left-content .img img{
    width: 100%;
    border: 4px solid var(--black)
}

.section-six .left-content .text-img{
    padding-top: 20px;
    padding-bottom: 10px;
}

.section-six .right-content{
    padding: 0px 7px;
}

.section-six .right-content .header{
    font-size: 44px;
    font-family: 'Win Sittway';
    color: var(--main);
    text-align: center;
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    padding: 5px 0px;
}

.section-six .right-content .text-wrapper{
    margin-top: 50px;
}

.section-six .right-content .text{
    font-size: 18px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.section-seven .content-wrapper{
    border: 10px solid var(--main);
    padding: 7px;
    height: 760px;
}

.section-seven .header{
    font-size: 44px;
    font-family: 'Win Sittway';
    color: var(--main);
    text-align: center;
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    padding: 5px 0px;
}

.section-seven .left-content{
    padding-right: 7px;
}   

.section-seven .left-content .text-wrapper{
    margin-top: 50px;
}

.section-seven .left-content .text{
    font-size: 18px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
}

.section-seven .right-content{
    border: 2px solid var(--main);
}

.section-four .leave-1{
    position: absolute;
    top: -11%;
    left: -15%;
    width: 350px;
}

.section-four .leave-2{
    position: absolute;
    top: -12%;
    left: 80%;
    width: 200px;
}

.section-four .leave-3{
    position: absolute;
    bottom: 0%;
    right: -13%;
    width: 300px;
}

.section-six .leave-1{
    position: absolute;
    top: -220px;
    left: -150px;
    width: 40%;
    z-index: -1;
    overflow: hidden;
}

.section-eight .title-wrapper{
    border-top: 8px solid var(--main);
}

.section-eight .title-wrapper .title{
    margin-top: 4px;
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    font-size: 44px;
    font-family: 'Win Sittway';
    color: var(--main);
    text-align: center;
    padding: 5px 0px;
}

.section-eight .shop-location-wrapper{
    border: 2px solid var(--main);
    border-top: 8px solid var(--main);
    max-width: 414px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.section-eight .shop-location-wrapper .shop-location{
    margin-top: 4px;
    border-top: 2px solid var(--main);
}

.section-eight .shop-location-wrapper .shop-location .city{
    font-size: 25px;
    font-family: 'Pyidaungsu Book';
    font-weight: bold;
    text-align: center;
    color: var(--main);
    padding: 14px;
    border-bottom: 2px solid var(--main);
}

.section-eight .shop-location-wrapper .shop-location .region{
    font-size: 18px;
    font-family: 'Pyidaungsu Book';
    font-weight: bold;
    text-align: center;
    color: var(--main);
    padding: 14px;
    border-bottom: 2px solid var(--main);
}

.section-eight .shop-location-wrapper .shop-location .locations{
    height: 512px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-eight .map{
    /* margin: 60px 0px; */
    height: 900px;
    overflow-y: scroll;
    cursor: pointer;
}

.section-eight .map-wrapper{
    position: relative;
}

.section-eight .map-wrapper .map #mCSB_2_scrollbar_vertical{
    visibility: hidden;
}

.section-eight .map-top{
    position: absolute;
    top: 0px;
    text-align: center;
    color: var(--main);
    width: 100%;
    background: linear-gradient(180deg, rgba(20,24,27,.1) 0%, rgba(20,24,27,0.6) 20%,rgba(20,24,27,.8) 40%, rgba(20,24,27,1) 100%);
    padding: 15px 0px 1px 1px;
    transform: rotate(180deg);
    z-index: 1;
}

.section-eight .map-top span,
.section-eight .map-bottom span{
    cursor: pointer;
}

.section-two .more-info-wrapper{
    position: absolute;
    bottom: -101%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--dark-main);
    transition: all .3s linear;
}

.section-two .uk-card.active .more-info-wrapper{
    bottom: 0px;
}

.section-two .more-info-wrapper .more-info .info-title{
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--main);
}

.section-two .more-info-wrapper a.uk-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--main);
}

.section-two .more-info-wrapper a.uk-icon:hover{
    opacity: .8;
}

.section-two .more-info-wrapper .more-info .info-dec{
    font-size: 16px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
}

.section-two .more-info-wrapper .more-info{
    padding: 50px 30px;
}

.section-eight .map-bottom{
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: var(--main);
    width: 100%;
    background: linear-gradient(180deg, rgba(20,24,27,.1) 0%, rgba(20,24,27,0.6) 20%,rgba(20,24,27,.8) 40%, rgba(20,24,27,1) 100%);
    padding: 15px 0px 1px 1px;
}

.section-eight hr{
    border-top: 2px solid var(--main);
}

.section-eight .map::-webkit-scrollbar,
.section-eight .shop-location-wrapper .shop-location .locations::-webkit-scrollbar {
    width: 0px;
}

.section-eight .shop-location-wrapper .shop-location .locations .item{
    max-width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

.section-eight .shop-location-wrapper .shop-location .locations .item:first-of-type{
    margin-top: 20px;
}

.section-eight .shop-location-wrapper .shop-location .locations .item .title{
    font-size: 15px;
    font-family: 'Pyidaungsu Book';
    padding: 10px;
    text-align: center;
    color: var(--main);
}

.section-eight .shop-location-wrapper .shop-location .locations .item .address-wrapper{
    background-color: #373129;
    border-top: 2px solid var(--main);
    padding: 15px 20px;
}

.section-eight .shop-location-wrapper .shop-location .locations .item .address-wrapper .address{
    font-size: 12px;
    font-family: 'Pyidaungsu Book';
    text-align: center;
    color: var(--main);
}

.section-eight .shop-location-wrapper .shop-location .locations .item .address-wrapper .phone{
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Pyidaungsu Book';
    text-align: center;
    color: var(--main);
}

.section-eight .shop-location-wrapper .shop-location .locations .item .copy{
    margin-top: 15px;
    font-size: 10px;
    font-family: 'Pyidaungsu Book';
    text-align: center;
    color: var(--black);
}

.section-eight .shop-location-wrapper .shop-location .locations .item .social{
    margin-top: 4px;
    background-color: #373129;
}

.section-eight .shop-location-wrapper .shop-location .locations .item .social a{
    font-size: 10px;
    font-family: 'Pyidaungsu Book';
    text-align: center;
    color: var(--main);
    padding: 10px;
    display: block;
}

.section-eight .shop-location-wrapper  .shop-location-footer{
    border-top: 2px solid var(--main);
}

.section-eight .shop-location-wrapper  .shop-location-footer a{
    display: block;
    padding: 20px;
    background-color: var(--main);
    text-align: center;
    margin: 4px;
    font-size: 14px;
    font-family: 'Pyidaungsu Book';
    color: var(--black);
}
/* .section-six .uk-overlay-primary.uk-position-cover{
    background: -moz-radial-gradient(center, rgba(20,24,27,0.29037552521008403) 0%, rgba(20,24,27,0.9682466736694678) 50%, rgb(20,24,27) 100%);
    background: -webkit-radial-gradient(center,  rgba(20,24,27,0.29037552521008403) 0%, rgba(20,24,27,0.9682466736694678) 50%, rgb(20,24,27) 100%);
    background: radial-gradient(ellipse at center, rgba(20,24,27,0.29037552521008403) 0%, rgba(20,24,27,0.9682466736694678) 50%, rgb(20,24,27) 100%);
    background-image: url(../images/six_overlay_bg.png);
} */

.section-two .uk-width-1-5 .uk-card-footer{
    padding: 0px;
}

.section-two .uk-width-1-5 .uk-card-footer .uk-card-footer-inner{
    border: 4px solid var(--black);
    padding: 8px 0px;
}

.section-seven .leave-1{
    position: absolute;
    top: 10%;
    left: 46%;
    width: 40%;
    z-index: -1;
    overflow: hidden;
}

.section-seven .uk-overlay-primary.uk-position-cover{
    background: -moz-radial-gradient(center, rgba(20,24,27,0.29037552521008403) 0%, rgb(20,24,27) 50%, rgb(20,24,27) 100%);
    background: -webkit-radial-gradient(center,  rgba(20,24,27,0.29037552521008403) 0%, rgb(20,24,27) 50%, rgb(20,24,27) 100%);
    background: radial-gradient(ellipse at center, rgba(20,24,27,0.29037552521008403) 0%, rgb(20,24,27) 50%, rgb(20,24,27) 100%);
}

.section-night .night-wrapper{
    border: 4px solid var(--main);
}

.section-night .night-wrapper .night-item:nth-child(n+2){
    border-left: 4px solid var(--main)
}

.section-night .night-wrapper .night-item{
    padding: 5px;
}

.section-night .night-wrapper .night-item .night-inner{
    border: 2px solid var(--main);
}

.section-night .night-wrapper .night-item .text-logo img{
    border-bottom: 4px solid var(--main);
}

.section-night .night-wrapper .night-item .night-text{
    max-width: 850px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 0px 50px;
}

.section-night .night-wrapper .night-item .night-text p:last-of-type{
    margin-bottom: 50px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--main);
    border-radius: 0px;
    transform: rotate(45deg);
}

.mCSB_scrollTools{
    width: 19px;
    margin: 60px 0px;
}

#mCSB_1_dragger_vertical{
    left: 1px;
}

.section-night .night-wrapper .night-item .night-text p{
    font-size: 18px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
}

.section-night .night-wrapper .night-item .night-text-wrapper.overflow-active::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(20,24,27,.2) 0%, rgba(20,24,27,0.6) 20%,rgba(20,24,27,.8) 40%, rgba(20,24,27,1) 100%);
}

.section-ten{
    border-left: 4px solid var(--main);
    border-right: 4px solid var(--main);
    border-bottom: 4px solid var(--main);
}

.section-ten .ten-item:nth-child(n+2){
    border-left: 4px solid var(--main)
}

.footer .footer-wrapper .footer-inner-1{
    border-top: 6px solid var(--main);
    margin: 5px 0px;
}
.footer .footer-wrapper .footer-inner-2{
    border-top: 27px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .header{
    padding: 20px 0px;
    font-size: 33px;
    font-family: 'Altair-Regular';
    color: var(--main);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .footer{
    padding: 20px 0px;
    font-size: 18px;
    color: var(--main);
    text-align: center;
    text-transform: capitalize;
    border-top: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .body{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-ten .ten-wrapper .ten-item .ten-inner .body ul{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .body ul li a{
    font-size: 24px;
    color: var(--main);
    text-transform: capitalize;
    text-decoration: none;
}

.section-ten .ten-wrapper .ten-item .ten-inner .body ul li:nth-child(n+2){
    margin-top: 10px;
}

.section-ten .ten-wrapper .ten-item .header-wrapper{
    padding: 5px;
    border-bottom: 2px solid var(--main);
    text-align: center;
}

.section-ten .ten-wrapper .ten-item .header-wrapper .main-header{
    background-color: var(--main);
    padding: 7px 0px;
    font-size: 44px;
    font-family: 'Win Sittway';
    color: var(--black);
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-footer{
    font-family: 'Win Sittway';
    padding: 20px 0px;
    font-size: 39px;
    color: var(--main);
    text-align: center;
    /*text-transform: capitalize;*/
    border-top: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body{
    height: 400px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .contact-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .contact-wrapper .contact-text{
    font-size: 28px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .title{
    font-size: 24px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    text-align: center;
    padding: 12px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .text{
    text-align: center;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .text p{
    font-size: 16px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    max-width: 370px;
    margin: 0 auto;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .text a{
    font-size: 16px;
    font-family: 'Pyidaungsu Book';
    color: var(--main);
    max-width: 370px;
    margin: 0 auto;
    text-decoration: none;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .text ul{
    list-style: none;
    padding-left: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #b78f5b8c;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .flex:first-of-type{
    border-right: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-2-3.uk-visible\@s .flex:first-of-type{
    border-right: 0px;
    border-top: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-grid .uk-grid .uk-width-1-1 .flex:first-of-type{
    border-right: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-grid .uk-grid .uk-width-1-3\@s .flex:first-of-type{
    border-top: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-2-3 .uk-width-2-3 .flex:first-of-type,
.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-2-3 .uk-width-1-1 .flex:first-of-type{
    border-right: 0px;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-2-3 .uk-width-2-3 .flex:last-of-type,
.section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-2-3 .uk-width-1-3 .flex:last-of-type{
    border-top: 0px;
}

.section-eight .map .uk-marker{
    background-color: transparent;
}

.section-eight .map .uk-marker svg{
    display: none;
}

.section-ten .ten-wrapper .ten-item .ten-inner .main-body .flex:last-of-type{
    border-top: 2px solid var(--main);
}

.section-ten .ten-wrapper .ten-item .img{
    width: 240px;
}

.section-ten .ten-wrapper .ten-item .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.uk-marker img{
    width: 70%;
}

.uk-position-center-left-out,
.uk-position-center-right-out{
    color: var(--main);
}

.uk-slidenav:hover{
    color: var(--main);
}

.all-item{
    display: none;
}

.all-item.show{
    display: block;
}

.mobile-menu{
    background-color: var(--main);
    position: absolute;
    width: 100%;
}

.mobile-menu #mobile-menu{
    position: relative;
    /* overflow: hidden; */
    height: 40px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    text-align: center;
}

.mobile-menu #mobile-menu .open-menu,
.mobile-menu #mobile-menu .close-menu{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    line-height: 40px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.mobile-menu #mobile-menu ul{
    list-style: none;
    padding-left: 0px;
}

.mobile-menu #mobile-menu ul li a{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    line-height: 30px;
    text-decoration: none;
}

.mobile-menu{
    bottom: 0px;
    top: inherit !important;
}

.mobile-menu .inactive{
    display: none;
}

.mobile-menu-wrapper.active{
    position: absolute;
    top: -173px;
    z-index: 888;
    width: 100%;
    background: var(--main);
    left: 0px;
}

.mobile-menu{
    display: none;
}

.welcome-icon-wrap {
    display: flex;
    max-width: 435px;
    margin: auto;
}

.welcome-icon-wrap .text-left,
.welcome-icon-wrap .text-right{
    font-size: 34px;
    color: #FFFFFF;
    font-family: 'Win Sittway';
    position: relative;
}

.welcome-icon-wrap .text-left::before {
    content: url(../images/left_top.png);
    position: absolute;
    top: -20px;
    left: -60px;
}

.welcome-icon-wrap .text-left::after {
    content: url(../images/left_bottom.png);
    position: absolute;
    bottom: -25px;
    left: -60px;
}

.welcome-icon-wrap .text-right::before {
    content: url(../images/right_top.png);
    position: absolute;
    top: -20px;
    left: -20px;
}

.welcome-icon-wrap .text-right::after {
    content: url(../images/right_bottom.png);
    position: absolute;
    bottom: -25px;
    left: -20px;
}

.welcome-main{
    min-height: 100vh;
    position: relative;
}

.welcome-main .wrapper{
    min-height: 100vh;
}

.welcome-main .wrapper .left,
.welcome-main .wrapper .right{
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.welcome-main .wrapper .up-wrapper .item,
.welcome-main .wrapper .down-wrapper .item{
    border-left: 4px solid var(--main); 
    border-right: 4px solid var(--main); 
    border-top: 4px solid var(--main);
    padding: 6px;
}

.welcome-main .wrapper .up-wrapper .item img,
.welcome-main .wrapper .down-wrapper .item img{
    border: 1px solid var(--main);
}

.welcome-main .wrapper .up-wrapper span{
    height:50%;
}

.welcome-main .wrapper .up-wrapper {
    animation: marqueeTop 25s linear infinite;
    position: absolute;
}

@keyframes marqueeTop{
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}

.welcome-main .wrapper .down-wrapper {
    animation: marqueeDown 25s linear infinite;
    position: absolute;
}

@keyframes marqueeDown{
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

.d-of-b-wrapper{
    text-align: center;
}

.d-of-b-wrapper .title{
    font-size: 30px;
    font-family: 'Altair-Bold';
    color: var(--white);
}

.d-of-b-wrapper p{
    font-size: 16px;
    /* font-family: 'Altair-Regular'; */
    color: var(--main);
    line-height: 32px;
}

.d-of-b-wrapper p span{
    color: var(--white);
    opacity: .5;
}

#dobmonth,
#dobday,
#dobyear {
    width: 1;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #ffffff70;
    background: transparent;
    border: 0px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

.select-wrapper{
    display: inline-block;
    border: 2px solid var(--main);
    position: relative;
    overflow: hidden;
}

.select-wrapper .left,
.select-wrapper .right,
.select-wrapper .bottom,
.select-wrapper .top{
    position: absolute !important;
}

.select-wrapper .left{
    width: 20px;
    background: var(--main);
    top: -14px;
    z-index: 222;
    position: absolute;
    height: 20px !important;
    min-height: inherit !important;
    transform: rotate(46deg);
    left: -12px;
}

.select-wrapper .right{
    width: 20px;
    background: var(--main);
    top: -14px;
    z-index: 222;
    position: absolute;
    height: 20px !important;
    min-height: inherit !important;
    transform: rotate(46deg);
    right: -12px;
}

.select-wrapper .top{
    width: 20px;
    background: var(--main);
    bottom: -14px;
    z-index: 222;
    position: absolute;
    height: 20px !important;
    transform: rotate(46deg);
    left: -12px;
}

.select-wrapper .bottom{
    width: 20px;
    background: var(--main);
    bottom: -14px;
    z-index: 222;
    position: absolute;
    height: 20px !important;
    transform: rotate(46deg);
    right: -12px;
}

.btn-wrapper button{
    font-size: 22px;
    /* font-family: 'Altair-Regular'; */
    color: #D6A76A;
    text-transform: uppercase;
    background-color: transparent;
    border: 0px;
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    margin-top: 40px;
    padding: 10px 30px;
    cursor: pointer;
}

.wrapper-main{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100%;
}

.welcome-main .wrapper .center{
    padding: 150px 100px;
    position: relative;
    overflow: hidden;
}

.welcome-main .left-img{
    position: absolute;
    bottom: -140px;
    left: 0px;
    width: 30%;
    transform: rotate(40deg);
}

.welcome-main .right-img{
    position: absolute;
    bottom: -110px;
    right: -80px;
    width: 30%;
    transform: rotate(-40deg);
}

.section-ten.gallery{
    border-top: 4px solid var(--main);
}

.gallery-banner{
    text-align: center;
    padding: 140px 0px;
}

.gallery-banner-text{
    font-size: 80px;
    font-family: 'Win Sittway';
    color: var(--main);
}

.g-item{
    padding: 15px;
    /* padding-left: 0px;
    padding-bottom: 0px; */
}

.g-item img{
    border: 1px solid var(--main);
}

.gallery [class*=uk-child-width]>*{
    border-top: 1px solid var(--main);
    border-left: 1px solid var(--main);
}

.gallery .g-item.uk-first-column{
    border-left: 0px;
}

.gallery .g-item.uk-grid-margin{
    border-top: 0px;
    padding-top: 0px;
}

.g-item.text {
    position: relative;
}

.g-item.text .text{
    position: absolute;
    top: 50px;
    width: 70%;
    color: var(--main);
    left: 50%;
    transform: translateX(-50%);
}

.g-item.text img{
    visibility: hidden;
}

.gallery .uk-width-3-5{
    border-left: 1px solid var(--main);
    border-right: 1px solid var(--main);
}

.g--text{
    font-size: 60px;
    font-family: 'Win Sittway';
    color: var(--main);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.uk-width-2-5.uk-grid-margin{
    position: relative;
    border-top: 1px solid var(--main) !important;
    /* border-bottom: 1px solid var(--main) !important; */
}

.uk-width-2-5.uk-grid-margin .g-text-wrap{
    border-bottom: 1px solid var(--main) !important; 
    margin-left: -15px;
    margin-right: -15px;
}

.page-id-166 .mobile-menu,
.page-id-166 .footer,
.page-id-166 header{
    display: none;
}

.partners .uk-grid div:nth-child(1) img{
    max-width: 190px;
}

.partners .uk-grid div:nth-child(2) img{
     max-width: 250px;
}

.partners .uk-grid div:nth-child(3) img{
    max-width: 300px;
    margin-top: -19px;
}

.partners .uk-grid div:nth-child(5) img{
    max-width: 140px;
}

@media screen and (max-width: 1707px) {

    .section-1 .uk-navbar-right ul.uk-navbar-nav li a{
        font-size: 18px;
    }

    header .uk-navbar ul.uk-navbar-nav li a,
    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-nav.uk-navbar-dropdown-nav li a{
        font-size: 18px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .header{
        font-size: 31px;
    }

    .section-seven .leave-1 {
        left: 45%;
        width: 44%;
    }

    .section-night .night-wrapper .night-item .night-text{
        height: 230px;
    }

    header .uk-navbar-center:not(:only-child) {
        transform: translate(-50%,-50%) scale(0.85);
    }
}

@media screen and (max-width: 1601px) {
    .section-seven .leave-1 {
        left: 43%;
        width: 47%;
        top: 110px;
    }

    .section-night .night-wrapper .night-item .night-text{
        height: 220px;
    }

    header .uk-navbar ul.uk-navbar-nav li a,
    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-nav.uk-navbar-dropdown-nav li a{
        font-size: 18px;
    }
}

@media screen and (max-width: 1423px) {

    /* hero */
    .section-one .image-wrapper span{
        width: 20px;
    }

    .section-one .image-wrapper .image-inner{
        width: 750px;
        height: auto;
    }

    .section-one .image-wrapper .border-top{
        top: 0px;
        font-size: 33px;
    }
    
    .section-one .image-wrapper .border-left{
        font-size: 33px;
        top: 159px;
        left: -120px;
    }

    .section-one .image-wrapper .border-right{
        font-size: 33px;
        top: 105px;
        right: -121px;
    }

    .section-one .image-wrapper {
        width: 858px;
        height: 1242px;
    }
    /* hero */

    .section-night .night-wrapper .night-item .night-text p{
        font-size: 14px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .text p{
        font-size: 14px;
        max-width: 320px;
    }

    .section-night .night-wrapper .night-item .text-logo img {
        padding: 55px;
        width: 350px;
    }

    .section-ten .ten-wrapper .ten-item .header-wrapper .main-header{
        font-size: 40px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-footer{
        font-size: 36px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .contact-wrapper .contact-text{
        font-size: 26px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .title{
        font-size: 22px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .body ul li a{
        font-size: 21px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .text a{
        font-size: 14px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .footer{
        font-size: 16px;
    }

    .section-ten .ten-wrapper .ten-item .img {
        width: 210px;
    }

    .section-two .more-info-wrapper .more-info {
        padding: 50px 25px;
    }

    .marquee-inner p{
        font-size: 40px;
    }

    .marquee-wrapper .marquee-block{
        height: 60px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .header {
        font-size: 28px;
    }

    .section-two .title-wrapper .title-inner,
    .section-two .where-to-buy-wrapper .where-to-buy-inner a{
        font-size: 33px;
    }

    .section-two .more-info-wrapper .more-info .info-dec{
        font-size: 14px;
    }

    header .uk-navbar ul.uk-navbar-nav li a{
        font-size: 16px;
        padding: 0px 28px;
    }

    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type a {
        padding-right: 56px;
    }

    header .uk-navbar-center:not(:only-child){
        transform: translate(-50%,-50%) scale(0.8);
    }

    .section-seven .content-wrapper{
        height: 675px;
    }

    .section-seven .header{
        font-size: 39px;
    }

    .section-six .right-content .header{
        font-size: 39px;
    }

    .section-four .header{
        font-size: 44px;
    }

    .section-eight .title-wrapper .title{
        font-size: 39px;
    }
}

@media screen and (max-width: 1281px) {

    .section-four .main-image {
        height: 330px;
    }

    .section-four .main-image img{
        width: 90%;
    }

    .section-eight .map{
        height: 500px;
    }

    .section-eight .shop-location-wrapper .shop-location .locations{
        height: 270px;
    }

    .section-night .night-wrapper .night-item .text-logo img {
        padding: 45px;
        width: 330px;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 120px!important;
    }

    .uk-margin-xlarge-top {
        margin-top: 120px!important;
    }

    .marquee-inner p {
        font-size: 36px;
    }

    .section-two .title-wrapper .title-inner, .section-two .where-to-buy-wrapper .where-to-buy-inner a {
        font-size: 30px;
        padding: 8px 0px;
    }

    .section-two .card-1 .uk-card-footer a {
        font-size: 15px;
    }

    .marquee-wrapper .marquee-block {
        height: 54px;
    }

    .section-four .leave-1 {
        width: 300px;
    }

    .section-four .leave-2 {
        width: 160px;
    }

    .section-four .leave-3 {
        width: 240px;
    }

    .section-two .more-info-wrapper .more-info {
        padding: 50px 22px;
    }

    .section-two .uk-card .more-info-wrapper .uk-icon svg{
        width: 32px;
        height: 32px;
    }

    .section-two .more-info-wrapper .more-info .info-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .section-two .card-1 .uk-card-body p, .section-two .uk-card-body p {
        font-size: 14px;
    }

    .section-two .uk-card-footer a {
        font-size: 15px;
    }

    .section-two .uk-card-footer a svg{
        width: 25px;
        height: 25px;
    }

    .section-night .night-wrapper .night-item .night-text {
        height: 200px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-footer {
        font-size: 33px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .header {
        font-size: 26px;
    }

    .section-ten .ten-wrapper .ten-item .header-wrapper .main-header {
        font-size: 38px;
    }

    .section-ten .ten-wrapper .ten-item .img {
        width: 180px;
    }

    header .uk-navbar-center:not(:only-child) {
        transform: translate(-50%,-50%) scale(0.7);
    }

    header .uk-navbar-container.uk-navbar {
        height: 190px !important;
    }

    header .uk-navbar ul.uk-navbar-nav li a {
        font-size: 14px;
        padding: 0px 24px;
    }

    header .uk-navbar ul.uk-navbar-nav li a, header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-nav.uk-navbar-dropdown-nav li a {
        font-size: 14px;
    }

    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type a {
        padding-right: 48px;
    }

    header .uk-navbar-right .uk-navbar-nav li:last-of-type a{
        font-size: 14px;
    }

    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left {
        background-color: var(--main);
        padding: 5px 24px;
    }

    .section-seven .content-wrapper {
        height: 625px;
    }

    .section-four .title-wrapper .title {
        font-size: 20px;
    }

    .section-four .text-wrapper {
        padding: 30px;
    }

    .section-six .right-content .text {
        font-size: 16px;
        max-width: 335px;
    }

    .section-seven .left-content .text{
        font-size: 16px;
        max-width: 335px;
    }

    .section-seven .header {
        font-size: 35px;
    }

    .section-six .right-content .header {
        font-size: 35px;
    }

    .section-eight .title-wrapper .title {
        font-size: 35px;
    }

    .section-eight .shop-location-wrapper .shop-location .city {
        font-size: 22px;
    }

    .section-four .header {
        font-size: 35px;
    }
}

@media screen and (max-width: 1025px) {
    
    .g--text{
        font-size: 45px;
    }

    .section-eight .shop-location-wrapper .shop-location .locations .item {
        max-width: 261px;
    }

    .section-eight .map-wrapper {
        margin-left: -100px;
    }

    /* hero */
    .section-one .image-wrapper span{
        width: 20px;
    }

    .section-one .image-wrapper .image-inner{
        width: 550px;
        height: auto;
    }

    .section-one .image-wrapper .border-top{
        font-size: 24px;
        left: -9px;
    }
    
    .section-one .image-wrapper .border-left{
        font-size: 24px;
        top: 119px;
        left: -88px;
    }

    .section-one .image-wrapper .border-right{
        font-size: 24px;
        top: 95px;
        right: -88px;
    }

    .section-one .image-wrapper {
        width: 635px;
        height: 920px;
    }
    /* hero */

    .section-seven .content-wrapper {
        height: 500px;
    }

    .section-two .title-wrapper .title-inner, .section-two .where-to-buy-wrapper .where-to-buy-inner a {
        font-size: 26px;
        padding: 4px 0px;
    }

    header .uk-navbar-container.uk-navbar {
        height: 160px !important;
    }

    header .uk-navbar-center:not(:only-child) {
        transform: translate(-50%,-50%) scale(0.6);
    }

    header .uk-navbar ul.uk-navbar-nav li a, header .uk-navbar-right ul.uk-navbar-nav li:first-of-type .uk-nav.uk-navbar-dropdown-nav li a {
        font-size: 12px;
        padding: 0px 20px;
    }
    
    header .uk-navbar-right ul.uk-navbar-nav li:first-of-type a {
        padding-right: 40px;
    }

    header .uk-navbar-right .uk-navbar-nav li:last-of-type a {
        padding: 2px 20px;
    }

    .section-two .uk-slider-items {
        border-right: 0px;
    }

    .section-two ul.uk-slider-items li:last-of-type {
        border-right: 3px solid var(--green);
    }

    .section-two .uk-slider-items {
        margin: 4px;
    }

    .section-two .uk-slider-items li:nth-child(n+3) .uk-card::before{
        content: "";
        width: calc(100% + 3px);
        height: 3px;
        background-color: var(--green);
        position: absolute;
        left: 0;
        top: -3px;
    }

    .section-two .uk-slider-items li:nth-child(n+3) .uk-card::after{
        content: "";
        width: calc(100% + 3px);
        height: 3px;
        background-color: var(--green);
        position: absolute;
        left: 0;
        bottom: -3px;
    }

    .section-four .text-wrapper {
        padding: 30px 15px;
    }

    .section-four .main-image {
        height: 250px;
        position: relative;
    }

    .section-eight .map {
        margin: 80px 0px;
        height: 600px;
    }

    .section-seven .leave-1 {
        left: 43%;
        width: 44%;
        top: 22%;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .header {
        font-size: 22px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .title {
        font-size: 20px;
    }

    .section-ten .ten-wrapper .ten-item .header-wrapper .main-header {
        font-size: 33px;
    }
}

@media screen and (max-width: 769px){
    .mobile-menu{
        display: block;
    }

    .section-eight .map-wrapper {
        margin-left: -30px;
    }

    .section-ten .ten-item.uk-visible\@s{
        display: none;
    }

    .section-ten .ten-item.uk-hidden\@s{
        display: block !important;
    }

    .section-ten .ten-wrapper .ten-item:nth-child(3) {
        border-top: 2px solid var(--main);
    }

    .section-seven .content-wrapper {
        height: calc(auto + 40px);
    }

    .section-seven .leave-1 {
        left: 47%;
        width: 50%;
        top: 27%;
    }

    .section-ten .ten-wrapper .ten-item .img {
        width: 180px;
        padding: 60px 0px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .body {
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .header{
        border-top: 2px solid var(--main);
    }
}

@media screen and (max-width: 700px) {
    /* hero */
    .section-one .image-wrapper span{
        width: 0px;
    }

    .section-one .image-wrapper .image-inner{
        width: 500px;
        height: auto;
    }

    .section-one .image-wrapper .border-top{
        font-size: 22px;
        left: -11px;
        top: 3px;
    }
    
    .section-one .image-wrapper .border-left{
        font-size: 22px;
        top: 115px;
        left: -80px;
    }

    .section-one .image-wrapper .border-right{
        font-size: 22px;
        top: 90px;
        right: -79px;
    }

    .section-one .image-wrapper {
        width: 580px;
        height: 845px;
    }
    /* hero */

    .uk-position-center-right-out{
        left: 99%;
    }

    .uk-position-center-right-right{
        right: 99%;
    }

    .section-seven .leave-1 {
        left: 47%;
        width: 50%;
        top: 33%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 415px) {
    .section-night .night-wrapper .night-item:nth-child(n+2) {
        border-left: 0px;
    }
    /* hero */
    .section-one .image-wrapper span{
        width: 0px;
    }
    
    .welcome-main .wrapper .center{
        padding: 50px 15px;
    }
    
    .welcome-icon-wrap{
        transform: scale(0.7);
    }
    
    .gallery-banner {
        padding: 85px 0px;
    }
    
    .g-item.text .text{
        position: inherit;
        top: 0;
    }
    
    .g--text{
       position: relative;
       font-size: 42px;
    }
    
    .gallery-banner-text {
        font-size: 55px;
    }

    .section-one .image-wrapper .image-inner{
        width: 240px;
        height: auto;
    }

    .section-one .image-wrapper .border-top {
        font-size: 13px;
        left: -4px;
        top: 3px;
        word-spacing: 2px;
    }

    .section-one .image-wrapper .border-left{
        font-size: 13px;
        top: 75px;
        left: -45px;
        word-spacing: 2px;
    }

    .section-one .image-wrapper .border-right{
        font-size: 13px;
        top: 65px;
        right: -45px;
        word-spacing: 2px;
    }

    .section-one .image-wrapper {
        width: 307px;
        height: 426px;
    }
    /* hero */

    .section-one .footer-layer{
        height: 150px;
    }

    .uk-position-center-right-out {
        left: 90%;
    }

    .uk-position-center-left-out {
        right: 90%;
    }

    .section-four .leave-1 {
        width: 187px;
    }

    .section-four .leave-1 {
        left: -21%;
    }

    .section-four .leave-2 {
        width: 120px;
    }

    .section-four .leave-2 {
        top: -1%;
        left: 73%;
    }

    .section-four .leave-3 {
        width: 140px;
    }

    .section-four .main-image {
        height: 100%;
        position: relative;
    }

    .section-four .main-image img{
        max-width: 350px;
        width: 350px;
    }

    .section-four .main-image img {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .section-four .text-wrapper .text{
        font-size: 8px;
    }

    .section-four .title-wrapper .title{
        padding: 10px;
    }

    .section-four .header {
        font-size: 30px;
    }

    .uk-margin-xlarge-top {
        margin-top: 90px!important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 90px!important;
    }

    .section-six .right-content {
        padding: 10px;
    }

    .section-seven .center-content{
        height: 300px;
    }

    .section-seven .content-wrapper {
        height: 100%;
    }

    .section-seven .left-content .text {
        padding: 10px;
    }

    .section-seven .leave-1 {
        left: 8%;
        width: 88%;
        top: 33%;
        transform: translate(-50%, 50%);
    }

    .section-eight .map-wrapper {
        margin-left: 0px;
    }

    .section-eight .map {
        margin: 80px 0px;
        height: 400px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .contact-wrapper .contact-text {
        font-size: 16px;
    }

    .section-ten{
        margin-top: 90px;
    }

    .section-ten {
        border-top: 4px solid var(--main);
    }

    .section-ten .ten-item:nth-child(n+2){
        border-left: 0px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .flex:first-of-type {
        border-right: 0px;
    }

    .section-ten .ten-wrapper .ten-item .ten-inner .main-body .uk-width-1-3\@s .flex:last-of-type {
        border-top: 0px;
    }

    .section-ten .ten-wrapper .ten-item:nth-child(3){
        border-top: 2px solid var(--main);
    }

    .section-ten .ten-wrapper .ten-item:last-of-type{
        border-left: 2px solid var(--main);
    }

    .section-two .uk-slider-items li:nth-child(n+2) .uk-card::before {
        content: "";
        width: calc(100% + 3px);
        height: 3px;
        background-color: var(--green);
        position: absolute;
        left: 0;
        top: -3px;
    }

    .section-two .uk-card-header {
        height: 350px;
        position: relative;
    }

    #section-four .content-inner .uk-grid .uk-grid{
        border-left: 2px solid var(--main);
    }

    .section-four .content-inner .uk-grid .uk-grid .uk-width-1-3\@s:first-of-type .title-wrapper{
        border-top: 0px;
    }

    .section-four .text-wrapper{
        border-right: 0px;
    }

    .marquee-item{
        width: 390px;
    }

    .marquee-wrapper .marquee-block{
        width: calc(410px * (var(--total-marquee-items)));
    }
}

@media screen and (max-width: 376px) {
    .section-night .night-wrapper .night-item .night-text {
        padding: 0px 20px 0px 50px;
    }
}

@media screen and (max-width: 321px) {
    /* hero */
    .section-one .image-wrapper span{
        width: 0px;
    }

    .section-one .image-wrapper .image-inner{
        width: 180px;
        height: auto;
    }

    .section-one .image-wrapper .border-top {
        font-size: 10px;
        left: -4px;
        top: 3px;
        word-spacing: 2px;
    }

    .section-one .image-wrapper .border-left{
        font-size: 10px;
        top: 58px;
        left: -36px;
        word-spacing: 2px;
    }

    .section-one .image-wrapper .border-right{
        font-size: 10px;
        top: 55px;
        right: -36px;
        word-spacing: 2px;
    }

    .section-four .header {
        font-size: 22px;
    }

    .section-six .right-content .header {
        font-size: 24px;
    }

    .section-eight .title-wrapper .title {
        font-size: 24px;
    }

    .section-seven .header {
        font-size: 22px;
    }

    .section-one .image-wrapper {
        width: 244px;
        height: 327px;
    }

    .section-four .title-wrapper .title {
        font-size: 16px;
    }

    .section-four .title-wrapper .title {
        padding: 7px;
    }

    .section-eight .shop-location-wrapper .shop-location .locations .item {
        max-width: 210px;
    }

    .section-night .night-wrapper .night-item .night-text {
        padding: 0px 0px 0px 30px;
    }

    .section-night .night-wrapper .night-item .text-logo img {
        padding: 45px;
        width: 250px;
    }

    .section-night .night-wrapper .night-item:nth-child(n+2) {
        border-left: 0px;
    }

    /* hero */

    header .uk-navbar-center:not(:only-child) {
        transform: translate(-50%,-50%) scale(0.45);
    }

    .uk-position-center-right-out {
        left: 86%;
    }

    .uk-position-center-left-out {
        right: 86%;
    }

    header .uk-navbar-container.uk-navbar {
        height: 120px !important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 70px!important;
    }

    .uk-margin-xlarge-top {
        margin-top: 70px!important;
    }
}