:root {
  --brown: #a52a2a;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --srivari-red: #FF0000;
  --tab-active: #E92A2A;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  user-select: none;
  font-family: "Roboto";
}

#header {
  background: #ffcb6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 13px;
  height: 220px;
}

.logo {
  margin-block: 20px;
  width: 180px !important;
  height: 180px !important;
  margin: 0 0 0 0;
  /* width: 320px !important; */
}

.logoTitle {
  font-size: 20px;
  color: #8d332f;
  font-weight: 800;
  letter-spacing: 2px;
  /* margin-top: -20px; */
}

.primaryTitle {
  color: var(--srivari-red);
  padding-block-end: 20px;
  text-transform: capitalize;
}

#app {
  display: flex;
  flex-direction: column;
  padding-block-start: 10px;
}

.secondaryTitle {
  color: var(--black);
  margin-block: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
}

.categories {
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
  width: 100%;
  margin: auto;
}

.catItem {
  text-wrap: balance;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
  padding: 22px 15px;
  border-radius: 12px;
  border: 1px solid #B8B8B8;
  background: #FFF;
  font-weight: 500;
  min-width: 150px;
}

.activeCatItem {
  background: var(--tab-active);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #E92A2A;
  color: var(--white);
  font-weight: 500;
}

.itemContainer {
  margin-block-start: 2vh;
  padding-block-start: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catContainer {
  margin-block-start: 2vh;
  padding-block-start: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activeAlert {
  padding-block-end: 10px;
  letter-spacing: 2px;
  text-align: center;
  text-wrap: balance;
  color: var(--srivari-red);
}

.catWrap {
  /* display: flex;
  justify-content: center; */
}

.items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 40px;
  width: 100vw !important;
  padding: 20px;
  /* border: 10px solid red !important; */
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #969696;
  background: #FFF;
  padding: 5px 16px 0px 15px;
  width: 100% !important;
}


.cardTitle {
  flex: 1;
  text-wrap: balance;
  padding: 10px;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  background: white;
  font-weight: 500;
}

.cardContainer {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-block: 10px;
  padding: 10px;
}

.itemPrice {
  display: block;
  font-size: 24px !important;
  font-weight: 300;
}

.btn-grp {
  display: flex;
  flex-direction: row;
}

.alertBtn,.modifierBtn {
  padding: 8px 16px;
  width: 100px;
  margin: 10px auto;
  cursor: pointer;
}


.itemPrice::before {
  content: "$ ";
}

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

.quantityBox {
  padding: 8px 16px;
  border: 1px solid black;
}

.quantityBox:nth-child(1) {
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  border-right: none;
}

.quantityBox:nth-child(3) {
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  border-left: none;
}

.decrementQuantity {
  display: block;
  cursor: pointer;
}

.itemQuantity {
  display: block;
}

.incrementQuantity {
  display: block;
  cursor: pointer;
}

#kartPopOver {
  display: flex;
  margin-block: 10px;
}

.btn {
  padding: 14px 40px;
  border: none;
  background: #3E8BFF;
  border-radius: 20px;
  /* box-shadow: 4px 4px 8px #000000; */
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.secBtn {
  background: #3E8BFF !important;
  color: white !important;
}

.addBtn, .minusBtn {
  margin-top: 21px;
  margin-left: 10px;
}


.alertBtn {
  padding: 8px 16px;
  width: 100px;
  margin: 10px auto;
}

.alert {
  margin: auto;
  border: none;
  border-radius: 4px;
  background: var(--bg);
  box-shadow: 0 0 21px;
  min-width: 45%;
  max-width: 54%;
  z-index: 18;
}

.alert::backdrop {
  background: black;
  opacity: 0.4;
}

.alertContainer {
  display: flex;
  flex-direction: column;
}

.alertHeader {
  display: flex;
  flex-direction: row;
  background: var(--yellow);
  align-items: center;
  color: var(--brown);
}

.alertTitle {
  flex: 1;
  text-align: center;
  cursor: default;
  letter-spacing: 4px;
  padding: 10px;
}

.alertClose {
  padding: 10px;
  font-size: 1.7em;
  color: var(--black);
}

.alertClose:hover {
  cursor: pointer; /* Change cursor to hand symbol on hover */
}
.alertWrap {
  padding: 20px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  background: var(--white);
}

.modal {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow-y: scroll;
  min-height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8)
}

.modalClose {
  align-self: flex-end;
  color: white;
  padding: 10px;
  font-size: 7vh;
  cursor: pointer;
}

.modalWrap {
  display: flex;
  flex-direction: column;
}

.mNav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: silver;
}

.mNavLink {
  padding: 8px 16px;
}

.mNavActiveLink {
  background: var(--brown);
  color: var(--white);
}

.modalContainer {
  display: flex;
  flex-direction: column;
  background: white;
  margin-block: 20px;
  padding-block: 10px;
}

.modalFieldSet {
  padding: 10px;
  margin: 10px;
  border-inline: none;
  border-bottom: none;
}

