@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Protest+Riot&display=swap');

html {
	margin: 0;
    scroll-behavior: smooth;
}

body {
	margin: 0;
    font-family: 'Roboto', sans-serif !important;
    background-color: #e4e4e4 !important;
    width: 100%;
    height: fit-content;
    min-height: 100vh;
}

.headerContent {
    width: 100%;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #032d28, #06534c);
    box-shadow: 0px 0px 2px 0.5px rgb(224, 224, 224);
}

.footerContent {
    width: 100%;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.advSymbol {
    color: #c8ce00;
    font-size: 30px !important;
}

.logoSymbol {
    font-size: 33px !important; 
    color: rgb(174, 212, 255); 
    margin-right: 5px;
}

.logoText {
    font-size: 35px;
    color: white; 
    font-weight: bold;
    font-family: 'Raleway', sans-serif !important;
}

@media screen and (max-width: 1120px) {

    .headerContent {
        border-bottom: none;
    }

}

.mainContent {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
}

.popShops {
    height: 80px;
    width: 100px;
    border-radius: 3px;
    margin: 10px;
    box-shadow: 0px 0px 2px 0.5px rgb(224, 224, 224);
}

.popShops .img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.imgBC {
    width: 120px;
    height: 85px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0.5px rgb(214, 214, 214);
}

.titleBC {
    font-weight: bold;
}

.contentBC {
    font-size: 0.85rem;
}

.divider { 
    height: 1px; 
    width: 100%; 
    background-color: #cacaca;
}
    
.text-small { 
    font-size: 12px !important; 
}
        
.modal-wrapper {
    position: fixed; 
    top: 0; left: 0; 
    bottom: 0; right: 0; 
}

.hgl {
    font-weight: bold; 
    font-weight: bold; 
    color: #467c08; 
    cursor: pointer;
    text-align: left;
    letter-spacing: 0.02px;
}

@media screen and (max-width: 770px) {
    .noword {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .shopName {
        font-size: 1.2rem;
    }
}

.md-backdrop {
    position: fixed; 
    top: 0; left: 0; 
    right:0; bottom:0;
    background-color: rgba(0,0,0, 0.35);
    z-index: 2;
}

.modal-container {
    width: 100%; 
    max-width: 650px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); 
    z-index: 3;
}

.modal-close {
    position: absolute; 
    right: 0; top: 0; 
    cursor: pointer;
}

.modal-coupon {
    width: 90%; 
    max-width: 400px;
    margin: 0 auto;
}

.item-container {
    border-radius: 4px; 
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.faq {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    text-align: justify;
    padding: 25px 25px;
}

.couponCt {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    text-align: justify;
}

.popCD {
    background-color: white; 
    border-radius: 1px; 
    height: fit-content; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    font-size: 0.8rem;
    width: 100%;
    padding: 11px;
}

.item-special {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: black;
    border-bottom-right-radius: 25px;
}

.coupon-wrapper {
    height: 40px;
    margin: auto auto;
}

.coupon-container {
    width: 215px;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background-color: white;
    border: 1px solid #005200;
    text-align: end;
    text-transform: uppercase;
    padding: 7px 13px;
    font-weight: bold;
    cursor: pointer;
}

.coupon-hide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 175px;
    background-color: #007500;
    transition: max-width 0.1s linear;
}

.desContent {
    width: 100%;
    background-image: linear-gradient(to right, #032d28, #06534c);
    box-shadow: 2px 0px 3px 1px rgb(196, 196, 196);
    margin-bottom: 20px;
    min-height: 80px;
    height: fit-content;
}

.trm {
    width: 90%;
    font-size: 0.9rem; 
    max-width: 1200px;
    text-align: justify;
}

.coupon-container:hover .coupon-hide {
    max-width: 150px;
    transition: max-width 0.1s linear;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}