html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline-width: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: #9b9b9b;
  font-size: 14px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a {
  color: #1b1b1b;
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: #000305;
  font-weight: 400;
  font-family: sans-serif;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  text-decoration: none !important;
  color: inherit;
  font-size: inherit;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0;
  border: 0;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #f9b301;
  border: 2px solid #f9b301;
}

.form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 5px 10px 5px 50px;
  font-size: 16px;
}

.mypageloader {
  background: #fff;
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: #ffffff;
  background-image: linear-gradient(180deg, #99929c, #38303a);
  border: 3px solid #d2cdd8;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.btn-primary {
  background: #804294;
  height: 48px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid #804294;
}

.btn-danger {
  background: #d0021b;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid #d0021b;
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid #804294;
  color: #804294;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff00;
}

input[type="checkbox"] {
  accent-color: #804294;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  left: 15px;
  font-size: 2rem;
  color: #9b9b9b;
  cursor: pointer;
}

.topheader-fluid {
  padding: 25px 0px 25px 0px;
}

.topheader-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topheader-fluid .main-section .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.topheader-fluid .main-section .social-media ul li {
  margin-right: 2rem;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}

.topheader-fluid .main-section .social-media ul li:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}

.topheader-fluid .main-section .social-media ul li:nth-last-child(1) {
  margin-right: 0rem;
}

.topheader-fluid .main-section .social-media ul li a {
  font-size: 2rem;
  color: #000000;
}

.topheader-fluid .main-section .logo-part img {
  width: 250px;
  height: auto;
}

.topheader-fluid .main-section .login-part a {
  font-size: 1.6rem;
  color: #000000;
  background: #d9d9d9;
  padding: 1rem 2rem;
  box-shadow: #d9d9d9 0px 0px 0px 0px inset;
  transition: all 0.8s ease-out 0s;
}

.topheader-fluid .main-section .login-part a.search {
  color: #ffffff;
  background: #ec679c;
  cursor: pointer;
}

.topheader-fluid .main-section .login-part a:hover {
  box-shadow: #141f43 400px 0px 0px 0px inset;
  color: rgb(255, 255, 255);
}

.topheader-fluid .main-section .login-part {
  position: relative;
}

.topheader-fluid .main-section .login-part .search-form {
  position: absolute;
  right: 0;
  top: 100px;
  width: 320px;
  z-index: 9;
  padding: 10px 10px;
  background: #f6cbde;
  border-radius: 0px 0px 4px 4px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.topheader-fluid .main-section .login-part .search-form .form-group {
  margin-bottom: 0rem;
}

.topheader-fluid .main-section .login-part .search-form.active {
  top: 30px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.topheader-fluid .main-section .login-part .search-form .form-control {
  width: 250px;
  height: 40px;
  border: 1px solid #f3f3f3;
  border-radius: 4px 0px 0px 4px;
}

.topheader-fluid .main-section .login-part .search-form .btn-primary {
  width: 50px;
  background: #ec679c;
  border: 1px solid #ec679c;
  height: 40px;
  border-radius: 0px 4px 4px 0px;
}

.topheader-fluid .main-section .login-part .search-form .btn-primary:hover {
  background: #ec679c;
  border: 1px solid #ec679c;
}

.menubar-fluid {
  padding: 0;
}

.menubar-fluid .navbar {
  padding: 0rem 0rem;
}

.menubar-fluid .navbar-nav .nav-item {
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 0px 10px;
  border-top: 2px solid #f8f9fa;
}

.menubar-fluid .navbar-nav .nav-item.active {
  background: #f6cbde;
  border-top: 2px solid #ec679c;
}

.menubar-fluid .navbar-nav .nav-item:hover {
  background: #f6cbde;
  border-top: 2px solid #ec679c;
}

.menubar-fluid .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
  padding: 1.5rem 0rem;
}

.menubar-fluid .navbar-nav .nav-item .nav-link:hover {
  color: #141f43;
}

.menubar-fluid .navbar-nav .nav-item .dropdown-menu.show {
  border: 0px;
  background: #f8f9fa;
  padding: 10px 10px;
  margin-top: -5px;
  display: none;
}

.menubar-fluid .navbar-nav .nav-item:hover .dropdown-menu.show {
  display: inline-table;
}

.menubar-fluid .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
  font-size: 1.6rem;
  color: #676767;
  text-decoration: underline;
  padding: 0px 0px 10px 0px;
}

