h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
:root {
  --main-Background-color: #ff4c68;
  --secondary-background-color: #e12121;
  --white-background-color: #ffff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
input[type="number"] {
  border-radius: 5px;
  padding: 0.1rem 0.5rem;
  text-align: justify;
  font-family: inherit;
}
label {
  font-size: 1.1rem;
  font-weight: 500;
}
h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color:var(--secondary-background-color);
}
p,
abbr,
a {
  font-family: inherit;
}
p {
  font-size: 1rem;
}
ul li {
  margin: 1rem;
  font-family: inherit;
}
h3 {
  margin-bottom: 1rem;
}
a > i {
  margin: 1rem;
}
.hidden {
  display: none;
}
.container-fluid {
  padding: 1% 5%;
}
.container {
  padding: 1% 1%;
}
article > section {
  margin: 1% 8.5%;
}
.Highlights {
  padding: 0.5rem;
  border-radius: 5px;
  font-weight: 700;
  background: rgb(253, 29, 29);
  background: linear-gradient(
    90deg,
    rgba(253, 29, 29, 1) 33%,
    rgba(252, 239, 69, 1) 86%
  );
}
#title {
  background-color:var(--secondary-background-color);
  color: white;
  height: 100vh;
}
.Title {
  color: #fff;
}
/* Navbar */
.navbar-brand {
  font-size: 2rem;
  font-family: Ubuntu;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat";
}

#sectionContainer {
  background-color: #fff;
  color: black;
  border-radius: 15px;
  letter-spacing: 0.5px;
  line-height: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 2.5rem;
}
#sectionContainer > div {
  padding: 3%;
}

.goldCalculator {
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.goldCalculator > label {
  margin-right: 2rem;
  line-height: normal;
}
.goldCalculator > button {
  margin-top: 1.5rem;
}
/* Sticky Menu */
.sticky-menu {
  margin: 0 15%;
  position: fixed;
  right: 0px;
  bottom: 75px;
  left: 0px;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.container-Wrapper {
  border-radius: 2px;
  padding: 0.5% 1%;
  position: relative;
}
.Stickycontainer {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.iconWrap {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 1px;
  /* border: 1px solid #000; */
}
.iconWrap > img {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.dropdownLocation {
  display: none;
  position: absolute;
  left: 100px;
  bottom: 50px;
  padding: 0;
  list-style: none;
}
.dropdownLocation > li {
  padding-left: 10px;
}
.dropdownLocation > li:hover {
  color: #4d6ed3;
}
.dropdownLocation::before {
  content: "";
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  transform: rotate(45deg);
  width: 16px;
  left: 60px;
}
.Find-Location:hover + .dropdownLocation {
  display: block;
}
.Find-Location:hover ~ .dropdownLocation,
.dropdownLocation:hover {
  display: block;
  background-color: #f5f5f5;
  cursor: pointer;
  width: 150px;
  padding: 1%;
  border-radius: 3px;
}
.dropdownLocation a {
  text-decoration: none;
  color: #000;
}
.dropdownLocation a:hover {
  text-decoration: none;
  color: #303bd1;
}

/* Footer */
#footer {
  text-align: center;
  padding: 2% 10%;
  background-color: #fff;
  color: #8f8f8f;
  max-width: 100% !important;
}
.branches {
  font-family: inherit;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.download-btn {
  margin: 5% 3% 5% 0;
}
.direction {
  font-size: 1rem;
  font-weight: 600;
  color: black;
}

.direction:hover {
  color: #ff4c68;
}

#Scroll > div {
  background-color: #fdc748;
  font-weight: 700;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 2.5rem;
  left: 0;
  z-index: 1030;
}
.marquee-silver-span {
  margin-left: 30rem;
}
/* Responsive */
@media (max-width: 768px) {
  article > section {
    margin: 1% 16.5%;
  }
}
@media (max-width: 992px) {
  .hidden {
    display: none;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 2%;
    font-weight: 900;
  }
  #title {
    text-align: center;
  }

  .row {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .dog {
    position: static;
    transform: rotate(0);
  }

  .badge {
    position: relative;
    word-wrap: break-word;
  }

  #heading {
    font-size: 20px;
  }

  #features {
    padding: 10% 15%;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
  #simpleSteps {
    padding: 4% 10%;
    background-color: #f5f5f5;
  }
  .simpleSteps-Wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 5% 7%;
    border-radius: 15px;
  }
  .simpleSteps-container {
    display: flex;
    flex-direction: column;
  }
  .simpleSteps-container > img {
    width: 300px !important;
  }
  #pricing {
    padding: 10px;
  }
  .container-fluid {
    padding: 5% 5%;
  }
  .Stickycontainer {
    font-size: 0.6rem;
  }
  .imgdata {
    height: 250px !important;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  .hidden {
    display: none;
  }
  #title {
    height: 100vh;
    width: auto;
  }
  h1 {
    font-size: 2rem;
    line-height: 1;
    padding-top: 5%;
    font-weight: 900;
  }
  h3{
    font-size: 1rem !important;
  }
  ul{
    margin: 0;
    padding: 0;
    text-align: justify;
  }

  article > section {
    margin: 0;
  }
  #sectionContainer{
    font-size: 0.8rem;
    letter-spacing: 0;
    border-radius: 0;
  }
  .navbar {
    padding: 0 0 1.5rem;
  }
  .navbar-brand {
    font-size: 1rem;
  }
  .contpop {
    display: none;
    position: fixed !important ;
  }
  h3 {
    font-size: 2rem !important;
  }
  .ContainerStone-Tabs {
    flex-direction: column;
    width: 100%;
  }
  #sellGold {
    display: none;
  }
  #releaseGold {
    display: none;
  }
  #location {
    display: none;
  }
  #simpleSteps {
    padding: 4% 10%;
    background-color: #f5f5f5;
  }
  .simpleSteps-Wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 5% 5%;
    border-radius: 15px;
    margin: 0;
  }
  .simpleSteps-container > img {
    width: 50%;
    height: 50%;
  }
  .simpleSteps-container {
    flex-direction: column;
  }
  .simpleSteps-container > img {
    width: 200px !important;
  }

  .imgdata {
    height: 100px !important;
  }
  .row {
    padding: 0 !important;
  }
  .calculatorContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  #EXCESS {
    padding: 10%;
  }
  .column{
    display: flex;
    flex-direction: column;
  }
  .container {
    font-family: "Montserrat", sans-serif;
  }
  .container-img {
    padding: 0;
  }
  .StoneImgContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Stickycontainer {
    max-height: 50px;
    font-size: 0.5rem;
  }
  .sticky-menu {
    margin: 0 5%;
  }
  .Stickycontainer{
    max-height: 60px;
    max-width: 100%;
    font-size: .45rem;
    display: flex;
    justify-content: space-evenly;
  }
  #pricing {
    font-size: 0.8rem;
  }
  .container {
    padding: 8%;
  }
  #footer {
    height: 80vh;
  }
}
