@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}

body {
  background-color: #fdfcfd;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

:root {
  --grey: #6f6d6d;
  -o-transition: all 0.2s ease-in-out;
}

.allModalBg,
.allModalBg1,
.allModalBg2 {
  background-color: #0000001a;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  display: none;
}

@media (max-width: 575px) {
  .allModalBg,
  .allModalBg1,
  .allModalBg2 {
    display: block;
  }
}

/* Header Satrt */
.nav-basket-img span {
  position: absolute;
  min-width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 0;
  background-color: red;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  right: 0;
  top: -4px;
  display: grid;
  place-content: center;
  padding: 4px;
}

.nav-basket-img span:empty {
  display: none;
}

.menu-grad-box a {
  text-decoration: none;
}
.home-header {
  background: linear-gradient(
    181.35deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  border-radius: 30px;
  padding: 20px 5% 15px 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 1px 20px 0px #0000000d;
  margin-bottom: 40px;
}
.home-nav {
  max-width: 620px;
  margin-left: auto;
}

.home-nav-items {
  gap: 0 16px;
}

.nav-items a {
  text-decoration: none;
}

.nav-items a p {
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
  margin-left: 7px;
  cursor: pointer;
  text-align: start;
  transition: all 0.2s ease-in-out;
}

.nav-search-ancor .nav-items a p {
  min-width: 55px;
}
.nav-shop .nav-items a p {
  min-width: 40px;
}
.nav-travel .nav-items a p {
  min-width: 65px;
}

.nav-items:hover a p {
  font-weight: 600;
  color: #0a9d4c;
}

.nav-items:hover a svg {
  filter: grayscale(100%) sepia(100%) saturate(10000%) hue-rotate(120deg);
}

.nav-items-active a, .nav-items-active svg {
  filter: grayscale(100%) sepia(100%) saturate(10000%) hue-rotate(120deg);
}
.nav-items-active a p {
  font-weight: bold!important;
}


.nav-login-img {
  width: 50px;
  height: 50px;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white),
    linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: grid;
  place-content: center;
}

.nav-category-img,
.nav-basket-img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* new header css */
.nav-search-input {
  max-width: 600px;
  width: 100%;
  border: 0.5px solid #dcdcdc;
  box-shadow: 0px 3px 20px 0px #0000001a;
  height: 47px;
  background: #ffff;
  border-radius: 14px;
  overflow: hidden;
  padding: 0px 15px 0 20px;
}

.main-ncog-logo img {
  width: 100%;
}

.main-ncog-logo {
  margin-left: 25px;
  margin-right: 30px;
  width: 90px;
}
.nav-search-input input {
  height: 100%;
  outline: none;
  width: 85%;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  border: none;
  padding-right: 10px;
}

.nav-search-input input::-webkit-input-placeholder {
  color: #dcdcdc;
}

.nav-search-input input::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  background: url(../images/input-search-cross.png);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.nav-search-icon {
  gap: 0 15px;
}

.nav-search-img {
  width: 15%;
}

.nav-search-img img {
  width: 25px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.nav-search-img img:last-child {
  width: 30px;
}

.nav-search-icon img:first-child:hover {
  transform: rotate(360deg);
}

.nav-search-img img:last-child:hover {
  transform: scale(1.2);
}

.nav-search-img span {
  display: block;
  height: 20px;
  width: 2px;
  background-color: #f5f5f5;
}

.ncog-tag ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.ncog-tag ul,
.ncog-tag ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  color: #6f6d6d;
}

.ncog-tag ul li svg {
  margin-right: 8px;
}
.ncog-tag ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.ncog-tag ul li:hover a {
  color: #0a9d4c;
}

.ncog-tag ul li:hover svg {
  filter: grayscale(100%) sepia(100%) saturate(10000%) hue-rotate(120deg);
}

@media (max-width: 1150px) {
  .nav-search-input {
    max-width: 370px;
  }
  .nav-search-img {
    width: 25%;
  }
  .nav-search-input input {
    width: 75%;
  }
  .nav-search-img img {
    width: 20px;
  }
  .nav-search-img img:last-child {
    width: 25px;
  }
}

@media (max-width: 991px) {
  .nav-search-ancor,
  .nav-shop,
  .nav-travel,
  .nav-basket {
    display: none;
  }
}

@media (max-width: 575px) {
  .home-header {
    margin-bottom: 1px;
  }
  .nav-search-ancor,
  .nav-shop,
  .nav-travel,
  .nav-basket {
    display: none;
  }
  .home-header-items {
    flex-direction: column-reverse;
    gap: 10px 0;
  }
  .nav-search {
    width: 100% !important;
  }
  .main-ncog-logo {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-search-input-item.w-100 {
    padding-left: 5%;
  }
  .nav-search-input {
    max-width: 100%;
    border-radius: 200px;
  }
  .ncog-tag ul {
    gap: 0 15px;
    max-width: 282px;
    margin: 20px auto 0 auto;
  }
  .nav-search-input input {
    width: 77%;
  }
  .nav-search-img {
    width: 17%;
  }
  .nav-search-img span {
    margin-left: -22px;
  }
}

/* Header End */

.ncog-exchange {
  max-width: 340px;
  margin: 0;
  position: absolute;
  top: 90px;
  left: 5%;
  z-index: 1;
}

.grid-menu {
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0px 16px 16px -8px #0c0c0d1a;
}

.grid-green-cover {
  background: linear-gradient(262.44deg, #41abd90f -39.9%, #0a9d4c0d 91.96%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 16px;
}

.img-cover {
  margin: auto;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.menu-grad-box a:hover .img-cover {
  box-shadow: 0px 16px 16px -8px #0c0c0d2f;
}

.menu-grad-box p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.menu-grad-box {
  width: 25%;
  border-bottom: 1px dashed #d9d9d97d;
  border-left: 1px dashed #d9d9d97d;
  border-right: 1px dashed #d9d9d97d;
  border-top: 1px dashed #d9d9d97d;
  padding-top: 15px;
  padding-bottom: 12px;
}

.grid-green-cover .menu-grad-box:first-child {
  border-top: none;
  border-left: none;
}

.grid-green-cover .menu-grad-box:nth-child(2) {
  border-top: none;
}

.grid-green-cover .menu-grad-box:nth-child(3) {
  border-top: none;
}

.grid-green-cover .menu-grad-box:nth-child(4) {
  border-top: none;
  border-right: none;
}

.grid-green-cover .menu-grad-box:nth-child(5),
.grid-green-cover .menu-grad-box:nth-child(9),
.grid-green-cover {
  border-left: none;
}

.grid-green-cover .menu-grad-box:nth-child(13) {
  border-left: none;
  border-bottom: none;
}

.grid-green-cover .menu-grad-box:nth-child(14),
.grid-green-cover .menu-grad-box:nth-child(15) {
  border-bottom: none;
}

.grid-green-cover .menu-grad-box:nth-child(16) {
  border-right: none;
  border-bottom: none;
}

.grid-green-cover .menu-grad-box:nth-child(8),
.grid-green-cover .menu-grad-box:nth-child(12) {
  border-right: none;
}

.nav-category-menu {
  position: absolute;
  width: 402px;
  top: 75px;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}

.nav-category-menu.visible {
  visibility: visible;
  opacity: 1;
}

.nav-category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-category-menu ul li {
  margin-bottom: 1em;
}

@media (max-width: 575px) {
  .menu-grad-box {
    width: 33.3%;
  }
  .nav-category-menu {
    position: absolute;
    width: 320px;
    top: 60px;
    right: -72px;
  }
  .grid-green-cover .menu-grad-box:nth-child(3) {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(2) {
    border-top: none;
    border-left: NONE;
  }
  .grid-green-cover .menu-grad-box:nth-child(4) {
    border-top: none;
    border-left: none;
    border-right: 1px dashed #d9d9d97d;
  }
  .grid-green-cover .menu-grad-box:nth-child(5) {
    border-left: none;
    border-top: none;
    border-right: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(6) {
    border-top: none;
    border-right: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(7) {
    border-right: none;
    border-top: none;
    border-left: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(9) {
    border-right: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(12) {
    border-right: none;
    border-left: none;
    border-top: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(8) {
    border-right: 1px dashed #d9d9d97d;
    border-top: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(10) {
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(14) {
    border-bottom: 1px dashed #d9d9d97d;
    border-right: none;
    border-top: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(15) {
    border-bottom: 1px dashed #d9d9d97d;
    border-right: none;
    border-top: none;
  }
  .grid-green-cover .menu-grad-box:nth-child(16) {
    border-right: 1px dashed #d9d9d97d;
    border-bottom: 1px dashed #d9d9d97d;
    border-left: none;
    border-radius: 0px 0px 0px 18px;
  }
  .grid-green-cover .menu-grad-box:nth-child(13) {
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
  }
}

/* catagoru img End */

.nav-login-img {
  cursor: pointer;
}

.profile-menu {
  padding: 22px 14px;
  background-color: #fff;
  /* width: 336.29px; */
  width: 369.29px;
  position: relative;
  border-radius: 20px;
  border: 0.5px 0px 0px 0px;
  border: 2px solid transparent;
  background: #ffffff;
  background-clip: padding-box;
}

.user-img {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dashed #fff;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(104.25deg, #b3ffb3 0%, #0099cc 100%) border-box;
  padding: 2px;
}

.user-img img {
  /* width: 40px; */
  margin: auto;
}

.user-details p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
}
.user-details p:first-child {
  color: #000;
}

.profile-menu::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to bottom right, #0a9d4c2b, #41abd940);
  z-index: -1;
  border-radius: 20px;
}

.user-info-card {
  background: linear-gradient(262.44deg, #41abd924 -39.9%, #0a9d4c17 91.96%);
  padding: 17px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  column-gap: 13px;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
}

.user-info-card h3 {
  font-size: 18px;
  font-weight: 700;
  background: #0a9d4c;
  background: linear-gradient(to right, #0a9d4c 55%, #41abd9 105%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-btn {
  display: flex;
  position: absolute;
  justify-content: end;
  right: 0;
  bottom: -14px;
}

.sign-up-btn {
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  padding: 9px 21px;
  margin: 0px -10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}

.login-btn {
  background-color: #fff;
  border: 1px solid #0a9d4c;
  padding: 7px 22px;
  margin: 0px 20px;
  color: #0a9d4c;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}

.ncog-wig .max-size {
  border: 1px solid green;
  width: auto;
}

.ncog-wig .green-layer {
  border-radius: 20px;
}

.ncog-wig {
  padding-top: 32px;
}

.sub-menu-cover {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 11px;
}

.sub-menu-cover img {
  width: 25px;
}

.sub-menu-cover p {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #4e4e4e1a;
  width: 100%;
  padding-bottom: 6px;
  color: #4e4e4ec7;
}

.profile-sub-menu {
  padding: 18px 15px 1px 15px;
  background-color: #d9d9d92e;
  margin-top: 19px;
  border-radius: 16px;
}

.profile-sub-menu a {
  text-decoration: none;
}

.user-img2 img {
  /* width: 24px; */
  margin: auto;
  object-fit: cover;
}

.profile-sub-menu ul li {
  list-style: none;
  padding-bottom: 14px;
}

.profile-sub-menu ul {
  padding: 0;
}

.nav-category-menu-pro {
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 6;
  visibility: hidden;
}

@media (max-width: 1150px) {
  .ncog-exchange {
    max-width: 340px;
    margin: auto;
    position: sticky;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .nav-category-menu-pro {
    right: -13px;
    top: 60px;
  }
  .profile-menu {
    width: 349.29px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 370px) {
  .ncog-exchange {
    margin-right: 10px !important;
  }
}

/* footer Start */
.main-footer {
  border-top: 1px solid #eff0f6;
  padding-top: 30px;
  margin-top: 100px;
  background-color: #fff;
}

.footer-logo {
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}

.footer-social-icon ul {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  gap: 33px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.footer-category ul {
  display: flex;
  justify-content: center;
  gap: 10px 0;
  list-style: none;
  flex-wrap: wrap;
}

.footer-category ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #170f49;
  display: block;
  text-decoration: none;
  text-align: center;
}

.copyrigth-pera {
  border-top: 1px solid #d9dbe9;
  padding: 20px 0;
  margin: 0 5%;
  margin-top: 65px;
}

.copyrigth-pera p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #6f6c90;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-category ul {
    gap: 20px 0;
  }
  .footer-category ul li a {
    text-align: start;
  }
  .copyrigth-pera p {
    font-size: 15px;
  }
  .copyrigth-pera {
    padding: 14px 0;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .main-footer {
    margin-top: 40px;
  }
}
/* footer End */

/* about mobal  Strat*/
.modal-about {
  width: 410px;
  min-height:300px;
  position: absolute;
  top: -225px;
  left: 160px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  z-index: 3;
  box-shadow: 0px 16px 16px -8px #0c0c0d1a;
  /* border: 0.5px solid;
  border-image: linear-gradient(104.25deg, #b3ffb3 0%, #0099cc 100%) 1; */
}

.modal-about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: double 1px transparent;
  border-radius: 20px;
  background-image: linear-gradient(white, white),
    linear-gradient(104.25deg, #b3ffb3 0%, #0099cc 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  top: 0;
  left: 0;
  z-index: -11;
}

.modal-about::before {
  content: "";
  position: absolute;
  top: 226px;
  left: -29px;
  width: 40px;
  height: 40px;
  background: url(../images/abouy-modal-arrow.png);
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
  /* filter: drop-shadow(-20px 0px 15px #0c0c0d1a); */
}

.about-green {
  background: linear-gradient(262.44deg, #41abd924 -39.9%, #0a9d4c17 91.96%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-radius: 16px;
}

.about-green h3 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}

.img-about-logo img {
  width: 70px;
  margin-right: 10px;
}

.about-btn img {
  margin-left: 6px;
  width: 12px;
  display: block;
  height: 12px;
  object-fit: contain;
}
.about-btn {
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  padding: 9px 21px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-link {
  font-size: 14px;
  font-weight: 400;
  color: #acabab;
  text-decoration: none;
}

.about-card-inner {
  padding: 12px 14px 20px 15px;
}

.about-card-inner h3 {
  font-size: 17px;
  color: #067437;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 21px;
}

.modal-about .about-card-inner p {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 400;
  margin-bottom: 16px;
}

.explore-btn {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-bottom: 25px;
  margin-top: 35px;
  display: block;
}

.explore-more-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}

.explore-more-img img {
  border-radius: 6px;
}

.explore-more-img img:first-child {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.explore-more-img img:last-child {
  width: 150px;
  height: 200px;
  object-fit: cover;
}
.details-more-info {
  display: none;
}

.details-more-info.show {
  display: block;
}

@media (max-width: 1350px) {
  .modal-about {
    top: 80px;
    left: 0;
  }
  .modal-about::before {
    top: -28px;
    left: 43px;
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .modal-about {
    top: 68px;
  }
}
@media (max-width: 768px) {
  .modal-about {
    right: 0;
    left: unset;
  }
  .modal-about::before {
    top: -28px;
    right: 30px;
    left: unset;
  }
}
@media (max-width: 575px) {
  .modal-about {
    right: -5px;
    left: unset;
  }
  .modal-about {
    width: 340px;
    z-index: 6;
  }
  .about-green h3 {
    font-size: 14px;
    margin-left: 0;
    white-space: nowrap;
  }
  .modal-about {
    padding: 6px;
  }
  .img-about-logo img {
    width: 70px;
  }
  .about-green {
    padding: 20px 10px;
  }
  .about-card-inner {
    padding: 10px 5px 10px 5px;
  }
  .about-card-inner h3 {
    font-size: 15px;
  }
  .modal-about .about-card-inner p {
    font-size: 14px;
  }
  .explore-more-img img:last-child {
    width: 135px;
  }
  .explore-more-img img:first-child {
    width: 175px;
  }
  .explore-btn {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}

/* about mobal  End */

/* nav-select-moda Start */

.nav-select-modal {
  position: absolute;
  top: 50px;
  right: -41px;
}

.menu {
  width: 254px;
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 8.05px 24.15px 89.45px -11.63px #1634501a;
  z-index: 11;
}

.menu::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 45px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #0a9d4c;
  border-left: 1px solid #0a9d4c;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: 1;
}

.menu-icon {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 10px;
  border: 1px solid #0a9d4c;
  border-radius: 15px;
}

.row-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*min-height: 252px;*/
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.row-select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  opacity: 3%;
  z-index: 1;
}
.icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #d9d9d97d;
  border-top: none;
  border-left: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.icon-img:nth-child(3) {
  border-right: none;
}
.icon-img:nth-child(6) {
  border-right: none;
}
.icon-img:nth-child(7) {
  border-bottom: none;
}
.icon-img img {
  max-width: 100%;
  height: auto;
}
.menu-btn {
  padding-top: 12px;
  text-align: center;
  color: #ffffff;
}
.menu .menu-btn a {
  display: block;
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  padding: 14px 17px 14px 15px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  /*max-width: 160px;*/
  margin: auto;
}
.active-border {
  background-color: #fff;
  border: 1px solid;
  border-color: #0a9d4c !important;
  box-shadow: 0px 4px 4px -4px #0c0c0d0d;
  box-shadow: 0px 16px 16px -8px #0c0c0d1a;
}

.menu .menu-btn a:hover {
  color: #ffffff;
}
.icon-img a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: transparent;
  border-radius: 16px;
}
.nav-select-modal {
  display: none;
}

.nav-select-modal.show {
  display: block;
}
/* nav-select-moda End */

.img-circle {
    border-radius: 50%!important;
}