.slider-fluid {
  padding: 0;
}

.slider-fluid .carousel-indicators li {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.hero-fluid {
  background-image: url(../img/bg/hero-diamonds.svg);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-fluid .content-part {
  text-align: center;
  padding-top: 50px;
}

.hero-fluid .content-part h2 {
  margin-top: 0;
  font-size: 5rem;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gilda Display", serif;
}

.hero-fluid .content-part p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  font-family: "Gilda Display", serif;
}

.hero-fluid .content-part a {
  background: #f6cbde;
  padding: 5px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
}

.explore-fluid {
  background-image: url(../img/bg/explore-diamonds.svg);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  position: relative;
}

.explore-fluid .container {
  display: flex;
  align-items: center;
  justify-content: end;
}

.explore-fluid .content-part {
  text-align: center;
  width: 50%;
  float: right;
}

.explore-fluid .content-part h2 {
  margin-top: 0;
  font-size: 5rem;
  line-height: 6rem;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Gilda Display", serif;
}

.explore-fluid .content-part a {
  background: #ffffff;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
}
.diamond-fluid {
  padding: 100px 0px;
}

.diamond-fluid .content-part {
  text-align: center;
}
.diamond-fluid .row {
  align-items: center;
}

.diamond-fluid .content-part h2 {
  margin-top: 0;
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gilda Display", serif;
}

.diamond-fluid .content-part a {
  background: #f6cbde;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
}

.icondiva-fluid {
  padding: 20px 0px 50px 0px;
}

.icondiva-fluid .logo-part {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.icondiva-fluid .logo-part img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

.icondiva-fluid .logo-part p {
  font-size: 1.6rem;
  margin-top: 15px;
  color: #000000;
}

.icondiva-fluid .logo-part a {
  background: #f6cbde;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
}

.icondiva-fluid .carousel-inner .carousel-item {
  overflow: hidden;
}

.icondiva-fluid .carousel-inner .carousel-item img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.icondiva-fluid .carousel-inner .carousel-item img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.story-fluid {
  background-image: url(../img/bg/story.svg);
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.story-fluid .content-part {
  text-align: center;
  background: #00000024;
  padding: 20px 20px;
}

.story-fluid .content-part h3 {
  margin-top: 0;
  font-size: 3rem;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 500;
}

.story-fluid .content-part p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  font-family: "Gilda Display", serif;
}

.story-fluid .content-part a {
  display: inline-block;
  margin-top: 0px;
  font-size: 2.4rem;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

.business-fluid {
  background-image: url(../img/bg/business.svg);
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}

.business-fluid .content-part {
  text-align: center;
  background: rgb(0 0 0 / 19%);
  padding: 28px 100px;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.business-fluid .content-part a {
  display: inline-block;
  margin-top: 0px;
  font-size: 3.2rem;
  color: #ffffff;
  position: relative;
  font-weight: 500;
}

.business-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}

.instagram-fluid {
  padding: 30px 0px 100px 0px;
}

.instagram-fluid .content-part {
  text-align: center;
  margin-bottom: 30px;
}

.instagram-fluid .content-part h3 {
  margin: 0;
  font-size: 3rem;
  color: #000000;
  line-height: 4rem;
}

.instagram-fluid .instagram-content {
  width: 70%;
  margin: 0 auto;
}

.copyright-fluid {
  background: rgba(77, 76, 76, 1);
  padding: 15px 0px;
}

.copyright-fluid .content-part {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .content-part p,
.copyright-fluid .content-part a {
  color: #ffffff;
  font-size: 1.6rem;
}

.footer-fluid {
  padding: 30px 0px;
  background-color: #f8f9fa !important;
}

.footer-fluid .main-section {
  display: flex;
  justify-content: space-between;
}

.footer-fluid .logo-part img {
  width: 150px;
  height: auto;
}

.footer-fluid .contact-part h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
}

.footer-fluid .contact-part ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.footer-fluid .contact-part ul li .fa {
  font-size: 2rem;
  position: absolute;
  left: 0;
  line-height: 2.4rem;
  color: #4d4c4c;
}

.footer-fluid .contact-part ul li p,
.footer-fluid .contact-part ul li a {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
}

.footer-fluid .content-part h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
}

.footer-fluid .content-part ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-fluid .content-part ul li a {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
}

.footer-fluid .content-part .download {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer-fluid .content-part .download li {
  margin-right: 10px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}

.footer-fluid .content-part .download li:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}

.footer-fluid .content-part .download li img {
  width: 120px;
  height: auto;
}

.content-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-fluid .content-part h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #000000;
  font-weight: 500;
}

.content-fluid .content-part h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #000000;
  font-weight: 500;
}

