html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: glacial_indifferenceregular;
  background: rgb(255, 255, 255);
}

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: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

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-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  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: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

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.8rem;
  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: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  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: 0px;
  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: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 56, 166);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 40px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 1.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.mypageloader {
  background: rgb(255, 255, 255);
  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: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: rgb(0, 71, 209);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  letter-spacing: 0.006em;
  border: 1px solid rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

.footer-fluid {
  background: url("../img/footer-bg.svg") center bottom / 60% 100px no-repeat
    rgb(10, 44, 75);
  padding: 0px;
}

.footer-fluid .subscribe-section {
  padding: 60px 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-fluid .subscribe-section .right-part .content-part {
}

.footer-fluid .subscribe-section .right-part .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer-fluid .subscribe-section .right-part .content-part p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-fluid .footermenu-section {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
}

.footer-fluid .footermenu-section .menu-card {
}

.footer-fluid .footermenu-section .menu-card:nth-child(1) {
  width: 50%;
}

.footer-fluid .footermenu-section .menu-card .heading-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
}

.footer-fluid .footermenu-section .menu-card .heading-part h3::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 1px;
  background: rgb(255, 255, 255);
}

.footer-fluid .footermenu-section .menu-card .list-part {
  margin-top: 10px;
  display: inline-block;
}

.footer-fluid .footermenu-section .menu-card .contact-part {
  margin-top: 10px;
  display: inline-block;
}

.footer-fluid .footermenu-section .menu-card .list-part ul {
}

.footer-fluid .footermenu-section .menu-card .list-part.catalog-list ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-fluid .footermenu-section .menu-card .list-part ul li {
  margin-bottom: 10px;
}

.footer-fluid .footermenu-section .menu-card .contact-part ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.footer-fluid .footermenu-section .menu-card .list-part.catalog-list ul li {
  width: 50%;
}

.footer-fluid .footermenu-section .menu-card .list-part ul li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-fluid .footermenu-section .menu-card .list-part ul li a:hover {
  text-decoration: underline;
}

.footer-fluid .footermenu-section .menu-card .contact-part ul li a,
.footer-fluid .footermenu-section .menu-card .contact-part ul li p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-fluid .footermenu-section .menu-card .contact-part ul li a:hover {
  text-decoration: underline;
}

.footer-fluid .footermenu-section .menu-card .contact-part ul li.phone::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/phone.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.footer-fluid .footermenu-section .menu-card .contact-part ul li.mail::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/mail.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.footer-fluid
  .footermenu-section
  .menu-card
  .contact-part
  ul
  li.address::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/address.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.footer-fluid .copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.footer-fluid .copyright-section .left-part p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
}

.footer-fluid .copyright-section .center-part ul,
.footer-fluid .copyright-section .right-part ul {
  display: flex;
}

.footer-fluid .copyright-section .center-part ul li {
  margin: 0px 5px;
}

.footer-fluid .copyright-section .center-part ul li img {
  max-width: 24px;
}

.footer-fluid .copyright-section .right-part ul li {
  margin: 0px 5px;
}

.footer-fluid .copyright-section .right-part ul li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
}

.footer-fluid .copyright-section .right-part ul li a:hover {
  text-decoration: underline;
}

.footer-fluid .copyright-section .right-part ul li p {
  color: rgb(136, 136, 136);
  font-size: 18px;
  line-height: 28px;
}

.downloadapp-fluid {
  padding: 0px;
  background: rgb(247, 242, 234);
}

.downloadapp-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.downloadapp-fluid .main-section .left-part {
  width: 45%;
}

.downloadapp-fluid .main-section .left-part img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.downloadapp-fluid .main-section .right-part {
  width: 55%;
  display: flex;
  gap: 60px;
  padding: 0px 40px;
  align-items: center;
  justify-content: space-between;
}

.downloadapp-fluid .main-section .right-part .qr-code img {
  width: 350px;
}

.downloadapp-fluid .main-section .right-part .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.downloadapp-fluid .main-section .right-part .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
}

.downloadapp-fluid .main-section .right-part .content-part ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.downloadapp-fluid .main-section .right-part .content-part ul li img {
  max-width: 140px;
}

.category-fluid {
  padding: 0px;
}

.category-fluid .gallery {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.category-fluid .item {
  flex: 1 1 0%;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.category-fluid .item .content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s,
    transform 0.5s;
}

.category-fluid .item.active .content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
  transition-delay: 0.5s;
}

