
@font-face {
    font-family: 'FreightBigProBook';
    src: url('./font/FreightBigProBook-Regular.eot');
    src: local('./font/FreightBig Pro Book'), local('./font/FreightBigProBook-Regular'),
        url('./font/FreightBigProBook-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/FreightBigProBook-Regular.woff2') format('woff2'),
        url('./font/FreightBigProBook-Regular.woff') format('woff'),
        url('./font/FreightBigProBook-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('http://fonts.cdnfonts.com/css/arial');
html{
    font-size: 62.5%;
}
*{
    background-color:#efefef;
    font-family: 'FreightBigProBook';
    text-align: center;
    align-items: center;
}
.header-mobile, .text-mobile{
    display: none;
}
.header{
    margin: 2rem;
}
.header img {
    width: 14rem;
    height: 2.6rem;
}
.cat-head{
    background: #ff7f3d;
    border-radius: .3rem;
    text-align: center;
    padding: .1rem 2rem .1rem 2rem;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 4rem;
    position: absolute;
    margin-top: .3rem;
}
.heading{
    background-color: #00aeef;
    width: 45rem;
    height: 6rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
}
.heading-inside{
    font-weight: normal;
    background-color: transparent;
}
.heading h2 {
    background-color: #00aeef;
    margin-top: -2rem;
}
.image{
    margin-top: 2rem;
}

a{ text-decoration-line: none;}
body {
    margin: 0;
    padding: 0;
  }
   
  .button {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
  }
  
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
.cat_btn{
    display: flex;
    background-color:#ff7300;
    border: 2px solid #ff7300;
    color: white;
    width: 25rem;
    height: 3.8rem;
    margin: auto;
    justify-content: center;
    align-content: center;
    border-radius: 1rem;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 4rem;
    font-family: 'Arial', sans-serif;
}

.cat_btn a {
    
    color: white;
	background-color:#ff7300;
    font-size: 2.2rem;
    font-family: 'Arial', sans-serif;
}

.descip{
margin-top: 3rem;
}
.text{
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #343333;
    font-size: 1.6rem;
}

.text a {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #343333;
    font-size: 1.6rem;
	text-decoration: underline;
}


.descip h5, .text-bottom{
font-weight: normal;
font-size: 1.8rem;
margin-top: 3rem;
font-family: 'Arial Light';
font-style: italic;
color: #303030;
}
.descip h6{
    display: none;
    margin-top: -2.5rem;
    font-weight: normal;
    font-size: 1.6rem;
    }
.copyright{
    display: none;
    font-size: 1.4rem;
    margin-top: -2rem;
}



@media(max-width: 480px){
    html{
        font-size: 60%;
    }
    body{ margin: 0rem;}
    .header, .text {display: none;}
    .header-mobile, .text-mobile{display: block;}
    .header-mobile img{
        width: 17rem;
    }
    .heading{
        font-size: 2.8rem;
        margin: 0rem;
        width: 100%;
        height: 15rem;
    }
    .heading h2{
        padding: 6rem 0rem 1rem 0rem;
    }
    .image{
        overflow: hidden;
    }
    .image img {
        width: 130%;
        margin-left: -15%;
        margin-top: 2rem;
    }
    .cat_btn {
        margin-top: 3.5rem;
    }
    .text-mobile{
        margin-top: 5rem;
        font-size: 2.2rem;
        color: #343333;
        font-family: 'Arial', sans-serif;

    }
	
	 .text-mobile a {
        margin-top: 5rem;
        font-size: 2.2rem;
        color: #343333;
        font-family: 'Arial', sans-serif;
		text-decoration: underline;

    }
    .descip h5, .text-bottom{
        margin-top: -1.8rem;
    }
    .header-mobile{
        margin-top: 8rem;
    }
}
@media(max-width: 384px){
    html{
        font-size: 51%;
    }
}
@media(min-width: 1400px){
    html{
        font-size: 70%;
    }
}
@media(min-width: 1600px){
    html{
        font-size: 80%;
    }
}
@media(min-width: 1800px){
    html{
        font-size: 90%;
    }
}

/*css coundown*/

/*#clock {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color:#ff7300;
	margin: auto;
}*/

.clock span {
	display: block;
	width: 50px;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	color: white;
	background-color:#ff7300;
    font-size: 3.2rem;
    font-family: 'Arial', sans-serif;
	
}