

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.603) !important;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
  }

/*------Nav-------*/
.navbar {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
  
.navbar > div {
    padding: 0 ;
}
  


/*-----MAIN SECTION-----*/
.main {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .split {
    position: absolute;
    width: 50%;
    height: 100%;
    transition: .8s all cubic-bezier(.87, .76, .33, .98);
    overflow: hidden;
    
  }
  .split.left {
    left: 0;
    background: url(img/bg22.jpg);
    /* background: linear-gradient(90deg, rgba(37, 57, 120) 0%, rgb(47, 151, 203) 100%); */
  }

  
  .split.right {
    right: 0;
    background: url(img/fire.jpg);
    /* background: linear-gradient(90deg, rgba(222, 49, 49, 0.8) 0%, rgba(209, 17, 36) 100%); */
  }
  
  .hoverLeft .split.left,
  .hoverRight .split.right {
    width: 65%;
  }
  
  .hoverLeft .split.right,
  .hoverRight .split.left {
    width: 35%;
  }
  
  .split.left .fa-chevron-left,
  .split.right .fa-chevron-right{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      margin: 0 1rem;
  }

  .split.left .fa-chevron-left{
    right: 0;
  }

  .text {
    position: absolute;
    width: 80vh;
    max-width: 600px;
    margin-left: 2rem;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s cubic-bezier(.87, .76, .33, .98);
  }
  
.hoverLeft .split.right .text{
    margin-left: 3rem;
}
  
  
  .text h1 {
     
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    margin-top:2rem;
    margin-bottom: 30px !important;
  }

  .text h1 span {
     
    color: #fff;
      font-weight: 200;
 
  }
  
  .text h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;    
    padding-top: 120px;    
    letter-spacing: 1px;
  }

  .text h4 {
    color: #fff;
    font-size: 1em;
    font-weight: 300;    
        
    letter-spacing: 0;
  }
  
  
  .text .button {
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: transparent;
    padding: 13px 30px 15px 30px;
    cursor: pointer;
    outline: none;
    border-radius: 100px; margin-top: 60px;
    transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
  }

  .text .button:hover {
    color: rgb(0, 0, 0);     
    background:#fff;    
    transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
  }

  .text .button .fa-long-arrow-alt-right{    
    margin-left: 25px;
    transform: scale(2.5,1);
  }
  
  .hoverLeft .split.left .text {
    transform: translate(-70%, -50%);
  }
  
  .hoverLeft .split.right .text {
    transform: translate(50%, -50%);
  }
  
  .hoverRight .split.right .text {
    transform: translate(-70%, -50%);
  }
  
  .hoverRight .split.left .text {
    transform: translate(50%, -50%);
  }

/*-----Hemaya Logo Centre------*/
 
  
.src{
  width: 180px;
  position: relative;
  top: 20px;
  
}

.br1{
  display:none;
}

@font-face {
  font-family: 'Exb FLF';
  src: url('/font/SansSerifExbFLF.ttf');
}

/*--Responsive --*/

@media screen and (max-width: 600px) and (min-width:250px) {
  

  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.413) !important;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
  }
  
  /*------Nav-------*/