.content-fluid .content-part h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  font-weight: 500;
}

.content-fluid .content-part p,
.content-fluid .content-part ul li,
.content-fluid .content-part ol li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
  color: #000000;
}

.content-fluid .content-part a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #3971e3;
}

.content-fluid .content-part ol {
  list-style-type: disc;
  padding: revert;
}

.content-fluid .content-part ol {
  list-style-type: decimal;
  padding: revert;
}

@media (min-width: 768px) {
  /* show 3 items */
  .icondiva-fluid .carousel-inner .active,
  .icondiva-fluid .carousel-inner .active + .carousel-item,
  .icondiva-fluid .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .icondiva-fluid
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .icondiva-fluid
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .icondiva-fluid
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  .icondiva-fluid .carousel-inner .carousel-item-next,
  .icondiva-fluid .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .icondiva-fluid
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .icondiva-fluid
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .icondiva-fluid .carousel-item-next.carousel-item-left + .carousel-item,
  .icondiva-fluid
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .icondiva-fluid
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .icondiva-fluid .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .icondiva-fluid
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .icondiva-fluid .carousel-item-prev.carousel-item-right + .carousel-item,
  .icondiva-fluid
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .icondiva-fluid
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.canvas .foreground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("http://www.sketchworld.de/images/trees2.png") repeat-x left
    bottom;
  background-size: 10%;
  color: white;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}

.canvas .sky {
  height: 100%;
  width: 100%;
}

.star-blink {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #b6cbd4;
  border-radius: 50%;
  top: 50%;
  left: 28%;
  -webkit-transform: rotate(0deg) scale(0.08);
  -webkit-backface-visibility: hidden;
  -webkit-animation: blinkAfter 3s infinite ease-out;
}

.star-blink div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg) scale(0.75);
  box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.4),
    0 0 2px 9px rgba(255, 255, 255, 0.07), 0 0 2px 15px rgba(0, 0, 0, 0.4),
    0 0 2px 16px rgba(255, 255, 255, 0.1);
}

.star-blink:after,
.star-blink:before,
.star-blink div:after,
.star-blink div:before {
  content: "";
  position: absolute;
  display: block;
  top: -350%;
  left: 45%;
  height: 800%;
  width: 10%;
  border-radius: 50%;
  background-color: #b6cbd4;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  box-shadow: 0 0 25px white;
}

.star-blink:before,
.star-blink div:before {
  -webkit-transform: rotate(90deg);
}

.star-blink.blue {
  top: 72%;
  left: 20%;
  -webkit-animation: blinkAfter 3s infinite 2s ease-out;
}

.star-blink.blue:after,
.star-blink.blue:before,
.star-blink.blue div:after,
.star-blink.blue div:before,
.star-blink.orange div:before {
  box-shadow: 0 0 25px blue;
}

.star-blink.red {
  top: 15%;
  left: 40%;
  -webkit-animation: blinkAfter 3s infinite 1s ease-out;
}

.star-blink.orange {
  top: 65%;
  left: 37%;
  -webkit-animation: blinkAfter 3s infinite 1s ease-out;
}

.star-blink.red:after,
.star-blink.red:before,
.star-blink.red div:after,
.star-blink.red div:before,
.star-blink.orange div:before {
  box-shadow: 0 0 25px red;
}

