nav {
  background-color: #000;
}
.medi {
  font-family: "gentonamedium";
}
.book {
  font-family: "gentonabook";
}
.nav-link {
  color: #fff;
  font-weight: 600;
}
.men .submenu {
  display: none;
  right: 0;
  top: 50px;
  z-index: 1050;
}

.men:hover .submenu,
.men:focus-within .submenu {
  display: block;
}
.men {
  position: relative;
}
.submenu a {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  margin-left: 20px;
}
.men:hover .submenu,
.men:focus-within .submenu {
  right: 0;
  position: fixed;
  top: 65px;
  width: 380px;
  height: calc(100vh - 65px);
  background: #ffffff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transition: right 0.35s ease;
  z-index: 1055;
}
.button-2 {
  display: flex;
  justify-content: space-around;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2b2b2b;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f8f9fa;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.imgs p {
  position: absolute;
  top: 20%;
  left: 20%;
  font-size: 50px;
  color: #fff;
}
.card {
  width: 100%;
  position: relative;
  top: -50px;
  left: 0;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.search-btn {
  top: 10px;
  position: sticky;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.search-btn:hover {
  background: #111;
  color: #00ff66;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
}
.main-img {
  margin-top: 50px;
  position: relative;
  text-align: center;
  color: white;
}
.img-text {
  color: #000;
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
}
.axis {
  max-width: 100%;
  font-size: 20px;
  text-align: center;
}
.mb-3 {
  width: 120px;
}
.col-md-4 p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0rem;
}
body {
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

.px-10 {
  padding: 0px 10% !important;
}

.px-15 {
  padding: 0px 15% !important;
}

.px-20 {
  padding: 0px 20% !important;
}

.fc-gray {
  color: #4a4a4a !important;
}

.fc-lightgray {
  color: #717074 !important;
}

.fc-white {
  color: white !important;
}

.fc-green {
  color: #16aa51 !important;
}

.bg-lightgreen {
  background: #f1f6e9 !important;
}

.bg-download {
  background: radial-gradient(100% 100% at 28.66% 0%, #f9fcf4 0%, #e0e6d8 100%);
}

.footer-icon i {
  /* transform: translateX(100px) !important; */
  margin-left: 10px;
}

/* hero-section */
.hero-section {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}

.hero-section .img-section {
  position: relative;
  height: 50vh;
}

.hero-section .img-section img {
  position: absolute;
  top: -80px;
  left: -5%;
  width: 110%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: rotate(-2deg);
}

/* CONTENT LAYER */
.hero-section-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-section-2 .card {
  max-width: 760px;
  width: 100%;
}

.imgbanner-2 {
  display: none;
}

.vid-banner {
  object-fit: cover;
}

/* mobile */
@media (max-width: 768px) {
  .hero-section .img-section {
    height: 50vh;
  }

  .hero-section-2 {
    top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .imgbanner-1 {
    display: none;
  }

  .imgbanner-2 {
    display: block;
    margin: auto;
  }

  .heroimg-banner {
    display: none;
  }

  .vid-banner {
    display: block;
    width: 100%;
    height: auto;
  }
}

.banner-img img {
  width: 100%;
}

.hero-section-2 .card {
  max-width: 760px;
  width: 100%;
}

.style-btn {
  box-shadow: -4px 4px 0px 0px green;
}

/* card-1 */

.t-shadow {
  text-shadow:
    1.152px 1.152px 0 #fff,
    1.728px 1.728px 0 #92c83e;
}

strong {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: black;
}

.mt-15 {
  margin-top: 15%;
}

/* blog start */
.blog {
  padding: 10% 0px;
  transform: rotate(-3deg) scale(1.1);
}

.blog .container {
  transform: rotate(3deg) scale(1);
}

/* shop */

.shop {
  padding: 10% 0px;
  transform: rotate(-3deg) scale(1.1);
}

.shop .container {
  transform: rotate(3deg) scale(1);
}

/* download */

.ml-70 {
  margin-left: 150px;
}

.ml-60 {
  margin-left: 100px;
}

.lh-20 {
  line-height: 20px;
}

.mt-100 {
  margin: 152px 0px !important;
}

/* footer */
.footer {
  transform: rotate(-2deg) translate(10px, -40px);
  /* /* height: 320px; */
  min-height: 320px;
  background: #f2f4f6 !important;
  /* padding: 80px 0 20px; */
}

.footer .container {
  transform: rotate(2deg) scale(1);
}

.footer a {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.footer .box-1 {
  padding: 85px 30% 0px 70px;
}

.box {
  width: 100%;
  min-height: 375px;
  background: #f2f4f6 !important;
}

.footer-logo {
  font-size: 32px;
  font-weight: 700;
}

.social-icons i {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.bottom-bar {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 14px;
  color: #777;
}

.bottom-links a {
  color: #777;
  font-size: 12px;
  margin-right: 20px;
  text-decoration: underline;
}

/* .col-lg-3 {
    flex: 0 0 auto;
    width: 15%;
}        */
.location-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f3f3f3;
  padding: 20px;
}

.input-item {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ccc;
  padding: 12px 15px;
  width: 320px;
}

.input-item input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.green {
  background: #16aa51;
}

.red {
  background: #ff5a5a;
}

.locate-icon {
  color: #888;
  font-size: 14px;
}

.search-btn {
  background: black;
  color: white;
  padding: 15px 25px;
  border: none;
  font-weight: bold;
}

.search-btn span {
  color: #16aa51;
}
