/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  background-image: url('../images/banner 2.png');
  background-size: cover;
}

body {
  /* background: linear-gradient(45deg,#130c31,#40284c); */
  margin: 0;
  padding: 0;
  font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
  text-align: center;
}

header .logo {
  height: 32px;
  box-sizing: content-box;
}
.content {
  text-align: center;
  position: absolute;
  z-index: 11;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 260px;
}

.content h1 {
    color: white;
    font-size: 2.8em;
    position: relative;
    font-weight: 700;
    margin: 150px 1vw;
    font-family: "Inter", sans-serif;
}


/*.content h1 {*/
/*  color: #c38d7c;*/
/*  font-size: 4em;*/
/*  position: relative;*/
/*  font-weight: 400;*/
/*  margin: 0 1vw;*/
/*  font-family: 'Baloo Bhaijaan',serif;*/
/*}*/
.content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 50px;
  font-family: 'Playfair Display',serif;
}
.content a {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 19px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.8;
}
.content a:hover {
  opacity: 0.8;
}
#world {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 9997;
  pointer-events: none;
  animation-name: fadein;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0
}
@keyframes fadein {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
  margin: 15vh auto 4vh;
  top: 50%;
  left: 0;
  right: 0;
  height: 100px;
  width: 50%;
}

#countdown.show {
  display: block;
}

#countdown > div {
  position: relative;
  float: left;
  width: 25%;
  font-size: 4vw;
  font-weight: 300 !important;
  line-height: .8em;
  letter-spacing: 2px;
  text-align: center;
  color: #c38d7c;
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
}

#countdown > div > span {
        font-family: "Inter", sans-serif;
  display: block;
  font-size: 1.2vw;
  font-weight: 500 !important;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 20px;
  color: #737478;
  text-transform: lowercase
}


html:after {    content: "";
    background: linear-gradient(45deg,#130c31,#40284c);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
    
    
}

div#countdown * {
    color: #fff !important;
}
a.logo {
    color: #fff;
    position: relative;
    z-index: 9999;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Pacifico', cursive;
}

a.logo h1 {
    color: #fff !important;
}
form li {
    list-style: none;
}

form ul {
    width: 500px;
    display: block;
    margin: 0 auto;
}

form ul li {
    display: inline-block;
    float: left;
}

form ul li input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 13px;
}

input#email {
    width: 320px;
    font-family: 'Playfair Display',serif;
}

input.my_btn {
       background-color: #b89430;
    border: 0;
    color: #fff;
    font-family: 'Playfair Display',serif;
    font-size: 19px;
}



@media (max-width:480px) {
    .image-text1{
        width:80%;
    }
    
    html {
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    background-image: url(../images/banner 2.png);
    background-size: cover;
    background-position: center;
}
    .content {
    text-align: center;
    position: absolute;
    z-index: 11;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 355px;
}
    #countdown {
        width: 100%;
    }
    #countdown {
    margin: 14vh auto 4vh;
    }
    .content h1 {
    color: white;
    font-size: 2.3em;
    position: relative;
    font-weight: 700;
    margin: 55px 1vw;
    font-family: "Inter", sans-serif;
}
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: .8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
      font-size: 11px;
    }
    form ul li {
    display: block;
    clear: both;
    width: 100%;
    }
    
    form li input {
        float: none;
        max-width: 300px;
        box-sizing: border-box;
        clear: both;
        display: table;
        margin-bottom: 10px;
    }
}