.modalFormFieldSet {
  background: #F4F4F4;
  padding: 30px 30px;
  margin: 0px 5% !important
}

.rightLegend {
  text-align: right;
  background: brown;
  box-shadow: 4px 4px 4px gray;
  padding: 8px 16px;
  color: white;
}

.cartTitle {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 8px 16px;
  color: #FF4141;
  margin-bottom: 20px;
}

.cartTitleGeneralDonation {
  color: #FF4141;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

.cartFormTitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 20px 0px;
}

.gHead {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #3A58A8;
  color: white;
}

.gFooter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #000;
  font-weight: 700;
}

.gh {
  text-align: center;
  padding-block: 16px;
}

.gd {
  text-align: center;
  padding-block: 16px;
}

#kartHeader {
  display: flex;
  flex-direction: column;
  background: var(--light);
}

.kartItem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.kartItem>span {
  text-align: center;
  text-wrap: balance;
}

#kartTotal::before {
  content: "$ "
}

.kartItemPrice::before {
  content: "$ "
}

.kartItemAmount::before {
  content: "$ "
}

#kartFooter {
  display: flex;
  margin-block: 10px;
}

#donarDetails {
  display: grid;
  align-items: center;
  gap: 5px
}

.input1 {
  display: inline-block;
  padding: 8px 16px;
  border: none;
  /* background: var(--light); */
  width: 100%;
  margin-block: 10px
}

.input2 {
  display: inline-block;
  padding: 8px 16px;
  border: none;
  /* background: var(--light); */
  width: 25%;
  margin-inline: 10px
}

input::placeholder {
  text-transform: capitalize;
}

.form-ctrls {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.form-Btnctrls {
  margin-top: 20px;
  width: 100% !important;
  text-align: center;
}

.form-ctrlsName {
  display: block;
}

.form-ctrlsAmountGeneralDonation {
  display: block;
  width: 100% !important;
  margin: auto;
}

.form-ctrlsAmountBox {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0px 20px;
  border-radius: 6px;
  border: 1px solid #E92A2A;
  margin-top: 10px;
}

.inputAmount {
  display: inline-block;
  padding: 8px 16px;
  border: none;
  /* background: var(--light); */
  width: 100%;
  margin-block: 10px;
  font-size: 20px;
}

.inputAmount:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}


label {
  display: inline-block;
}

.loader {
  display: hide;
}

footer {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-block: 40px;
}

.footerBottom {
  text-align: center;
  text-wrap: balance;
}

select {
  display: block;
  color: var(--text);
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
  border: 1px solid var(--text);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* background: lightgrey; */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23763241%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  /* box-shadow: 0 0 1px 3px rgba(180, 15, 65, .5); */
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select option {
  font-weight: normal;
  text-transform: capitalize;
  accent-color: var(--primary);
}

/* loader*/
.loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 13;
}

@keyframes ldio-v8mnonzzrhr {
  0% {
    opacity: 1
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.ldio-v8mnonzzrhr div {
  position: absolute;
  width: 20px;
  height: 80px;
  top: 60px;
  animation: ldio-v8mnonzzrhr 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.ldio-v8mnonzzrhr div:nth-child(1) {
  transform: translate(30px, 0);
  background: #e15b64;
  animation-delay: -0.6s;
}

.ldio-v8mnonzzrhr div:nth-child(2) {
  transform: translate(70px, 0);
  background: #f47e60;
  animation-delay: -0.4s;
}

.ldio-v8mnonzzrhr div:nth-child(3) {
  transform: translate(110px, 0);
  background: #f8b26a;
  animation-delay: -0.2s;
}

.ldio-v8mnonzzrhr div:nth-child(4) {
  transform: translate(150px, 0);
  background: #abbd81;
  animation-delay: -1s;
}

.loadingio-spinner-bars-2g07yi0ipew {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-v8mnonzzrhr {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-v8mnonzzrhr div {
  box-sizing: content-box;
}

.donationForm {
  margin-top: -40px !important;
}

@media screen and (orientation:portrait) {
  .primaryTitle {
    font-size: 7vw;
  }

  .categories {
    flex-wrap: nowrap;
    overflow-x: auto !important;
  }

  .categories::-webkit-scrollbar {
   display: none !important;/* For WebKit browsers (Chrome, Safari) */
  }

  .categories::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
  }

  .categories::-webkit-scrollbar-track {
    background-color: #eee; /* Color of the track */
  }
  .catItem {
    flex: 1 1 28vw;
    margin: 10px;
  }

  .catTitle {
    color: #FF4141 !important;
  }

  .btn-grp {
    display: flex;
    flex-direction: row;
  }

  .alertBtn {
    padding: 8px 16px;
    width: 100px;
    margin: 10px auto;
    cursor: pointer;
  }

  .card {
    /* margin: 20px 10px; */
    font-size: 21px;
  }

  #donarDetails {
    grid-template-columns: 1fr;
  }

  .form-ctrlsGrid {
    display: grid;
    /* grid-template-columns: 2fr 2fr; */
    gap: 20px;
  }


}

@media screen and (orientation:landscape) {
  .primaryTitle {
    font-size: 2.5vw;
  }

  .categories {
    flex-wrap: nowrap;
    overflow-x: auto !important;
  }

  .categories::-webkit-scrollbar {
    height: 3px !important; /* For WebKit browsers (Chrome, Safari) */
  }

  .categories::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
  }

  .categories::-webkit-scrollbar-track {
    background-color: #eee; /* Color of the track */
  }

  .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw !important;
    /* border: 10px solid red !important; */
  }

  .catItem {
    flex: 1 1 auto;
    margin-inline: 10px;
  }

  .modalWrap {
    align-items: center;
    width: 75%;
    margin: auto;
  }

  #donarDetails {

    grid-template-columns: 1fr;
  }

  .form-ctrlsGrid {
    display: grid;
    /* grid-template-columns: 2fr 2fr; */
    gap: 20px;
  }

  .form-ctrlsGridCard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .mNav {
    width: 100vw;
  }
}

