body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.clr {
  clear: both;
}
.display-none {
  display: none;
}
header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
}

.navbar-nav {
  float: left;
  margin-right: 30px;
  /* margin-top: 82px; */
}

.jewellery {
  margin-bottom: 30px;
}

.icon-zoom {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.jewellery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  padding: 36px 20px;
}

.jewellery:hover .overlay1 {
  opacity: 0.9;
}

.space {
  margin-top: 50px;
}

.footer_menu li a:hover {
  color: #ecb01d;
}

.social_icon li a:hover {
  background-color: #ecb01d;
  color: #fff;
}

.get-acess {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 55px;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #e4a918;
}

.icon-outer {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.navbar-toggler {
  cursor: pointer;
  /* display: none; */
  float: right;
  color: white;
  z-index: 999;
}

.navbar-brand {
  transition: all 0.3s;
  /* float: left; */
  /* width: 100%; */
  /* margin: 0 auto; */
  text-align: center;
  position: absolute;
  /* left: 0; */
  /* right: 0; */
  top: 0px;
}
.navbar-brand img {
    background: #e0b23f;
    margin-left: 30px;
    padding: 20px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  color: #e0b23f;
  padding: 17px 30px;
  float: none;
  text-align: left;
}

.footer-righ a {
  color: #c0c0c0;
}

.title3 {
  font-size: 40px;
  text-align: left;
  color: #e1b342;
  margin-top: 50px;
  margin-bottom: 50px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #e0b23f;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-brand {
  position: absolute;
  top: -16px;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 1rem;
}
header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  padding: 10px 0px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: auto;
  right: 45px;
  top: -16px;
}
.carousel-inner .item {
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

/*
html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}
*/

.carousel {
  top: 0;
  left: 0;
}

.space {
  margin-top: 80px;
}

.slider {
  float: left;
  width: 100%;
}

.welcome_div {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.content_wrapper {
  float: left;
  width: 100%;
  background: #181818;
  padding: 90px 0;
  margin-top: -17px;
}

.content_wrapper2 {
  float: left;
  width: 100%;
  background: #181818;
  margin-top: -17px;
}

.overview_div {
  float: left;
  width: 100%;
  background: #323232;
  min-height: 530px;
  padding: 60px;
}
.title {
  font-size: 50px;
  color: #d3d3d3;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.title1 {
  font-size: 24px;
  color: #d3d3d3;
  font-weight: 300;
  /* margin: 0; */
  ,margin-bottom: 20px;
  text-align: left;
  margin-bottom: 40px;
}

.overview_div .title {
  margin-bottom: 10px;
}
.overview_div .content {
  margin-bottom: 40px;
}
.content {
  text-align: left;
  font-size: 17px;
  color: #cfcfcf;
}
.read_more_btn {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #979797;
  margin-bottom: 20px;
}
.welcome_img {
  float: left;
  width: 100%;
  min-height: 841px;
}

.contact_div {
  background: #d9aa35;
  float: left;
  width: 100%;
  min-height: 200px;
  margin-top: 7px;
  padding: 47px 0;
}
.contact_div h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.divider {
  float: none;
  margin: 10px auto;
  width: 200px;
  height: 1px;
  background: #a97f17;
}
.contact_div p {
  font-size: 15px;
  color: #fff;
}
.contact_div a {
  color: #fff;
}
.feature_product_div {
  background: #323232;
  float: left;
  width: 100%;
  min-height: 635px;
  padding: 12% 226px 0 75px;
}
.feature_product_div .title {
  margin-bottom: 40px;
}
.feature_product_div .content {
  margin-bottom: 40px;
}
.padding-none {
  padding: 0;
  width: 100%;
}
.product_box {
  float: left;
  position: relative;
}
.product_box .product_img {
  float: left;
  width: 100%;
}
/* .product_box .product_img img {
} */
.product_box .info_div {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #d9aa35;
  text-align: left;
  padding: 20px;
}
.product_box .info_div h5 {
  font-size: 22px;
  color: #fff;
  text-align: left;
}
.product_box .info_div .price {
  float: left;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.product_box:hover .info_div {
  display: block;
}

footer {
  float: left;
  width: 100%;
  background: #181818;
  padding-bottom: 58px;
  margin-top: -1px;
}
.footer_menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer_menu li {
  display: inline-block;
  list-style: none;
}
.footer_menu li a {
  color: #c0c0c0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 20px;
  text-decoration: none;
}
.social_icon {
  padding: 0;
  margin: 0;
}
.social_icon li {
  display: inline-block;
  list-style: none;
}
.social_icon li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  color: #000;
  padding: 6px 0;
  margin-right: 10px;
  margin-top: 20px;
}
footer p {
  font-size: 15px;
  color: #c0c0c0;
  margin-top: 20px;
}

@media (max-width: 1920px) {
  .feature_product_div {
    min-height: 577px;
  }
}

@media (max-width: 1600px) {
  .feature_product_div {
    min-height: 538px;
  }
  .slider {
    height: 77%;
  }
}

@media (max-width: 1440px) {
  .feature_product_div {
    min-height: 485px;
  }
  .slider {
    height: 77%;
  }
}

@media (max-width: 1366px) {
  .feature_product_div {
    min-height: 463px;
  }
  .slider {
    height: 77%;
  }
}

@media (max-width: 1280px) {
  .title {
    font-size: 35px;
    color: #d3d3d3;
    font-weight: 300;
    margin: 0;
    text-align: left;
  }
  .feature_product_div {
    min-height: 447px;
  }
  .slider {
    height: 71%;
  }
}

@media (max-width: 1200px) {
  .title {
    font-size: 35px;
    color: #d3d3d3;
    font-weight: 300;
    margin: 0;
    text-align: left;
  }
  .feature_product_div {
    min-height: 422px;
  }
  .slider {
    height: 71%;
  }
}

@media (max-width: 1024px) {
  .title {
    font-size: 35px;
    color: #d3d3d3;
    font-weight: 300;
    margin: 0;
    text-align: left;
  }
  .feature_product_div {
    min-height: 422px;
  }
  .slider {
    height: 71%;
  }

  .overview_div {
    float: left;
    width: 100%;
    background: #323232;
    min-height: 468px;
    padding: 33px;
  }

  .content {
    text-align: left;
    font-size: 15px;
    color: #cfcfcf;
  }

  .title {
    font-size: 32px;
    color: #d3d3d3;
    font-weight: 300;
    margin: 0;
    text-align: left;
  }

  .contact_div {
    background: #d9aa35;
    float: left;
    width: 100%;
    min-height: 172px;
    margin-top: 12px;
    padding: 31px 0;
  }
  .welcome_img {
    float: left;
    width: 100%;
    min-height: 739px;
  }

  .title3 {
    font-size: 37px;
    text-align: left;
    color: #e1b342;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer_menu {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 50px;
  }

  .feature_product_div {
    min-height: 422px;
    margin: 0px;
    padding: 25px;
    padding-top: 90px;
  }

  .product_box1 img {
    margin-top: -57px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    float: left;
    margin-right: 30px;
    margin-top: 82px;
  }
  .feature_product_div {
    min-height: 422px;
    margin: 0px;
    padding: 25px;
    padding-top: 15px;
  }

  .product_box1 img {
    margin-top: -133px;
  }

  .content {
    text-align: left;
    font-size: 14px;
    color: #cfcfcf;
  }
     .navbar-brand img {
        background: #e0b23f;
        margin-left: 30px;
        padding: 16px;
        width: 90px;
    }

  .navbar-toggler {
    cursor: pointer;
    /* display: none; */
    float: right;
    color: white;
    z-index: 999;
    background-color: #fff;
    margin-top: 20px;
  }
  .collect .portfolio-menu .nav-tabs .nav-item .nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .content {
    text-align: left;
    font-size: 12px;
    color: #cfcfcf;
  }

  .product_box1 img {
    margin-top: -185px;
  }

  footer p {
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 20px;
  }

  .footer_menu li a {
    color: #c0c0c0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: none;
  }

  .content_wrapper {
    float: left;
    width: 100%;
    background: #181818;
    /* padding: 90px 0; */
    margin-top: -17px;
  }
  .footer_menu {
    padding: 0;
    margin: 0;
    text-align: center;
    /* margin-top: 50px; */
  }

  .title3 {
    font-size: 30px;
    text-align: left;
    color: #e1b342;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .banner2 img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .welcome_img {
    float: left;
    width: 100%;
    min-height: 600px;
  }

  .welcome_div {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .slider {
    height: 71%;
    margin-top: 69px;
  }

  .overview_div {
    float: left;
    width: 100%;
    background: #323232;
    min-height: 407px;
    padding: 33px;
  }

  .content_wrapper {
    float: left;
    width: 100%;
    background: #181818;
    /* padding: 90px 0; */
    margin-top: -65px;
  }
  .collect .portfolio-menu .nav-tabs .nav-item .nav-link {
    font-size: 14px !important;
    padding: 5px 10px;
  }
}

@media (max-width: 414px) {
  .welcome_img {
    float: left;
    width: 100%;
    min-height: 593px;
  }

  .welcome_div {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .slider {
    height: 71%;
    margin-top: 69px;
  }

  .content_wrapper {
    float: left;
    width: 100%;
    background: #181818;
    /* padding: 90px 0; */
    margin-top: -55px;
  }
}
.collect .portfolio-menu {
  width: 100%;
}
.collect .portfolio-menu .nav-tabs {
  margin-bottom: 30px;
  width: 100%;
  display: table;
  position: relative;
  border-bottom: 0 !important;
}
.collect .portfolio-menu .nav-tabs .nav-item {
  display: inline-block;
  margin: 5px 5px;
}
.collect .portfolio-menu .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  background-color: #e1b342;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border: 0;
}
.collect .portfolio-menu .nav-tabs .nav-item .nav-link.active {
  background-color: #ab801a !important;
  border: 0;
  color: #fff;
}

@media (max-width: 375px) {
  .collect .portfolio-menu .nav-tabs .nav-item .nav-link {
    font-size: 12px !important;
  }
}
