@font-face {
  font-family: "vivaldi";
  src: url("fonts/VIVALDII.woff");
}
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #ffffff !important;
}
.error-msg {
  color: red;
  font-size: 13px;
}

/* Header */
/* .btn {
  -webkit-appearance: none !important;
} */
.header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 20px 0; */
  /* background: linear-gradient(to bottom,#ffffff00,#ffffff52); */
  /* background-image: url(../img/menu_banners_blue-01.png); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 11%;
  padding-top: 17px;
  outline: solid 1px #ffffff12;
}

.header.hide {
  top: -100px;
}

.header.header-scrolled {
  background: #ffffff;
  /* padding: 12px 0; */
  /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 100px;
  margin-right: 23px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Poppins", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  /* padding: 0; */
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  top: -17px;
}
.sign-in-nav {
  margin-left: 100%;
  font-weight: 600;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 38px 10px 38px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #a7a7a7;
}

.navbar .getstarted {
  background: #0b0527;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #ed141e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li :hover {
  background: aliceblue;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  /* font-weight: 600; */
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0b0527;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }

  .all-hero-wording {
    /* color: #000 !important; */
    /* position: inherit !important; */
    top: 14% !important;
    /* left: 5px; */
    /* padding: 10px; */
  }
  .font-size-wording {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.nav-icon {
  background-color: #e7e8e8;
  border-radius: 20px;
  padding: 7px;
  font-size: 16px !important;
  color: #000;
  width: 32px;
  height: 32px;
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #f3f3f3;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: rgb(0, 0, 0);
}

@media (max-width: 991px) {
  .sign-in-nav {
    margin-left: 0%;
    font-weight: 400;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .header {
    /*height: 8%;*/
    padding-top: 9px;
  }
  #main {
    margin-top: 8%;
  }
  .header .justify-content-center {
    justify-content: start !important;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 12px;
  right: 22%;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 3px;
  right: 20%;
  bottom: 0px;
  left: 0%;
  padding: 25px 21px;
  border-radius: 10px;
  background-color: rgb(255 255 255);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #0b0527;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #0b0527;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #0b0527;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #0b0527;
  border-bottom: 3px solid #0b0527;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #0b0527;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

.padding-top-100 {
  padding-top: 100px;
}

.heading {
  padding-top: 10%;
}

.heading a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.heading h6 {
  color: #ad9475;
}

.top-padding-10 {
  padding-top: 10%;
}

.top-padding-5 {
  padding-top: 5%;
}

/* comman hero decos */

.hero-perfume {
  position: absolute;
  right: 15%;
  top: 8%;
  z-index: -1;
  width: 35%;
}

.all-hero-wording {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 16%;
}

.shop-now {
  width: 52%;
  height: 56px;
  color: white;
  border: white;
  font-size: 15pt;
  border-radius: 9px;
}

.french-text {
  font-family: "Vivaldi";
  font-size: 74px;
}

.hero-bottom {
  margin-top: 2%;
  /* position: absolute; */
  /* bottom: 0px; */
  /* top: 88%;
  left: 50%; */
  /* transform: translate(-50%); */
  z-index: 1;
}

.sl-wording {
  font-weight: 400;
  /* color: #333333; */
  /* position: absolute; */
}

.text-justify {
  text-align: justify;
}

/* .elementToFadeIn {
  opacity: 1;
  animation: fadeIn 2s linear;
}
.elementToFadeOut {
  opacity: 0;
  animation: fadeOut 2s linear;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
} */

.elementToFadeInOut {
  -webkit-animation: fadeinout 8s linear forwards;
  animation: fadeinout 8s linear forwards;
  opacity: 0;
}

@keyframes fadeinout {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.footer {
  background-color: black !important;
  color: #ffff;
}

.img-div {
  border-right: solid 1px rgb(255, 255, 255);
}

.flex-add-remove {
  display: flex;
}

@media (min-width: 991px) {
  .mobile-feature {
    display: none !important;
  }
  .web-none {
    display: none;
  }
}

@media (max-width: 991px) {
  .img-div {
    border: none !important;
  }
  .footer-icon {
    width: 100% !important;
  }
  .mobo-none {
    display: none;
  }

  .hero-perfume {
    width: 72%;
    right: 18%;
    top: 6%;
  }
  .model-margin {
    width: 55% !important;
  }
  .all-hero-wording {
    color: #000;
    position: inherit;
    top: 42%;
    left: 5px;
    /* margin-left: 25px; */
    padding: 10px;
  }
  .shop-now {
    width: 100%;
  }
  .font-size-wording {
    font-size: 16px !important;
    top: 42%;
    left: 5px;
    width: 100%;
    padding: 10px;
    position: inherit;
  }
  .french-text {
    font-size: 55px;
  }
  .hero-bottom {
    display: none !important;
    left: 0%;
    position: inherit;
    transform: unset;
    margin-top: 10%;
    text-align: center;
  }
  .flex-add-remove {
    display: table-row;
  }
  .mobile-feature {
    display: inherit;
    font-size: 12px;
    margin-top: 1rem !important;
  }
  .mobile-feature img {
    width: 80%;
  }
}

/* for tablet */

@media (min-width: 600px) {
  .mobile-feature img {
    width: 50%;
  }
  #main {
    margin-top: 0% !important ;
  }
}

@media (min-height: 1336px) {
  .header {
    height: 6% !important;
  }
}

@media (min-width: 991px) and (max-width: 1398px) {
  .navbar a {
    padding: 0 20px;
    font-size: 12px;
  }
  .navbar {
    padding-top: 0 !important;
  }
  .french-text {
    font-size: 55px !important;
  }
  .font-size-wording {
    font-size: 30px;
  }
  .shop-now {
    width: 37%;
    height: 45px;
    color: white;
    border: white;
    font-size: 15pt;
    border-radius: 9px;
  }
}

@media (min-width: 767px) and (max-width: 1281px) {
  .shop-modal-height {
    height: 520px !important;
  }
}

.cart-basket {
  font-size: 0.6rem;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #418deb;
  border-radius: 50%;
}

.promo-banner {
  border-radius: 20px;
}
.font-weight-700 {
  font-weight: 700;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 60% !important;
  }
}
.blur-collenction {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e4e4e4;

  /* margin-left: 5%;
  margin-right: 5%; */
}
.backdrop {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: block;
  top: 0;
  z-index: -9999;
}
.shop-modal-height {
  height: 366px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0);
}
.footer-icon {
  width: 75%;
}
.bi-hearts{
  position: absolute !important;
  z-index: 2 !important;
  top: 15px;
  right: 15px;
}
.whatsappbutton{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 5%;
  right: 3%;
  z-index: 100;
  border-radius: 50%;
}
.whatsappframe{
  position: fixed;
  width: 500px;
  height: 50vh;
  bottom: 5%;
  right: 3%;
  z-index: 100;
}
.errormessage{
  color: red;
}
