.navbar-bg {
  background-image: linear-gradient(to right, #295B40, #57965F, #4ce961);

  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;
  }
}

.carousel-inner img {

  opacity: 0.8;

}

.carousel-inner {
  margin-top: 80px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");

}

.carousel-caption h3 {
  color: black;
  text-shadow: 1px 1px white;
  line-height: 120%;
  vertical-align: middle;
}

.content {
  color: black;
  font-family: serif;
  font-size: 19px;
}

.p1 span {
  font-weight: bold;

}

.p2 {
  color: rgb(4, 124, 80);
  font-family: serif;
}

.p2 span {
  font-style: normal;
  font-weight: bold;

}

.img5 {
  margin-top: 100px;
}

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 {
  width: auto;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  color: #F40101;
}

h3 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 21px;

  line-height: 1.2;
}

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


b {
  font-weight: bold;
  font-size: 19px;
}

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

.list {

  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  padding-left: 60px;
  text-align: left;
  list-style: none;
}

.list h5 {
  text-align: center;
  font-weight: 700;
}


.list li:before {
  content: "✔";
  font-weight: bold;
  padding-right: 20px;
  font-size: 18px;
  color: #13B311;
  position: relative;
}

.list-ordered {

  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  list-style: none;
}

.list-ordered li:before {

  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;

}

.section {
  margin-top: -20px;
}

.section-title {
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 18px !important;
  margin-bottom: 25px !important;
  background-color: #478C03 !important;
  padding: 10px 0 !important;
  border-radius: .5em !important;
  border-style: solid;
  border-color: black;
}

.gift {
  margin-top: -10px;
}

.logo {
  text-decoration: none;
  color: white;
  font-size: 19px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3px;

}

.logo:hover {
  text-decoration: none;
  color: white;
}

.button-block {
  text-align: center;
}

.button {
  border: 2px solid black;
  border-radius: 10px;
  background-color: white;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

/*button*/


*:before,
*:after {
  content: "";
  position: absolute;
}

.main-content {
  display: grid;
  grid-template-rows: 1fr min-content;
  align-items: center;
  justify-content: center;
  height: 12vh;
  flex-wrap: wrap;
  background: var(--bg-color);
}

.main-content .item:not(.footer) {
  padding-top: 1rem;
}

button {
  background-color: rgb(5, 222, 139);
  color: #fff;
  border: 3px solid white;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font: 18px "Ariel", sans-serif;
  outline: none;
  cursor: pointer;

  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}


.button__wrapper {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-pulse button {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.button-pulse .button__wrapper:hover .pulsing:before {
  animation: pulsing 0.2s linear infinite;
}

.button-pulse .button__wrapper:hover .pulsing:after {
  animation: pulsing1 0.2s linear infinite;
}

.pulsing {
  width: 99%;
  height: 99%;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}

.pulsing:before,
.pulsing:after {
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(89, 243, 97);
  border-radius: inherit;
  animation: pulsing 2.5s linear infinite;
}

.pulsing:after {
  animation: pulsing1 2.5s linear infinite;
}

@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }

  20% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
    transform: scaleY(1.8) scaleX(1.4);
  }

  80% {
    opacity: 0;
    transform: scaleY(1.8) scaleX(1.4);
  }

  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }

  20% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
    transform: scaleY(1.3) scaleX(1.15);
  }

  80% {
    opacity: 0;
    transform: scaleY(1.3) scaleX(1.15);
  }

  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}

/* Green */
.success {
  background-color: green;
  color: white;
}

.success:hover {
  background-color: red;
  color: white;
}



@media (max-width: 600px) {
  .logo {
    margin-top: -5px;
  }
}

@media (min-width:601px) {
  .logo {

    margin-top: -5px;
  }

}

footer {
  background-color: #478C03;
  color: white;
}

.ftr {
  padding: 20px 20px 30px;

}

.ftr p {
  font-size: 8px;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans';

}

.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 #eee;
}

form.contact-form:hover {
  box-shadow: 0px 4px 14px #ddd, 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 4% 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: bold;
  -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 #82ce34;
}

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: #82ce34;
}

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: #82ce34;
  border-radius: 5px;
  border-color: #82ce34;
}

#tasdiqlamoq:hover {
  background: #47c9a2;
  background-color: #47c9a2;

  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: 20px;

}


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 {

  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px;
}

.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;
}