@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@100;300;400;500;700&family=Poppins:wght@100;200;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@100;300;400;500;700&family=Nunito+Sans:opsz,wght@6..12,200;6..12,400;6..12,500;6..12,600;6..12,700&family=Poppins:wght@100;200;400;500;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all 0.4s;
}


.flip-card-back-part p{
	font-size:20px;
}
.hide {
    display: none;
    color: #1e2b59;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
}


.contact-section{
    margin-top:80px;
}
    
.myDIV:hover + .hide {
  display: block;
  color: #1e2b59;
}

.phone-address-contact img {
  width: 20px;
}
section .container-fluid {
  padding: 0px 6%;
  padding-top: 4%;
}
h3 {
  margin-bottom: 0px;
}
.main-body {
  padding-top: 95px;
  overflow: hidden;
}
header {
  padding: 0px 6%;
  background: #1d2343;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}
header nav {
  padding: 0px !important;
}
.navbar-nav li a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
.navbar-nav li a:hover {
  color: #e7b5bc;
}
.navbar-nav li {
  margin-right: 20px;
}
.mobile-banner{
  display: none;
}
.home-banner {
  /*  background: url(../image/banner-main.jpg);*/
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 650px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 6%;
  /* margin-top: 98px; */
}
.home-inner-text {
  width: 40%;
}
.text-align-home h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  text-transform: capitalize;
  font-weight: 600;
  color: #072718;
  margin: 0px;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}
.heading:before {
  content: "";
  position: absolute;
  background: #f1b9b7;
  width: 4000px;
  height: 140px;
  z-index: -90;
}
/*.head-para{*/
/*    margin-top:40px;*/
/*}*/
.heading .h2 .line {
  width: 200px !important;
  border-top: 1px solid #1d2343;
  transform: rotate(360deg);
  display: inline-block;
  margin-top: 1px;
}
.heading .h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
}
.one-section-net {
  padding-top: 0px;
}
.heading h2 {
  margin-bottom: 0px;
  color: #1e2b59;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d2343;
}
.head-para p {
  width: 45%;
  margin: auto;
  text-align: center;
  color: #292929;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.virtual-icons a{
        text-decoration: none;
	color: #1e2b59;
}


