html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
@media screen and (max-width:600px){
    .main {
    width: 100%;
    min-height: 30vh!important;
}
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: "heading";
  src: url(./Assets/Fonts/PF\ Monumenta\ Pro\ Regular.ttf);
}

@font-face {
  font-family: "gilmer-light";
  src: url(./Assets/Fonts/Gilmer\ Light.ttf);
}

@font-face {
  font-family: "gilmer-regular";
  src: url(./Assets/Fonts/Gilmer\ Regular.ttf);
}

@font-face {
  font-family: "gilmer-medium";
  src: url(./Assets/Fonts/Gilmer\ Medium.ttf);
}

@font-face {
  font-family: "gilmer-heavy";
  src: url(./Assets/Fonts/Gilmer\ Heavy.ttf);
}

@font-face {
  font-family: "gilmer-bold";
  src: url(./Assets/Fonts/Gilmer\ Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: gilmer-regular;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.main {
  width: 100%;
  min-height: 0vh;
}

.mainHeading {
  font-size: 3.5vw;
  color: #333;
  font-family: "gilmer-bold";
  font-weight: 600;
}

.mainP {
  font-size: 1.2vw;
  color: #333;
  font-weight: 500;
}

a {
  text-decoration: none !important;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33%;
}
.d-flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* ----------------Cursor--------- */
#purple {
  height: 100vh;
  width: 100vw;
  top: 0;
  position: fixed;
  z-index: 100;
  background-color: #edbfff;
  opacity: 0;
  display: none;
  transition: opacity ease 1s;
}
.cursor {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: fixed;
  background-image:url(Assets/Img/diamond.jpg);
  z-index: 8;
  transition: background-image ease 0.5s;
  background-position: center;
  background-size: cover;
  mix-blend-mode: difference;
}


/* ------------Section-1--------- */

/* ------------header-nav--------- */
.header-part {
  position: fixed;
  width: 100%;
  height: 15vh;
  top: 0;
  z-index: 9999;
}

nav {
  /* position: fixed; */
  width: 80%;
  height: 8vh;
  border-radius: 50px;
  background: rgba(203, 165, 120, 0.69);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
  border: 1px solid rgba(203, 165, 120, 0.26);
  z-index: 9999;
}

.logo {
  width: 25%;
  height: 100%;
  margin-left:30px;
}

.logo img {
  width: 40%;
}

.nav-link {
  width: 50%;
  height: 100%;
  gap: 2vw;
}

.nav-link a {
  color: #fffae0;
  font-size: 1rem;
}
.nav-link a:hover {
  color: #fffae0;
  font-size: 1rem;
}

.rght-nav {
  width: 25%;
  height: 100%;
}

.cta-btn {
  background-color: #a0539b;
  border: none;
  color: #fffae0;
  padding: 0.8vw 2vw;
  border-radius: 50px;
  font-size: 0.9rem;
}

.mobile-nav-btn {
  font-size: 1.6rem;
  background: transparent;
  cursor: pointer;
  visibility: hidden;
}

#mobile-nav-close[name="close"] {
  display: none;
}

