

@font-face {
    font-family: 'Nunito-Regular';
    src: url(../fonts/Nunito/Nunito-Regular.ttf);
}
@font-face {
    font-family: 'TAN-AEGEAN-Regular';
    src: url(../fonts/TAN-AEGEAN-Regular.ttf);
}

html,
body {
    padding: 0;
    margin: 0;
    background-color: #FFFBF5;
    font-family: 'Nunito-Regular';
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span,
a,
ul,
li {
    padding: 0;
    margin: 0;
}

p,
a,
li,
span {
    font-family: 'Nunito-Regular';
}

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

.container {
    width: 100% !important;
    max-width: 100%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66;
}

.col-10 {
    width: 83.33;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7 {
    width: 58.33%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.33%;
}
.section-navbar {
    height: 138px;
    padding: 40px 0px 30px 0px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .01);
    background-color: #FFFBF5;
}
.nav-top {
    display: flex;
    justify-content: center;
}
.header-nav {
    position: relative;
}
.navbar-menu {
    position: absolute;
    top: 20px;
}
.navbar-menu ul {
    list-style: none;
    display: flex;
}
.navbar-menu ul li {
    margin-right: 24px;
}
.navbar-menu ul li a {
    font-size: 16px;
    text-decoration: underline;
}
.section-hero img {
    width: 100%;
}
.mrb-20{
    margin-bottom: 20px;
}
.mrb-30{
    margin-bottom: 30px;
}
.mrb-40{
    margin-bottom: 40px;
}
.mrb-50{
    margin-bottom: 50px;
}
.mrb-60{
    margin-bottom: 60px;
}
.mrb-70{
    margin-bottom: 70px;
}
.mrb-80{
    margin-bottom: 80px;
}
.mrb-90{
    margin-bottom: 90px;
}
.mrb-100{
    margin-bottom: 100px;
}

.mrt-20{
    margin-top: 20px;
}
.mrt-30{
    margin-top: 30px;
}
.mrt-40{
    margin-top: 40px;
}
.mrt-50{
    margin-top: 50px;
}
.mrt-60{
    margin-top: 60px;
}
.mrt-70{
    margin-top: 70px;
}
.mrt-80{
    margin-top: 80px;
}
.mrt-90{
    margin-top: 90px;
}
.mrt-100{
    margin-top: 100px;
}
.section-banner-bottom .text-box {
    max-width: 503px;
    margin: 0 auto;
    text-align: center;
}
.text-box-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.text-box-menu ul li {
    margin: 0 12px;
}
.text-box-menu ul li a{
    text-decoration: underline;
}
.art-content {
    background-color: #FFF8EA;
    display: flex;
}
.art-left{
    width: 62%;
}
.art-right {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crafts-box .art-left {
    width: 78%;
    padding-right: 25px;
}
.crafts-box .art-right {
    width: 22%;
    padding-right: 0px;
}
.crafts-box .art-text {
    max-width: 270px;
    padding: 0;
    padding-right: 25px;
}
.art-text {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}
h4.section-title {
    font-size: 28px;
    font-family: 'TAN-AEGEAN-Regular';
    margin-bottom: 15px;
    text-transform: uppercase;
}
.looms-left {
    width: 22%;
    padding-left: 0px;
}
.looms-right {
    width: 78%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.looms-text {
    max-width: 225px;
}
.looms-text-box {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.logo img{
    height: 65px;
}
.section-city h4.section-title {
    text-align: left;
}
.section-city .art-text {
    text-align: left;
}
@media screen and (min-width: 991px) {
    .looms-right {
        padding-left: 25px;
    }
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .mobile {
        display: none !important;
    }
    .desktop{
        display: block;
    }
}
@media screen and (min-width: 1440px) {
    .looms-text {
        max-width: 245px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 991px) {
    .crafts-box .art-left {
        width: 100%;
        padding-right: 0;
    }
    .crafts-box .art-right {
        width: 100%;
        margin-right: 0;
    }
    .crafts-box .art-text {
        max-width: 450%;
    }
    .crafts-box .art-text {
        padding: 35px 30px 38px;
    }
    .section-city h4.section-title {
        text-align: center;
    }
    .section-city .art-text {
        text-align: center;
    }
    .logo img{
        height: 60px;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .mobile-nav {
        position: absolute;
        top: 20px;
    }
    .header-nav .navbar-menu {
        position: relative;
        top: 34px;
        display: none;
        background-color: #fffbf5;
        margin-left: -25px;
        margin-right: -25px;
        padding: 0 25px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .navbar-menu ul li {
        margin-right: 0;
    }
    .navbar-menu ul {
        list-style: none;
        display: block;
    }
    .navbar-menu ul li a {
        line-height: 23px;
        padding-bottom: 5px;
        display: block;
    }
    .navbar-menu.active {
        display: block;
    }
    .art-content {
        display: block;
    }
    .looms-left{
        padding-left: 0;
    }
    .looms-left,
    .looms-right,
    .art-right,
    .art-left {
        width: 100%;
    }
    .art-text {
        padding: 35px 30px 38px;
        margin: 0px auto;
    }
    .looms-text {
        max-width: 450px;
        text-align: center;
        margin: 0px auto;
        padding: 35px 30px 35px;
    }
    .section-banner-bottom .text-box {
        max-width: 503px;
        padding: 35px 30px 40px;
    }
    section.mrb-60 {
        margin-bottom: 0px;
    }
    .company-info {
        text-align: center;
    }
    .footer-box .address_group {
        display: block;
        text-align: center;
    }
    .footer-area .footer-box {
        min-width: 100%;
        margin-bottom: 10px;
    }
    .section-footer {
        padding: 30px 0 30px;
    }
    .section-city h4.section-title{
        margin-top: 0px;
    }
}