@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.modal_close_btn {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  z-index: 99;
  background-color: #ffc30d;
  opacity: 1;
  border-radius: 50px;
}
body {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: auto;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 3;
}
.position-inherit {
  position: inherit !important;
}
p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #212529 !important;
  font-size: 15px;
  line-height: 24px;
}
h1,
h2 {
  font-family: "Quantum", Helvetica, sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
strong {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}
.common_title {
  font-family: "Quantum", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}
.btn-primary {
  background-color: #000;
  padding: 10px 40px;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #333;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/Gotham-Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-LIGHT.TTF) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-MEDIUM.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-BOLD.TTF) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-ULTRA.TTF) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-BLACK.TTF) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-THIN.TTF) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Semibold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Variable.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
.light-gray-sec {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.white-header {
  background-color: #fff;
  transition: 0.5s;
  box-shadow:
    #0000001a 0 1px 3px 0px,
    #0000000f 0 1px 2px 0;
}
.white-header .nav-link {
  color: #000 !important;
}
.white-header::before {
  display: none;
}
.white-header .navbar-brand img {
  filter: invert(0) !important;
  transition: 0.5s;
}
.first-navbar:hover {
  background-color: #fff;
  transition: 0.5s;
}
.first-navbar:hover::before {
  display: none;
}
.first-navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.8;
}
.first-navbar:hover .navbar-brand img {
  filter: invert(0);
  transition: 0.5s;
}
.first-navbar .navbar-brand img {
  width: 100%;
  filter: invert(1);
  transition: 0.5s;
}
.first-navbar:hover .nav-link {
  color: #333;
  transition: 0.5s;
}
.first-navbar .top-menu .nav-link {
  padding-top: 5px;
}
.first-navbar .nav-link {
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 999999;
  font-size: 15px;
}
.first-navbar {
  background-color: transparent;
  transition:
    background-color 0.5s ease,
    box-shadow 0.5s ease;
}
.first-navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px #0000001a;
  padding: 6px 0;
}
.first-navbar .navbar-nav:first-of-type,
.first-navbar .menu-line {
  transition: all 0.5s ease;
  border-top: 1px solid #ccc;
}
.first-navbar .top-menu-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-30px);
}
.first-navbar.scrolled::before {
  display: none;
}
.first-navbar.scrolled .nav-link {
  color: #000;
}
.first-navbar.scrolled .navbar-brand img {
  filter: invert(0);
}
.overlap-product-link {
  position: absolute !important;
  top: 6px;
  opacity: 0;
}
.scrolled .navbar-brand {
  width: 12%;
}
.navbar-brand {
  width: 13%;
  transition: ease-in-out 0.5s;
  z-index: 9999999;
  position: relative;
}
.navbar-collapse {
  flex-direction: column;
  align-items: end;
}
.navbar-nav {
  gap: 1.5rem;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
.navbar .dropdown-menu.mega-menu {
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 85% !important;
  border-radius: 0;
  border-top: 1px solid #fff;
  background-color: #fff;
  z-index: 9999;
  padding: 0 !important;
  padding: 5px 0 30px 0 !important;
}
.nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.mega-dropdown > a {
  font-weight: 600;
  color: #000;
}
.mega-menu .nav-pills {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e7e7e7;
  height: 100%;
  padding-right: 5px;
}
.mega-menu .nav-pills .nav-link {
  color: #000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.mega-menu .tab-content {
  padding-left: 0;
}
.mega-menu .tab-pane ul {
  list-style: none;
  padding-left: 0;
}
.mega-menu .tab-pane ul a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.mega-menu li {
  margin-bottom: 8px;
}
.about-us-menu {
  list-style: none;
  padding-left: 0;
}
.about-us-menu a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.menu-line {
  border-top: 1px solid #fff;
  width: 75%;
  margin: 2px 0;
  z-index: 9;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f0f0f0 !important;
}
#hero-video-section {
  margin-top: -11%;
}
.main-banner-wrapper {
  margin-top: -180px;
}
main {
  padding: 50px 0;
}
main .left-sec {
  display: flex;
  align-items: center;
  gap: 5.1rem;
}
main h1 {
  margin-bottom: 25px;
}
main .left-sec p {
  flex: 1;
}
main .left-sec a {
  padding: 0 !important;
}
main .left-sec1 a {
  background-color: #000;
  padding: 10px 20px !important;
  color: #fff;
  font-weight: 300;
  font-family: "Gotham";
  text-decoration: none;
  transition: 0.9s;
  border-radius: 0;
}
main .left-sec1 a:hover {
  background: #ffc30d;
  color: #000;
}
.main-product-logo img {
  position: absolute;
  width: 20%;
  top: -100px;
  right: 0;
}
#afterBefore {
  background-color: #f8f8f8;
  padding: 80px 0;
  padding-top: 0;
}
.compare-fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.compare-fixed img {
  display: block;
  width: 100%;
  height: auto;
}
.compare-fixed .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
#benefits {
  padding: 80px 0;
}
#benefits li {
  margin-bottom: 80px;
}
#benefits li:nth-child(6) {
  margin-bottom: 0;
}
#benefits li:nth-child(7) {
  margin-bottom: 0;
}
#benefits img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto 24px;
}
#benefits-title {
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Gotham", sans-serif;
}
#gallery {
  padding: 80px 0;
}
#gallery .slick-slide img {
  padding: 0 5px;
  width: 100%;
}
#our-shades main {
  padding: 0;
}
#our-shades .col-xl-3 {
  margin-bottom: 30px;
}
#our-shades .col-xl-3:hover .shade-img-container img {
  transform: scale(1.2);
  transition: ease-in-out 0.8s;
}
#our-shades .col-xl-3 .shade-img-container img {
  transition: ease-in-out 0.8s;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
