@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");

* {
  box-sizing: border-box;
}

header,
section {
  overflow-x: hidden;
}

:root {
  --Sniglet-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "lobster", cursive;
  --light-black: #2e2c2caf;
  /* --bggradient: linear-gradient(to bottom, #dd2476, #ff512f); */
  --bggradient: linear-gradient(to bottom, #0f92b0, #a7e92f);
  --kbggradient: linear-gradient(to bottom, #782dbe, #bb82ed);
  --kbg: #782dbe;
  --ibg: #dd2476;
  --light-gray: rgba(255, 255, 255, 0.877);
}

/* #9f4feb */
header a {
  font-family: var(--Sniglet-font);
  font-size: 0.9em;
  color: whitesmoke;
}

.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  background-color: rgba(0, 0, 0, 0.4);
  min-width: 160px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: whitesmoke;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: rgb(248, 3, 3);
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

header .nav-item:last-child {
  //padding-right: 10.5em;
  padding-right: 1em;
}

header .nav-item {
  padding: 0.9em;
}

header .navbar-brand {
  //padding-left: 8rem;
  padding-left: 3rem;
  color: white;
}

header .nav-link:hover {
  color: #ffffff;
}

.navbar ul li .underline {
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: width 0.2s, background-color 0.5s;
  margin: 0 auto;
}

.navbar ul li:hover .underline {
  background-color: white;
  width: 100%;
}

.navbar ul li:active a {
  transition: none;
  color: rgba(255, 255, 255, 0.76);
}

header .row .col-md-7 {
  padding: 22vmin 1vmin;
  padding-bottom: 35vmin;
}

header .row .col-md-9 {
  padding: 2vmin 1vmin;
  padding-bottom: 15vmin;
}

header .container .col-md-9 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-9 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .row .col-md-3 {
  padding: 10vmin 1vmin;
}

header .row .col-md-3 img {
  width: 90%;
}

header .row .col-md-5 {
  padding: 4.2vmin 1vmin;
}

header .row .col-md-5 img {
  width: 90%;
}

header {
  background: #dd2476;
  /* fallback for old browsers */
  /*background: var(--bggradient);*/
}

header .container .col-md-7 {
  font-family: "Rubik", sans-serif;
}

header .container .col-md-7 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-7 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .container .col-md-7 p {
  padding: 1vmin 5vmin;
}

.primary-btn {
  border-radius: 30px;
  font-weight: bold;
}

/********** section 1 **************/

.section-1 {
  padding: 12vmin 0vmin;
}

.section-1 .row .col-md-6 .pray img {
  opacity: 0.8;
  width: 80%;
  border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
  position: relative;
}

.section-1 .row .col-md-6 .panel {
  position: absolute;
  top: 7vmin;
  left: -18vmin;
  background: white;
  border-radius: 3px;
  text-align: left;
  /* padding: 13vmin 5vmin 20vmin 10vmin; */
  padding: 6vmin 30vmin 5vmin 10vmin;
  box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
  font-family: var(--Rubik);
  z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
  font-weight: bold;
  padding: 0.4em 0;
  font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
}

.img-box {
  padding-top: 0px;
}

/*  Section 2  */

.cover {
  width: 100%;
  height: 55vmin;
  background: url("../assets/pexels-photo-452738.jpeg");
  background-position: -24rem -19rem;
  background-size: 150%;
  position: relative;
}

.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.cover .content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 19vmin;
}

.cover .content > h1 {
  font-family: var(--Patua);
  font-size: 6vmin;
  color: whitesmoke;
}

.cover .content > p {
  font-family: var(--Rubik);
  font-size: 2vmin;
  color: #e5e5e5;
}

.numbers .rect {
  position: relative;
  z-index: 1;
  background: white;
  width: 17rem;
  height: 12rem;
  padding-top: 3.5vmin;
  margin: 1rem;
  border-radius: 0.5em;
  box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers {
  margin-top: -15vmin;
}

.numbers .rect h1 {
  font-size: 5rem;
  color: tomato;
}

.numbers .rect > p {
  font-family: var(--Patua);
}

.purchase > h1 {
  padding-top: 5vmin;
  padding-bottom: 0.1em;
  font-family: var(--Lobster);
}

.purchase > p {
  color: var(--light-black);
  font-size: 3vmin;
  padding-bottom: 10vmin;
}

.purchase {
  width: auto;
  margin: 3vmin 3vmin;
}
/* Section Team */

.section-4 .container h1 {
  font-size: 6vmin;
  padding-top: 8vmin;
}
.section-4 .team {
  padding: 1vmin 4vmin;
}
.section-4 .card {
  width: 85%;
  margin-top: 0vmin;
  border: none;
}
.cardHeader {
  height: 70px;
  background: transparent;
}
.section-4 .platinumCard {
  background: #4dd023;
  margin-bottom: 20px;
  border: 10px solid white;
}
.section-4 .goldCard {
  background: #ffd700;
  margin-bottom: 20px;
  border: 10px solid white;
}
.section-4 .silverCard {
  background: #d3d3d3;
  margin-bottom: 20px;
  border: 10px solid white;
}
.card-img-top img {
  margin-top: -85px;
  height: 150px;
  width: 150px;
  border: 10px solid white;
  border-radius: 100%;
}
.section-4 .card .card-text {
  /* padding: 0.5em; */
  font-size: 40px;
  color: white;
  margin-right: 10px;
}
.section-4 .card-body {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.section-4 .card-body > a {
  font-size: 1.5em;
}

.section-4 .carousel-item {
  width: 100%;
  padding-left: 0rem;
}

.border-radius {
  border-radius: 25px;
  /* width: 60%; */
}

footer {
  background: rgba(0, 0, 0, 0.815);
  overflow-x: hidden;
  padding: 8vmin 8vmin;
  /* padding: 14vmin 18vmin; */
}

footer p > span {
  color: #ff512f;
}

footer input {
  border: none !important;
}

footer input::placeholder {
  color: white !important;
}

footer .input-group .input-group-text {
  background: var(--bggradient);
  border: none;
}

footer .column i {
  color: #dd2476;
}

/* It is Adjacent sibling combinator */

footer .column i + i {
  padding: 0 0.5em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.815);
  z-index: 1000;
  transition: all 1.5s ease;
}

.slide-one {
  background: #dd2476;
  /* fallback for old browsers */
  background: var(--bggradient);
}

.slide-two {
  background: #782dbe;
  background: var(--kbggradient);
}

.slide-three {
  background: #ff512f;
  /* fallback for old browsers */
  background: var(--bggradient);
}

.bank-item {
  width: 98px;
  cursor: pointer;
}
.bank-item:hover,
.bank-item label:hover {
  font-weight: 500;
  cursor: pointer;
}
.bank-item img:hover {
  border: 2px solid orange;
}
.bank-item img {
  border: 1px solid #cccccc;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 60px;
  overflow: hidden;
  width: 60px;
}

.text-center {
  text-align: center !important;
}

.flex-start-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

li {
  display: list-item;
  list-style: none;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  background: #f7f5fb;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.bottomtabs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  background: #cac9ca;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #ccc;
  width: 100%;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 30px;
  margin-top: 1rem;
  font-size: 17px;
  font-weight: bold;
}

.tabs li {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  margin-right: 30px;
  font-size: 17px;
  font-weight: bold;
}

.tab {
  cursor: pointer;
  padding: 0px;
}

.tab.active {
  color: orange;
}

.tab:hover {
  color: orange;
}

.tab-content {
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*padding top right bottom left*/
.icontent {
  display: flex;
  padding: 10px 20px 10px 30px;
}

.fcontainer {
  /* width: auto; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15vmin;
  padding-top: 5vmin;
}

.flex-item {
  background: #fff;
  /* width: 200px;
  height: 150px; */
  /* line-height: 150px; */
  border: 1px solid #cccccc;
  flex-wrap: wrap;
  height: 100px;
  overflow: hidden;
  width: 100px;
  /* border-radius: 100px; */
}

.flex-item img {
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.ftrans {
  background: transparent;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.main {
  width: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.col {
  background-color: #fff;
}

.top {
  display: flex;
  flex-direction: row;
}

.middle {
  display: flex;
  flex-direction: row;
}

.bottom {
  display: flex;
  flex-direction: row;
}

/* For nav-bar colour change */
.navbar-wrapper {
  position: absolute;
  z-index: 1000;
  /* border-bottom: 2px solid white; */
}

.navbar-transparent {
  background: transparent;
}

.btn-theme-ime {
  border: white;
  background: #ed1c24;
}
.btn-theme-ime[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn-theme-ime:hover {
  border: white;
  background: #4043e4;
}
.btn-theme-clear {
  border: white;
  background: #4043e4;
}
.btn-theme-clear:hover {
  border: white;
  background: #ed1c24;
}

input[type="file"] {
  height: auto !important;
  cursor: pointer;
}
select {
  cursor: pointer;
}

#ImeModal .imeForm {
  padding: 10px 0px 0px 0px;
}
.imeForm {
  padding: 0px 0px 0.5rem 0px;
}
.imeForm h6 {
  padding-top: 15px;
}
small > ol {
  padding: 0px;
  margin-bottom: 0.5rem;
}

.imeForm button {
  margin-left: 15px;
  color: white;
  /* margin-bottom: 1rem</a>; */
}
/* input:required {
  border: 1px solid red;
} */
.alert {
  text-align: center;
  padding: 10px;
  background: #79c879;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}

.alert-error {
  text-align: center;
  padding: 10px;
  background: #d82534;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}
.info-group {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cmtflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: -10px;
  font-size: 20px;
  font-family: var(--sniglet-font);
  color: white;
}
.cmttimeline {
  font-size: small;
  color: white;
}
.table-hover {
  cursor: pointer;
}
.tableFixHead {
  overflow-y: auto;
  height: auto;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  background-color: red;
}

/* .modal-login {
  color: #636363;
  width: 100%;
} */
.modal-fullscreen {
  padding-top: 80px;
}
.modal-login .modal-content {
  padding: 10px;
  border-radius: 5px;
  border: none;
}
.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}
.modal-login h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
  border-color: #70c5c0;
}
.modal-login .form-control,
.modal-login .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-login .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 9;
  background: transparent;
  padding: 15px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
  width: 100%;
}
.modal-login.modal-dialog {
  margin-top: 80px;
}
.modal-dialog {
  overflow-y: initial !important;
}
.modal-body {
  /* height: 330px; */
  height: 50vh;
  overflow-y: auto;
}

/*css for error in form validation*/
.formerror {
  color: red;
  font-size: small;
}

form .fa-exclamation-circle {
  top: 43px;
  right: 1.25rem;
  color: red;
}
form .fa-check {
  top: 43px;
  right: 1.25rem;
  color: greenyellow;
}

.form-group a i {
  font-family: FontAwesome Free;
  margin: 0 auto;
  font-size: 5rem;
  font-style: normal;
}
.borderValid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.borderInvalid {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(207, 27, 57, 0.25);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* input:invalid {
  border: 2px solid red;
  background-image: url("fas fa-car");
  background-position: right center;
  background-repeat: no-repeat;
}

input:valid {
  border: 2px solid greenyellow;
  background-image: url(https://www.the-art-of-web.com/images/valid.png);
  background-position: right center;
  background-repeat: no-repeat;
} */
#loginmodal .tab-content1 {
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  border: none;
  margin-top: 10px;
}
/* #loginmodal .icontent {
  display: flex;
  padding: 0px 20px 10px 20px;
} */
#loginmodal button {
  margin-left: 0px;
  /* color: white; */
}
#loginmodal .imeForm {
  padding: 0px 0px 0rem 0px;
}
#loginmodal .form-group {
  margin: 0px 0px 0.5rem 0px;
}
#loginmodal ul {
  margin: 0px 0px 0.5rem 0px;
}
#loginmodal .tabs2 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-content: center;
  background: #fff;
  box-shadow: 0 0 10px 1px #ff6124;
  border-radius: 30px;
  width: 220px;
  margin: auto;
}
#loginmodal .tabs2 li {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 8px;
  margin-right: 0;
  font-size: 17px;
  font-weight: bold;
}
#loginmodal .submit-btn {
  margin: auto;
  border-radius: 25px;
  width: 50%;
  display: block;
}

