:root {
  --main-Background-color: #ff4c68;
  --secondary-background-color: #e12121;
  --white-background-color: #ffff;
}
#title {
  background-color: var(--secondary-background-color);
  color: white;
  height: 100vh;
}
.carousel-data {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
body {
  font-family: "Montserrat", sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 4rem;
  line-height: 1.15;
  padding-top: 5%;
  font-weight: 900;
}

h2 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  cursor: default;
}
img {
  background-blend-mode: overlay;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.button {
  width: 150px;
  height: 30px;
  border-radius: 25px;
}
.closePopup {
  display: none;
}
.container-fluid {
  padding: 3% 15% 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%
  );
}
/* Navbar */
.navbar-brand {
  font-size: 2rem;
}

.navbar-brand {
  font-family: Ubuntu;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logotext {
  color: #ffd700 !important;
}
.navbar {
  padding: 0 0 1.5rem;
}
.nav-item {
  padding: 0 14px;
}
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat";
}

.nav-link:hover {
  color: #ffd700 !important;
}
/* carousel Content */
.landing-Content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
#title > .container-fluid > .titlecarousel > .carousel-inner {
  height: inherit;
}
.titlecarousel > .carousel-inner > .carousel-item > .row {
  padding: 15px;
}
.carousel-background {
  width: 50%;
  display: flex;
  justify-content: center;
  /* background: #b7f53c;
  background: radial-gradient(circle,rgba(221, 120, 143, 0.796) 100%);
  border-radius:74% 26% 42% 58% / 50% 41% 59% 50%   ; */
}
.carousel-background > img {
  width: 80%;
  filter: drop-shadow(2px 6px 12px #000);
}

.carousel-testimonial {
  padding: 3%;
  /* height: 25% !important; */
}

.largeText {
  font-size: 2.5rem;
  color: #fff;
}

.smallText {
  color: #000;
}
/* Download button */
.download-btn {
  margin: 5% 3% 5% 0;
}

/* features */
#features {
  padding: 3% 15%;
  text-align: center;
  background-color: #fff;
  position: relative;
  background-color: var(--secondary-background-color);
  /* z-index: 0; */
}

#features > .container > .row {
  justify-content: space-evenly;
}
.features-head {
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5rem;
}

.container {
  font-family: "Montserrat", sans-serif;
  padding: 2%;
  justify-content: space-evenly;
}

.features-container {
  color: #ffff;
  text-align: center;
}
.features-container > h1 {
  padding: 0;
}
.features-container .Tab-Container {
  display: flex;
  flex-direction: row;
}
.Tab-ImgContainer {
  width: 180px;
  height: 150px;
}
.Tab-ImgContainer > img {
  width: inherit;
  height: inherit;
  border-radius: 45%;
}
.features-head {
  color: #8f8f8f;
}
.tabs {
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px;
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white-background-color);
  border-radius: 10px;
}
.icon {
  color: #fdc748;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}
.tabs > a {
  cursor: pointer;
}
.tabs:hover > a {
  color: #4d6ed3;
}
/* Testimonials */
#testimonials {
  background-color: var(--secondary-background-color);
  color: #fff;
  text-align: center;
}
.testimonial-image {
  margin: 2.5%;
  width: 10%;
  border-radius: 100%;
}

/* 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: 45px;
}
.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;
}
/* press */
#press {
  background-color: var(--secondary-background-color);
  padding: 3%;
  text-align: center;
}

.press-image {
  width: 10%;
  margin: 20px 30px 50px;
}

/* EXcess */

.contentStone {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.ContainerStone-Tabs {
  display: flex;
  justify-content: space-around;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  margin-bottom: 2%;
  width: 40%;
}

/* Why Sell Gold TO US */
.WrapperWhySellGoldSection{
  margin-bottom: 3%;
  box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px;
  text-align: center;

}
.WhySellGoldtous-ContentWrapper {
  display: flex;
  margin-top: 1.5rem;
}
.WhySellGoldtous-ContentWrapper > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-evenly; */
}
.WhySellGoldtous-ContentWrapper > ul > li > p {
  margin: 1rem;
}
.WhySellGoldtous-ContentWrapper > ul > li > i {
  font-size: 2rem;
  padding-left: 1rem;
  color: #ffd700;
}
.WhySellGoldtous-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.WrapperWhySellGold>.container{
  display: flex;
  /* margin: 5%; */
  /* background-color: var(--secondary-background-color); */
  border-radius: 10px;
}
/* pricing */
#pricing {
  background-color: var(--secondary-background-color);
  padding: 80px;
}