.category-fluid .item .content h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 32px;
  text-transform: capitalize;
}

.category-fluid .item .content a {
  font-size: 16pt;
  font-weight: 400;
  padding: 12px 40px;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: 1s;
  position: relative;
  border: 1px solid rgb(10, 44, 75);
  overflow: hidden;
  background: rgb(10, 44, 75);
}

.category-fluid .item .content a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 1s;
  opacity: 1;
  transform: translate(-105%, 0px);
  border-right: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.25);
}

.category-fluid .item .content a:hover::before {
  opacity: 0;
  transform: translate(0px, 0px);
}

.category-fluid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-fluid .item.active {
  flex: 3 1 0%;
}

.category-fluid .gallery .item:hover {
  flex: 3 1 0%;
}

.category-fluid .gallery .item:hover {
  flex: 3 1 0%;
}

.banner-fluid {
  padding: 0px;
}

.banner-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: start;
}

.banner-fluid .main-section .left-part {
  width: 60%;
}

.banner-fluid .main-section .left-part video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-fluid .main-section .right-part {
  width: 40%;
  text-align: center;
}

.banner-fluid .main-section .right-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
}

.banner-fluid .main-section .right-part h1 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner-fluid .main-section .right-part a {
  font-size: 16pt;
  font-weight: 400;
  padding: 12px 40px;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: 1s;
  position: relative;
  border: 1px solid rgb(10, 44, 75);
  overflow: hidden;
  background: rgb(10, 44, 75);
  margin-top: 20px;
}

.banner-fluid .main-section .right-part a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 1s;
  opacity: 1;
  transform: translate(-105%, 0px);
  border-right: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.25);
}

.banner-fluid .main-section .right-part a:hover::before {
  opacity: 0;
  transform: translate(0px, 0px);
}

.collection-fluid {
  padding: 60px 0px;
  background: rgb(255, 255, 255);
}

.collection-fluid .heading-part h2 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-top: 0px;
}

.collection-fluid .slider-part {
  margin-top: 50px;
}

.collection-fluid .slider-part .card-part .image-part {
  overflow: hidden;
}

.collection-fluid .slider-part .card-part img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.collection-fluid .slider-part .card-part img:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.collection-fluid .slider-part .card-part p {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 24px;
  padding: 20px 0px 0px;
}

.collection-fluid .slider-part .owl-nav {
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
  z-index: 99;
}

.collection-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(20, 59, 38);
  font-size: 20px;
  background: rgb(231, 217, 206);
}

.collection-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.collection-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(22, 39, 68, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.collection-fluid .slider-part .owl-dot.active {
  background: rgb(22, 39, 68);
  width: 20px;
}

.collection-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.aboutus-fluid {
  padding: 0px;
  background: rgb(247, 242, 234);
}

.aboutus-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutus-fluid .main-section .left-part {
  width: 55%;
}

.aboutus-fluid .main-section .left-part img {
  width: 100%;
  height: auto;
}

.aboutus-fluid .main-section .right-part {
  width: 45%;
  display: flex;
  gap: 60px;
  padding: 0px 40px;
  align-items: center;
  justify-content: space-between;
}

.aboutus-fluid .main-section .right-part .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}

.aboutus-fluid .main-section .right-part .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-top: 100px;
}

.aboutus-fluid .main-section .right-part .content-part a {
  font-size: 16pt;
  font-weight: 400;
  padding: 12px 40px;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: 1s;
  position: relative;
  border: 1px solid rgb(10, 44, 75);
  overflow: hidden;
  background: rgb(10, 44, 75);
  margin-top: 20px;
}

.aboutus-fluid .main-section .right-part .content-part a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 1s;
  opacity: 1;
  transform: translate(-105%, 0px);
  border-right: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.25);
}

.aboutus-fluid .main-section .right-part .content-part a:hover::before {
  opacity: 0;
  transform: translate(0px, 0px);
}

.header-top-messege {
  width: 100%;
  background: rgb(10, 44, 75);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.header-top-messege p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
}
.header-top-messege a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
}

.header-menu-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  position: relative;
}

.header-menu-section .center-part {
  width: 30%;
  text-align: center;
}

.header-menu-section .center-part img {
  max-width: 350px;
}

.header-menu-section .left-part {
  width: 40%;
}

.header-menu-section .left-part ul {
  display: flex;
}

.header-menu-section .left-part ul li {
  position: relative;
}

