@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

@font-face {
    font-family: 'Underland';
    src: url('../fonts/Underland.otf');
}

@font-face {
    font-family: 'Niagara';
    src: url('../fonts/NIAGSOL.TTF');
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    font-family: sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, video {
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}


body {
   background: black;
    width: 100%;
}

.main-content{
    background: #FBF7F2;
}

.wrapper {
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    margin: 0 auto;
}

.main-content{
    width: 100%;
    /*max-width: 1540px;*/
    margin: 0 auto;
    overflow: hidden;
}

.header{
    width: 100%;
    height: 750px;
    padding-top: 50px;
    overflow: hidden;
    background: black;
    position: relative;
}

.content{
    width: 100%;
    overflow: hidden;
}


.header-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 200px auto 0 auto;
}

.header .background-cover{
    min-width: 1440px;
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.header-content h1{
    font-family: Underland;
    font-size: 48px;
    font-weight: 400;
    line-height: 71.47px;
    text-align: center;
    margin-top: 15px;
}
.header-content h2{
    font-family: Niagara;
    font-size: 128px;
    font-weight: 400;
    line-height: 137.06px;
    letter-spacing: 0.02em;
    text-align: center;
}
.header-content h3{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    letter-spacing: 0.5em;
    text-align: center;
    margin-bottom: 42px;
}

.header-content h4{
    font-family: Underland;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-top: 5px;
}

.header-content .book-now{}
.book-now{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.2em;
    text-align: center;
    width: 160px;
    height: 50px;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
}

.introduce{
    width: 100%;
    overflow: hidden;
    min-height: 385px;
    text-align: center;
    color: #383839;
    position: relative;
    border-bottom: 1px solid #CCCCCC
}

.introduce-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.introduce-content{
    z-index: 2;
    width: 100%;
    max-width: 930px;
    /*min-height: 87px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Montserrat;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.story h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.story h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.story h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.story-posts-item{
    width: 360px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.story-posts-img{
    width: 100%;
    height: 100%;
}

.story-posts-item-inside{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 85px 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.story-posts-item-inside:hover{
    opacity: 1;
}

.story-posts{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    color: #383839;
}

.story-posts-item-inside h3{
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    text-align: center;
}
.story-posts-item-inside h4{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 20px 0;
}
.see-more{
    width: 120px;
    height: 37.5px;
    color: #FBF7F2;
    border: 1px solid #FBF7F2;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: center;
    display: inline-block;
}

.features{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.features-item{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.features-item-part{
    width: 50%;
    float: left;
    height: 100%;
}
.features-item-part > img{
    width: 100%;
}

.features-item-part-inside{
    width: 90%;
    max-width: 410px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #383839;
}

.features-item-part-inside h1{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
}
.features-item-part-inside h2{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.features-item-part-inside h3{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 45px 0;
}
.see-menu{
    color: #383839;
    border: solid #383839 1px;
    width: 130px;
    height: 45px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    display: inline-block;
}

.events{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    color: #383839;
}

.events-item{
    width: 360px;
    overflow: hidden;
    text-align: center;
}

.events-img{
    width: 100%;
    max-height: 500px;
}
.events-item h3{
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}
.events-item h4{
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: center;
    padding: 0 10px;
}

.see-more-2{
    color: #383839;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 34.5px;
    text-align: center;
    width: 120px;
    height: 37.5px;
    border: 1px solid #383839;
    display: inline-block;
}

.gallery{
    border-top: #CCCCCC solid 1px;
    margin-top: 60px;
    padding-top: 60px;
}

.gallery > h1{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
}
.gallery > h2{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 25px;
}

.gallery-slide{
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto;
}

.gallery-item {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer{
    background: #161B21;
    position: relative;
    height: 412px;
    margin-top: 330px;
}

.booking{
    background: #383839;
    width: 100%;
    max-width: 1010px;
    min-height: 362px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -290px;
    padding: 0 50px;
}

.booking h1{
    width: 100%;
    text-align: center;
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    letter-spacing: 0.6px;
    margin-top: 40px;
    color: #FFFFFF;
}

.brand-color{
    color: #C19976;
}

.row{
    width: 100%;
    clear: both;
}
.col-6{
    width: 50%;
    float: left;
    position: relative;
    padding: 15px;
}
.col-4{
    width: 33.3%;
    float: left;
    position: relative;
    padding: 15px;
}
.booking input{
    background: transparent;
    color: #ffffff;
    border: none;
    border-bottom: rgba(255, 255, 255, 0.45) solid 1px;
    font-size: 14px;
    height: 40px;
    width: 100%;
    outline: none;
}
.booking label{
    position: absolute;
    top: 26px;
    left: 15px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    letter-spacing: 0.6px;
    text-align: left;
}

.booking-submit{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    letter-spacing: 0.4px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background: #C19976;
    border: none;
    color: #FFFFFF;
    top: 35px;
}

.footer-part{
    width: 33.3%;
    float: left;
    color: #FFFFFF;
    margin-top: 130px;

    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.footer-left{
    text-align: left;
}
.footer-right{
    text-align: right;
}
.footer-center{
    text-align: center;
}
.footer-bottom{
    width: 100%;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #ffffff;
    clear: both;
    float: none;
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.footer-part li.first{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.logo-footer{
    display: block;
    margin-bottom: 20px;
}

.logo-facebook, .logo-instagram{
    display: inline-block;
    width: 21px;
    height: 21px;
}

.logo-instagram{
    margin: 0 0 0 7px;
}

.break-img{
    width: 100%;
    background: black;
    height: 490px;
    overflow: hidden;
    margin: 50px 0 0 0;
}
.break-img img{
    width: 100%;
    opacity: 0.5;
}

.break-line{
    border: none;
    height: 1px;
    background: #CCCCCC;
    width: 100%;
    display: block;
    margin: 50px auto 0 auto;
}

.event-list{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event-list-item{
    max-width: 360px;
    width: 80%;
    height: 452px;
    background: #161B21;
    color: #FFFFFF;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.event-list-item h3{
    padding: 0 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.6px;
    text-align: left;
    margin-top: 20px;
    height: 22px;
    overflow: hidden;
}
.event-list-item h4{
    padding: 0 20px;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    line-height: 12.19px;
    letter-spacing: 0.6px;
    text-align: left;
    margin-top: 15px;
    color: #C19976;
    height: 13px;
    overflow: hidden;
}
.event-list-item h5{
    padding: 0 20px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.6px;
    text-align: left;
    margin-top: 25px;
    height: 42px;
    overflow: hidden;
}


.event-detal-title{
    font-family: Niagara ;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    color: #383839;
    margin-top: 80px;
}

.event-detal-des{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.header-top{
    width: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.header-top .logo{
    width: 145px;
    height: 223px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    transition: all 0.3s ease;
}

.header-top .menu{
    width: 100%;
    max-width: 1140px;
    height: 58px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.menu-item{
    height: 150px;
    line-height: 150px;
    display: inline-block;
    width: 22%;
    transition: all 0.3s ease;
}

.menu-item.last-item{
    border-left: 1px solid;
    border-image-source: radial-gradient(50% 50% at 50% 50%, #FFFFFF 58.85%, rgba(255, 255, 255, 0) 100%);
}

.header-top .language{
    /*float: right;*/
    width: 100%;
    max-width: 90px;
    height: 26px;
    position: relative;
    top: 7px;
    left: 45px;
}

.language:hover .language-popup{
    display: block;
}

.scroll-header .language:hover .language-popup{
    top: 23px;
}

.language-popup{
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    width: 142px;
    height: 132px;
    gap: 0;
    border-radius: 8px;
    border: 1px solid #E9EFF2;

    background: black;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
}
.language-popup li{
    height: 44px;
    line-height: 24px;
    padding: 10px 16px;
    box-sizing: border-box;
    position: relative;
}
.language-popup > li > svg{
    position: absolute;
    right: 10px;
    top: 10px;
}

.language-popup li:hover{
    background: #FFFFFF;
    color: #000000;
}

.menu-left{
    width: 50%;
    padding-right: 180px;
    text-align: right;
}
.menu-right{
    width: 50%;
    padding-left: 167px;
}
.menu-left .menu-item{
    float: right;
}

.menu-right .menu-item{
    float: left;
}

.scroll-header.header-top{
    background: #FBF7F2;
    height: 96px;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 4px 0px #00000040;
}

.scroll-header.header-top .logo{
    height: 96px;
    width: 96px;
    transition: all 0.3s ease;
}

.scroll-header .menu-item {
    height: 102px;
    line-height: 102px;
    transition: all 0.3s ease;
    color: #1E1E1E;
}

.lang-1{
    display: inline-block;
    transition: all 0.3s ease;
}
.lang-2{
    display: none;
    transition: all 0.3s ease;
}

.scroll-header .lang-1{
    display: none;
    transition: all 0.3s ease;
}

.scroll-header .lang-2{
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-left svg {
    margin: 0 6px -3px 0;
}

.menu-item.last-item a{
    display: inline-block;
    width: 100%;
    height: 19px;
    /*border-right: 1px solid white;*/
    line-height: 19px;
    /*background: url("/assets-web/images/line.svg") right no-repeat;*/
}

.menu-item.last-item {
    margin-right: 34px;
}

.event-box h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.event-box h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.event-box h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 30px 0 40px 0;
}



.service-box h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.service-box h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.service-box h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 27px 0 40px 0;
}

