@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

/*
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    /* overflow-x:hidden; */


    :root {
      --primary: #2F73FE;
      --hov-primary: #052b7b;
      --soft-primary: rgba(47, 115, 254, 0.15);
    }


    body {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
    }




.theme-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 123, 255, .15);
  border: 1px solid rgba(0, 123, 255, .2);
}

.topnav{
    background-color: rgb(255, 255, 255);
}

.logo img{
  max-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: inherit;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
}


.category-grid-item {
  background-color: #ffffff00;
  border: 1px solid #cccccc00;
  padding: 10px;
  text-align: center;
}




.user-select-none {
  user-select: none;
}
a {
  text-decoration: none;
  color: unset;
}

.review-star {
  color: #fdcc0d;
  font-size: 13px;
}
/* ===========
Product Single Card - Start
============= */
.product-single-card {
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #cccccc40;
  transition: 0.5s ease-in;
  /* background-color: red; */
}

.product-single-card:hover {
  -webkit-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  -moz-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  box-shadow: 1px 1px 28.5px -7px #d6d6d6;
}

.product-single-card .product-info {
  padding: 15px 0 0 0;
}

.product-single-card .product-top-area {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}

.product-single-card .product-top-area .product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
  user-select: none;
  z-index: 999;
}

.product-single-card .product-top-area .product-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.product-single-card .product-top-area .product-img .first-view {
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area .product-img .hover-view {
  opacity: 0;
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area:hover .product-img .first-view {
  opacity: 0;
  width: 0;
  height: 0;
}
.product-single-card .product-top-area:hover .product-img .hover-view {
  opacity: 100%;
  scale: 1.2;
}


.product-single-card .product-top-area .sideicons {
    bottom:85%;
  position: absolute;
  right: 15px;
  display: grid;
  gap: 10px;
}

.product-single-card .product-top-area .sideicons .sideicons-btn {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: none;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition: 0.3s ease-in;
  -webkit-box-shadow: 1px 1px 28.5px -7px #dddddd;
  -moz-box-shadow: 1px 1px 28.5px -7px #dddddd;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
}



.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(1) {
  transition-delay: 100ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(2) {
  transition-delay: 200ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(3) {
  transition-delay: 300ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(4) {
  transition-delay: 400ms;
}

.product-single-card .product-top-area:hover .sideicons .sideicons-btn {
  opacity: 100%;
  visibility: visible;
  transform: translateX(0);
}

.product-single-card .product-info .product-category {
  font-weight: 600;
  opacity: 60%;
}

.product-single-card .product-info .product-title {
  font-size: 14px;
  font-weight: 500;
}

.product-single-card .product-info .old-price,
.product-single-card .product-info .new-price {
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-single-card .product-info .old-price {
  text-decoration: line-through;
  opacity: 70%;
}
/* ===========
Product Single Card - End
============= */
.user-select-none {
  user-select: none;
}
a {
  text-decoration: none;
  color: unset;
}

.review-star {
  color: #fdcc0d;
  font-size: 13px;
}
/* ===========
Product Single Card - Start
============= */
.product-single-card {
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #cccccc40;
  transition: 0.5s ease-in;
  /* background-color: red; */
}

.product-single-card:hover {
  -webkit-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  -moz-box-shadow: 1px 1px 28.5px -7px #d6d6d6;
  box-shadow: 1px 1px 28.5px -7px #d6d6d6;
}

.product-single-card .product-info {
  padding: 15px 0 0 0;
}

.product-single-card .product-top-area {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}

.product-single-card .product-top-area .product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
  user-select: none;
  z-index: 999;
}

.product-single-card .product-top-area .product-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.product-single-card .product-top-area .product-img .first-view {
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area .product-img .hover-view {
  opacity: 0;
  transition: 0.5s ease-in;
}

.product-single-card .product-top-area:hover .product-img .first-view {
  opacity: 0;
  width: 0;
  height: 0;
}
.product-single-card .product-top-area:hover .product-img .hover-view {
  opacity: 100%;
  scale: 1.2;
}

.product-single-card .product-top-area .sideicons {
  position: absolute;
  right: 15px;
  display: grid;
  gap: 10px;
}

.product-single-card .product-top-area .sideicons .sideicons-btn {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: none;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition: 0.3s ease-in;
  -webkit-box-shadow: 1px 1px 28.5px -7px #dddddd;
  -moz-box-shadow: 1px 1px 28.5px -7px #dddddd;
  box-shadow: 1px 1px 28.5px -7px #dddddd;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:hover {
  color: #fff;
  background-color: #000;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(1) {
  transition-delay: 100ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(2) {
  transition-delay: 200ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(3) {
  transition-delay: 300ms;
}

.product-single-card .product-top-area .sideicons .sideicons-btn:nth-child(4) {
  transition-delay: 400ms;
}

.product-single-card .product-top-area:hover .sideicons .sideicons-btn {
  opacity: 100%;
  visibility: visible;
  transform: translateX(0);
}

.product-single-card .product-info .product-category {
  font-weight: 600;
  font-size: 16px;
  opacity: 60%;
}

.product-single-card .product-info .product-title {
        text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.product-single-card .product-info .old-price,
.product-single-card .product-info .new-price {
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-single-card .product-info .old-price {
  text-decoration: line-through;
  opacity: 70%;
}
/* ===========
Product Single Card - End
============= */




.column1 h1 {
  display: block;
  font-weight: bold;
  font-size: 52px;
  line-height: 1.4;
}





.fa {
  padding: 10px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 2px; */
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}


.fa-reddit {
  background: #ff5700;
  color: white;
}

a {
  text-decoration: none;
  /* Removes underline */
}



* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.rcolumn {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rrow:after {
  content: "";
  display: table;
  clear: both;
}






ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #fbf7f7;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #7f7b7b;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #000000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #000000;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #000000;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #010101;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #fbf7f7;
border: 1px solid #2E2E2E;
color: #000000;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fcfcfc;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #fbf7f7;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}










  .btncate{
    border: 1px solid white;
    background-color: white;
    border-radius: 20px;
  }
  .corp{
    border: 1px solid #1089A7;
    padding: 8px;
    border-radius: 20px;
    background-color: #1089A7;
    color: white;
    font-size: 18px;
  }
  .corpicon{

    border: 1px solid #ffffff;
    padding: 8px;
    border-radius:50%;
    background-color: #f5f5f5;
    color: white;
    font-size: 18px;
  }

  .corpicon1 {
    border: 1px solid #ffffff;
    padding: 8px;
    border-radius:50%;
    background-color: blue;
    color: white;
    font-size: 14px;
  }
  .fa-regular, .far {
    font-weight: 400;
    color: black;
}
.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a";
    color: black;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    font-size: 13px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 0.75rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px 10px;
}
/* .image-container img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .image-container:hover img {
    transform: scale(1.1);
  } */
  body {
    background-color: #f2f2f2; /* Light grey background color */
    margin: 0;
    font-family: Arial, sans-serif;
    transition: background-color 0.5s;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white; /* White sidebar background color */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar.active {
    width: 250px;
}

.content {
    transition: margin-right 0.5s;
    margin-right: 0; /* Adjust margin to make space for sidebar */
}

.open-btn {
    position: absolute;
    top: 20px;
    right: 20px; /* Position the button at the top right corner */
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
}

.product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.product-details {
    flex-grow: 1;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.subtotal {
    margin-top: 20px;
}

.subtotal p {
    font-weight: bold;
}

.button-container {
    margin-top: auto; /* Pushes buttons to the bottom */
}

.button-container button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.sidebar.active {
width: 250px;
padding: 30px;
}



.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
padding: 24px;
list-style: none;
}
.topnav a.active {
background-color: #0665fd7d;
width: 100%;
color: rgb(57, 98, 170);
}

body {

  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .55);
border-color: rgba(0, 0, 0, .1);
margin-right: auto;
}


.topnav {
  overflow: hidden;
  background-color: #33333300;

}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 10px;

}

.topnav a:hover {
  background-color: #0665fd64;
  color: rgb(61, 83, 140);
}

.topnav a.active {
  background-color: #0665fd71;
  color: rgb(57, 98, 170);

}
.navbar-expand-lg .navbar-nav {

text-indent: 5px;
}


input {
  margin: 0;
  color: black;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


body {
  background: #F3F3F3;
  padding: 0;
  margin: 0;
  overflow-x: hidden;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

body.open {
  overflow-y: hidden;
}

.shop {
  position: relative;
  z-index: 5;
}

.shop__header {
  box-sizing: border-box;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.shop__products {
  padding-top: 70px;
}

.shop__title {
  display: block;
  margin: 0;
  float: left;

  font-size: 30px;
  line-height: 40px;
}

.shop__text {
  display: block;
  padding: 0;
  margin: 0;
  float: right;

  .button {
    padding: 10px 15px;
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 20px 20px;
}

.products__item {
  width: 290px;
}

.product {
  background: #FFF;
  padding: 30px 15px;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  text-align: center;
}

.product__title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.product__text {
  margin: 0;
}

.button {
  display: inline-block;
  background: #39C;
  padding: 5px 10px;
  border-radius: 3px;

  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
}

.button--light {
  background: #FFF;
  color: #F00;
}

.cart {
  position: fixed;
  background: #F3F3F3;
  width: 400px;
  max-width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(500px, 0);
  transition: transform $speed ease-in-out;
  z-index: 20;
}

body.open .cart {
  transform: translate(0, 0);
}

.cart__header {
  box-sizing: border-box;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px 15px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  .cart__text {
    float: right;
  }
}

.cart__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}

.cart__products {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;

  article {
    padding: 15px;
    border-bottom: 1px dotted #CCC;

    h1 {
      font-size: 16px;
      line-height: 20px;
      margin: 0;
    }

    p {
      font-size: 14px;
      margin: 0;

      a {
        color: #F00
      }
    }
  }
}

.cart__product {
  display: none;
}

.cart__empty {
  padding: 30px 15px;
  margin: 0;
  font-style: italic;
  text-align: center;

  &.hide {
    display: none;
  }
}

.cart__footer {
  box-sizing: border-box;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  text-align: right;
}

.cart__text {
  margin: 0;

  .button {
    padding: 10px 15px;
  }
}

.lightbox {
  position: fixed;
  background: #000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity $speed ease-in-out, width 0ms ease-in-out $speed;
}

body.open .lightbox {
  width: 100%;
  opacity: 0.8;
  transition: opacity $speed ease-in-out, width 0ms ease-in-out;
}



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

.card {
overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 325px;
    margin: 1rem;
    transition: 250ms allease-in-out;
    cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  position: absolute;
  object-fit: fill;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #ef257a;
}

.technology {
  background: #651fff;
}

.psychology {
  background: #e85808;
}

.card-body {
  margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
    font-size:18px;
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.unique-container {
  padding: 20px;
}

.unique-open-btn {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

.unique-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white; /* Changed to white */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Added box shadow for depth */
}

.unique-sidebar-content {
  padding: 20px;
}

.unique-close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
  color: #333;
}

.unique-close-btn:hover {
  color: #777;
}

/* input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
} */

.unique-login-btn {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.unique-login-btn:hover {
  background-color: #45a049;
}

.unique-main-content {
  transition: margin-right 0.5s, opacity 0.5s; /* Added opacity transition */
  padding: 20px;
}

.unique-sidebar-open {
  margin-right: 250px;
  opacity: 0.3; /* Adjust opacity when sidebar is open */
}


.text-capitalize h5 {

  font-size: 30px;

}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}

.product {
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  width: 300px;
  display: inline-block;
  position: relative;
}

.product img {
  width: 90%;
  height: auto;
}

.product .description {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border: 1px solid #999;
  width: 100%;
  z-index: 1;
}

.product:hover .description {
  display: block;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #f4f4f4;
}

.grid-container {
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.grid-item1 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.grid-item1 .product-img {
  width: 220px;
  height: 200px;
  margin: 0px;
}
.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/* .add-to-cart button {
  background-color: #007bff;
  color: #fff;
  border: none;
  width: 100%;

  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;

} */
.add-to-cart .button-primary {
    background-color: #0d8180;
    color: #fff;
    border: none;
    width: 100%;

    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}
.add-to-cart .button-success {
    background-color: #0d8180;
    color: #fff;
    border: none;
    width: 100%;

    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}

.shop button {
  margin-top: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  width: 30%;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.price {
  font-weight: 600;
  text-align: left;
  margin: 30px 0;
  color: #0056b3;
}

.add-to-cart button:hover {
  background-color: #28d13c;
}

.cart-icon {
  margin-right: 5px;
}







/* Styling for title */
.title1 {
  float: left;
  margin: 0;
  padding: 10px;
  font-weight: bold;
      font-size: 24px;

}

/* Styling for button */
.button1 {
  float: right;
  margin-right: 5%;

  padding: 10px;
  background-color: #ADD8E6;
  /* light blue background */
  color: #007bff;
  /* blue text */
  border: none;
  border-radius: 35px;
  /* circular button */
  cursor: pointer;
  width: auto;
  /* adjust size */
  height: auto;
  /* adjust size */
  line-height: 20px;
  /* adjust size */
  text-align: center;
}

/* Clearfix to contain floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}






.container1 {
  background-color: #efecff;
  max-width: auto;
  margin: 0 auto;
  margin-top: 5%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}




.column1 {
  width: 100%;
}

.column1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.column1 video {
  margin: 60px;
  width: 80%;
  height: auto;
  display: block;
}


@media only screen and (max-width: 991px) {
  .desktop_view {
      display: none;
  }
}


 /* Create four equal columns that floats next to each other */
 .rcolumn {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rrow:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

.title1 {
  float: left;
  margin: 0;
  padding: 10px;
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
  color: white;
}


/* Styling for button */
.button1 {
  float: right;
  margin-right: 2%;

  padding: 10px;
  background-color: #ADD8E6;
  /* light blue background */
  color: #007bff;
  /* blue text */
  border: none;
  border-radius: 35px;
  /* circular button */
  cursor: pointer;
  width: auto;
  /* adjust size */
  height: auto;
  /* adjust size */
  line-height: 20px;
  /* adjust size */
  text-align: center;
}



/* Clearfix to contain floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.product-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}

.category-number {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}


.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
margin-bottom: 80px;
}

/* Clear floats after the columns */
.row:after {

  content: "";
  display: table;
  clear: both;


}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
      width: 100%;
  }
}
.registration-info{
color: grey;
font-size: 16px;
margin-left: 60px;
margin-right: 60px;
margin-top: 30px;
text-align: center;
}
.reg , h2 {
  text-align: center;
  font-size: calc(1.325rem + .9vw);
}
.pad-40{
    padding: 40px;
}


.formbutton {
align-items: center;
width: 100%;
padding: 10px;
color: white;
background-color: rgb(28,97,231);
border-radius: 5px;

}

.blue-button {

display: inline-block;
padding: 10px 20px;
background-color: blue;
color: white;
text-decoration: none;
border: none;
border-radius: 5px;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
margin-bottom: 80px;
}

/* Clear floats after the columns */
.row:after {

  content: "";
  display: table;
  clear: both;


}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
      width: 100%;
  }
}
.registration-info{
color: grey;
font-size: 16px;
margin-left: 60px;
margin-right: 60px;
margin-top: 30px;
text-align: center;
}
.reg , h2 {
  text-align: center;
  font-size: calc(1.325rem + .9vw);
}





.btn_action{
  padding-left: 20px;
  background-color: #0b7a81;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.w-100 {
  width: 80% !important;
}

.ttt {
  padding: 5px;
  margin-top: -25px;
  right: 10px;
  position: relative;
  font-size: 11px;
  height: 17px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media screen and (max-width: 767px) {
  .ttt {
    padding: 5px;
    margin-top: -25px;
    right: 10px;
    position: relative;
    font-size: 11px;
    height: 17px;
  }

  .vvv {
    width: 25px;
  }

  .mobile {
    display: block;
  }

  .mobile-input {
    border-left-color: white;
  }

  .mobile-search {
    background: #fff;
    padding: 0.6rem 1.2rem;
    font-size: 0.875rem;
    color: #2a3242;
    font-weight: inherit;
    border: 1px solid #dbdde7;
    border-right: #fff;
  }

  .desktop {
    display: none;
  }

  .search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

  }

  .search input {
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 7px;
  }


  .search input:focus {
    box-shadow: none;
    border: 2px solid blue;
  }

  .search .la-search {
    position: absolute;
    top: 14px;
    left: 16px;
    color: #2275d7;
  }


}


    #map {
      width: 100%;
      height: 250px;
    }

    #edit_map {
      width: 100%;
      height: 250px;
    }

    .pac-container {
      z-index: 100000;
    }
    .input-group-append .btn, .input-group-prepend .btn {
      position: relative;
      margin-top: 15%;
  }

        /*otp style */

            /* Your CSS styles */

            .verification-code {
              margin: 50px auto;
              text-align: center;
          }

          .verification-code .control-label {
              margin: 15px auto;
              font-weight: 600;
          }

          .verification-code .title {
              max-width: 400px;
              margin: auto;
              text-align: center;
              font-family: "Poppins", sans-serif;
          }

          .verification-code .title h3 {
              font-weight: bold;
          }

          .verification-code .title p {
              font-size: 12px;
              color: #118a44;
          }

          .verification-code--inputs input[type=text] {
              border: 2px solid #e1e1e1;
              width: 46px;
              height: 46px;
              padding: 10px;
              text-align: center;
              display: inline-block;
              box-sizing: border-box;
          }

          .resend_btn {
              text-align: end;
              padding-right: 10px;
              font-size: 15px;
              color: #2f73fe !important;
              margin: auto;
              display: block;
          }
          .resend_btn:hover {
              color: #fd1211fa !important
          }

          @media only screen and (max-width: 991px) {
              .resend_btn {
                  padding-right: 30px;
              }
          }


          /* Login page style */
           body
    {
      background-color: #f6f6f6;
    }
    .login-form {
      max-width: 500px;
      margin: 0 auto;
    }
    .login-form .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: 17px 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .input-group .form-control{
    margin-top: 0px;
  }
  .login-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
    margin-bottom: 0px;
    border: none;
    background-color: none;
    position: absolute;
    right: 0px;
    z-index: 10;
}
.login-form .input-group-text i{
    font-size: 15px;
    color: #495057;
}
.login-form .form-control::placeholder {
  font-size: 14px; /* Adjust the font size to your preference */
}
.text-center {
    font-size: 14px;
    text-align: center !important;
}

/*  */

body
{
  background-color: #f6f6f6;
}
.login-form {
  max-width: 500px;
  margin: 0 auto;
}
.login-form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 17px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group .form-control{
margin-top: 0px;
}
.login-form .input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0px 0px;
margin-bottom: 0px;
border: none;
background-color: none;
position: absolute;
right: 0px;
z-index: 10;
}
.login-form .input-group-text i{
font-size: 15px;
color: #495057;
}
.login-form .form-control::placeholder {
font-size: 14px; /* Adjust the font size to your preference */
}
.text-center {
font-size: 14px;
text-align: center !important;
}

.search_btn{
    position: relative;
    margin-top: 15%;
    height: 75%;
    font-size: 24px;
}
