/*google font*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,800,900&display=swap');

/*slider*/
#carouselIndicators{
    position: relative;
    height: 100vh;
    width: 100%;
}
#carouselIndicators .carousel-inner{
    position: relative;
    height: 100%;
    width: 100%;
    background: #000;
}
#carouselIndicators .carousel-inner:before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#carouselIndicators .carousel-inner .carousel-item{
    position: relative;
    height: 100%;
    width:100%;
    background: url('cne.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}
#carouselIndicators .carousel-inner .carousel-item:nth-child(2){
    background: url('bg3.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}
#carouselIndicators .carousel-inner .carousel-item:nth-child(3){
    background: url('cne.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

#carouselIndicators .carousel-inner .carousel-item .info{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    height: auto;
    width: 100%;
    z-index: 1;
    text-align: center;
}
#carouselIndicators .carousel-inner .carousel-item h2{
    height: auto;
    color: black;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    font-family: sans-serif;
}
#carouselIndicators .carousel-inner .carousel-item span{
    color: #067823;
    }
#carouselIndicators .carousel-inner .carousel-item p{
    height: auto;
    color: black;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: 1.9em;
    font-weight: 500;
    font: sans-serif;
}


@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 70%;
    }
    50% {
    opacity: 0;
    top: 70%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    top: 300%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #F0FFFF;
    color: #F0FFFF;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #F0FFFF;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #F0FFFF;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


html{
    scroll-behavior: smooth;
}

.about{
    margin-top: 20px;
   margin-bottom: 20px;
}
.textbox{
    width: 100%;
    overflow: hidden;
    font-size: 20px ;
    padding: 8px 0 ;
    margin:8px 0;
    margin-left: 20px;
    border-bottom: 1 solid black ;

}
 .first{
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;


 }
 .prefooter h4{

    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
 }

.heading{font-size: 5px;text-shadow: 1px 1px #279719;}


.shfooter .collapse {
  display: inherit;
}
@media (max-width:767px) {
  .shfooter ul {
    margin-bottom: 0;
  }

  .shfooter .collapse {
    display: none;
  }

  .shfooter .collapse.show {
    display: block;
  }

  .shfooter .title .fa-angle-up,
  .shfooter .title[aria-expanded=true] .fa-angle-down {
    display: none;
  }

  .shfooter .title[aria-expanded=true] .fa-angle-up {
    display: block;
  }

  .shfooter .navbar-toggler {
    display: inline-block;
    padding: 0;
  }

}

.resize {
  text-align: center;
}
.resize {
  margin-top: 3rem;
  font-size: 1.25rem;
}

.fa-angle-double-right {
  animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
  animation: leftanime 1s linear infinite;
}
@keyframes rightanime {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes leftanime {
  50% {
    transform: translateX(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}

  .row h5{
    font-family: sans-serif;

  }
  .prefooter{
    text-align: center;

  }

  .prefooter span{
    text-transform: uppercase;
    display: block;

  }
  .t1{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    animation: text 2s 1;
    background: #FFFFFF;

  }

    .t2{
        font-size: 20px;
        color: red;
        font-weight: 500;
    }

    @keyframes text{
        0%{
            color: #FFFFFF;
            margin-bottom: -30px ;
        }
        30%{
            letter-spacing: 2px ;
            margin-bottom: -30px;

        }
        85%{
            letter-spacing: 8px;
            margin-bottom: -30px;
        }
    }

.login-box{
    margin-left: 30px;
    margin-top: 20px;
    padding: 20px;
    width: 500px;
    background: gray;
}
.login-box h3{
    margin-left: 100px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}
.login-box input[type="text"],.login-box input[type="password"]{
  border:0;
  background: none;
  display: block;
  margin:20px auto;
  text-align: left;
  border:1px solid #D5D8DC;
  padding:20px,10px;
  width: 300px;
  height: 45px;
  outline: none;

  border-radius: 5px;
  transition: 0.25s;

}

.login-box input[type="text"]:focus,.login-box input[type="password"]:focus{
    width: 310px;
    border-color: #6c7aa8;

}
.login-box input[type="submit"]{
  border:0;
  background: #006ace;
  display: block;
  margin:20px auto;
  text-align: center;
  padding:14px,40px;
  width: 220px;
  height: 45px;
  outline: none;
  color: black;
  border-radius: 5px;
  transition: 0.25s;
  cursor: pointer;

}

/*.login-box input[type="submit"]:hover{
    background: #6c7aa8;
}*/

.PayBtn1 {
  margin-top: 30px;
    width: 250px;
    height:100px;
    align-items: center;
    background: url('../images/cib.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    transition: 0.20s;
    cursor: pointer;
    border-color: #fdb631;
}
.PayBtn1:hover{
  box-shadow: 0 0 5px #fdb631,  0 0 10px #fdb631 ;
}

.PayBtn2 {
    margin-top: 30px;

    width: 250px;
    height:100px;
    align-items: center;
    background: url('../images/dahabiya.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    transition: 0.20s;
    cursor: pointer;
    border-color: #fdb631;
}
.PayBtn2:hover{
  box-shadow: 0 0 5px #fdb631,  0 0 10px #fdb631 ;
}
.sub-title{
}
.page-header{
  margin-top:  10px;
  height: 80px;
  border-bottom: 0px;
}
.container{
  padding-top: 5px;
}

.card{
  margin-top: 30px;
}

.text-white {
    color: #fff !important;
}

.deconn{
  margin-right: 10px;
  margin-top: -1%;
  float: right;
}
.bg-dark {
    background-color: rgba(24,28,33,0.9) !important;
}
.opacity-50 {
    opacity: .5 !important;
}
.bg-dark {
    background-color: rgba(24,28,33,0.9) !important;
}

@media (min-width: 992px){
    .container, .container-fluid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.media, .media>:not(.media-body), .jumbotron, .card {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.d-flex, .d-inline-flex, .media, .media>:not(.media-body), .jumbotron, .card {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.ui-w-100 {
    width: 100px !important;
    height: auto;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.opacity-75 {
    opacity: .75 !important;
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