.header-menu-section .left-part ul li .main-option {
  padding: 20px 25px;
  display: inline-block;
  color: rgb(51, 51, 51);
  font-size: 16px;
  letter-spacing: 2%;
  text-transform: uppercase;
  position: relative;
}

.header-menu-section .left-part ul li .main-option::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -2px;
  padding: 0px 2px;
  width: calc(100% + 2px);
  height: 1px;
  border-bottom: 0px solid tomato;
  transition: 0.4s;
}

.header-menu-section .left-part ul li .main-option:hover::after {
  top: 0px;
  height: 100%;
  background-color: rgb(247, 242, 234);
  border-color: transparent;
}

.header-menu-section .left-part ul li .small-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  background: rgb(255, 255, 255);
  display: none;
  width: 300px;
  z-index: 9;
}
.header-menu-section .left-part ul li .small-dropdown ul {
  flex-direction: column;
}
.header-menu-section .left-part ul li:hover .small-dropdown {
  display: block;
}

.header-menu-section .left-part .small-dropdown ul li {
  width: 100%;
}

.header-menu-section .left-part .small-dropdown .drop-option {
  padding: 10px 20px;
  color: rgb(51, 51, 51);
  font-size: 16px;
  letter-spacing: 2%;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 1;
}

.header-menu-section .left-part .small-dropdown .drop-option::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -2px;
  padding: 0px 2px;
  width: calc(100% + 2px);
  height: 1px;
  border-bottom: 0px solid tomato;
  transition: 0.4s;
}

.header-menu-section .left-part .small-dropdown .drop-option:hover::after {
  top: 0px;
  height: 100%;
  background-color: rgb(247, 242, 234);
  border-color: transparent;
}

.header-menu-section .left-part ul li .big-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  background: rgb(247 242 234);
  display: none;
  width: 100%;
  padding: 20px 80px;
  z-index: 9;
}

.header-menu-section .left-part ul li:hover .big-dropdown {
  display: flex;
  gap: 50px;
}

.header-menu-section .left-part ul li .big-dropdown .multi-card {
  width: 65%;
}
.header-menu-section
  .left-part
  ul
  li.catlog-dropdown
  .big-dropdown
  .multi-card {
  width: 100%;
  margin: 0 auto;
}
.header-menu-section .left-part ul li .big-dropdown .single-card {
  width: 35%;
}

.header-menu-section .left-part .big-dropdown .single-card .heritage-part img {
  width: 100%;
}

.header-menu-section .left-part .big-dropdown .single-card .heritage-part a {
  font-size: 16pt;
  font-weight: 400;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  transition: 1s;
  position: relative;
  border: 1px solid rgb(10, 44, 75);
  overflow: hidden;
  background: rgb(10, 44, 75);
  margin-top: 20px;
  width: 100%;
}

.header-menu-section
  .left-part
  .big-dropdown
  .single-card
  .heritage-part
  a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 1s;
  opacity: 1;
  transform: translate(-105%, 0px);
  border-right: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.25);
}

.header-menu-section
  .left-part
  .big-dropdown
  .single-card
  .heritage-part
  a:hover::before {
  opacity: 0;
  transform: translate(0px, 0px);
}

.header-menu-section .left-part ul li .big-dropdown .heading-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(51, 51, 51);
  font-size: 24px;
  text-transform: capitalize;
}

.header-menu-section .left-part .big-dropdown .card-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.header-menu-section .left-part .big-dropdown .card-section ul li {
  width: 22%;
}
.header-menu-section
  .left-part
  .catlog-dropdown
  .big-dropdown
  .card-section
  ul
  li {
  width: 18%;
}
.header-menu-section .left-part .big-dropdown .card-section ul li img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.header-menu-section .left-part .big-dropdown .card-section ul li p {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(51, 51, 51);
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
}

.header-menu-section .right-part {
  width: 40%;
}

.header-menu-section .right-part ul {
  display: flex;
  justify-content: end;
}

.header-menu-section .right-part ul li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.header-menu-section .right-part ul li .main-option {
  padding: 20px 25px;
  display: inline-block;
  color: rgb(51, 51, 51);
  font-size: 16px;
  letter-spacing: 2%;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-menu-section .right-part ul li .main-option::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -2px;
  padding: 0px 2px;
  width: calc(100% + 2px);
  height: 1px;
  border-bottom: 0px solid tomato;
  transition: 0.4s;
}

