.navbar-bg{
  background-image: linear-gradient(to right, #a39596,rgb(239, 195, 195), rgba(255,0,0,1));
  height: 80px;
  border-bottom : 2px solid #555;
}

a.navbar-brand{
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
}
.d-info
{
   font-weight: bold;
 text-align: center;
}
@media (max-width:390px) {
  a.navbar-brand {
    
    font-size: 22px;
  }
}


.header{
  margin-top: 90px;
}

.list {
    
    list-style: none; 
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 18px;
    display:inline-block;
    border:3px solid rgb(238, 28, 28);
    padding:20px;
    
text-align: left;
}
.list h5
{
  text-align: center;
  color: green;
  font-weight: 700;
}

.list li:before {
 
  content: '✓';
  color: red;
  font-weight: bold;
 padding-right: 10px;
}

.bonus{
  list-style-position: inside;
  list-style: none;
  counter-reset: li;
  font-size: 18px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
  display:inline-block;
  border:3px solid rgb(238, 28, 28);
  padding:20px;
  text-align: left;
}

  .bonus li:before {
    content: counter(li); color: red;
    padding-right: 10px;
  }
 .bonus li {counter-increment: li}
  .bonus h5
{
  text-align: center;
  color: green;
  font-weight: 700;
}
h1 {
 
  width: auto;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
}

h2{
  display: block;
  line-height: 1.2;
text-align: center;
  color: rgb(157, 6, 6);;
font-weight: bold;
 font-size: 19px;
}
h3{
  display: block;
  text-align:center;
  font-weight: bold;
 font-size: 19px;
 line-height: 1.2;
}

h4{
  display: block;
  text-align: center;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 30px;
}
b{
  font-weight: bold;
  font-size: 16px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 18px;
}


.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.container form h6{
  margin: 10px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: green;
}
/*
*
* ==========================================
* FOR DEMO PURPOSE   
* ==========================================
*
*/

body {
    
  min-height: 100vh;
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.rounded-lg {
  border-radius: 1rem;
}

.text-gray {
  color: #aaa;
}

div.h4 {
  line-height: 1rem;
}
/**/

@import url(https://fonts.googleapis.com/css?family=Roboto:100);
form.contact-form {
  width: 100%;
  max-width: 380px;
  margin: 10px auto;
  font-size: 15.5px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 25.079px;
  letter-spacing: -0.5px;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  box-shadow: 0px 2px 10px rgb(26, 242, 80);
}
form.contact-form:hover {
  box-shadow: 0px 4px 14px rgb(220, 73, 32), 0px 0px 6px black;
}
form.contact-form span {
  text-align: center;
  display: block;
  color: #333;
  padding: 19.375px 19.375px 7.75px;
  font: inherit;
  font-size: 25.079px;
}
form.contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.contact-form ul li {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  text-align: center;
  width: 100%;
}
form.contact-form ul li i.form-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2%;
  text-align: center;
  margin: 0 0.5% 0 1%;
  padding: 0;
  font-size: 16.275px;
  color: #333;
}
form.contact-form ul li input[type="text"] {
  width: 90%;
  background: none;
  margin: 0;
  padding: 10.33333385px 2%;
  border: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: border-bottom 0.35s ease;
  transition: border-bottom 0.35s ease;
}
form.contact-form ul li input[type="text"]:focus {
  outline: none;
  border-bottom: 3px solid  #ce6734;
}
form.contact-form ul li input[type="text"]::-webkit-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #333;
}
form.contact-form ul li input[type="text"]:-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li input[type="text"]::-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li input[type="text"]:-ms-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li input[type="text"]:focus::-webkit-input-placeholder {
  color: #ce5834;
}
form.contact-form ul li input[type="text"]:focus:-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="text"]:focus::-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="text"]:focus:-ms-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea {
  display: inline-block;
  vertical-align: top;
  width: 88%;
  background: none;
  padding: 10.33333385px 2%;
  resize: none;
  border: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
  height: auto;
  min-height: 133px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  -webkit-transition: border-bottom 0.35s ease;
  transition: border-bottom 0.35s ease;
}
form.contact-form ul li textarea:focus {
  outline: none;
  border-bottom: 3px solid #f1a6f3;
}
form.contact-form ul li textarea::-webkit-scrollbar {
  width: 4px;
}
form.contact-form ul li textarea::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 2px;
}
form.contact-form ul li textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li textarea:-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li textarea::-moz-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li textarea:-ms-input-placeholder {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: #ccc;
}
form.contact-form ul li textarea:focus::-webkit-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus:-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus::-moz-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li textarea:focus:-ms-input-placeholder {
  color: #f1a6f3;
}
form.contact-form ul li input[type="submit"] {
  margin: 15px auto 15px;
  padding: 10.33333385px 19.375px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: background border 0.35s ease;
  transition: background border 0.35s ease;
}