.second-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.diamond-img {
  overflow: hidden;
}
.diamond-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1);
}
.diamond-img img:hover {
  transform: scale(1.2);
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.revealleft.active {
  transform: translateX(0);
  opacity: 1;
}
.revealleft {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}
.revealright.active {
  transform: translateX(0);
  opacity: 1;
}
.revealright {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.modal-card-one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.third-section .row {
  row-gap: 120px;
  align-items: center;
}
.heading .h3 .line {
  width: 110px !important;
  border-top: 1px solid #1d2343;
  transform: rotate(360deg);
  display: inline-block;
  margin-top: 1px;
}
.heading .h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
}
.heading h3 {
  color: #1e2b59;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.vison-para {
  width: 75%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.vison-para p {
  color: #292929;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.modal-card-one img {
  width: auto;
  height: 600px;
}
.third-section-el {
  position: relative;
  padding-bottom: 4%;
}
.third-section-el::before {
  content: "";
  position: absolute;
  top: 0px;
  background: url(../image/bue-elment.png);
  height: 170px;
  width: 85px;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  background-size: cover;
  left: 0px;
}
footer {
  background: #1e2b59;
  padding: 4% 6%;
}
.follow-us a {
  color: #1e2b59;
}
.heading-h3 h3 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  width: 90%;
}
.address-line p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px;
}
.footer-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-links ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.contact-us-footer img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.contact-us-footer a {
  text-decoration: none;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.contact-us-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.phone-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.map-icon {
  display: flex;
  align-items: start;
  gap: 20px;
}
.map-icon p {
  text-decoration: none;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.address-line {
  width: 80%;
}
.fourth-section-body {
  margin-top: 80px;
}
.log-book-bg-img {
  overflow: hidden;
  border-radius: 10px;
}
.log-book-bg-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1);
  border-radius: 10px;
}
.log-book-bg-img img:hover {
  transform: scale(1.2);
}
.look-book-cont {
  width: 70%;
  margin: auto;
}
.look-book-text {
  width: 80%;
  margin: auto;
  position: relative;
  top: -50px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #0000002e;
  background: white;
}
.h4-book {
  text-align: center;
}
.h4-book h4 {
  color: #292929;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 0px;
  margin: 0px;
}
.book-text p {
  color: #292929;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
  padding-top: 0px;
}
.book-text a {
  color: #e49202;
  text-decoration: none;
  padding: 10px;
}
.fourth-section .container-fluid {
  margin-top: 60px;
}
.fourth-section-body .row {
  row-gap: 60px;
}
.virtual-box {
  text-align: center;
}
.virtual-box img {
  width: auto;
  height: 60px;
  object-fit: contain;
}
.virtual-text {
  margin-top: 20px;
}
.virtual-text p {
  color: #1e2b59;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler {
  background: white;
  border: none;
  border-radius: 0px;
}
.virtual-icons {
  margin-top: 40px;
  row-gap: 20px;
}
.instagram-feed {
  margin-top: 30px;
}
.instagram-feed .container-fluid {
  padding-top: 0px;
}
.footer-section .row {
  row-gap: 40px;
}
.input-row label {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 110px;
}
.form-beau_pars {
  width: 100%;
}
.input-row input {
  width: 100%;
  background: rgba(217, 217, 217, 0.5);
  border: none;
  padding: 10px;
  outline: none;
}
.input-row textarea {
  width: 100%;
  background: rgba(217, 217, 217, 0.5);
  border: none;
  padding: 10px;
  outline: none;
  height: 150px;
}
.form-beau {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.input-row {
  display: flex;
  align-items: start;
}

.custom-video__container{
    margin-top:80px;
}

.contact-banner {
  background: url(../image/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 6%;
}
.contact-inner-text {
  width: 40%;
}
.input-submit input {
  width: auto;
  padding: 5px 25px;
  border: 1px solid;
  background: none;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-us-head h3 {
  color: #000;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #cd989a;
  padding-bottom: 5px;
  display: inline-block;
}
.contat-form-div {
  margin-top: 30px;
}
.inner-contact-div {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.phone-address-contact {
  display: flex;
  align-items: start;
  gap: 20px;
}
.address-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.phone-address-contact a {
  text-decoration: none;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.phone-address-contact p {
  text-decoration: none;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.contact-section .row {
  box-shadow: 0px 0px 8px 0px #00000021;
  padding: 20px;
  border-radius: 10px;
}
.contact-section .container {
  padding-bottom: 4%;
}
.border-line {
  border-right: 1px solid #00000021;
}
.contact-section .col-lg-6 {
  padding: 40px;
}
.input-submit input:hover {
  background: #1e2b59;
  color: white;
}
.parsley-errors-list li {
  color: #ff0000;
  text-align: left;
}
.parsley-errors-list {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 5px;
}
/*collection*/
.div-collection {
  margin-bottom: 80px;
}
.collection-col-two-heading h3 {
  margin-bottom: 0px;
  color: #1e2b59;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.collection-section-new .container-fluid {
  padding-top: 2%;
}

.collection-second-new .row{
    row-gap:40px !important;
}

.collection-section-new{
  padding-top: 0% !important;
}
.collection-col-one {
  width: 80%;
  margin: auto;
}
.collection-col-one img {
  width: 100%;
  height:80vh;
      object-fit: cover;
}
.collection-col-two {
  width: 80%;
  margin: auto;
}
.collection-col-two-img img {
  width: 85%;
  object-fit: contain;
  margin: 20px 0px;
}
.collection-col-two-img p {
  color: #292929;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px;
}
.collection-second-new {
  margin-top: 80px;
}
/* story */
.story-mid-img img {
  width: 100%;
  object-fit: contain;
}
.story-section-new .row {
  align-items: center;
  row-gap:20px
}
.story-section-new .row p {
  color: #292929;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.story-mid-img-para{
  width: 75%;
  margin: auto;
}
.story-video-section{
  margin-top: 0px;
  padding:0px;
}
@media (max-width: 1600px) {
    
    
    
    .collection-col-one {
    width: 100%;
    margin: auto;
}
 .collection-col-two {
    width: 100%;
    margin: auto;
}   
    
    
    
  .look-book-cont {
    width: 80%;
  }
  .modal-card-one img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .vison-para {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .home-banner {
    height: 500px;
  }
  .diamond-img img {
    width: 100%;
    height: auto;
  }
  .head-para p {
    width: 65%;
  }
  section {
    padding: 0px 4%;
    padding-top: 4%;
  }
}
@media (max-width: 1400px) {
    
    
    .custom-video__container {
     margin-top: 40px; 
}
    
    
    
    
    
  .look-book-cont {
    width: 95%;
  }
  .look-book-text {
    width: 90%;
  }
  .heading h3 {
    font-size: 34px;
  }
  .heading .h3 .line {
    width: 120px !important;
  }
}
@media (max-width: 1200px) {
    
    .collection-col-two-img img {
    width: 100%;
}
    
    .collection-col-two-heading h3 {

    font-size: 30px;

}
    
    
  .home-banner {
    height: 450px;
  }
  .heading .h3 .line {
    width: 70px !important;
  }
  .third-section-el {
    padding-top: 8%;
  }
  p {
    font-size: 18px !important;
  }
  .modal-card-one img {
    width: auto;
    height: 500px;
  }
  .third-section .row {
    row-gap: 80px;
    align-items: center;
  }
  .modal-card-one img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
    
    
    
    .custom-video__control {
    margin-left: 0px !important;
    top: 50% !important;
    left: 46% !important;
}
    
    .story-mid-img-para {
    width: 100%;
    margin: auto;
}
    
    
  .fourth-section-body .row {
    row-gap: 10px;
  }
  .look-book-cont {
    width: 100%;
  }
  .heading h3 {
    font-size: 30px;
  }
  .heading .h3 .line {
    width: 50px !important;
  }
  .home-inner-text {
    width: 42%;
  }
  header {
    padding: 0px 2%;
  }
  footer {
    padding: 4% 2%;
  }
  .navbar-nav {
    text-align: center;
  }
  .home-banner {
    height: 300px;
  }
  .text-align-home h1 {
    font-size: 40px;
  }
  .heading h2 {
    font-size: 34px;
  }
  .heading .h2 .line {
    width: 150px !important;
  }
  .head-para p {
    width: 75%;
    font-size: 18px;
  }
  .diamond-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  section {
    padding: 0px 2%;
    padding-top: 6%;
  }
  .second-section .row {
    margin-top: 40px;
  }
}
@media (max-width: 812px) {
  .address-line {
    width: 90%;
  }
  .heading-h3 h3 {
    font-size: 28px;
  }
  .contact-us-footer a {
    font-size: 16px;
  }
  .heading .h3 .line {
    width: 40px !important;
  }
  .footer-links ul li a {
    font-size: 16px;
  }
  p {
    font-size: 16px !important;
  }
  .heading .h3 {
    gap: 10px;
  }
}
@media (max-width: 767px) {
    
    .collection-second-new {
    margin-top: 40px;
}
    
    
    .collection-col-one img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

  .third-section-el::before {
    top: 15px;
    height: 120px;
    width: 53px;
  }
  .heading h3 {
    font-size: 32px;
  }
  .modal-card-one img {
    width: 100%;
    height: 500px;
  }
  .third-section .third-section-row-one {
    flex-direction: column-reverse;
  }
  .third-section .third-section-row-two {
    flex-direction: column;
    margin-top: 40px;
  }
  .second-section .row {
    margin-top: 40px;
    row-gap: 25px;
  }
  .third-section .row {
    row-gap: 30px;
  }
  .heading .h2 .line {
    width: 100px !important;
  }
  .home-banner {
    height: 300px;
  }
  .navbar-nav {
    border-top: 1px solid #e49202;
  }
  .home-inner-text {
    width: 50%;
  }
  .heading h2 {
    font-size: 32px;
  }
  .head-para p {
    width: 100%;
    font-size: 18px;
  }
  .heading .h3 .line {
    width: 100px !important;
  }
}
@media (max-width: 600px) {
    
    
    
    .custom-video__control {
    margin-left: 0px !important;
    position: absolute !important;
    top: 50% !important;
    left: 40% !important;
    }
    
    
    .custom-video__container{
    margin-top:40px;
}
    
    
    
    section .container-fluid {
    padding: 0px 2%;
    }
    
    
    .collection-section-new .row{
        row-gap:40px;
        flex-direction: column-reverse;
    }
	
	
	.form-beau_pars-mag{
		width: 100% !important;
	}
	
	
	.inner-contact-div {
    row-gap: 10px;
}
	.form-beau_pars {
    width: 80%;
}
	
	
	
  .heading .h2 .line {
    width: 60px !important;
  }
  .heading .h3 .line {
    width: 60px !important;
  }
  .fourth-section .container-fluid {
    margin-top: 40px;
  }
  footer {
    padding: 6% 2%;
  }
}
@media (max-width: 525px) {
  .home-banner ,.contact-banner {
    display: none;
  }
  .mobile-banner{
  display: block;
}
  .contact-section .col-lg-6 {
    padding: 0px;
  }
  .contact-banner {
    height: 300px;
  }
  .border-line {
    border-bottom: 1px solid #00000021;
    border-right: none;
    padding-bottom: 40px !important;
    margin-bottom: 40px;
  }
  .contact-section .row {
    box-shadow: 0px 0px 8px 0px #00000021;
    padding: 20px;
    border-radius: 10px;
  }
  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  .reveal {
    position: relative;
    transform: translateY(80px);
    opacity: 0;
    transition: 1s all ease;
  }
  .mobile-banner {
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    align-items: end;
    padding: 10% 5%;
    display:flex;
  }
  .home-inner-text {
    width: 100%;
  }
  .text-align-home h1 {
    font-size: 40px;
    color: white;
  }
  .modal-card-one img {
    width: 100%;
    height: auto;
  }
  .heading .h2 .line {
    width: 40px !important;
  }
  .heading .h3 .line {
    width: 40px !important;
  }
  .heading .h2 {
    gap: 10px;
  }
  header {
    padding: 0px 0%;
  }
}
 img,video {
    cursor: not-allowed;
  }