.header-menu-section .right-part ul li .main-option:hover::after {
  top: 0px;
  height: 100%;
  background-color: rgb(247, 242, 234);
  border-color: transparent;
}

.header-menu-section .right-part ul li .small-dropdown {
  position: absolute;
  top: 101%;
  right: 0px;
  background: rgb(255, 255, 255);
  display: none;
  width: 200px;
  z-index: 9;
}

.header-menu-section .right-part ul li:hover .small-dropdown {
  display: block;
}

.header-menu-section .right-part .small-dropdown ul {
  flex-direction: column;
}

.header-menu-section .right-part .small-dropdown ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-menu-section .right-part .small-dropdown .drop-option {
  padding: 20px;
  color: rgb(51, 51, 51);
  font-size: 16px;
  letter-spacing: 2%;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-menu-section .right-part .small-dropdown .drop-option::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 100%;
  right: -2px;
  padding: 0px 2px;
  width: calc(100% + 2px);
  height: 1px;
  border-bottom: 0px solid tomato;
  transition: 0.4s;
}

.header-menu-section .right-part .small-dropdown .drop-option:hover::after {
  top: 0px;
  height: 100%;
  background-color: rgb(247, 242, 234);
  border-color: transparent;
}
.breadcum-fluid {
  padding: 0px;
  position: relative;
}
.breadcum-fluid .breadcum-image img {
  width: 100%;
  height: auto;
}
.breadcum-fluid .breadcum-content {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 100%;
}
.breadcum-fluid .breadcum-content h1 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: #0a2c4b;
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcum-fluid .breadcum-content p {
  color: #0a2c4b;
  font-size: 18px;
  line-height: 28px;
}
.breadcum-fluid .breadcum-content ul {
  display: flex;
  gap: 10px;
}
.breadcum-fluid .breadcum-content ul li {
  color: #0a2c4b;
  font-size: 18px;
  line-height: 28px;
}
.breadcum-fluid .breadcum-content ul li a {
  color: #0a2c4b;
  font-size: 18px;
  line-height: 28px;
}
.breadcum-fluid .breadcum-content.white-text h1 {
  color: #ffffff;
}
.breadcum-fluid .breadcum-content.white-text p {
  color: #ffffff;
}
.breadcum-fluid .breadcum-content.white-text ul li {
  color: #ffffff;
}
.breadcum-fluid .breadcum-content.white-text ul li a {
  color: #ffffff;
}
.aboutgems-fluid {
  padding: 40px 0px;
}
.aboutgems-fluid .main-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.aboutgems-fluid .main-section .left-part,
.aboutgems-fluid .main-section .right-part {
  width: 50%;
}
.aboutgems-fluid .main-section .left-part img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.aboutgems-fluid .main-section .right-part img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.aboutgems-fluid .main-section p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.aboutgems-fluid .main-section h2 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}
.aboutgems1-fluid {
  padding: 0px 0px 40px 0px;
}
.aboutgems1-fluid .main-section {
  background: #0a2c4b;
  padding: 40px 40px;
}
.aboutgems1-fluid .main-section ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.aboutgems1-fluid .main-section ul li {
  text-align: center;
  width: 33%;
  border-right: 1px solid #84848457;
}
.aboutgems1-fluid .main-section ul li:nth-last-child(1) {
  border: none;
}
.aboutgems1-fluid .main-section ul li h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
.aboutgems1-fluid .main-section ul li a {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.aboutgems1-fluid .main-section .bottom-part {
  margin-top: 30px;
}
.aboutgems1-fluid .main-section .bottom-part p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.aboutgems1-fluid .main-section .bottom-part p a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: underline;
}
.heritagecut-fluid {
  padding: 0px;
  background: rgb(255, 255, 255);
}

.heritagecut-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heritagecut-fluid .main-section .left-part {
  width: 55%;
}

.heritagecut-fluid .main-section .left-part img {
  width: 100%;
  height: auto;
}

.heritagecut-fluid .main-section .right-part {
  width: 45%;
  display: flex;
  gap: 60px;
  padding: 0px 40px;
  align-items: center;
  justify-content: space-between;
}

.heritagecut-fluid .main-section .right-part .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 100px;
  padding-top: 0px;
  margin-top: 0px;
}