.slider {
  position: fixed;
  top: 0%;
  left: -105%;
  width: 100vw;
  height: 100vh;
  background-color: #a0539b;
  z-index: 999;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.mobile-navbar {
  width: 100%;
  height: 80vh;
  list-style: none;
  justify-content: space-evenly;
  margin-top: 60px;
}

.mobile-navbar a {
  font-size: 2rem;
  color: #cba578;
}

.header-main-content {
  height: 100vh;
  width: 100%;
}

.lft-main-header {
  align-items: start;
  width: 50%;
  height: 100%;
  padding-left: 10vw;
  gap: 3vh;
}

.rght-main-header {
  color: #000;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.rght-main-header img {
  margin-top: 10vh;
  width: 60%;
}

.jewellery-btn {
  color: #000;
}

.jewellery-btn a:hover {
  color: #000;
}

.jewellery-btn a {
  display: flex;
  font-family: "gilmer-medium";
  font-weight: 800;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 5vh;
  border: 2px solid #cba578;
  border-radius: 10px;
  padding: 0.8vw;
  margin-right: 30px;
  color: #000;
}

.lft-main-btm {
  gap: 1vw;
}

/*----------------------------------
Section-2
----------------------------------*/
.section-2 {
  margin-top:100px;
  min-height: 80vh;
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 170px 100px;
  background-image:url(Assets/Img/pattern-2.png);
  
}

.text-div a {
  color: #cba578;
}

.elem {
  color: #cba578;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elem img {
  position: absolute;
  opacity: 0;
  transition: all ease-out 0.5s;
  transform: translateY(10%) rotate(2deg);
}
.elem img:nth-child(1) {
  left: 2%;
}
.elem img:nth-child(3) {
  right: 5%;
}
.text-div {
  cursor: pointer;
  height: 16vh;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.elem h2 {
  font-size: 7.5vw;
  font-weight: 600;
  transition: all ease-out 0.5s;
}

.elem:hover h2 {
  transform: translateY(-100%);
  color: #a0539b;
}
.elem:hover img {
  opacity: 1;
  transform: translateY(0%) rotate(0deg);
}

/*----------------------------------
Section-3
----------------------------------*/
.section-3 {
  min-height: 80vh;
  width: 100%;
  position: relative;
  z-index: 9;
  font-weight: 300;
}

.section-3 h1,
.section-3 h2 {
  font-size: 8vw;
  margin-left: 6vw;
  transform-origin: left;
  color: #333;
}
.section-3 h2 {
  margin-left: 15vw;
}

.section-3 video {
  width: 40%;
  margin-top: 10vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

/*----------------------------------
Section-4
----------------------------------*/

.section-4 {
  width: 100%;
  height: 60vh;
 gap: 5vw;
  padding: 5vw;
}

.lft-section-4 {
  width: 50%;
  height: 100%;
}

.lft-section-4 img {
  width: 90%;
}

.rght-section-4 {
  width: 40%;
  height: 100%;
}

.rght-section-4 {
  gap: 1vw;
  text-align: center;
}

.rght-section-4 h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #333;
}

.rght-section-4 p {
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
}

/*----------------------------------
Section-5
----------------------------------*/
.section-5 {
  width: 100%;
  height: 60vh;
  gap: 5vh;
}

.container-5 {
  width: 100%;
  height: 45vh;
  gap: 5vw;
}

.box-1,
.box-2,
.box-3 {
  width: 25vw;
  height: 100%;
  font-size: 18px;
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

.box-1 span,
.box-2 span,
.box-3 span {
  font-size: 24px;
}
.container-5 h4 {
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  margin: 20px 0;
  color: #000;
}

.container-5 p {
  text-align: justify;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.container-5 .box-1:hover,
.box-2:hover,
.box-3:hover {
  background: #cba578;
  padding: 30px 30px 30px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.container-5 .box-1:hover span,
.container-5 .box-1:hover h4,
.container-5 .box-1:hover p {
  color: #fff;
}
.container-5 .box-2:hover span,
.container-5 .box-2:hover h4,
.container-5 .box-2:hover p {
  color: #fff;
}
.container-5 .box-3:hover span,
.container-5 .box-3:hover h4,
.container-5 .box-3:hover p {
  color: #fff;
}

/*----------------------------------
MAP
----------------------------------*/
.map {
  text-align: center;
  justify-content: center;
  padding-top: 30px;
  background-color: #fffae0;
}

.map iframe{
  width: 1300px;
  height: 450px;
  border: 0;
}

/*-------------------------------
Footer
------------------------------*/
.footer {
  width: 100%;
  height: 40vh;
  background-color: #a0539b;
  gap: 1.5vh;
}

.footer img {
  width: 250px;
}

.footer p {
  font-family: gilmer-medium;
  font-size: 20px;
  font-weight: 400;
  color: #f7f9f9;
  text-align: center;
}

.icons img {
  width: 40px;
  margin-left: 25px;
}

.footer-end h2 {
  font-size: 16px;
  text-align: center;
  margin: 4vh 0vw;
}
.footer-end {
  height: 5vh;
}

/*----------------------------
Media Query
----------------------------*/
@media (max-width: 699px) {
  .elem:hover h1 {
    transform: translateY(-100%);
    color: #edbfff;
  }
  .elem:hover img {
    opacity: 1;
    transform: translateY(0%) rotate(0deg);
  }
      
}

@media (max-width: 699px) {

  .why-us{
  margin-bottom:350px;
  margin-top: 280px;  
  }
  nav.d-flex {
    justify-content: space-between;
    padding: 0 5vw;
  }

  .logo img {
    width: 180%;
  }

  .nav-link {
    display: none;
  }

  .mobile-nav-btn {
    display: block;
    z-index: 99;
    visibility: visible;
  }

  .rght-nav {
    display: none;
  }
  .section-1 {
    height: 118vh!importantimportant;
  }

    
  .nav-link a {
    display: none;
  }

  .cta-btn {
    display: none;
  }
  .header-main-content {
    flex-direction: column;
    /*height: 150vh;*/
   margin-top: 100px;
   gap: 5.5vh;
  }
  .lft-main-header {
    height: 100%;
  }
  .lft-section-4 img {
    padding-top: 260px;
}

  .rght-main-header {
    width: 100%;
    align-items: start;
    overflow: initial;
          
  }

  .mainHeading {
    font-size: 11vw;
  margin-top:100px;
  }

  .mainP {
    font-size: 4vw;
  }

  .header-img {
    width: 250%;
  }
  .lft-main-header {
    width: 100%;
  }
  .jewellery-btn a {
    padding: 4vw;
    margin-right: 15px;
  }
  .rght-main-header img {
    margin-top: 42px;
    width: 80%;
  }
  
  .rght-main-header .rght-scnd-head {
    bottom: 13%;
    right: 10%;
    font-size: 2.5vh;
  }
  .section-4 {
    flex-direction: column;
    height: 50vh;
    margin: 5vh 0vw;
    margin-top: 100px;
  }
  .lft-section-4,
  .rght-section-4 {
    width: 100%;
  }

  .rght-section-4 h1{
    font-size: 1.2rem;
  }

  .rght-section-4 p{
    font-size: 1rem;
    padding:1vh 4vw;
  }
  .section-6 {
    margin-top: 350px;
  }

  .box {
    margin-bottom: 2vh;
  }

  .section-5 {
    height: 100vh;
  }

  .section-5 h2{
    font-size: 8vw;
  }

  .container-5 {
    flex-direction: column;
    height: 165vh;
  }
  .box-1,
  .box-2,
  .box-3 {
    width: 100%;
    height: 30%;
  }
  .elem h2 {
    font-size: 15vw;
  }
  .elem img{
    display: none;
  }
  .section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40vh;
}
.section-3 {
  margin-bottom: 43vh;
   min-height: 40vh;
}
  .text-div {
    height: 10vh;
  }

  .footer{
   height:40vh; 
  }

  .footer p{
  font-size:14px;  
  gap:1.5vh;
  }
  
 .footer .icons img {
    width: 29px;
    margin-left: 20px;
}
.footer img{
width:170px;  
}

.footer-end h2 {
  font-size: 10px;
  text-align: center;
  margin: 4vh 0vw;
}
}

.testing{
  width: 100%;
  height: 10vh;
  background-color: pink;
}


/*--------------------------------
Gallery
--------------------------------*/
.img-gallery{
  width:80%;
  margin:150px auto 50px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap:30px;  
  }
  
  .img-gallery  img{
  width:100%;
  cursor: pointer;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  
  .full-img{
    width:100%;
    height:100vh;
    background:rgba(0, 0, 0, 0.9);
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:100;
    display:none;
  }
  
  .full-img img{
  width:90%;  
  max-width:400px;
  }
  
  .full-img span{
    position:absolute;
    top:15%;
    right:5%;
    font-size:30px;
    color:#fff;
    cursor: pointer;
  }
  
  /*---------------------------------
CONTACT SECTION
---------------------------------*/

.contact-info a{
  text-decoration:none;
  color:#000;
  }
  
  .contact-info a:hover{
  text-decoration:none;
  color:#000;
  }
  
  #contact{padding:60px 0;}
  
  #contact .contact-info{
  
  margin-bottom: 20px;
  text-align: center;}
  
  #contact .contact-info i{font-size:48px;
  display:inline-block;
  margin-bottom:10px;
  color:#a0539b;}
  
  #contact .contact-info address,#contact .contact-info p{margin-bottom:0px;
  color:#000;}
  
  #contact .contact-info h3{font-size:18px;
  margin-bottom:15px;
  font-weight:bold;
  text-transform:uppercase;
  color:#000;}
  
  #contact .contact-info a:hover{color:#000;}		
  
  #contact .contact-address,#contact .contact-phone,#contact .contact-email{margin-bottom:20px;}
  
  @media(min-width:786px){#contact .contact-phone{border-left:1px solid #ddd;
  border-right:1px solid #ddd;}
  }
  
   
  .form {width: 100%;}
  
  .contact h4{
  text-align:center;
  margin-top:30px;
  margin-bottom:30px;
  font-size:33px;
  }
  
  form .input-box{
  display: flex;
  justify-content: space-between;}
  
  .input-box .input-field{width:49.5%;}
  
  .field .item{
  width: 100%;
  padding: 18px 0px 18px 25px ;
  background:#f7f9f9;
  outline: none;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
  margin:12px 0px ;}
  
  .field .item::placeholder{
  color: #acacac}
  
  .field.error .item{border-color: #d93025;}
  
  .field .error-txt{
  font-size: 15.5px;
  color: #d93025;
  text-align: left;
  margin: -5px 0 0px 20px ;
  display: none;}
  
  .field.error .error-txt{
    display: block;}
  
  form .textarea-field .item{resize: none;}
  
  form .textarea-field .error-txt{margin-top: -10px;}
  
  form button {
    padding: 12px 32px; 
    background:#a0539b;
    border: none;
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 10px #a0539b;
    font-size: 16px; 
    color: #FFFAE0;
    letter-spacing: 1px; 
    font-weight: 600; 
    cursor: pointer; 
    margin-top: 20px;
    transition: .5s;}
  
  form button:hover{box-shadow: none;}

@media (max-width: 799px) {
    .rght-section-4 h1 {
      font-size: 1.7rem;
  }  
  .rght-section-4 p {
    font-size: 0.9rem;
}
.section-3 {
  margin-bottom: 250px;
}
.testimonial {
  margin-top: 300px;
}
  }

  @media screen and (min-device-width: 500px) and (max-device-width: 700px) { 

  .rght-main-header .rght-frst-head {
    top: 5%;
}
 .rght-main-header img {
    margin-top: 42px;
    width: 80%;
  }
.elem h2 {
  font-size: 11vw;
}
.rght-main-header .rght-scnd-head {
  bottom: 30%;
}
.mainHeading {
  font-size: 8vw;
  margin-top: 120px;
}
.mainP {
  font-size: 2vw;
}
.jewellery-btn a {
  padding: 3vw;
}
 .img-gallery{
      margin:110px auto 50px;
  }
}

@media(max-width:599px){
.map iframe{
  width: 380px;
  border:0;
  height:400px;
}
}




/*---------------------------------------
About Us
----------------------------------------*/
/*---------------------------------------
About Us
---------------------------------------*/
.about-us{
  margin-top:200px; 
  font-family:Heading; 
  width:100%;
  height:100vh;
  background-color:#000;
  }
  
  .about-us1{
    margin-top:100px;
    font-family:Heading;
  }
  
  .about-us h1{
  font-size:28px; 
  font-weight:600; 
  }
  
  .about-us .banner-content{
  margin-top:30px;  
  }
  
  .about-us1 h1{
    font-size:28px; 
    font-weight:600; 
    }
  
    .about-us1 .banner-content{
      margin-top:30px;  
      }


/*-------------------------------
Testimonial
-------------------------------*/
.testi h1{
  align-items:center; 
  justify-content:center; 
  display:flex;
  color:#fffae0;
  font-family:gilmer-medium;
  }
  
  .testimonial h1{
  z-index: inherit;  
  }
  
  .testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#cba578;
    color: #3d5a80;
    margin-top:70px;
    
  }
  .testimonial-slide {
    padding: 40px 20px;
  }
  .testimonial_box-top {
    background-color:#fffae0;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px #a0539b;
  }
  .testimonial_box-icon {
    padding: 10px 0;
  }
  .testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
  }
  .testimonial_box-text {
    font-family:gilmer-regular;
    padding: 10px 0;
  }
  .testimonial_box-text p {
    font-family:gilmer-medium;
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
  }
  .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
  }
  .testimonial_box-name {
    padding-top: 10px;
  }
  .testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
  }
  .testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
  }
  
/*-------------------------------------
Why US
---------------------------------------*/
.why-us{
  width: 100%;
  height: 100%;  
    margin-top: 50px;
  margin-bottom: 50px;
  font-family: gilmer-regular;
  }
  .why-us p{text-align: center;}
  .headline {
  text-align: center;
  
  color: #000;
  margin-top:50px!important;
margin-bottom:50px;}
  
  .why-us .box{
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  cursor: pointer;}
  
  .why-us .box span{
  display: block;
  font-size: 28px;
  color: #000;}
  
  .why-us .box h4{
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 20px 0;
  color: #000;}
  
  .why-us .box p{
  text-align: justify;
  color: #aaaaaa;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: grey;}
  
  .why-us .box:hover{
  background:#cba578;
  padding: 30px 30px 70px 30px ;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);}
  
  .why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p{
  color: #fff;}
    
  .ocassion h2{
    margin: 60px 20px!important; ;
  }
  @media screen and (max-width:600px) {
    .col-lg-4 {
    flex: 100%;
      max-width: 100%;
  }
  }
  div#why-us h2 {
    text-align: center;
  }