.fix{margin: 0px;padding: 0px;}
.clear{clear: both;}
.bg-color{
    height: 100%;
    background: rgba(174,95,243,1);
    /* FF3.6+ */background: -webkit-gradient(0%, rgba(174,95,243,0.30), color-stop(50%, rgba(255,113,88,0.30)), color-stop(100%, rgba(174,95,243,0.30)));
    /* Old Browsers */background: -moz-linear-gradient(45deg, rgba(174,95,243,0.30)0%, rgba(174,95,243,0.30)15%, rgba(255,113,88,0.30)50%, rgba(174,95,243,0.30)85%, rgba(174,95,243,0.30)100%);
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(45deg, rgba(174,95,243,0.30)0%, rgba(174,95,243,0.30)15%, rgba(255,113,88,0.30)50%, rgba(174,95,243,0.30)85%, rgba(174,95,243,0.30)100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(45deg, rgba(174,95,243,0.30)0%, rgba(174,95,243,0.30)15%, rgba(255,113,88,0.30)50%, rgba(174,95,243,0.30)85%, rgba(174,95,243,0.30)100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(45deg, rgba(174,95,243,0.30)0%, rgba(174,95,243,0.30)15%, rgba(255,113,88,0.30)50%, rgba(174,95,243,0.30)85%, rgba(174,95,243,0.30)100%);
    /* IE 10+ */background: linear-gradient(45deg, rgba(174,95,243,0.30)0%, rgba(174,95,243,0.30)15%, rgba(255,113,88,0.30)50%, rgba(174,95,243,0.30)85%, rgba(174,95,243,0.30)100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae5ff3', endColorstr='#ae5ff3', GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    background-size: 4000px 100%;
    animation: background-gradiant-animation 5s linear infinite;
}
@keyframes background-gradiant-animation {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 4000px;
  }
}

.page-wrapper{
    background: url('../images/bg.jpg');
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
    text-align: center;
    height: 100vh;
}
.logo{
    text-align: center;
    margin-top: 60px;
}

.logo img{
    width: 300px;
}

.logo h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
}
.logo p{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin-top: -10px;
    letter-spacing: 1px;
}
#countdown ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}
#countdown ul li{
    margin: 0px 35px;
}
#countdown ul li .name{
    font-family: 'Raleway', sans-serif;
font-weight: 300;
    font-size: 28px;
    color: #000;
}
#countdown ul li .number{
    font-family: 'Raleway', sans-serif;
font-weight: 700;
    color: #000;
    font-size: 40px;
}
#countdown {}
h3{
    font-family: 'Raleway', sans-serif;
font-weight: 400;
    color: #999999;
    font-size: 16px;
    margin-top: 40px;
}
.dtl{
    font-family: 'Raleway', sans-serif;
font-weight: 300;
    font-size: 40px;
    color: #000;
    margin: 0px auto;
    letter-spacing: 1px;
    margin-top: 85px;
}
input{
    font-family: 'Raleway', sans-serif;
font-weight: 300;
    font-size: 16px;
    height: 40px;
    width: 360px;
    background: transparent;
    border: 1px solid #656565;
    padding: 15px;
}
button{
    font-family: 'Raleway', sans-serif;
font-weight: 300;
    font-size: 16px;
    background: transparent;
    border: none;
    color: #6C6C6C;
    margin-left: -67px;
    padding: 9px 14px;
    transition:all .5s linear;
}
input:focus{
    outline: none;
    border: 1px solid #fff;
}
button:focus, button:hover{
    color: #fff;
    outline: none;
    border-left: 1px solid #656565; 
}


 ul{
    padding: 0px;
    list-style: none;
    text-align: center;
    padding-left: 18px;
    margin: 0px auto;
    margin-top: 90px;
}
ul li{
    display: inline-block;
    margin-right: 25px;
}
ul a.social-button {
    text-decoration: none;
    padding-top: 7px;
    color: #fff;
    display: inline-block;
    background: #37444E;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(.58,-0.48,.15,1.49);
}
.social-button:before {
  content: '';
  background-color: #FFE400;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
  font-size: 22px;
    color: #fff;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
  -webkit-transform: scale(1);
          transform: scale(1);

    color: #37444E;
}