.heritagecut-fluid .main-section .right-part .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.heritagecut1-fluid {
  padding: 40px 0px;
  background: linear-gradient(to bottom, #ffffff 50%, #f7f2ea 50%);
}
.heritagecut1-fluid .content-part {
  text-align: center;
}
.heritagecut1-fluid .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}
.heritagecut1-fluid .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.heritagecut1-fluid .center-image {
  margin-top: 30px;
}
.heritagecut1-fluid .center-image img {
  width: 100%;
  height: auto;
}
.heritagecut1-fluid .card-part {
  margin-top: 30px;
}
.heritagecut1-fluid .card-part ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.heritagecut1-fluid .card-part ul li {
  width: 31%;
  text-align: center;
  background: #0a2c4b;
  padding: 10px 20px;
}
.heritagecut1-fluid .card-part ul li:nth-child(2) {
  padding: 0px;
}
.heritagecut1-fluid .card-part ul li h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 40px;
}
.heritagecut1-fluid .card-part ul li p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
}
.heritagecut1-fluid .card-part ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fireandice-fluid {
  padding: 40px 0px;
}
.fireandice-fluid .main-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.fireandice-fluid .main-section .left-part,
.fireandice-fluid .main-section .right-part {
  width: 50%;
}
.fireandice-fluid .main-section .left-part img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.fireandice-fluid .main-section .right-part img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.fireandice-fluid .main-section p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.fireandice-fluid .main-section h2 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}
.fireandice1-fluid {
  padding: 40px 0px;
  background: linear-gradient(to bottom, #f7f2ea 50%, #ffffff 50%);
}
.fireandice1-fluid .content-part {
  text-align: center;
}
.fireandice1-fluid .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}
.fireandice1-fluid .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.fireandice1-fluid .center-image {
  margin-top: 30px;
}
.fireandice1-fluid .center-image img {
  width: 100%;
  height: auto;
}
.fireandice1-fluid .card-part {
  margin-top: 30px;
}
.fireandice1-fluid .card-part ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fireandice1-fluid .card-part ul li {
  width: 23.5%;
  text-align: center;
  background: #0a2c4b;
  padding: 10px 20px;
}
.fireandice1-fluid .card-part ul li.with-image {
  padding: 0px;
}
.fireandice1-fluid .card-part ul li h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 40px;
}
.fireandice1-fluid .card-part ul li p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
}
.fireandice1-fluid .card-part ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bookanappoinement-fluid {
  padding: 40px 0px;
}
.bookanappoinement-fluid .main-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.bookanappoinement-fluid .main-section .content-part {
  width: 50%;
}
.bookanappoinement-fluid .main-section .form-part {
  width: 50%;
}
.bookanappoinement-fluid .main-section .content-part h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
}
.bookanappoinement-fluid .main-section .content-part p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.bookanappoinement-fluid .main-section .content-part ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
}
.bookanappoinement-fluid .main-section .content-part ul li {
  padding-left: 35px;
  position: relative;
}
.bookanappoinement-fluid .main-section .content-part ul li a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
}
.bookanappoinement-fluid .main-section .content-part ul li.phone::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/phone-black.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.bookanappoinement-fluid .main-section .content-part ul li.mail::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/mail-black.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.bookanappoinement-fluid .main-section .content-part ul li.address::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/address-black.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}
.map-fluid {
  padding: 0px 0px;
}
.map-fluid iframe {
  width: 100%;
  height: 400px;
  border: 0px;
}
.terms-fluid {
  padding: 40px 0px;
}
.terms-fluid .main-section {
}
.terms-fluid .main-section h1 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.terms-fluid .main-section h2 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.terms-fluid .main-section h3 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.terms-fluid .main-section h4 {
  font-family: "DM Serif Display";
  font-style: italic;
  color: rgb(0, 0, 0);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.terms-fluid .main-section ul {
  padding-left: 40px;
  list-style-type: disc;
}
.terms-fluid .main-section ul li {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.terms-fluid .main-section a {
  color: rgb(75, 105, 255);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.terms-fluid .main-section p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.flipbook {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.flipbook a.fbo-embed {
  display: block;
  margin: 0;
  padding: 0;
}

.flipbook iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #0a2c4b;
  padding: 15px 10px;
  left: 0;
  bottom: -55px;
  color: #000000;
  display: none;
  border-radius: 0px;
  z-index: 999;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}
.flipbook div {
  min-height: auto !important;
}
.back-button {
  padding: 10px 15px;
  display: none;
}
.back-button a {
  color: #0a2c4b;
  font-size: 18px;
  line-height: 28px;
}