.card {
  text-align: center;
}

.column-card {
  padding: 2% 3%;
}
/* simple Steps */
#simpleSteps {
  padding: 4% 10%;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.simpleSteps-Wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  padding: 5% 7%;
  border-radius: 15px;
}

/* call to action */
#cta {
  background-color: var(--secondary-background-color);
  padding: 5% 15%;
  text-align: center;
}

#cta > button {
  font-family: ubuntu;
  background-color: #ff5000;
  border-color: #ff5000;
}
.cta-h3 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
}

.download-btn {
  margin: 5% 3% 5% 0;
}
/* Scroll */
#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;
}
/* Footer */
#footer {
  text-align: center;
  padding: 7% 15%;
  background-color: #fff;
  color: #8f8f8f;
  height: 50vh;
}

.download-bt {
  margin: 1% 1%;
  color: black;
}

#callus {
  text-decoration: none;
  color: aliceblue;
}

.direction {
  font-size: 1rem;
  font-weight: 600;
  color: black;
}

.direction:hover {
  color: #ff4c68;
}

.review {
  font-size: 0.8em;
}
.container-img {
  padding: 0%;
}
.StoneImgContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.StoneImgContainer img {
  width: 30%;
  height: 30%;
}
.simpleSteps-container {
  display: flex;
  flex-direction: row;
}

.liverate {
  position: fixed;
  bottom: 90px;
}
.show {
  margin-right: 10px;
}
.branches {
  font-family: inherit;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

/* Popup */
#PopUp {
  background-color: #00000096;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 50;
}
#PopUp > .closeIcon {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 5;
}
#PopUp > .popupwrapper {
  padding: 2% 15%;
  margin: 6% 0 1% 0;
}
#PopUp > .closeIcon > img {
  width: 50px;
  height: 50px;
}
.popupImage {
  /* background-color: var(--secondary-background-color); */
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  /* width: 50%; */
  padding: 1rem;
  margin: auto;
  /* background-image: url(../images/udayagold.png); */
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.popupImage > #carouselExampleControls > .carousel-inner > .carousel-item {
  float: none;
}
.popImg {
  height: 350px;
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  scale: 1.3;
  filter: drop-shadow(1px 2px 5px);
}
.popImg2 {
  height: 350px;
  object-fit: contain;
  object-position: 50% 50%;
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  scale: 1;
  filter: drop-shadow(1px 2px 5px);
}
#PopUp > .popupwrapper > .contentWrapper {
  background-color: var(--white-background-color);
  position: relative;
  z-index: 1;
  top: -5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 70%;
  margin: auto;
  padding: 2% 10%;
  border-radius: 50px;
  font-size: +1rem;
}
#PopUp > .popupwrapper > .contentWrapper > .popup-ContentContainer {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-evenly;
}
.buttonWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.buttonWrapper > .button > img {
  width: 15px;
  height: 15px;
}