.copy{
    text-align: center;
    font-family: 'Raleway', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 34px;
    margin-top: 20px;
}


.communicate form {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 575px;
}
.communicate form input,.communicate form textarea{
    height: 45px;
    width: 100%;
    margin-top: 25px;
    font-family: 'Raleway', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none;
    padding-left: 2px;
    border-bottom: 1px solid #646E76;
    transition:all .3s linear;
    resize: vertical;
}
.communicate form textarea:focus{
    outline: none;
    border-bottom: 1px solid #FFE500;
    min-height: 100px;
    height: 100%;
}
.communicate form input:focus{
    outline: none;
    border-bottom: 1px solid #FFE500;
}
.communicate form input[name="name"]{
    width: 49%;
    float: left;
} 
.communicate form input[name="email"]{
    width: 49%;
    float: left;
    margin-left: 5px;
}


.default-btn-o {
    margin-left: 0px;
    z-index: 9;
    position: relative;
    font-family: 'Raleway', sans-serif;
font-weight: 400;
    font-size: 16px;
    padding: 10px 39px;
    border: 1px solid #FFE500;
    background: transparent;
    color: #000;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 2px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(.58,-0.48,.15,1.49);
}
.default-btn-o:before {
    content: '';
    background-color: #FFE500;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(0deg);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.default-btn-o:focus, .default-btn-o:hover, .default-btn-o:active{
    color: #fff;
    border: 1px solid #FFE500;
}
.default-btn-o:focus:before, .default-btn-o:hover:before {
    top: 90%;
    left: -110%;
}

/*============== responsive css ==============*/



@media (min-width:0px) and (max-width:991px) {
        .page-wrapper{
            text-align: center;
        }
        ul {
            padding: 0px;
        }
        ul li{
            margin-right: 10px;
        }
}
@media (min-width:0px) and (max-width:500px) {
        .email {
            width: 273px!important;
        }
        #countdown ul li div{
            font-size: 20px;
        }
        #countdown ul li{
            margin: 5px;
        }
        h2{
            font-size: 22px;
        }
        .dtl{
            margin-top: 60px;
        }
        #countdown ul li .name{
            font-size: 18px;
        }
        #countdown ul li .number{
            font-size: 28px;
        }
}
@media (min-width:0px) and (max-width:610px){
.communicate form{
    width: inherit;
}
}

@media (min-width:0px) and (max-width:320px) {
        
        #countdown ul li div{
            font-size: 18px;
        }
        #countdown ul li{
            margin: 5px;
        }
        h2{
            font-size: 20px;
        }
}
    
    

    



/* Logo */


@font-face {
  font-family: Hidayatullah;
  src: url(Hidayatullah.ttf);
  font-weight: bold;
}

.logo a{
    color: #D4AF37;
    background: #000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 228px;
    font-weight: bold;
    font-family: 'Hidayatullah';
    /* border: 3px solid #e00034; */
    padding: 12px 5px;
    /* font-style: italic; */

    border: 3px solid transparent;
    border-image: linear-gradient(300deg,#d4af37,#ffffff,#c07f00,#000000) 1;
    animation: border-gradient 7s ease infinite;

    text-decoration: none;
    cursor: pointer;
}


@keyframes border-gradient {
  0% {
    border-image-source: linear-gradient(300deg,#d4af37,#ffffff,#c07f00,#000000);
  }
  50% {
    border-image-source: linear-gradient(120deg,#d4af37,#ffffff,#c07f00,#000000);
  }
  100% {
    border-image-source: linear-gradient(300deg,#d4af37,#ffffff,#c07f00,#000000);
  }
}


.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

