
  
  body {
    background-image: url('img/background.png');
    background-size: 100% 100%;
    background-position: center; /* Adjust this property to control the position of the image */
    background-repeat: no-repeat;
    margin: 0; /* Remove default margin to ensure the background covers the entire viewport */
    height: 100vh; /* Set height to 100% of the viewport height */
  }
  svg {
    opacity:0.4;
  }
   .padding {
    padding: 0px;
   }
   div#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}
.container.mt-5.maxw {
  max-width: 100% !important;
}
.alert1 {
 /* background: #d7a147;*/
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200000;
  top: 0px;
}
div#ralert {
   margin-top: 100px;
   padding: 10px;
}
.backalert {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  top: 0px;
  opacity: 0.6;
}

  body {
   
    font-family: roboto;
  
  }
  
  .h{
    text-align: center;
    font-size: 34px;
    padding: 2px 2px;
  }
  
  .main {
  
  text-align: center;
  
  }
  
  #tnum{
    display: inline-block;
    border: 7px solid #010100;
    border-radius: 63%;
    font-size: 60px;
    bottom: 50px;
    padding-top: 5px;
    text-align: center;
    width: 150px;
    height: 150px;
    background-color: #053e4d;
    color: #fff;

  
  }
  .display{
        position: absolute;
        bottom: 60px;
        width: 100%;
    
  }
  
  .btnwrap{
  
    margin-top: 20px;
  
  }
  
  .tbtn{
  
    padding: 15px 50px 15px 50px;
    border-radius: 30px;
    border: none;
    background-color: #0058ff;
    color: #fff;
    font-size: 22px;
    margin: 10px;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
  
  }
  
  .rbtn {
  
    padding: 15px 50px 15px 50px;
    border-radius: 30px;
    border: none;
    background-color: #ee1a1a;
    color: #fff;
    font-size: 22px;
    margin: 10px;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 33px 3px rgba(0, 0, 0, 0.19);
  }
  .twarp{
    text-align: center;
  }
 /* style slide */
 .slider-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
 
  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    position: relative;
    top: 65px;
    /*height: 390;*/

  }
 
  .slider-item {
    width: 100%;
    flex-shrink: 0;
    padding: 20px;
  }
  .slider-item h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center; 
    direction: rtl;
    height: 580px;
  }
 
  .slider-button {
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 50px;
    background: transparent;
    border: none;
    outline: none;
    color: #053e4d;
  }
 
  .prev {
    left: 10px;
  }
 
  .next {
    right: 10px;
  } 
  
 


     .card-body {
      text-align: center !important;
      font-weight: bold;   
       height: 110px;
      font-size: 12px;
  
  }
  .card {
    text-align: center;
    margin-top: 6px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 4px;
}
button:focus {
  outline: none !important;
  outline: none !important;
}
h2.pagetitle {
  position: fixed;
  text-align: center;
  width: 100%;
  bottom: 0px;
  color: #ae7a27;
  font-weight: 900;
  font-size: 26px;
}

input,button{
  outline: none;
  border: none;
}
input,button:focus{
  outline: none;
  border: none;
}
input,button:focus-visible{
  outline: none !important;
  border: none !important;
}
@keyframes colorAnimation {
  0% {
   /* color: #c79037;
*/}
25% {
    
    font-size: 45px;
}
50% {
    
}
75% {
    /* color: orange; */
}

100% {
    /* color: white; */
}
}

