/*!
Theme Name: srg-wp
Theme URI: http://preciousgemsmarket.com/
Author: Dhiraj
Author URI: http://preciousgemsmarket.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: srg-wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}
.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}
body {
  font-family: Georgia, Times, Times New Roman, serif;
}
#masthead {
  background: rgba(0, 0, 0, 0.00);
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%
}
.custom-logo-link img {
  width: 300px;
  height: auto;
}
header {
  padding: 0.5rem 0;
}
header nav .navbar-nav li {
  margin-left: 2rem;
}
header nav .navbar-nav li a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff !important;
}
header nav .navbar-nav li a:hover {
  color: #BBBBBB !important;
}
a {
  text-decoration: none;
}
.text-uc {
  text-transform: uppercase;
}
.hero_heading {
  font-size: 60px;
  line-height: 1.2;
}
.heading_1 {
  font-size: 40px;
  line-height: 1.2;
}
.heading_2 {
  font-size: 32px;
  line-height: 1.2;
}
.heading_3 {
  font-size: 26px;
  line-height: 1.2;
}
.heading_4 {
  font-size: 20px;
  line-height: 1.2;
}
.srg-btn {
  font-family: "Baskervville", Sans-serif;
  font-size: 17px;
  background-color: #000000;
  border-radius: 0px;
  border: none;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #ffffff;
  cursor: pointer;
}
.srg-btn:hover {
  background: #4A4A4A;
}
.hero_section {
/*  background: url("assets/images/banner.png") no-repeat;*/
  background: url("https://www.preciousgemsmarket.com/wp-content/uploads/2025/03/2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  padding: 0;
  position: relative;
}
.hero_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: rgba(0, 0, 0, 0.30);
  top: 0;
  overflow: hidden;
}
.hero_section_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
section {
  position: relative;
  margin: 0;
  padding: 60px 0;
  width: 100%;
  display: block;
}
.meet-locations .locations {
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 0;
  overflow: hidden;
}
.meet-locations .locations img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.meet-locations-inner {
  padding: 2rem;
}
.meet-locations-inner .heading_3 {
  padding-bottom: 3rem;
}
.home-produts {
  padding: 160px 0;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  overflow: hidden;
}
.home-produts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: rgba(0, 0, 0, 0.50);
  top: 0;
}
.home-produts .home-produts-inner {
  width: 60%;
  margin: 0 auto;
  padding: 4rem 0;
  background: #ffffffa6;
  position: relative;
  z-index: 3;
}
.home-produts .home-produts-inner .heading_2 {
  text-transform: uppercase;
  font-family: "Baskervville", Sans-serif;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .srg-btn {
    padding: 10px 20px;
    font-size: 17px;
  }
}
@media screen and (min-width:300px) and (max-width:768px) {
  .custom-logo-link img {
    width: 80% !important;
    height: auto;
  }
  .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
  }
}