/*timer*/
img.oil
{
  width:80px;
  
}





#chegirma-title {
  cursor: pointer;
  background: #343a40;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  margin-top: 80px;
  border: none;

}
#tasdiqlamoq {
   display: inline-block;
   background: green;
   border-radius: 5px;
   border-color: green;
}

#tasdiqlamoq:hover{
 background:#c95247;
 background-color: #c95d47;

 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#tasdiqlamoq:active
{
 background:#410cf0;
 background-color: #47c9a2;
}
  .center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  ;
}


/*timer*/

.transition10s {
    transition: 10s ease-in-out;
    -moz-transition: 10s ease-in-out;
    -ms-transition: 10s ease-in-out;
    -webkit-transition: 10s ease-in-out;
    -o-transition: 10s ease-in-out;
}
.transition300 {
    transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

/*Track Timer*/



.timerCont{width: 15%; margin-left: 43%;vertical-align: middle;}
.loader{position: relative;width: 100px; height:100px; margin:auto;-webkit-user-select: none;-moz-user-select: none;-o-user-select: none; user-select: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;padding:5px; background: #f0f0f0;border-radius: 100px;}
.loader-bg{width: 100%;height: 100%;border-radius: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;background: #fff;box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)}
.spiner-holder-1{position: absolute; top:0;left:0; overflow: hidden;width: 50%;height: 50%;background: transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.spiner-holder-2{position: absolute;top:0;left:0;overflow: hidden;width: 100%;height: 100%;background: transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.loader-spiner{width: 200%;height: 200%;border-radius: 50%;border: 5px solid #91bf34;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.animate-0-25-a{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform: rotate(90deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-0-25-b{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-25-50-a{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform: rotate(180deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-25-50-b{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-50-75-a{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform: rotate(270deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-50-75-b{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%;-o-transform-origin:100% 100%; transform-origin:100% 100%;}
.animate-75-100-a{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform: rotate(0deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.animate-75-100-b{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin: 100% 100%;}
.text{padding-top: 35%;text-align: center;color: #4d4d4d;font-size: 26px;line-height: 20px;}

.border0{border-color:#e00000;}
.border25{border-color: #f49712;}
.border50{border-color: #FFD500;}
.border75{border-color: #91bf34;}
.timetitle{width:85%;line-height: 30px;padding:5px 20px;    display: inline-block;vertical-align: middle;}

div.center{
  text-align: center;
 margin-bottom: -35px;

}


a.nav-link
{
  display:block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width:200px;
  height:65px;
  background: red;
  margin-bottom: 80px;
  border-radius: 45px;
}

a.nav-link:hover
{
 background: green;

}
.footer {
   position: fixed;
   
   bottom: 0;
   width: 100%;
   background-color: #343a40;
   color: white;
   text-align: center;
   padding: 10px;
}

.modal-confirm {    
    color: #434e65;
    width: 400px;
    margin: 30px auto;
  }
  .modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
  }
  .modal-confirm .modal-header {
    background: #82ce34;
    border-bottom: none;   
        position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
  }
  .modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
  }
  .modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
  }
  .modal-confirm .close {
        position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
  }
  .modal-confirm .close:hover {
    opacity: 0.8;
  }
  .modal-confirm .icon-box {
    color: #fff;    
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    margin-left: 110px;
  }
  .modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
  }
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
        line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
        border: none;
    }
  .modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645;
    outline: none;
  }
  .modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
  }
  .modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
  }


.modal-confirmation {    
    color: #636363;
    width: 325px;
    margin: 30px auto;
  }
  .modal-confirmation .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
  }
  .modal-confirmation .modal-header {
       border-bottom: none;   
        position: relative;
  }
  .modal-confirmation h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 30px -15px;
  }
  .modal-confirmation .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
  }
  .modal-confirmation .close {
        position: absolute;
    top: -5px;
    right: -5px;
  } 
  .modal-confirmation .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
  } 
  .modal-confirmation .icon-box {
    color: #fff;    
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .modal-confirmation .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
  }
  .modal-confirmation.modal-dialog {
    margin-top: 80px;
  }
    .modal-confirmation .btn {
        color: #fff;
        border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
        line-height: normal;
        border: none;
    }
  .modal-confirmation .btn:hover, .modal-confirmation .btn:focus {
    background: #6fb32b;
    outline: none;
  }


@keyframes confettiRain {
  0% {
    opacity: 1;
    margin-top: -100vh;
    margin-left: -200px;
  } 
  
  100% {
    opacity: 1;
    margin-top: 100vh;
    margin-left: 200px;
  }
}

.confetti {
  opacity: 0;
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  transition: 500ms ease;
  animation: confettiRain 5s infinite;
}

#confetti-wrapper {
   overflow: hidden !important;
}
