body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}
*{
  transition: .3s;
}
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 30px;
  top: 14%;
  right: -15px;
  background: -webkit-gradient(linear, left top, right top, from(#fb930a), to(#f5e47b));
  background: linear-gradient(to right, #fb930a, #f5e47b);
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.sub_page .hero_area {
  height: auto;
  background-position: top right;
}

.hero_area.sub_pages {
  height: auto;
}
.header_section{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: .3s;
}
.fixed .header_section{
  backdrop-filter: blur(10px);
  background: rgb(255 255 255);
  box-shadow: 0 15px 50px rgb(0 0 0 / 5%);
}
.header_section .container-fluid {
  /*padding-right: 25px;
  padding-left: 25px;*/
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #000;
  text-align: center;
  transition: .3s;
  border-radius: 50px;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
  background: rgb(255 255 255 / 18%);
}
.fixed .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
  background: #fbb534;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 120px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  position: relative;
}

.quote_btn-container a .cart_number {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

.quote_btn-container a img {
  width: 20px;
  margin: 0 25px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.slider_section .design-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
  text-align: center;
  opacity: .6;
}

.slider_section .slider_number-container hr {
  width: 1px;
  height: 50px;
  border: none;
  background-color: #ffffff;
}

.slider_section .slider_number-container .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box h2 span {
  margin-right: 10px;
}

.slider_section .detail_box h2 hr {
  margin: 0;
  border: none;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

.slider_section .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 30px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  padding: 0;
  margin: 0;
  right: initial;
  bottom: 22%;
  left: 17%;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 24px;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

.item_section .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_section .item_container .box {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
}

.item_section .item_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item_section .item_container .box .img-box img {
  width: 125px;
}

.item_section .item_container .box h6 {
  color: #fbb534;
  text-transform: uppercase;
}

.item_section .item_container .box h5 {
  text-transform: uppercase;
}

.item_section .item_container .box:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}

.about_section {
  position: relative;
}

.about_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 75px;
}

.about_section .design-box img {
  width: 100%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  margin-top: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.about_section .img-box img {
  width: 100%;
}

.price_section {
  background-color: #f8f8f8;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_section .price_container .box {
  min-width: 300px;
  max-width: 360px;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 10px;
  padding: 45px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price_section .price_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_section .price_container .box .img-box img {
  width: 150px;
}

.price_section .price_container .box h6 {
  font-weight: bold;
  font-size: 18px;
}

.price_section .price_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.price_section .price_container .box .detail-box h5 span {
  color: #fbb534;
}

.price_section .price_container .box .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.price_section .price_container .box:hover a {
  border-color: #fbb534;
  color: #fbb534;
}

.price_section .price_btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
}

.price_section .price_btn:hover {
  background-color: transparent;
  color: #0d0806;
}

.ring_section {
  text-align: center;
  position: relative;
}

.ring_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ring_section .container {
  -webkit-box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
}

.ring_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.ring_section .design-box img {
  width: 100%;
}

.ring_section .ring_container .detail-box h4 {
  text-transform: uppercase;
  color: #fbb534;
}

.ring_section .ring_container .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.ring_section .ring_container .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .secondary_heading {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fbb534;
  padding: 25px;
  width: 85%;
  margin: 75px auto;
}

.client_section .client_container .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.client_section .client_container .client-id .img-box {
  margin-right: 25px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id h5 {
  font-weight: bold;
}

.client_section .client_container .client-id h6 {
  color: #f6d768;
}

.client_section .client_container .detail-box {
  width: 55%;
}

.client_section .client_container .detail-box p {
  margin: 0;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
}

.client_section .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.client_section .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-black.png);
}

.client_section .carousel-control-prev-icon:hover {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-black.png);
}

.client_section .carousel-control-next-icon:hover {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 12px 45px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #363636;
  color: #ffffff;
}

.info_section .info_container .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px 25px 10px;
  background-color: #ffffff;
  width: 200px;
  border-radius: 0 0 50px 50px;
}

