html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video,button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
    font-family: 'Roboto_font';
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    margin: 0;
}
body {
    font-family: 'Urbanist', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #6e5546;
    background-color: #fff;
    line-height: 1.5;
    overflow: hidden;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,h1,h2,h3,
h4,h5,h6 {
  overflow-wrap: break-word;
}
a {
    text-decoration: none;
    color: #000;
}
button {
  cursor: pointer;
  background-color: unset;
}
*::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(244, 244, 244, 1);
}
*::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 30px;
}




.contComingSoon {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.titleDesc {
    font-size: 90px;
    font-family: 'Urbanist_ExtraLight';
    margin-bottom: 30px;
}
.textDesc {
    font-size: 22px;
    font-family: 'Urbanist_Bold';
}
.conLogoCahCommingSoon {
    position: absolute;
    width: 280px;
    height: 60px;
    top: 110px;
    background-image: url("img/Group_2857.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.botLogoCommingSoon {
    width: 100%;
    position: absolute;
    aspect-ratio: 10 / 1;
    bottom: 0%;
    background-image: url(img/Group_3799.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    .titleDesc {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .textDesc {
        font-size: 17px;
    }
}
@media (max-width: 768px) {    
    .titleDesc {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .textDesc {
        font-size: 13px;
    }
}