.service-box {
    width: 100%;
    overflow: hidden;
    color: #383839;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}

.service-box-list{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}


.service-box-item{
    width: 100%;
    overflow: hidden;
    font-family: Niagara;
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 45px;
}

.service-box-part{
    width: 50%;
    display: inline-block;
    position: relative;
}

.service-box-part.left{
    float: left;
}

.service-box-part.right{
    float: right;
}

.service-title{
    display: inline-block;
    line-height: 262px;
}

.swiper-pagination{
    bottom: 60px!important;
}



.features-about{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.features-about-item{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.features-about-item-part{
    width: 50%;
    float: left;
    height: 100%;
}
.features-about-item-part > img{
    width: 100%;
}

.features-about-item-part-inside{
    width: 90%;
    max-width: 410px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #383839;
}

.features-about-item-part-inside h1{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
}
.features-about-item-part-inside h2{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.features-about-item-part-inside h3{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 45px 0;
}

/*TEAM*/

.team h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.team h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.team h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.team-posts-item{
    width: 360px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.team-posts-img{
    width: 100%;
    height: 100%;
}

.team-posts-item-inside{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 85px 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.team-posts-item-inside:hover{
    opacity: 1;
}

.team-posts{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    color: #383839;
}

.team-posts-item-inside h3{
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    text-align: center;
}
.team-posts-item-inside h4{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 20px 0;
}

/*ingredients*/

/*ingredients*/

.ingredients h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.ingredients h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.ingredients h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.ingredients-posts-item{
    width: 360px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.ingredients-posts-img{
    width: 100%;
    height: 100%;
}

.ingredients-posts-item-inside{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 85px 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ingredients-posts-item-inside:hover{
    opacity: 1;
}

.ingredients-posts{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    color: #383839;
}

.ingredients-posts-item-inside h3{
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    text-align: center;
}
.ingredients-posts-item-inside h4{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 20px 0;
}

/*PROMOTION*/


.promotion h1.top-title{
    font-family: Underland;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.65px;
    text-align: center;
    margin-top: 60px;
}
.promotion h2.top-title{
    font-family: Niagara;
    font-size: 96px;
    font-weight: 400;
    line-height: 102.8px;
    text-align: center;
    margin-top: -10px;
}
.promotion h3.top-title{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.promotion-posts-item{
    width: 360px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.promotion-posts-img{
    width: 100%;
    height: 100%;
}

.promotion-posts-item-inside{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 85px 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.promotion-posts-item-inside:hover{
    opacity: 1;
}

.promotion-posts{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    color: #383839;
}

.promotion-posts-item-inside h3{
    font-family: Niagara;
    font-size: 48px;
    font-weight: 400;
    line-height: 51.4px;
    text-align: center;
}
.promotion-posts-item-inside h4{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 20px 0;
}
.event-list-item-content {
    position: absolute;
    bottom: 0;
    height: 158px;
    background: #161B21;
    left: 0;
    width: 100%;
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