#our-shades .col-xl-3 h5 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.shade-img-container {
  height: 30vh;
  overflow: hidden;
  border-radius: 10px;
}
#specification {
  padding: 80px 0;
}
#faqs {
  background: #f8f8f8;
  padding: 100px 0;
}
#otherProducts {
  padding: 80px 0;
}
#otherProducts .slick-slide {
  padding: 0 10px;
}
#otherProducts .slick-slide a {
  text-decoration: none;
}
#otherProducts .slick-slide h4 {
  font-size: 22px;
  margin-top: 24px;
  line-height: 25px;
  color: #000;
}
footer {
  background-color: #212121;
  padding: 100px 0 0;
}
footer .follow ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding-left: 0;
}
footer a {
  color: #fff;
  font-size: 15px;
}
footer h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #fff;
  font-family: "Gotham";
}
.footer-right h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 25px;
}
.footer-right input:first-child {
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  border: none;
  color: #fff;
}
.footer-right input:first-child:placeholder {
  color: #fff;
}
.footer-right input:first-child:focus-visible {
  outline: none !important;
}
.footer-right input:first-child:focus {
  outline: none !important;
}
.other-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 0;
}
.other-links ul a {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: 0.9s all;
  text-decoration: none;
  font-family: "Gotham";
}
.other-links h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.submit-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid transparent !important;
  background: #ffc30d;
  color: #000;
  padding: 10px 40px !important;
  height: auto;
  margin: 0;
  font-weight: 600;
  transition: all 0.7s ease 0s;
}
.submit-button:hover {
  background: none;
  border: 1px solid #ffc30d !important;
  color: #ffc30d;
  transition: all 0.7s ease 0s;
}
.footer_wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  z-index: 1;
  list-style: none;
}
.footer_wrapper li {
  pointer-events: all;
  padding: 0;
  margin-bottom: 10px;
  transform: translateX(calc(100% - 64px));
  transition: transform 0.3s;
  box-shadow: #0003 0 0 20px;
  background: #ffc30d;
}
.footer_wrapper li a {
  display: flex;
  padding: 15px 15px 15px 0;
  color: #000;
  font-weight: 400;
  font-size: 1.1rem;
  outline: none;
  align-items: center;
  text-decoration: none;
}
.footer_wrapper li i {
  height: 36px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.footer_wrapper li:hover {
  transform: translateX(0px);
}
.footer_wrapper li span {
  text-decoration: underline;
}
#afterBefore .slider-container {
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  height: 584px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}
.before-text {
  left: 20px;
  top: 20px;
  z-index: 5;
}
.after-text {
  right: 20px;
  top: 20px;
  z-index: 3;
}
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.after-image {
  clip-path: inset(0 50% 0 0);
}
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}
.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.slider-container img {
  width: 100%;
}
.slider-container,
.before-image img,
.after-image img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -180px;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#home-category {
  padding: 80px 0;
}
#home-category .col-md-12 {
  display: flex;
  position: relative;
}
#home-category .col-md-12 img {
  width: 100%;
}
.category-image-container {
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
  height: 28vw;
  position: static;
}
.category-image-container:first-child p {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
}
.category-image-container:last-child p {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
}
.category-image-container picture:first-child {
  border-left: 1px solid #fff;
}
.category-image-container picture:last-child {
  border-left: 1px solid #fff;
}
.category-image-container picture {
  transition: 1.6s all;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: auto;
}
.category-image-container:hover picture {
  animation: none;
  z-index: 91;
  width: 100%;
}
.category-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mob-cat-sec img {
  height: 30vh;
}
.cat_img_container {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.cat_img_container h3 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.content_about_wrapper {
  position: relative;
  z-index: 9;
  padding: 60px;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  transition: 1.6s all;
}
.content_about_wrapper h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
}
.content_box {
  padding: 10px 40px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 1s ease-out,
    opacity 0.75s ease-out;
}
.category-image-container:nth-child(1) .content_about_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 1px;
}
.category-image-container:hover .content_box {
  opacity: 1;
  max-height: 400px;
}
.category-image-container:hover .content_about_wrapper {
  z-index: 92;
}
.category-image-container:nth-child(2) picture {
  right: 0;
}
#products-section {
  background-color: #212121;
  padding: 90px 10px;
  overflow: hidden;
}
#products-section .products-title-container:first-child {
  margin-bottom: 20px;
  color: #fff;
}
#products-section .products-title-container h2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}
.home-product-slider a {
  text-decoration: none;
}
.home-product-slider a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.8s;
}
.home-product-slider a:hover div img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}
.home-product-slider a h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
}
.home_product_container .slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  position: relative;
}
.home_product_container .slider-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid #f1c40f;
  border-radius: 50%;
  background-color: #212121;
  color: #efd054;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.home_product_container .service-box div{
    height: auto;
}
.home_product_container .slider-controls button:hover {
  background-color: #ffc30d;
  color: #212121;
}
.home_product_container .slider-controls button:active {
  background-color: #ffc30d;
  color: #212121;
}
.slider-buttons {
  display: flex;
  gap: 10px;
}
.home_product_container .progress {
  flex: 1;
  height: 8px;
  background: #333;
  border-radius: 5px;
  overflow: hidden;
}
.home_product_container .progress-bar {
  height: 100%;
  width: 0;
  background: #f1c40f;
  transition: width 0.3s ease;
}
#WhyChooseUs {
  padding: 100px 0;
  position: relative;
}
#WhyChooseUs .row {
  background: #f0f0f0;
  position: relative;
}
#WhyChooseUs .why-choose-us-title-container {
  padding: 80px 0 80px 80px;
}
.why-choose-us-title-container ul {
  padding-left: 0;
}
.why-choose-us-title-container ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 30px;
}
.why-choose-us-title-container ul li img {
  width: 10%;
}
.why-choose-us-title-container ul li h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.why-choose-us-title-container a {
  padding-bottom: 0;
  margin-top: 64px;
  display: inline-block;
  color: #000;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.why_image_right {
  height: 83%;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
}
.why_image_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services {
  background-color: #212121;
  padding: 100px 0;
}
.service-box div {
  overflow: hidden;
  height: 300px;
  margin: 0 10px;
}
.service-box:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}
.service-box h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  font-family: "Gotham", sans-serif;
}
#discover {
  padding: 100px 0;
}
#discover h2 {
  font-size: 40px;
  color: #000;
  line-height: 50px;
}
#group {
  padding: 100px 0 120px;
}
#group .bg-gray {
  background: #f0f0f0;
  position: relative;
  border-radius: 20px;
}
.group-logo-container {
  height: 400px;
  display: grid;
  place-items: center;
}
#group .group-logo-container img {
  width: 40%;
  margin: auto;
  display: block;
}
#group .row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cbcbcb;
  height: 50%;
  width: 1px;
}
#contact {
  background-color: #212121;
}
.contact-form-container {
  padding: 100px 0;
  padding-right: 3.3rem;
}
#contact img {
  transform: scale(1.6);
  padding-right: 7.1rem;
  margin-top: 5rem;
}
.contact-form-container button {
  background: #ffc30d;
  color: #000;
  padding: 10px 40px !important;
  height: auto;
  margin: 0;
  font-weight: 600;
  transition: all 0.7s ease 0s;
}
.contact-form-container input {
  min-height: 50px;
  padding: 0 20px;
  width: 100%;
  border: none !important;
  border-radius: 0;
  font-size: 15px;
  color: #000;
}
#coming-soon {
  height: calc(100vh - 100px);
  display: grid;
  place-items: center;
}
.coming-soon-container {
  display: grid;
  place-items: center;
}
.coming-soon-container .icon {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.coming-soon-container .icon i {
  font-size: 36px;
  color: #d39f03;
}
#onloadModal .modal_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#onloadModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#onloadModal button {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  z-index: 99;
  background-color: #ffc30d;
  opacity: 1;
  border-radius: 50px;
}
.corporate-sec h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 38px;
  color: #000;
}
.yellow-line-border {
  font-size: 18px;
  font-weight: 400;
  color: #ffc30d;
  text-decoration: none;
  border-bottom: 1px solid #ffc30d;
  padding-bottom: 6px;
  font-family: "Gotham", sans-serif;
  margin-right: 3rem;
}
#applyModal .modal-content {
  max-width: 800px !important;
  margin: auto;
}
#mobileGallery .btn-close {
  width: 30px;
  height: 30px;
  background-color: #ffc107;
  border-radius: 50px;
  position: absolute;
  right: -1%;
  top: -16%;
  opacity: 1;
}
.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .card-body p {
  font-size: 13px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 500;
}
.products_discraption_new ul {
  padding-left: 1rem;
}
.products_discraption_new ul li {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #212529 !important;
  font-size: 15px;
  line-height: 24px;
}
.bggray {
  background-color: #f8f8f8 !important;
}
.bgwhite {
  background-color: #fff !important;
}
.mobile-search {
  margin-top: 5px;
}
main .left-sec .data-alstone {
  background-color: transparent !important;
  padding: 0 !important;
  color: #576aca !important;
  font-weight: 400 !important;
}
main .left-sec .data-alstone:hover {
  background-color: transparent !important;
}
.nav-link .bi-search {
  padding-left: 2rem;
  font-size: 19px;
}
.products_discraption ul > li a {
  color: #d8a404 !important;
}
.text-yellow {
  color: #d9a300 !important;
}