.tab2 {
  cursor: pointer;
  padding: 0px;
}

.tab2.active {
  color: orange;
}

.tab2:hover {
  color: orange;
}
/* #loginmodal input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #782dbe;
  outline: none;
} */
.datepicker {
  z-index: 99999 !important;
}

/* sidebar tooltip */
.right_sidebar {
  position: fixed;
  top: 30%;
  left: 100%;
  transform: translate(-50%);
  z-index: 1000;
}
.fa-2x {
  font-size: 1.5em;
  margin-right: 10px;
}

.helpline {
  color: #fff;
  margin-left: -40px;
  border-radius: 5px 0 0 5px;
  padding: 10px 0 10px 10px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
}
.helpline:hover .popperText {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.popperText {
  width: 228px;
  height: 228px;
  text-align: center;
  background-color: #ffc107;
  color: #212121;
  position: absolute;
  right: 121%;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.popperText::after {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffc107;
  position: absolute;
  top: 50%;
  left: 100%;
}
.rightqr_code {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 0px;
  width: 34px;
  text-orientation: upright;
  writing-mode: vertical-lr;
}
.right_qr {
  background-color: #ffc107;
}
.fb {
  color: #3b5998;
}
.tw {
  color: #1da1f2;
}
.wa {
  background-color: rgb(48, 191, 58);
}
.vb {
  background-color: rgb(125, 81, 160);
}
/* .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* sidebar closed */
/* top sidebar tooltip */
.top_sidebar {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
}

.top_qrcode {
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 5px 10px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
}
.top_qrcode:hover .top_popperText {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.top_popperText {
  width: 228px;
  height: 228px;
  text-align: center;
  background-color: #ffc107;
  color: #212121;
  position: absolute;
  top: 160%;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.top_popperText::after {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #ffc107 transparent;
  position: absolute;
  top: -16px;
  left: 45%;
}
.qr_code {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.qr {
  background-color: transparent;
}
