
/* -----Frutiger LT Arabic font-face kit---- */

@font-face {
    font-family: 'Montserrat Black';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Black'), url('../fonts/Montserrat-Black.otf') format('otf');
    }
    
    
body{
    font-family: 'Montserrat Black' !important;
}

a{
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

p{
    font-size: 22px;
}

.error{
    color: #fff;
    margin-bottom: 0;
}

.bg-img-alaya {
    /* The image used */
    background-image: url("../img/alaya/banner-img.jpg");
    
    min-height: 650px;  
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-img-aranya{
    /* The image used */
    background-image: url("../img/aranya/banner-img.jpg");
    
    min-height: 650px;  
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-img-tigerLagoon{
    /* The image used */
    background-image: url("../img/tiger-lagoon/banner-img.jpg");
    
    min-height: 650px;  
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-img-alaya .form-container {
    position: absolute;
    right: 25px;
    margin: 20px 10px;
    min-width: 500px;
    padding: 15px 30px;
    background-color: transparent;
    top: 150px;
}

.bg-img-aranya .form-container{
    position: absolute;
    right: 35px;
    margin: 20px 10px;
    min-width: 500px;
    padding: 15px 30px;
    background-color: transparent;
    top: 200px;
}

.bg-img-tigerLagoon .form-container{
    position: absolute;
    right: 0px;
    margin: 20px 10px;
    min-width: 500px;
    padding: 15px 30px;
    background-color: transparent;
    top: 215px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    border: none;
    background: #f1f1f1;
}

.btn-submit-alaya{
    color: #fff;
    background-color: #4CAF50;
    opacity: 0.9;
    font-weight: 600;
}

.btn-submit-aranya{
    color: #fff;
    background-color: #f0bf00;
    opacity: 0.9;
    font-weight: 600;
}


.btn-submit-tiger-lagoon{
    color: #fff;
    background-color: #0082f3;
    opacity: 0.9;
    font-weight: 600;
}

.btn-submit-alaya:hover, .btn-submit-aranya:hover, .btn-submit-tiger-lagoon:hover{
    opacity: 1;
    color: #fff;
}

.successLable{
    color: #58b13d;
    font-weight: 600;
    margin-top: 10px;
}
    
.logo-div{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 250px;
    height: auto;
}

.logo-div-aranya{
    top: 30px;
    left: 40px;
}

.logo-div-tiger-lagoon{
    top: 50px;
    left: 50px;
}
    
.social-div{
    padding: 0 37%;
}

.social-icon {
    background-color: #bbbbbb8a;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.section-container{
    margin: 60px;
    margin-bottom: 0px 
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 40px;
  } 

  .centered {
    position: absolute;
    top: 35%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    padding: 0 10%;
  }

  .centered-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .location-div{
      background-color: #c2f3fb;
      padding: 20px;
      margin-top: 40px;
      
  }

  .location-alaya{
    /* background-image: url('../img/alaya/location.PNG'); */
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .location-aranya{
    /* background-image: url('../img/aranya/location.PNG'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .location-tiger-lagoon{
    /* background-image: url('../img/tiger-lagoon/location.PNG'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .loc-info{
    background-color: grey;
    color: #fff;
    text-align: center;
    padding: 60px 40px;
    margin: 20px 40px;
  }

@media screen and (max-width: 768px) {
    .bg-img-alaya .form-container, .bg-img-aranya .form-container, .bg-img-tigerLagoon .form-container {
        position: absolute;
        margin: auto;
        padding: 15px 30px;
        background-color: transparent;
        top: 220px;
        width: 100%;
        right: 0;
        min-width: 0;
    }
    
    .logo-div {
        position: absolute;
        top: 5%;
        left: 15%;
        z-index: 1;
        width: 250px;
        height: auto;
    }

    .logo-div-aranya{
        left: 25%;
    }

    .section-container{
        margin: 40px;
    }

    .img-container img{
        width: auto;
    }

    .centered{
        top: 20%;
    }

    .loc-info {
        background-color: grey;
        color: #fff;
        text-align: center;
        padding: 60px 40px;
        margin: auto;
    }   

    .social-div{
        padding: 0 32%;
    }
    
}