@media (min-width: 720px) and (max-width: 1024px) {
  .categories {
    display: flex;
    flex-direction: row;
    padding: 10px 0px !important;
    width: 90%;
    margin: auto;
  }

  .catItem {
    width: 300px !important;
  }

  .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
    width: 80vw !important;
    margin: 20px 0px;
    /* border: 10px solid red !important; */
  }

  .logo {
    margin-block: 20px;
    width: 329px !important;
  }

  .donationForm {
    margin-top: -90px !important;
  }
}

@media screen and (min-width:1024px) {
  .logo {
    margin-block: 20px;
    /* width: 329px !important; */
  }
 
  .categories {
    display: flex;
    flex-direction: row;
    padding: 10px 0px !important;
    width: 90%;
    margin: auto;
  }

  .catItem {
    width: 300px !important;
  }

  .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
    width: 80vw !important;
    margin: 20px 0px;
    /* border: 10px solid red !important; */
  }

  .card {
    width: 100% !important;
  }

  .form-ctrlsGrid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
  }

  .form-ctrlsAmountGeneralDonation {
    display: block;
    width: 30% !important;
    margin: auto;
  }

  .donationForm {
    margin-top: -90px !important;
  }

}

.catTitle {
  color: #FF4141 !important;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-generalDonation {
  background: #F4F4F4;
  width: 85% !important;
  padding: 30px 10% !important;
  margin: auto;
}

#myItemTitle {
  color: #FF4141;
  font-size: 26px;
  background-color: #FAF1DF;
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  padding-left: 1%;
  text-align: center;
}

.itemQuantity {
  display: flex;
}

.itemDecrease {
  background-color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #FFF;
    margin-right: 20px;
    cursor: pointer;
}

.itemIncrease {
  background-color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #FFF;
    margin-left: 20px;
    cursor: pointer;
}

.itemselectedQuantity {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #000;
}

.backToItems {
  cursor: pointer;
}

.backToItems::before {
  content: url('../assets/backArrow.png');
}

.itemSelctedPrice {
  display: block;
  font-size: 24px !important;
  font-weight: 300;
  margin-left: 10px;
}

.itemSelctedPrice::before {
  content: "$ ";
}

.itemModifiersQuantity {
  padding-top: 25px;
  display: flex;
}

.itemSelctedModifierPrice {
  display: block;
  font-size: 24px !important;
  font-weight: 300;
  margin-left: 10px;
  margin-right: 30px;
}

.itemSelctedModifierPrice::before {
  content: "$ ";
}

.itemModifierDecrease {
  background-color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #FFF;
    margin-right: 20px;
    cursor: pointer;
}

.itemModifierIncrease {
  background-color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #FFF;
    margin-left: 20px;
    cursor: pointer;
}

.itemModifierselectedQuantity {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  color: #000;
}

.btn1 {
  background-color: #007bff;
  padding: 10px 20px;
  border-radius: 25%;
}

.previousValue {
  display: none;
}

.itemContainer1 {
  margin-block-start: 2vh;
  padding-block-start: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-generalDonation1 {
  background: #F4F4F4;
  width: 85% !important;
  padding: 30px 10% !important;
  margin: auto;
}

.modItem {
  margin: 8px 0px;
}

#kartHeader-Form {
  display: flex;
  flex-direction: column;
  background: var(--light);
}

.form-ctrlsGrid-Info {
 display: flex;
 flex-wrap: wrap;
 padding: 17px;
 justify-content: center;
 gap: 10px;
}

.k-datetimepicker {
  width: 100% !important;
  display: block;
}

.k-input {
  height: 10px !important;
}

/* Tabs */
.tabs {
  width: 100%;
  background-color: #3A58A8;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 25px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: 400;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #09F;
}
#tabs-nav li {
  text-decoration: none;
  color: #FFF;
}
.tab-content {
  padding: 10px;
  border: 5px solid #09F;
  background-color: #FFF;
}