@-webkit-keyframes blinkAfter {
  0% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
  10% {
    -webkit-transform: rotate(-20deg) scale(0.9);
  }
  25% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  60% {
    -webkit-transform: rotate(-50deg) scale(0.3);
  }
  80% {
    -webkit-transform: rotate(-60deg) scale(0.08);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
}

.ourcompany-fluid {
  padding: 50px 0px;
}
.commingsoon-fluid {
  padding: 50px 0px;
}
.commingsoon-fluid .comming-soon {
  text-align: center;
}
.commingsoon-fluid .comming-soon h1 {
  font-size: 60px;
  color: #545454;
  font-weight: 600;
  font-family: "Gilda Display", serif;
}
.commingsoon-fluid .comming-soon p {
  font-size: 20px;
  color: #7c7c7c;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
}
.commingsoon-fluid .comming-soon a {
  font-size: 18px;
  color: #ffffff;
  background: #ec679c;
  padding: 8px 50px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 30px;
  font-weight: 600;
}
.ourcompany-fluid .heading {
  text-align: center;
}

.ourcompany-fluid .heading h1 {
  margin-top: 0;
  font-size: 5rem;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gilda Display", serif;
}
.ourcompany-fluid .image-section {
  margin-top: 50px;
}
.ourcompany-fluid .content-part {
  text-align: center;
  margin-top: 40px;
}
.ourcompany-fluid .content-part p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #000000;
}
.ourcompany-fluid .content-part a {
  background: #f8f9fa;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 4px;
}
.ourcompany-fluid2 {
  background-image: url(../img/aboutus/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.ourcompany-fluid2 .content-part {
  text-align: center;
  margin-top: 40px;
  width: 70%;
  margin: 0 auto;
}
.ourcompany-fluid2 .content-part p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #000000;
}
.ourcompany-fluid2 .content-part a {
  background: #f8f9fa;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
}
.argylemine-fluid {
  padding: 50px 0px;
}

.argylemine-fluid .heading {
  text-align: center;
}

.argylemine-fluid .heading h1 {
  margin-top: 0;
  font-size: 5rem;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gilda Display", serif;
}
.aboutbg2-fluid {
  background-image: url(../img/aboutus/bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 120px 0px;
}
.aboutbg2-fluid .content-part {
  text-align: center;
}
.aboutbg2-fluid .content-part p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
}

.aboutcontent-fluid {
  padding: 50px 0px;
}
.aboutcontent-fluid .content-part {
  text-align: center;
}
.aboutcontent-fluid .content-part p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
.aboutcontent-fluid .content-part a {
  background: #57544f;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
}
.aboutbg3-fluid {
  background-image: url(../img/aboutus/bg3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
.aboutbg3-fluid .content-part {
  text-align: center;
  background: #00000078;
  padding: 20px 20px;
}
.aboutbg3-fluid .content-part h2 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Gilda Display", serif;
}
.aboutbg3-fluid .content-part p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
}
.discover-fluid {
  padding: 50px 0px;
}
.discover-fluid .content-part h1 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #5e4033;
  font-family: "Gilda Display", serif;
}

.discover-fluid .content-part p {
  font-size: 1.6rem;
  color: #5e4033;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.certificate-fluid {
  background-image: url(../img/diamond/certificate.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 80vh;
}
.certificate-fluid .content-part {
  text-align: center;
  padding-top: 40px;
}
.certificate-fluid .content-part h2 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Gilda Display", serif;
}

.certificate-fluid .content-part p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.exquisite-fluid {
  padding: 50px 0px;
}
.exquisite-fluid .content-part {
  text-align: center;
}
.exquisite-fluid .content-part h2 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 10px;
  color: #5e4033;
  font-family: "Gilda Display", serif;
}
.exquisite-fluid .content-part p {
  font-size: 1.6rem;
  color: #5e4033;
  line-height: 2.8rem;
}
.exquisite-fluid .content-part a {
  background: #85674a;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
}
.igi-fluid {
  background-image: url(../img/diamond/igi-seal.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 70vh;
}
.igi-fluid .content-part {
  text-align: center;
  padding-top: 40px;
}
.igi-fluid .content-part h2 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Gilda Display", serif;
}

