@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat/Moderat-Light.eot');
    src: local('Moderat Light'), local('Moderat-Light'),
        url('../font/moderat/moderat/Moderat-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/moderat/Moderat-Light.woff2') format('woff2'),
        url('../font/moderat/Moderat-Light.woff') format('woff'),
        url('../font/moderat/Moderat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat/Moderat-Regular.eot');
    src: local('Moderat Regular'), local('Moderat-Regular'),
        url('../font/moderat/Moderat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/moderat/Moderat-Regular.woff2') format('woff2'),
        url('../font/moderat/Moderat-Regular.woff') format('woff'),
        url('../font/moderat/Moderat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Moderat';
  src: url('../font/moderat/Moderat-Regular.woff2') format('woff2'),
       url('../font/moderat/Moderat-Regular.woff') format('woff'),
       url('../font/moderat/Moderat-Regular.eot'); /* Optional fallback */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat/Moderat-Regular-Italic.eot');
    src: local('../font/moderat/Moderat Regular Italic'), local('Moderat-Regular-Italic'),
        url('../font/moderat/Moderat-Regular-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/moderat/Moderat-Regular-Italic.woff2') format('woff2'),
        url('../font/moderat/Moderat-Regular-Italic.woff') format('woff'),
        url('../font/moderat/Moderat-Regular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Moderat';
    src: url('../font/moderat/Moderat-Medium.eot');
    src: local('Moderat Medium'), local('Moderat-Medium'),
        url('../font/moderat/Moderat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/moderat/Moderat-Medium.woff2') format('woff2'),
        url('../font/moderat/Moderat-Medium.woff') format('woff'),
        url('../font/moderat/Moderat-Medium.ttf') format('truetype');
    font-family: 'Moderat', sans-serif;
  font-weight: 400;
}

@font-face {
    font-family: 'alt_gothic_atfregular';
    src: url('../font/alternate_gothic_atf/fonnts.com-alt_gothic_atf-webfont.woff2') format('woff2'),
         url('../font/alternate_gothic_atf/fonnts.com-alt_gothic_atf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.commingsoon_hero_section {
	background: url('../images/coming_soon_ page.png');
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.customorder_btns {
    display: flex;
    text-align: center;
    gap: 70px;
}

.customorder_fstbtn p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
    font-family: 'Moderat', sans-serif;
    font-weight: 400;
}

.logoImg img {
    width: 216px;
}
.customorder_fstbtn a:hover  {
	background: #fff;
	color: #000;
}

.overflow-hidden {
 overflow: hidden;
}

.drop-in {
 animation: drop-in 3s ease 200ms backwards;
}

.drop-in-1 {
 animation: drop-in 1s ease 500ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}

.customorder_fstbtn a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px 6px;
    border-radius: 20px;
    width: 100%;
    max-width: 90px;
    white-space: nowrap;
    text-align: center !important;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 12px;
    font-family: 'Moderat', sans-serif;
  font-weight: 400;
  cursor: pointer;
    line-height: 23px;
    text-decoration: none;
}


.customorder_fstbtn p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
   font-family: 'Moderat';
        font-weight: normal;
    font-style: normal;
}

.comingsoon_content h5 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin: 0;
    font-family: 'alt_gothic_atfregular';

}
.comingsoon_content {
  padding-top: 125px;
    padding-bottom: 140px; 
     font-family: 'alt_gothic_atfregular';
}

body {
	padding: 0;
	margin: 0;			
}

@media (max-width: 1600px) {
	.comingsoon_content {
        padding-top: 90px;
        padding-bottom: 110px;

}

.comingsoon_content h5 {
    font-size: 24px;
}
}

@media (max-width: 992px) {
.comingsoon_content {
        padding-top: 90px;
        padding-bottom: 110px;
}
}
@media (max-width: 767px) {
	.customorder_btns {
    gap: 40px;
}
}
@media (max-width: 650px) {
	.logoImg img {
    width: 155px;
}
    .comingsoon_content {
        padding-top: 75px;
        padding-bottom: 82px;
}

@media (max-width: 500px) {
	.customorder_btns {
    gap: 22px;
    flex-direction: column;
}

    .comingsoon_content {
        padding-top: 70px;
        padding-bottom: 75px;


.customorder_fstbtn a {
    width: 122px;
    white-space: nowrap;
    text-align: center !important;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 12px;
    cursor: pointer;
}

.customorder_fstbtn p {
    margin: 0px 0px 11px;
}

.comingsoon_content h5 {
    font-size: 20px;
    margin: 0;
}
}