#Queries {
  background-color: var(--white-background-color);
  padding: 7% 10%;
  margin: 5% 0;
  text-align: center;
}
.queries-wrapper {
  padding: 0 1rem 1rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-background-color);
  border-radius: 25px;
}
.queries-content {
  padding: 0 5rem 0 5rem;
  color: var(--white-background-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.queries-ImgContainer > #carouselExampleControls > .carousel-inner {
  overflow: hidden;
  position: relative;
  width: inherit;
  height: inherit;
}
.queries-ImgWrapper {
  width: max-content;
  height: max-content;
  display: flex;
  margin: auto;
  padding: 1.5rem 0 0 0;
}
.queries-Img {
  width: 320px;
  height: 440px;
  object-fit: cover;
  scale: 1;
  border-radius: 50%;
  margin: auto;
  filter: drop-shadow(1px 1px 5px);
}
.queries-btn {
  background-color: #ff5000;
  color: #fff;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
  margin: 2rem auto;
}
.queries-btn > a {
  list-style: none;
}
.queries-btn > a > span {
  font-size: 1.3rem;
  color: var(--white-background-color);
}
@media (max-width: 992px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 2%;
    font-weight: 900;
  }
  #title {
    text-align: center;
    /* height: 60vh !important; */
  }

  .row {
    /* flex-direction: row-reverse; */
    justify-content: center;
  }
  .dog {
    position: static;
    transform: rotate(0);
  }

  .badge {
    position: relative;
    word-wrap: break-word;
  }
  #title > .container-fluid {
    padding: 1.5rem;
  }
  .navbar {
    padding: 0;
  }
  .landing-Content {
    font-size: 1rem;
  }
  .carousel-background > img {
    width: 65%;
  }
  #heading {
    font-size: 20px;
  }

  #features {
    padding: 10% 15%;
    text-align: center;
    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%;
  }
  .liverate {
    position: fixed;
    bottom: 110px;
  }
  .Stickycontainer {
    font-size: 0.6rem;
  }
  .imgdata {
    height: 250px !important;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  #title {
    height: 95vh;
    width: auto;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 5%;
    font-weight: 900;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar-brand {
    font-size: 0.9rem;
  }
  .navbar-brand > img {
    width: 50px !important;
  }
  .contpop {
    display: none;
    position: fixed !important ;
  }
  .landing-Content {
    font-size: 0.5rem;
    height: max-content;
  }

  h3 {
    font-size: 1rem !important;
  }
  .largeText {
    font-size: 1.2rem !important;
    color: #fff;
  }
  .ContainerStone-Tabs {
    flex-direction: column;
    width: 100%;
  }
  .features-container > h1 {
    font-size: 1.5rem;
  }
  .carousel-background > img {
    scale: 2;
    padding-top: 5rem;
    filter: drop-shadow(1px 2px 4px #000);
  }
  .buttonWrapper {
    align-items: center;
  }
  .buttonWrapper > button {
    margin-bottom: 0.5rem;
  }
  .popupImage {
    width: auto;
  }
  #PopUp > .closeIcon > img {
    width: 30px;
    height: 30px;
  }
  #PopUp > .popupwrapper {
    padding: 0.5% 5%;
  }
  .popImg {
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    scale: 1.2;
    filter: drop-shadow(1px 2px 5px);
  }
  #PopUp > .popupwrapper > .popupImage {
    width: 80%;
  }
  .popImg {
    height: 250px;
    margin: auto;
  }
  .popImg2 {
    height: 280px;
    margin: auto;
  }
  #PopUp > .popupwrapper > .contentWrapper {
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
    top: -65px;
  }
  #PopUp > .popupwrapper > .contentWrapper > .popup-ContentContainer {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .WhySellGoldImage {
    width: 100%;
    margin: auto;
}
.WhySellGoldImage>img{
  width: 80%;
}
  .titlecarousel > .carousel-inner > .carousel-item > .row {
    /* width: 100%; */
    height: 480px;
  }
  .queries-content {
    padding: 0;
  }
  #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;
  }
  #EXCESS {
    padding: 10%;
  }
  .container {
    font-family: "Montserrat", sans-serif;
  }
  .container-img {
    padding: 0;
  }
  .WhySellGoldtous-ContentWrapper {
    flex-direction: column;
  }
  .WrapperWhySellGold>.container{
  flex-direction: column;
  }
  .StoneImgContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sticky-menu {
    margin: 0 5%;
  }
  .Stickycontainer {
    max-height: 60px;
    max-width: 100%;
    font-size: 0.45rem;
    display: flex;
    justify-content: space-evenly;
  }
  #pricing {
    font-size: 0.8rem;
  }
  .container {
    padding: 8%;
  }
  #footer {
    height: 70vh;
  }
}
