
@font-face {
    font-family: 'TradeGothic LT';
    src: url('../fonts/TradeGothicLT-Bold.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('../fonts/TradeGothicLT-BoldOblique.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('../fonts/TradeGothicLT-Light.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('../fonts/TradeGothicLT.woff2') format('woff2'),
        url('../fonts/TradeGothicLT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('../fonts/TradeGothicLT-Oblique.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ font-size: 100%; height: 100%; width: 100%; overflow-x: hidden; margin: 0px;  padding: 0px; touch-action: manipulation; }


body{ font-size: 16px; font-family: 'TradeGothic LT'; width: 100%; height: 100%; margin: 0; font-weight: 400;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; overflow-x: hidden; 
	color: #333; }

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

h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }

h1,h2,h3{ font-family: 'Poppins', sans-serif; }

p{ line-height: 1.6; font-size: 1.05em; font-weight: 400; color: #555; }

h1{ font-size: 3.5em; line-height: 1; }
h2{ font-size: 3em; line-height: 1.1; }
h3{ font-size: 2.5em; }
h4{ font-size: 1.5em; }
h5{ font-size: 1.2em; }
h6{ font-size: .9em; letter-spacing: 1px; }

a, button{ display: inline-block; text-decoration: none; color: inherit; transition: all .3s; line-height: 1; }

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: #fff; }

b{ font-weight: 500; }

img{ width: auto; vertical-align: middle;}

li{ list-style: none; display: inline-block; }

span{ display: inline-block; }

button{ outline: 0; border: 0; background: none; cursor: pointer; }

b.light-color{ color: #444; }

.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }

[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
	box-sizing: inherit;} 

	
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text{ text-align: center; } 

.display-table{ display: table; height: 100%; width: 100%; }

.display-table-cell{ display: table-cell; vertical-align: middle; }



::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }

::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }

:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }

:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }


.full-height{ height: 100%; }

.position-static{ position: static; }

.font-white{ color: #fff; }


/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area-wrapper{  height: calc( 100% - 40px); padding: 20px; background-size: cover; }

.main-area{ position: relative; z-index: 1; height: 100%; padding: 0 20px;
	 color: #fff; }
/*

.main-area:after{ content:''; position: absolute; top: 0; bottom: 0;left: 0; right: 0; z-index: -1;  
	opacity: .4; background: #000; }
*/

.main-area .desc{ margin: 20px auto; max-width: 500px; }
	
.main-area .notify-btn{ margin: 20px 0 0px; padding: 13px 35px; border-radius: 50px; border: 2px solid #6e3a33;
	color: #fff; background: #6e3a33; }

.main-area .notify-btn:hover{ background: none; }

.event p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #231f20;
}
/*
h1.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 10px;
    padding-bottom: 10px;
}
*/
.contact-box a {
    display: inline-block;
    color: #000;
    /* font-style: italic; */
    /* padding-bottom: 10px; */
    text-decoration: underline;
    font-size: 18px;
}
.event {
    margin: 15px 0 15px;
}
.contact-box {
    margin-bottom: 10px;
}
.icon-img {
    margin-top: 30px;
}
.icon-img img{ width: 3%; vertical-align: middle; padding-right: 20px;}



/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	p{ line-height: 1.4; }

	h1{ font-size: 2.8em; line-height: 1; }
	h2{ font-size: 2.2em; line-height: 1.1; }
	h3{ font-size: 1.8em; }
	.main-area-wrapper{  height: 115vh; padding: 0px; background-position: top;
 }
    .icon-img img{ width: 20%;
}
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	body{ font-size: 12px; 
}
}
    
@media (min-width:768px) and (max-width:1023px)
{
    .icon-img img{ width: auto;
}
    .main-area-wrapper{
        background-position: top;
    }
}
.event-ul ul 
{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 40px 0 10px;
    letter-spacing: 1px;
}
.event-ul ul li 
{
/*   padding-right: 20px;*/
    margin-top: 40px;
}
.event-ul-btn ul li a
{
    border: 3px solid #fdc031;
    padding: 15px 15px 15px;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
}

.event-ul-btn ul li a.active
{
    border: 3px solid #fdc031;
    padding: 15px 15px 15px;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 40px;
     background: #fdc031;
    color: #fff
}
.event-ul-btn ul li a:hover
{
    border: 3px solid #fdc031;
   background: #fdc031;
    color: #fff;
}
.about-img img
{
    width: 75%;
}
.dan-img img
{
    width: 100%;
}
p.dans-text
{
font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-style: italic;
    text-align: left;
}
ul.about-img.text-center {
    margin: 0 auto;
    padding: 40px 0 40px;
}
.about-section
{
    margin: 25px 0 50px;
}
.about-section h4
{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.order-h4
{
    color: #000;
    text-transform: uppercase;
}
.order-box img
{
    width: 100%;
    border: 2px solid #fdc031;
}
.order-box h5
{
    color: #000;
    padding-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
.order-box p
{
    font-style: italic;
    font-size: 13px;
    text-align: center;
}
.order-content
{
    padding: 15px;
}
.order-box-h4
{
   font-family: 'Montserrat', sans-serif; 
}
.col-md-3.order-box.text-center {
    left: 5%;
}
.order-box-h4 h5
{
    color: #000;
}




a.img-logo img {
    width: 50%;
}
p.launch-p {
    color: #e2e0d7;
    font-size: 30px;
    margin-top: 25px;
}
.event-ul p {
    color: #000;
    font-size: 25px;
    margin-top: 40px;
}
@media (max-width:767px)
{
    .about-section h4 {
   padding-top: 15px;
}
    .event-ul-btn ul li a, .event-ul-btn ul li a.active {
      margin-bottom: 20px;
    }
    a.img-logo img {
    width: 100%;
}
/*
    .event-ul ul li {
     padding-right: 20px; 
    margin-top: 5px;
}
li {
    list-style: none;
    display: block;
}
*/
    .pt-0
    {
        margin-top: 5px !important; 
    }
    .event-ul p {
    font-size: 19px;
    margin-top: 40px;
    padding-bottom: 10px;
}
}