.info_section .info_container .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_container .info_logo a img {
  width: 150px;
  margin-right: 0px;
}

.info_section .info_container .info_logo a span {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.info_section .info_container .info_contact {
  padding: 115px 10px 45px 10px;
}

.info_section .info_container .info_contact a {
  color: #ffffff;
}

.info_section .info_container .info_contact a img {
  margin-right: 10px;
}

.info_section .info_heading {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}

.info_section .info_heading::before {
  content: "";
  width: 45px;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  background-color: #f8bf46;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form .email_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_form form label {
  color: #5a5959;
}

.info_section .info_form form input {
  width: 500px;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding: 5px;
}

.info_section .info_form form button {
  padding: 8px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
  text-transform: uppercase;
}

.info_section .info_social {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box img {
  min-width: 10px;
  margin: 0 10px;
}

/* footer section*/
.footer_section {
  background-color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #9c9b9b;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
}

.footer_section a {
  color: #9c9b9b;
}
/*# sourceMappingURL=style.css.map */


/*gold app css start*/

  .header_section{
    padding: 0px 0;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  }
  .itemprice_cont{
    border: 5px solid #ffdcd9;
    border-radius: 30px;
    padding: 15px 5px;
    box-shadow: 1px 5px 20px rgb(0 0 0 / 4%);
    background-color: #cf1406;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .itemprice_cont::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    background: url(images/fl2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: .1;
    z-index: -1;
  }  
  .itemprice_cont .mt_15{
    margin-top: 10px;
  }
  .todaydate{
    position: relative;
    z-index: 1;
  }
  .todaydate h2{
    font-weight: 600;
    color: rgb(255 255 255);
    font-size: 14px;
    margin: 0;
  }
  .todaydate h2 .inline{
    width: 20px;
    display: inline-block;
  }
  .todaydate h4{
    color: #d59a24;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
  }
  .sec-cal .items{
    text-align: center;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0px 0px 7px rgb(255 255 255 / 10%), 
                0 0px 0px 16px rgb(255 255 255 / 10%), 
                0 0px 0px 27px rgb(255 255 255 / 10%), 
                0 0px 0px 43px rgb(255 255 255 / 10%), 
                0 0px 0px 60px rgb(255 255 255 / 10%), 
                0 0px 0px 85px rgb(255 255 255 / 10%), 
                0 0px 0px 120px rgb(255 255 255 / 10%);
  }
  .sec-cal .items .icon img{
    max-width: 30px;
  }
  .sec-cal .items .icon_name{
    margin-bottom: 5px;
  }
  .sec-cal .items .icon_name h4{
    font-weight: 700;
    font-size: 16px;
    margin: 0;
  }
  .sec-cal .gold{
    color: #d59a24;
  }
  .sec-cal .silver{
    color: #8e8e8e;
  }
  .sec-cal .item_ttl h3{
    color: #cf1406;
    font-size: 16px;
    margin: 0;
  }
  .sec-cal .balc{
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 10px;
    max-width: 180px;
    margin: 0 auto;
    color: #444444;
  }
  .sec-cal .balc p{
    margin: 0;
    font-size: 10px;
  }
  .sec-cal .balc h4{
    font-weight: 700;
    font-size: 18px;
  }
  .sec-cal .balc h5{
    font-size: 14px;
    margin: 0;
  }
  .sec-cal .balc h6{
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #cf1406;
  }
  .itembuy_cont{
    background: #cf1406;
    border: 1px solid #a20e03;
    border-radius: 30px;
    padding: 30px 15px;
    box-shadow: 1px 5px 20px rgb(0 0 0 / 4%);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .itembuy_cont::after{
    content: "";
    position: absolute;
    right: -50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    background: url(images/fl2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: .1;
    z-index: -1;
  }
  .itembuy_cont h2{
    font-size: 20px;
    color: #cf1406;
  }
  .itembuy_cont .mtt_typ{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: white;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 1%);
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 0%);
    overflow: hidden;
  }
  .itembuy_cont .mtt_typ[for="gold"]:hover{
    background: #ffe599;
  }
  .itembuy_cont .mtt_typ[for="silver"]:hover{
    background: #e9e9e9;
  }
  .itembuy_cont .mtt_typ img{
    width: 45px;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    box-shadow: -1px 3px 12px rgb(0 0 0 / 4%);
  }
  .itembuy_cont .mtt_typ h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    width: calc(100% - 72px);
    text-align: center;
  }
  .itembuy_cont .carat{
    justify-content: center;
    margin: 15px 0;
  }
  .itembuy_cont .carat label{
    cursor: pointer;
    margin: 0 10px;
    background: #ff2616;
    border-radius: 50px;
    padding: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 6%);
    max-width: 100px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 0%);    
    overflow: hidden;
  }
  .itembuy_cont .carat label:hover{
    background: #ffe599;
  }
  .itembuy_cont .carat label:hover h3{
    color: #cf1406;
  }
  .itembuy_cont .carat p{
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    max-width: unset;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .itembuy_cont .carat h3{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .itembuy_cont input[type="radio"]:checked + label,
  .itembuy_cont input[type="radio"]:checked + label[for="gold"]{
    background: linear-gradient(130deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-size: 300%;
    background-position: left;
    transition: 1.5s;
    animation: btnbg 20s infinite linear;
    border: 1px solid #d4bf7f;
  }
  .itembuy_cont input[type="radio"]:checked + label.carat_typ{
    transform: scale(1.3);
  }
  .itembuy_cont input[type="radio"]:checked + label[for="silver"]{
    background: linear-gradient(130deg, #bebebe, #d4d4d4, #909090, #dcdcdc, #909090);
    border: 1px solid #b9b9b9;
  }
  .itembuy_cont input[type="radio"]:checked + label h4{    
    color: #3f2514;
    /*text-shadow: 1px 2px 10px rgb(0 0 0 / 25%);*/
  }
  .itembuy_cont input[type="radio"]:checked + label h3{
    color: #cf1406;
    text-shadow: 1px 2px 10px rgb(0 0 0 / 25%);
  }
  @keyframes btnbg{
    0%{
      background-size: 300%;
      background-position: left;
    }
    40%{
      background-size: 450%;
      background-position: center;
    }
    80%{
      background-size: 300%;
      background-position: right;
    }
    100%{
      background-size: 300%;
      background-position: left;
    }
  }
  .buytyp{
    border-bottom: 1px solid white;
    margin-bottom: 30px;
  }
  .buytyp .buytypopt{
    width: 50%;
    text-align: center;
    color: #f4c566;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .buytyp .buytypopt p{
    margin: 0 0 8px 0;
  }
  .buytyp .buytypopt.active{
    color: #fff;
  }
  .buytyp .buytypopt:after{
    content: "";
    width: 0%;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
  }
  .buytyp .buytypopt.active:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .itembuy_cont .buyopt .buyinput{
    text-align: center;
  }
  .itembuy_cont .buyopt .buyinput h4{
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #f4c566;
  }
  .itembuy_cont .buyopt .buyinput.active h4{
    color: #fff;
  }
  .itembuy_cont .buyopt .buyinput input{
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 0%);
    background: #d53124;
    color: #fff;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
  .itembuy_cont .buyopt .buyinput.active input{
    border: 0px solid #f4c566;
    background: #fff6db;
    color: #0c0c0c;
  }
  .itembuy_cont .buyopt .buyinput input::placeholder{
    color: #fff;
    opacity: 1; /* Firefox */
  }
  .itembuy_cont .buyopt .buyinput input::-ms-input-placeholder{
    color: #fff;
  }
  .itembuy_cont .buyopt .buyinput.active input::placeholder{
    color: #747474;
    opacity: 1; /* Firefox */
  }
  .itembuy_cont .buyopt .buyinput.active input::-ms-input-placeholder{
    color: #747474;
  }
  .itembuy_cont .buyopt .buylft{
    width: calc(50% - 30px);
  }
  .itembuy_cont .buyopt .buyrgt{
    width: calc(50% - 30px);
  }
  .itembuy_cont .buyopt .buymid{
    width: 50px;
    text-align: center;
  }
  .itembuy_cont .buyopt .buymid svg{
    fill: #fff;
    opacity: 1;
    margin-top: 20px;
  }
  .taxinfo{
    background: rgb(255 255 255 / 12%);
    border-radius: 0px 0px 10px 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-top: 1px solid white;
  }
  .taxinfo p{
    font-size: 14px;
    font-weight: 600;
    color: rgb(255 196 192);
    margin: 0;
  }
  .taxinfo p label{
    min-width: 120px;
  }
  .taxinfo div{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .taxinfo div label{
    min-width: 120px;
  }
  .taxinfo_cont .btn-buy{
    padding: 15px 12px;
    background: linear-gradient(130deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-size: 300%;
    background-position: left;
    transition: 1.5s;
    animation: btnbg 5s infinite linear;
    border: 1px solid #d4bf7f;
    border-radius: 10px;
    color: #cf1406;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 2px 2px 0px rgb(192 113 8 / 39%), 4px 4px 0px rgb(192 113 8 / 22%);
    transition: .3s;
  }
  .taxinfo_cont .btn-buy:hover{
    transform: translateY(-6px);
    box-shadow: 4px 4px 0px rgb(192 113 8 / 39%), 8px 8px 0px rgb(192 113 8 / 22%);
  }
  .sip_cont{    
    background: #f4c566;
    border: 5px solid #ffeecc;
    border-radius: 30px;
    padding: 20px 15px 15px 15px;
    box-shadow: 1px 5px 20px rgb(0 0 0 / 4%);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .sip_cont::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 100%;
    aspect-ratio: 1/1;
    background: url(images/fl2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: .1;
    z-index: -1;
  }
  .sip_cont h2{
    font-size: 20px;
    color: #8f6000;
    margin: 0;
  }
  .sip_cont p{
    margin: 0;
    color: rgb(143 99 13);
    font-size: 12px;
    margin: 5px 0 15px
  }
  .sip_cont .sips{
    justify-content: space-between;
  }
  .sip_cont .sip_plan{
    text-align: center;
    background: #cf1406;
    padding: 15px;
    border-radius: 20px;
    margin: 5px;
    max-width: calc(50% - 10px);
    overflow: hidden;
  }
  .sip_cont .sip_plan h4{
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
  }
  .sip_cont .sip_plan p{
    margin: 0;
    color: #fff;
    font-size: 12px;
  }
  .sip_cont .sip_plan:hover{
    background: #985f1b;
    transform: translateY(-6px);
    box-shadow: 2px 2px 0px rgb(192 113 8 / 20%), 4px 4px 0px rgb(192 113 8 / 30%);
  }
  .mfooter{
    position: fixed;
    width: 100vw;
    bottom: -1px;
    left: 0;
    background: white;
    box-shadow: 0px -5px 15px rgb(0 0 0 / 10%);
    padding: 10px 10px;
    z-index: 9999;
  }
  .mfooter .ftr_bar{
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
  }
  .mfooter .ftr_bar .ft_item{
    padding: 5px 10px;
    background: #fff;
    border-radius: 20px;
    width: 25%;
    max-width: 25%;
  }
  .mfooter .ftr_bar .ft_item.active{
    
  }
  .mfooter .ftr_bar .ft_item .icon{
    
  }
  .mfooter .ftr_bar .ft_item .icon svg{
    fill: #444444;
  }
  .mfooter .ftr_bar .ft_item p{
    margin: 0;
    color: #444444;
    font-size: 10px;
  }  
  .mfooter .ftr_bar .ft_item.active .icon svg{
    fill: #cf1406;
  }
  .mfooter .ftr_bar .ft_item.active p{
    color: #cf1406;
  }
    .bgimg {
      z-index: 1;
    }
    .slidercont{
      position: relative;
      /*height: 400px;*/
      aspect-ratio: 18/9;
      width: 100%;
      margin: 0px auto 0px auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 30px;
      overflow: hidden;
    }
    .slidercont:hover{
      box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
    }
    .slidercont img{
      width: 100%;
    }
    .slidercont .plybtns{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      z-index: 2;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: center;
      background: rgb(0 0 0 / 10%);
    }
    .slidercont .plybtns a:first-child:hover{
      transform: scale(1.05);
    }
    .slidercont .plybtns .playbtn{
      animation: pulse 2s infinite;
      color: var(--white);
      font-size: 32px;
      width: 120px;
      height: 120px;
      background: var(--primary-color);
      border: 8px solid var(--white);
      border-radius: 50%;
      padding-left: 18px;
    }
    .slidercont .plybtns .playbtn:hover{
      border:  0px solid var(--white);
    }
    .slidercont .plybtns .playbtn:hover i{
      transform: scale(2.0);
      text-shadow: 0 10px 16px rgb(0 0 0 / 21%);
    }
    .slidercont .plybtns a span{
      color: var(--white);
      position: absolute;
      width: 150px;
      left: calc(50% + 140px);
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .slidercont .sl_cont{
      position: absolute;
      top: 0;
      left: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 200px);
      max-width: 1200px;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      text-align: left;
    }
    .slidercont .sl_cont .fullw{
      width: 100%;
    }
    .slidercont .sl_cont h2{
      font-family: 'Kaushan Script', cursive;
      font-size: 50px;
      margin: 0 0 20px 0;
    }
    .slidercont .sl_cont p{
      max-width: 600px;
    }
    .showcase .swiper-slide{
      opacity: .3;
    }
    .showcase .swiper-slide-active{
      opacity: 1;
    }
    .showcase .swiper-container-3d .swiper-slide-shadow-left,
    .showcase .swiper-container-3d .swiper-slide-shadow-right{
      background-image:  none;
    }
    .showcase .swiper-button-prev, 
    .showcase .swiper-button-next{
      width: 70px;
      color: #fff;
    }
    .showcase .swiper-button-prev{
      background-image: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 18%), rgb(255 255 255 / 22%));
      border-radius: 0 20px 20px 0;
      left: 0px;
    }
    .showcase .swiper-button-next{
      background-image: linear-gradient(90deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 18%), rgb(0 0 0 / 0%));
      border-radius: 20px 0 0 20px;
      right: 0px;
    }
    .showcase .swiper-button-prev:hover{
      background-image: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 28%), rgb(255 255 255 / 42%));
    } 
    .showcase .swiper-button-next:hover{
      background-image: linear-gradient(90deg, rgb(255 255 255 / 42%), rgb(255 255 255 / 28%), rgb(0 0 0 / 0%));
    }
    .showcase .swiper-button-next:after, 
    .showcase .swiper-button-prev:after{
      font-size: 26px;
      padding: 5px 10px;
    }
    .showcase .swiper-pagination{
      bottom: 100px;
    }
    .showcase .swiper-pagination-bullet{
      background: var(--white);
      opacity: .3;
    }
    .showcase .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
      background: var(--white);
      opacity: 1;
    }
    .jewellery .sl_cont img{
      border-radius: 10px;
      overflow: hidden;
    }
    .swiper-button-next, .swiper-button-prev{
      color: #ffffff;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
      right: -7px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
      left: -7px;
    }
    .workimgs{
      position: relative;
      z-index: 1;
    }
    .workimgs.mt_ct{
      margin-top: 15px;
    }
    .workimgs.flxcontrol{
      justify-content: space-around;
      align-content: space-around;
      align-items: stretch;
    }
    .workimgs .boxes {
      border: 0px solid #fffafa;
      background-color: rgb(207 20 6);
      padding: 30px 20px;
      height: 300px;
      gap: 15px;
      box-shadow: 0 1rem 3rem rgba(33,37,41,.175);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: 18px 0;
      text-align: center;
    }
    .workimgs .boxes.box-1{
      border-radius: 3px 25% 3px 25%;
      box-shadow: 0 1rem 3rem rgba(33,37,41,.175), 15px 15px 0px #f4c566;
    }
    .workimgs .boxes.box-2{
      border-radius: 25% 3px 25% 3px;
      box-shadow: 0 1rem 3rem rgba(33,37,41,.175), -15px 15px 0px #f4c566;
    }
    .workimgs .boxes.box-3{
      border-radius: 25% 3px 25% 3px;
      box-shadow: 0 1rem 3rem rgba(33,37,41,.175), 15px -15px 0px #f4c566;
    }
    .workimgs .boxes.box-4{
      border-radius: 3px 25% 3px 25%;
      box-shadow: 0 1rem 3rem rgba(33,37,41,.175), -15px -15px 0px #f4c566;
    }
    .workimgs .boxes:hover {
      background: var(--primary-color);
      transform: scale(1.06);
      z-index: 2;
    }
    .workimgs i, .workimgs svg, .workimgs img{
      color: #fff;
      height: 60px;
      width: 60px;
      padding: 10px;
      border-radius: 5px;
      background-color: var(--primary-color);
      object-fit: contain;
      font-size: 63px;
      transition: transform .1s;
    }
    .workimgs h4{
      font-weight: 400;
      text-align: center;
      font-size: 14px;
      color: #ffffff;
      margin: 7px 0 0;
    }
    .workimgs .boxes:hover h4{
      color: #fff;
    }
    .workimgs .boxes:hover i, .workimgs .boxes:hover svg, .workimgs .boxes:hover img{
      transform: scale(1.1);
    }
    .workimgs .boxes:hover p{
      color: #769fe7;
    }
  @media (max-width: 767px){
    .slidercont{
      border-radius: 20px;
      /*height: 180px; */
      aspect-ratio: 18/9;
    }
    .showcase .swiper-pagination {
      bottom: 5px;
    }
    .sip_cont h2,
    .itembuy_cont h2,
    .itembuy_cont .mtt_typ h4,
    .taxinfo div,
    .taxinfo_cont .btn-buy{
      font-size: 18px;
    }
    .sec-cal .item_ttl h3,
    .sec-cal .balc h4,
    .itembuy_cont .carat h3,
    .itembuy_cont .carat p,
    .todaydate h4{
      font-size: 13px;
    }
    .sec-cal .balc h5,
    .sec-cal .balc h6,
    .taxinfo p{
      font-size: 11px;
    }
    .sip_cont p{
      font-size: 10px;
    }
    .itembuy_cont .carat label{
      width: 45px;
      height: 45px;
    }
    .swiper-button-next:after, 
    .swiper-button-prev:after{
      font-size: 25px;
      background: rgb(255 255 255 / 16%);
      padding: 10px 18px;
      border-radius: 50px;
      backdrop-filter: blur(2px);
    }
    .workimgs .flxcontrol{
      justify-content: space-between;
    }
    .workimgs .boxes.col-6{
      max-width: calc(50% - 18px);
    }
    .workimgs .boxes{
      padding: 10px 8px;
      height: 140px;
      text-align: center;
      gap: 5px;
    }
  }
  @media (max-width: 370px){
    .itembuy_cont .mtt_typ img{
      display: none;
    }
    .itembuy_cont .mtt_typ h4{
      width: 100%;
      padding: 0;
    }
    .sec-cal .items .icon img{
      width: 75%;
    }
  }

/*end*/