.igi-fluid .content-part p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
  margin-bottom: 20px;
  font-family: "Gilda Display", serif;
}
.contact-fluid {
  padding: 50px 0px;
}
.contact-fluid .content-part .heading-part h1 {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Gilda Display", serif;
}
.contact-fluid .content-part .heading-part p {
  font-size: 1.6rem;
  margin-top: 15px;
  color: #000000;
}
.contact-fluid .content-part .contact-info {
  margin-top: 30px;
}

.contact-fluid .content-part .contact-info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.contact-fluid .content-part .contact-info ul li .fa {
  font-size: 2rem;
  position: absolute;
  left: 0;
  line-height: 2.4rem;
  color: #4d4c4c;
}

.contact-fluid .content-part .contact-info ul li p,
.contact-fluid .content-part .contact-info ul li a {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
}
.jewellery-icondiva-fluid {
  background-image: url(../img/jewellery/icondiva.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.jewellery-enquiry-fluid {
  background: #efefef;
  padding: 50px 0px;
}
.jewellery-enquiry-fluid .content-part {
  text-align: center;
}
.jewellery-enquiry-fluid .content-part p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #000000;
}
.jewellery-enquiry-fluid .content-part h4 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #000000;
  font-style: italic;
  font-weight: 500;
}
.jewellery-enquiry-fluid .content-part a {
  background: #8f6d85;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
  line-height: 2.4rem;
}
.jewellery-enquiry-fluid .image-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.jewellery-enquiry-fluid .image-section ul li {
  margin-left: 2px;
  margin-right: 2px;
}
.jewellery-desertrose-fluid {
  background-image: url(../img/jewellery/desertrose.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.jewellery-videocontent-fluid {
  background-image: url(../img/jewellery/videocontent.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.jewellery-videocontent-fluid .content-part {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.jewellery-videocontent-fluid .content-part p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #000000;
}

.jewellery-modern-fluid {
  background-image: url(../img/jewellery/modern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.jewellery-modern-fluid .content-part {
  width: 70%;
  margin: 0 auto;
}
.jewellery-modern-fluid .content-part {
  text-align: center;
}
.jewellery-modern-fluid .content-part p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #000000;
}
.jewellery-modern-fluid .content-part h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ec679d;
  font-weight: 500;
}
.jewellery-modern-fluid .content-part a {
  background: #ec679d;
  padding: 8px 50px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
}
.jewellery-video-fluid {
  padding: 50px 0px;
}
.jewellery-video-fluid .video-part {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.jewellery-video-fluid .video-part video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: 10px solid #eaeaea;
  border-radius: 8px;
}
.jewellery-video-fluid .video-part video[poster] {
  height: 100%;
  width: 10 0%;
}

.logout-part {
  position: relative;
  display: inline-block;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #ec679c;
  padding: 8px 10px;
  right: 0;
  bottom: -47px;
  color: #ffffff;
  display: none;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
.tt-menu {
  background-color: white;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.tt-suggestion {
  padding: 5px;
  border: 1px solid;
}
@media screen and (max-width: 320px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 325px) and (max-width: 375px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 380px) and (max-width: 425px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .twitter-typeahead {
    width: 728px;
  }

  .tt-menu {
    width: 725px;
  }
}
.announcement {
  background: #ec679c;
  padding: 8px 0px 4px 0px;
}
.announcement marquee {
  font-size: 1.6rem;
  color: rgb(0 0 0);
  margin: 0px;
  line-height: 1.4rem;
}
.announcement marquee span {
  font-size: 30px;
}
.serach-app .search-form {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
}
.serach-app .form-group {
  margin-bottom: 0rem;
  width: 100%;
}
.serach-app input {
  width: 100% !important;
  border-radius: 4px 0px 0px 4px !important;
  padding: 5px 10px 5px 50px;
}
.serach-app button {
  width: 50px !important;
  border-radius: 0px 4px 4px 0px !important;
  background: #ec679c;
  border: 0px solid #a3476c;
}
.serach-app button:hover {
  background: #ec679c;
  border: 0px solid #a3476c;
}
.eapps-widget-toolbar {
  display: none !important;
}
