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

html body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

/* Hide counter from input type number */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

p,
a,
.form-control,
.btn,
.badge,
::placeholder,
.form-label,
span, strong, .accordion-body, button, strike, .product-qty, li, .form-select, .form-check-label, .col-form-label, label, th, td {
  font-family: "Mulish", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* font size */
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

/* text selection */
::selection{
  background-color: #fad102;
  color: #313131;
}
/* shadow css */
.shd{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* colors css */
.yellow {
  color: #fad102;
}

.bg-yellow {
  background-color: #fad102;
}
.dark-gray{
  color: #313131;
}
.gray{
  color: #717171;
}

.text-justify{
  text-align: justify;
}

/* button css */
.btn-yellow {
  background-color: #fad102;
  color: #000;
  border-radius: 0%;
  font-size: 14px;
  transition: all 400ms;
}

.btn-yellow:hover {
  background-color: #fad102;
  color: #000;
  border-radius: 50px;
  font-size: 14px;
}

/* navbar search */
.search {
  border: 0;
  border-radius: 10px 0 0 10px;
  padding: 0 10px 0 10px;
  color: black;
  height: 45px;
  width: 500px;
  border: 1px solid #fad102;
  font-size: 14px;
  font-family: "Mulish", sans-serif !important;

}

.search::selection {
  background-color: #fad102;
  color: #313131;
}

.search:focus {
  border: 0;
  outline: 0;
}

.search:hover {
  cursor: text;
}

.search-btn {
  transition: 0.2s ease-in-out;
  border: 0;
  border-radius: 0 10px 10px 0;
  padding: 0 10px 0 10px;
  text-align: center;
  color: black;
  position: relative;
  background-color: #fad102;
  height: 45px;
  width: 90px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-search {
  width: 100% !important;
}

@media (max-width: 630px) {
  .search {
    width: 300px;
  }
}

@media (max-width: 427px) {
  .search {
    width: 200px;
  }
}

/* login / Register Css */
.new-login-area {
  padding: 15px 20px;
}

.login-label label {
  font-size: 15px;
  font-weight: 400;
}

label {
  font-size: 15px;
}

.input-edit:focus {
  border-color: #fad102 !important;
  box-shadow: none;
  outline: 0;
}

.request-otp {
  margin-top: 20px;
  background: #fad102;
  font-size: 15px;
  color: #000;
  width: 100% !important;
  border-radius: 0%;
}

.request-otp:hover {
  margin-top: 20px;
  background: #e0bd0e;
  font-size: 15px;
  color: #000;
  width: 100% !important;
  border-radius: 0%;
}

.request-otp:focus {
  box-shadow: none;
}

.fa-chevron-left {
  cursor: pointer;
}

.resend-otp {
  cursor: pointer;
}

.pull-right {
  cursor: pointer;
}

.back {
  cursor: pointer;
}

.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #fad102 !important;
  font-weight: 600 !important;
  color: #fad102 !important;
}

.nav-pills .nav-item .nav-link {
  color: #000 !important;
}

.form-control {
  font-size: 14px;
  border-radius: 0%;
}

.form-select {
  font-size: 14px;
  border-radius: 0%;
}

.form-control:focus {
  border-color: #fad102;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 209, 2, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 209, 2, 0.6);
}

.form-select:focus {
  border-color: #fad102;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 209, 2, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 209, 2, 0.6);
}

/* banner css */
.carousel-item {
  height: 500px;
  overflow: hidden !important;
}

.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .carousel-item {
    max-height: 260px !important;
  }

  .carousel-item img {
    max-height: 260px !important;
  }
}

.carousel-indicators {
  background-color: #fff;
  width: 80px;
  margin: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #b4b4b4 !important;
}

.carousel-indicators .active {
  background-color: #fad102 !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 5;
  cursor: pointer;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* category css */
.bdr > .card{
  border: 1px solid #e2eaf0 !important;
}

.bdr > .card:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease;
}

.category-list p{
  font-size: 14px;
  color: #313131;
}

@media(max-width:771px){
  .align-category-list {
      width: 25% !important;
      margin-bottom: 10px;
  }
}

@media(max-width:489px){
  .align-category-list {
      width: 50% !important;
      margin-bottom: 10px;
  }
}

@media(max-width:257px){
  .align-category-list {
      width: 100% !important;
      margin-bottom: 10px;
  }
}

/* product card css */
#card-text-heading h3{
  color: #313131;
}


.card-next-prew-btn {
  height: 50px;
  width: 50px;
  border: 1px solid #313131;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.card-next-prew-btn i{
  color: #7b7b7b;
}

#card-slider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 0.5s ease;
}

#card-slider .card {
  flex: 0 0 auto;
  width: 17rem;
  margin-right: 20px;
}

.product-text h5{
  color: #313131;
}

.product-detail p{
  color: #313131;
}

.hr{
  width: 50px;
  height: 2px;
  border: none;
  background-color: #FACF03;
  margin: 0;
  opacity: 1;
}

/* quality section css */
.quality-section h3{
  color: #313131;
  font-size: 17px;
  font-weight: 600;
}

.quality-section p{
  color: #717171;
  font-size: 13px;
  font-weight: 400;
}



/* footer css */

