

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    direction: ltr;
    line-height: 1.5;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

/* ---- PreLoader ---- */
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}
.loader-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #002E5B;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
.loader-spinner-small {
    width: 25px;
    height: 25px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #6D63FF;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*counter container*/
#particles-js{
    width: 100%;
    height: 100vh;
    background-color: #6D63FF;
}
#particles-js .position-top{
    position: sticky;
    z-index: 1;
}
#particles-js canvas{
    position: absolute;
    top: 0;
    z-index: 0;
}

.color-error {
  color: rgb(255, 42, 0);
}
.row-bg{
    background-color: #fff;
    color: #26313c;
    border-radius: 20px;
    box-shadow: 7px 7px 20px -5px #1f1f1f;
    overflow: hidden;
    padding: 0 10px;
}
.left-panel img{
    user-select: none;
}

.count-down-form{
    width: 100%;
    margin-top: 30px;
}

.count-down-form form {
    margin: 0 auto;
    position: relative;
}

.count-down-form form .form-placeholder {
    border-radius: 20px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 28px 26px 25px 16px;
    margin-bottom: 0;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: inherit;
    text-align: left;
} 

.count-down-form form .border-placeholder {
    background: transparent;
    width: 100%;
    border: 1px solid rgba(38, 49, 60, 0.75);
    border-radius: 20px;
    display: flex;
}

.count-down-form form .form-bottom-placeholder {
    border-radius: 0px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px 0px 0 10px;
    margin-bottom: 0;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    color: inherit;
    text-align: left;
}

.count-down-form form .border-bottom-placeholder {
    background: transparent;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    border-radius: 0px;
    display: flex;
}

.count-down-form .small {
  width: 50% !important;
}

.form-placeholder::placeholder{
    color: rgba(38, 49, 60, 0.85);
}

.count-down-form form .button {
    transition: all linear 300ms;
    margin: 5px 5px 5px 2px;
}

.button {
    width: 150px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    cursor: pointer;
}

.button-small {
  width: 80px !important;
}

.btn-black{
  background-color: #26313c;
   border: 1px solid #26313c;
    color: #fff !important;
}

.btn-black:hover{
    background-color: #535353;
    border: 1px solid #535353;
}

.btn-sky{
    background-color: #6c63ff;
    border: 1px solid #6c63ff;
    color: #fff !important;
}

.btn-sky:hover{
    background-color: #5e27ff;
    border: 1px solid #5e27ff;
}

.btn-sky-op-right{
    background-color: white;
    border: 0;
    color: #6c63ff !important;
    padding-right: .7rem;
    text-align: right !important;
}

.btn-sky-op-right:hover{
    color: #5e27ff;
}

.color-sky {
    color: #6c63ff !important;
}

.text-medium {
   font-size: 13px;
}

.text-small {
   font-size: 11px;
}

/*media quries*/
@media (max-width: 991px) {

    .right-panel{
        position: absolute;
        z-index: 1;
    }
    .left-panel{
        opacity: 0.1;
        text-align: center;
    }
    .right-panel{
        text-align: center;
    }
    .left-panel img{
        max-width: 400px;
    }
    .row-bg{
        padding: 0;
    }
}

@media screen and (max-width: 412px) {

  .hide-on-small{
    display: none !important;
  }

  .main-container {
    min-height: 600px !important;
  }

  .text-small {
    font-size: 14px !important;
  }

  .mt-small{
    margin-top: 1rem!important;
  }

}

@media screen and (min-width: 413px) {

  .hide-on-big{
    display: none !important;
  }

}