.navbar {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  font-size: 20px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

  .src{
  width: 130px;
  position: relative;
  top: 20px;
  }

  
  .hoverLeft .split.left,
  .hoverRight .split.right {
    width: 80%;
  }
  
  .hoverLeft .split.right,
  .hoverRight .split.left {
    width: 20%;
  
  }

  
  .split.left .fa-chevron-left,
  .split.right .fa-chevron-right{
      position: absolute;
      top: 33%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      margin: 0 1rem;
  }

  .split.left .fa-chevron-left{
    right: 0;
    
  }

.hoverLeft .split.right .text{
    margin-left: 3rem;
}

  .text {
    position: absolute;
    width: 30vh;
    max-width: 200px;
    margin-left: 2rem;
    top: 45%;
    left: 58%;
    transform: translate(-80%, -50%);
    transition: all 1s cubic-bezier(.87, .76, .33, .98);
  }
  .hoverLeft .split.right .text{
    margin-left: 1rem;
    
}


  .text h3 {
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 300; margin-top:100px;      
    letter-spacing: 1px;
    display: none;
  }

 
  .text h1 {
     
    color: #fff;
    font-size: 32px;
    padding-left: 25px;
    text-transform: uppercase;     
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 30px !important;
  }

  .text h1 span {
     
    color: #fff;
      font-weight: 200;
      font-size: 26px;
 
  }
  
  .text h4 {
    font-size: 12px;
    color: #fff;
    padding-left: 25px;
    font-weight: 200;
    line-height:1.5;
    text-transform: uppercase;     
    width: 210px;
    display: none;
  }
  
  .button{
    margin-left: 28px;
  }

  .text .button {
    display: none;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px 0px 20px;
    cursor: pointer;
    outline: none;
    border-radius: 100px; margin-top: 60px;
    transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
  }

  .text .button:hover {
    color: rgb(0, 0, 0);     
    background:#fff;    
    transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
  }

  .text .button .fa-long-arrow-alt-right{    
    margin-left: 25px;
    transform: scale(2.5,1);
  }
  /*--Hidden Other texts---*/
  
  .hoverLeft .split.left .text h3{
    transform: translate(0%, -50%);
    display: block;
    margin-bottom: -100px;
  }
  .hoverRight .split.right .text h3{
    transform: translate(0%, -50%);
    display: block;
    margin-bottom: -100px;
  }
  .hoverLeft .split.left .text h4{
    transform: translate(0%, -30%);
    display: block;
    margin-bottom: -100px;
  }
  .hoverRight .split.right .text h4{
    transform: translate(0%, -30%);
    display: block;
    margin-bottom: -100px;
  }
  .hoverRight .split.right .text button{
    transform: translate(-2%, 100%);
    display: block;
    margin-bottom: -120px;
    margin-top: 80px;
    color: #fff;
    font-size: 12px;
    font-weight: 200px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px 10px 12px;
    cursor: pointer;
    outline: none;
  }
  .hoverLeft .split.left .text button{
    transform: translate(-2%, 100%);
    display: block;
    margin-bottom: -120px;
    margin-top: 80px;
    color: #fff;
    font-size: 12px;
    font-weight: 200px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px 10px 12px;
    cursor: pointer;
    outline: none;
  }

  /*----End----*/


  .hoverLeft .split.left .text{
    transform: translate(-85%, -50%);
    position: absolute;
    width: 30vh;
    max-width: 200px;
    margin-left: 2rem;
    top: 33%
  }
  .hoverLeft .split.right .text {
    transform: translate(50%, -50%);
    position: absolute;
    width: 30vh;
    max-width: 200px;
    margin-left: 2rem;
    top: 33%
  }
  
  .hoverRight .split.right .text {
    transform: translate(-85%, -50%);
    position: absolute;
    width: 30vh;
    max-width: 200px;
    margin-left: 2rem;
    top: 33%
  }
  
  .hoverRight .split.left .text {
    transform: translate(50%, -50%);
    position: absolute;
    width: 30vh;
    max-width: 200px;
    margin-left: 2rem;
    top: 33%
  }
  .br1{
    display: block;
  }
}

/*----Tablet Responsive----*/

@media screen and (max-width:900px) and (min-width:600px) {

 /*------Nav-------*/
.navbar {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  font-size: 20px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

  .src{
    width: 130px;
    position: relative;
    top: 20px;
    
    }
  
    
    .hoverLeft .split.left,
    .hoverRight .split.right {
      width: 70%;
    }
    
    .hoverLeft .split.right,
    .hoverRight .split.left {
      width: 30%;
    
    }
  
    
    .split.left .fa-chevron-left,
    .split.right .fa-chevron-right{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        margin: 0 1rem;
    }
  
    .split.left .fa-chevron-left{
      right: 0;
      
    }
  
  .hoverLeft .split.right .text{
      margin-left: 3rem;
  }
  
    .text {
      position: absolute;
      width: 30vh;
      max-width: 300px;
      margin-left: 2rem;
      top: 40%;
      left: 50%;
      transform: translate(-80%, -50%);
      transition: all 1s cubic-bezier(.87, .76, .33, .98);
    }
    .hoverLeft .split.right .text{
      margin-left: 1rem;
      
  }
  
  
    .text h3 {
      color: #fff;
      font-size: 18px;
      font-weight: 300; margin-top:100px;      
      letter-spacing: 1px;
    }
  
   
    .text h1 {
       
      color: #fff;
      font-size: 42px;
      text-transform: uppercase;     
      line-height: 1;
      margin-top: 60px;
      margin-bottom: 30px !important;
    }
  
    .text h1 span {
       
      color: #fff;
        font-weight: 200;
        font-size: 36px;
   
    }
    
    .text h4 {
      font-size: 16px;
      color: #fff;
      font-weight: 200;
      line-height:1.5;
      text-transform: uppercase;     
       width: 260px;
    }
    
    .text .button {
      color: #fff;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 1px;
      border: 2px solid #fff;
      background: transparent;
      padding: 10px 35px 10px 35px;
      cursor: pointer;
      outline: none;
      border-radius: 100px; margin-top: 60px;
      transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
    }
  
    .text .button:hover {
      color: rgb(0, 0, 0);     
      background:#fff;    
      transition: all 0.5s cubic-bezier(.87, .76, .33, .98);
    }
  
    .text .button .fa-long-arrow-alt-right{    
      margin-left: 25px;
      transform: scale(2.5,1);
    }
    
    .hoverLeft .split.left .text {
      transform: translate(-79%, -50%);
      
    }
    
    .hoverLeft .split.right .text {
      transform: translate(50%, -50%);
    }
    
    .hoverRight .split.right .text {
      transform: translate(-79%, -50%);
    }
    
    .hoverRight .split.left .text {
      transform: translate(50%, -50%);
    }
    
    .br1{
      display: block;
    }

}