.footer-about h5 {
  font-weight: 700;
  font-size: 14px;
  color: #717171;
}

.footer-about span {
  font-size: 13px;
  color: #717171;
  /* text-align: justify; */
}

.footer-heading h5 {
  color: #313131;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-list span {
  font-size: 13px;
}

.footer-animation:hover {
  transition: .3s ease;
  transform: translateX(3px);
  color: #313131;
}

.footer-foot-p p {
  font-size: 13px;
  color: #717171;
}

.footer-socials {
  height: 32px;
  width: 32px;
  border: 1px solid #717171;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-socials {
  color: #717171;
}

.footer-socials:hover {
  border: 1px solid #fad102;
  background-color: #fad102;
  color: #000;
  border-radius: 5px;
  transition: 0.3s ease;
}

@media(max-width:771px) {
  .align-footer-p {
      justify-content: center !important;
      margin-bottom: 15px !important;
  }
}

 /* why choose us css */

 .we-help-section {
  padding: 5rem 0;
}

.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[27];
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.ri-check-double-fill {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: rgba(250, 209, 2, 0.17);
  color: #b59600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:550px) {
  .align-why {
      width: 50% !important;
  }
}

.btn-52,
.btn-52 *,
.btn-52 :after,
.btn-52 :before,
.btn-52:after,
.btn-52:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-52 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  font-family: "Mulish", sans-serif;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-52:disabled {
  cursor: default;
}

.btn-52:-moz-focusring {
  outline: auto;
}

.btn-52 svg {
  display: block;
  vertical-align: middle;
}

.btn-52 [hidden] {
  display: none;
}

.btn-52 {
  /* border: 1px solid; */
  border-radius: 999px;
  box-sizing: border-box;
  /* display: block; */
  font-weight: 600;
  overflow: hidden;
  padding: 0.7rem 2rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

.btn-52 .original {
  background: #fad102;
  color:  #313131;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.btn-52:hover .original {
  transform: translateY(100%);
}

.btn-52 .letters {
  display: inline-flex;
}

.btn-52 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s, opacity 0.2s;
}

.btn-52:hover span {
  opacity: 1;
  transform: translateY(0);
}

.btn-52:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-52:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-52:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-52:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-52:hover span:nth-child(6) {
  transition-delay: 0.5s;
}

.btn-52:hover span:nth-child(7) {
  transition-delay: 0.6s;
}
@media(max-width:600px){
  .align-explore{
      text-align: center !important;
      
  }
}

/* frequently asked css */
:root {
  --primary-color: rgba(250, 209, 2, 0.2);
  --secondary-color: #313131;
  --body-color: #F3F3F3;
}

.working-process .accordion-item {
  /* border: 1px solid var(--secondary-color); */
  /* border-bottom: 1px solid var(--secondary-color); */
  border-radius: 30px;
  overflow: hidden;
  /* padding: 20px; */
  background-color: var(--body-color);
}

.working-process .accordion-item .accordion-button {
  background-color: var(--body-color);
  padding: 12px 20px;
  /* border-bottom: 1px solid var(--secondary-color); */
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
  background-color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  transition: all 0.2s ease-in-out;
  background-color: var(--primary-color) !important;
  box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
  padding: 12px 20px;
}

.working-process .accordion-item .accordian-numbers {
  font-size: 30px;
  padding-right: 20px;
}

.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  height: 30px;
  width: 30px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  background-color: var(--body-color);
  color: var(--secondary-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f067";
}

.working-process .accordion-item .collapsing {
  transition: all 0.3s ease-in-out;
}

.accordion-body {
  font-size: 14px;
}


/* Product Detail Page Css Start */
.gallery {
  /* width: 100%; */
  max-width: 100%;
  /* margin: auto; */
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.6;

}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 2px solid #fad102;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}



.offer {
  background-color: #fad102;
  color: #000;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tenure_mo {
  height: 32px;
  width: 32px;
  border: 1px solid #ccc;
  color: #313131;
  background-color: transparent;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
}

input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

input[type="radio"]:checked+.tenure_mo {
  background-color: rgba(250, 209, 2, 0.18);
  color: #000;
  border: 1px solid #fad102;
  font-weight: 600;
}



/* quantity css */
.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: 13px;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 30px;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  /* border-right: 1px solid #e2e2e2; */
  background-color: rgba(250, 209, 2, 0.8);
}

.qty-input .qty-count--add {
  /* border-left: 1px solid #e2e2e2; */
  background-color: rgba(250, 209, 2, 0.8);
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: #ccc;
  background: rgba(250, 209, 2, 0.18);
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  border-radius: 4px;
  /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
  /* transform: scale(1.5); */
  border: 1px solid #fad102;
  width: 110px;
}

/* add to cart button */
.btn-book{
  background-color: #fad102;
  color: #000;
  width: 100%;
  --bs-btn-padding-y: 0.65rem;
}

.btn-book:hover{
  background-color: #fad102;
  color: #000;
  width: 100%;
  --bs-btn-padding-y: 0.65rem;
}


.features-specs ul{
  padding-left: 1.13rem;
}

.features-specs ul li{
  font-size: 14px;
  color: #787878;
}

.features-specs p{
  color: #313131;
}



