/*

Template 2100 Artist

http://www.tooplate.com/view/2100-artist

*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');



html, body {
  width: 100%;
  height: 100%;
}
/*--
body {
    align-items: center;
    background-color: #000;
    display: flex;
    justify-content: center;
    height: 100vh;
  }
  --*/
  body {
    background: url('../images/bg.png') 100% 0 repeat-y fixed;
    background-blend-mode: normal;
    background-color: #eee;
    font-family: 'Tajawal','sans-serif';
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
    direction: rtl;
}

#grad {
    background-image: linear-gradient(180deg, red, yellow);
  }
 
#home {
    background: url('../images/home-bg.jpg') 100% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    height: 100vh;
    text-align: center;
    position: relative;
    
  }

  .home-wrapper {
  
    padding: 32px 12px;
  }

  .logo{
    width: 17%;
    height:auto;
    margin-top: -30px;
    float: left;
  }
  .logo-width{
    width: 17%;
    height:auto;
  }
  .center{
    text-align: center !important;
  }
/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
  }
  
  h1 {
    color: #3d3d3f;
    font-family: 'Tajawal', serif;
    font-size: 26px;
    line-height: normal;
    padding-top: 20px;
  }
  
  h2 {
    color: #575757;
    font-family: 'Tajawal', serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
  }
  
  h3 {
    color: #575757;
    font-family: 'Tajawal', serif;
    font-size: 19px;
    line-height: normal;
    font-weight: 400;
  }
  }
  
  h4 {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
  }
  
  p {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
  
  strong, span {
    color: #878787;
    font-weight: normal;
  }
  .left{
      text-align: left;
  }
/*---------------------------------------
  Form Details             
-----------------------------------------*/

  .form {
    background-color: #fff;
    opacity: 0.95;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .subtitle {
    color: #666;
    font-family: 'Tajawal', serif;
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
  }

  .label{
    color: #666;
    font-family: 'Tajawal', serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
  }
  
  .input-container {
    height: 50px;
    position: relative;
    width: 100%;
  }
  
  .ic1 {
    margin-top: 40px;
  }
  
  .ic2 {
    margin-top: 30px;
  }
  
  .input {
    background-color: #eee;
    border-radius: 12px;
    border: 1px;
    border-color: #999;
    box-sizing: border-box;
    color: #666;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
  }
  
  .cut {
    background-color: #15172b;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
  }
  
  .cut-short {
    width: 50px;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
  }
  
  .placeholder {
    color: #65657b;
    font-family: 'arial',sans-serif;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
  }
  
  .input:focus ~ .placeholder,
  .input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
  }
  
  .input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
  }
  
  .input:focus ~ .placeholder {
    color: #dc2f55;
  }
  
  .submit {
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    // outline: 0;
    text-align: center;
    width: 100%;
  }
  
  .submit:active {
    background-color: #06b;
  }
  
/*---------------------------------------
  Footer section              
-----------------------------------------*/

#footer {
    background: #000000;
  }
  
  #footer h4 {
    color: #f9f9f9;
  }
  
  #footer a {
    color: #aaa;
  }
  
  #footer a:hover {
    color: #fff;
  }
  
  #footer .col-md-4 .support-cus:last-child {
    padding-top: 12px;
  }
  
  #footer .col-md-4 .support-cus p {
    line-height: 20px;
  }
  
  #footer .newsletter .form-control {
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    margin-top: 16px;
    margin-bottom: 2px;
  }
  
  #footer .newsletter .form-control:focus {
    border-bottom-color: #f2f2f2;
  }
  
  #footer .newsletter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
  }
  
  #footer .newsletter button {
    background: #f9f9f9;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    height: 50px;
  }
  
  #footer .newsletter button:hover {
    background: #d7b065;
    color: #ffffff;
  }
  
  #footer .dash-line {
    border-top: 1px solid #292929;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  

  @media (max-width: 580px) {

    .container-fluid{
      width: 100% !important;
      padding-left: 50px;
      padding-right: 50px;
    }
    h2 {
        text-align: center;
        font-size: 16px;
      }

    h3 {
        text-align: center;
        font-size: 16px;
      }
    
    .subtitle {
        color: #666;
        font-family: 'Tajawal', serif;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
      }
    .logo{
        width: 19%;
        height:auto;
        margin-top: -30px;
        float: left;
        padding-right: 10px;
    
      }
    .logo-width{
      width: 60%;
      height:auto;
    
    }
    .copyright-text{
        text-align: center;
        padding-top: 10px;
    }
  
  
  }