@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Roboto:wght@300;400;500;700&display=swap');
html,
body {
  height: 100;
  width: 100;
  font-family: 'DM Sans', sans-serif;
  font-family: 'Playfair Display', serif;
  /* font-family: 'Poppins', sans-serif; */
  padding: 0;
  margin: 0;
  background-color: #000000;
}

.roboto{
  font-family: 'Roboto', sans-serif;
}

.forhover:hover{
  color: #cc9e63 !important;
}

.bgimg-1 {
    background-image: url(/img/Layer\ 6.png);
    min-height: 100%;
}

.topheading-Border{
  border-bottom: 2px solid rgba(219, 219, 219, 0.336) !important;
}

.back-img{
  background-image: url(/img/3547.png);
    min-height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    height: 40vh;
    opacity: 0.9;
  
}

.bgimg-1 {
    position: relative;
    /* opacity: 0.65; */
    /* filter: saturate(6); */
    /* filter: sepia(100%); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    height: 100vh;
    background-color: #493905bd;
    top: -26px;
}

.caption {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    color:#FFFFFF;
}

.heading{
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
}

.marg-top{
  margin-top: 80px !important;
  
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #9b867d4d;
    border-color: #47596880;
    border: 1px solid #ffffff;
    border-radius: 2rem;
  }

  .btn-gold {
    color: #FFFFFF;
    background-color: rgba(204, 158, 99, 1);
    border-color: #47596880;
    border: 1px solid #ffffff;
    border-radius: 2rem;
  }


  .btn-white {
    color: rgba(204, 158, 99, 1);
    background-color: #FFFFFF;
    border-color: #b0b0b0;
    border: 1px solid gray;
    border-radius: 1.5rem;
    box-shadow: rgb(255 255 255 / 30%) 0px 0px 0;
}

.btn-white:hover {
    color: #000000;
    background-color: rgb(206, 206, 206);
    border-color: #ffffff;
 
}

.text-dec{
    text-decoration: none;
    color: #FFFFFF;
}

.sec2-h1{
  font-family: 'Playfair Display';
/* font-size: 30px; */
line-height: 72px;
font-weight: 700;
letter-spacing: -0.015em;
color: #cc9e63;
opacity: 1;
}

.sec2-l2{
  font-family: 'Roboto', sans-serif;
/* font-size: 14px; */
line-height: 42px;
font-weight: 500;
font-style: italic;
letter-spacing: -0.015em;
color: #ececec;
opacity: 1;
}

.gems img{
  height: auto;
  width: 80px;
}

.img-gallary{
  width: 100%;
  height: 250px;
}

.img-gall{
  width: 100%;
}


.textforimage{
  position: relative;
  top: -36px;
  color: #ffffff;
  left: 12px;
  font-family: 'Roboto', sans-serif;
}





.counter-section span.counter {
  font-size: 40px;
  color: #cc9e63;
  line-height: 60px;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px
}

.counter-title {
  font-family: Roboto;
  font-size: 17px;
  /* line-height: 72px; */
  font-weight: 500;
  letter-spacing: -0.015em;
  /* color: #ffffff */
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  color: #FFFFFF;
  
}

.counter-icon {
  top: 25px;
  position: relative
}

.counter-style2 .counter-title {
  letter-spacing: 0.55px;
  float: left
}

.counter-style2 span.counter {
  letter-spacing: 0.55px;
  float: left;
  margin-right: 10px
}

.counter-style2 i {
  float: right;
  line-height: 26px;
  margin: 0 10px 0 0
}

.counter-subheadline span {
  float: right
}

.medium-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important
}

.counter-back{
  /* width: 1142px; */
  /* height: 188px; */
  background-color: #221d19;
  box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.05);
  position: relative;
  top: -45px;
}


