@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

@media (min-width: 768px) {
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 16px;
  font-family: var(--ff-secondary);
  color: #000000;
}

p {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1E1E1E;
}
@media (max-width: 50em) {
  p {
    font-size: 16px;
  }
}

.container {
  max-width: 1200px !important;
}

:root {
  --clr-primary-500: #001C41;
  --clr-secondary-500: #D2AD37;
  --clr-neutral-900: #111111;
  --clr-neutral-800: #414142;
  --clr-neutral-600: #7f7f7f;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #E7E8E9;
  --clr-neutral-150: #F6F5F5;
  --clr-neutral-100: hsl(0 0% 100%);
  --ff-primary:"Playfair Display", serif;
  --ff-secondary:"Lato", sans-serif;
  --ff-body: var(--ff-secondary);
  --ff-heading: var(--ff-primary);
  --fw-regular: 400;
  --fw-semi-bold: 500;
  --fw-semi-bold-600: 600;
  --fw-bold: 700;
  --fs-200: 0.75rem;
  --fs-300: 0.8125rem;
  --fs-350: 0.85rem;
  --fs-400: 0.875rem;
  --fs-500: 0.9375rem;
  --fs-600: 1.1rem;
  --fs-650: 1.3rem;
  --fs-700: 1.875rem;
  --fs-800: 2.5rem;
  --fs-900: 3.5rem;
  --fs-body: var(--fs-400);
  --fs-primary-heading: var(--fs-700);
  --fs-secondary-heading: var(--fs-600);
  --fs-nav: var(--fs-500);
  --fs-button: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
  --size-1000: 7rem;
}

.vertical-align-center {
  align-items: center;
}

.vertical-align-top {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.justify-self-end {
  justify-self: end;
}

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

@media (min-width: 50em) {
  .justify-self-end-md {
    justify-self: end;
  }
}
:where(.flow :not(:first-child)) {
  margin-top: var(--flow-spacer, 3em);
}

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

.text-center p {
  margin-inline: auto;
}

@media (max-width: 50em) {
  .text-center-sm-only {
    text-align: center;
  }
  .text-center-sm-only p {
    margin-inline: auto;
  }
}
.text-primary-500 {
  color: var(--clr-primary-500);
}

.text-secondary-500 {
  color: var(--clr-secondary-500) !important;
}

.text-primary-300 {
  color: var(--clr-primary-300);
}

.text-accent-400 {
  color: var(--clr-accent-400);
}

.text-accent-300 {
  color: var(--clr-accent-300);
}

.text-accent-100 {
  color: var(--clr-accent-100);
}

.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900);
}

.text-green-500 {
  color: var(--clr-green-500);
}

.text-green-200 {
  color: var(--clr-green-200);
}

.bg-1 {
  background-color: #fef6f2;
}

.bg-2 {
  background-color: #fdece5;
}

.bg-neutral-150 {
  background-color: var(--clr-neutral-150);
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200);
}

.bg-neutral-800 {
  background-color: var(--clr-neutral-800);
}

.bg-neutral-900 {
  background-color: var(--clr-neutral-900);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold);
}

.fw-semi-bold-600 {
  font-weight: var(--fw-semi-bold-600);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-primary-heading {
  font-size: var(--fs-primary-heading);
  line-height: 1.5;
}

.fs-secondary-heading {
  font-size: var(--fs-secondary-heading);
  line-height: 1.5;
}

.fs-200 {
  font-size: var(--fs-200);
}

.fs-300 {
  font-size: var(--fs-300);
}

.fs-400 {
  font-size: var(--fs-400);
}

.fs-600 {
  font-size: var(--fs-600);
}

.fs-650 {
  font-size: var(--fs-650);
}

.fs-700 {
  font-size: var(--fs-700);
}

.fs-800 {
  font-size: var(--fs-800);
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 50em) {
  .display-md-inline-flex {
    display: inline-flex;
  }
}
.padding-block-1000 {
  padding: var(--size-1000) 0;
}

.padding-block-900 {
  padding: 100px 0;
}
@media (max-width: 50em) {
  .padding-block-900 {
    padding: 50px 0;
  }
}

.padding-block-700 {
  padding: var(--size-700) 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.padding-block-300 {
  padding: var(--size-300) 0;
}

.padding-block-200 {
  padding: var(--size-200) 0;
}

.padding-500 {
  padding: var(--size-500);
}

.padding-300 {
  padding: var(--size-500);
}

.padding-side-300 {
  padding: 0 var(--size-500);
}

.padding-top-900 {
  padding-top: var(--size-900);
}

.padding-top-400 {
  padding-top: var(--size-400);
}

.padding-top-0 {
  padding-top: 0 !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-top-100 {
  margin-top: var(--size-100) !important;
}

.margin-top-200 {
  margin-top: var(--size-200) !important;
}

.margin-top-300 {
  margin-top: var(--size-300) !important;
}

.margin-top-400 {
  margin-top: var(--size-400) !important;
}

.margin-top-500 {
  margin-top: var(--size-500) !important;
}

.margin-top-900 {
  margin-top: var(--size-900) !important;
}

.margin-top-800 {
  margin-top: var(--size-800) !important;
}

.margin-top-700 {
  margin-top: var(--size-700);
}

.margin-top-600 {
  margin-top: var(--size-600);
}

.margin-top-500 {
  margin-top: var(--size-500);
}

.margin-top-300 {
  margin-top: var(--size-300);
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-bottom-700 {
  margin-bottom: var(--size-700);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.heading1 {
  position: relative;
  text-align: center;
  font-family: var(--ff-heading);
  font-size: 50px;
  color: var(--clr-primary-500);
}
@media (max-width: 50em) {
  .heading1 {
    font-size: 26px;
  }
}

/* Container styles */
.scrolling-text-container {
  background-color: var(--clr-secondary-500);
  border-radius: 4px;
  overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
  font-family: var(--ff-heading);
  color: var(--clr-primary-500);
}

/* Text styles */
.scrolling-text {
  display: flex;
}

.scrolling-text-item {
  padding: 0 30px;
}

/* Apply the animation to the text items */
.scrolling-text-inner > div {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner > div {
  animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.btn1 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--clr-secondary-500);
  height: 36px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  gap: 8px;
  border: 0;
  transition: all 0.3s;
}
.btn1 span {
  font-family: var(--ff-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-primary-500);
}
.btn1:hover {
  background-color: #af8d1b;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 20px 0;
  z-index: 9;
  transition: all 0.5s;
}
header.background {
  background-color: rgba(0, 28, 65, 0.7529411765);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  position: relative;
  display: block;
  width: 350px;
}
@media screen and (max-width: 1440px) {
  header .wrapper .logo {
    width: 300px;
  }
}
@media screen and (max-width: 980px) {
  header .wrapper .logo {
    width: 150px;
  }
}
@media screen and (max-width: 980px) {
  header .wrapper .btn1 {
    transform: scale(0.8);
  }
}
header .wrapper .desktopMenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  header .wrapper .desktopMenu {
    display: none;
  }
}
header .wrapper .desktopMenu nav ul {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
header .wrapper .desktopMenu nav ul a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
header .wrapper .social {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--clr-primary-500);
  overflow: hidden;
}
@media (max-width: 50em) {
  .banner {
    height: 45vh;
  }
}
.banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.inside-banner {
  position: relative;
  background-color: var(--clr-primary-500);
  padding: 191px 0 50px;
}
@media (max-width: 50em) {
  .inside-banner {
    padding: 100px 0 50px;
  }
}
.inside-banner h1 {
  position: relative;
  text-align: center;
  font-family: var(--ff-heading);
  font-size: 50px;
  color: #fff;
}
@media (max-width: 50em) {
  .inside-banner h1 {
    font-size: 26px;
  }
}

#whyUs {
  position: relative;
  background-color: var(--clr-primary-500);
  background-image: url("../images/bg/bg1.jpg");
  background-position: center center;
  background-size: cover;
}

#whyChoose {
  position: relative;
}
#whyChoose .box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 38px;
  display: flex;
  flex-direction: column;
  background-color: var(--clr-secondary-500);
  background-position: center center;
  background-size: cover;
  transition: all 0.3s;
}
#whyChoose .box h2 {
  position: relative;
  font-family: var(--ff-heading);
  color: var(--clr-primary-500);
  font-size: 30px;
}
@media (max-width: 50em) {
  #whyChoose .box h2 {
    text-align: center;
  }
}
#whyChoose .box p {
  color: #fff;
}
@media (max-width: 50em) {
  #whyChoose .box p {
    text-align: center;
  }
}
#whyChoose .box:hover {
  transform: scale(1.07);
}

#productRange {
  position: relative;
  background-color: var(--clr-primary-500);
  background-image: url("../images/bg/line.png");
  background-size: cover;
  background-position: left;
}
#productRange .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 50em) {
  #productRange .box {
    align-items: center;
  }
}
#productRange .box h2 {
  position: relative;
  font-family: var(--ff-heading);
  color: var(--clr-secondary-500);
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 50em) {
  #productRange .box h2 {
    font-size: 18px;
    text-align: center;
  }
}
#productRange .box p {
  color: var(--clr-neutral-100);
  font-size: 16px;
}
@media (max-width: 50em) {
  #productRange .box p {
    text-align: center;
  }
}

#diamondShapes {
  position: relative;
}
#diamondShapes .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 20px;
  background-color: #F2F2F2;
  overflow: hidden;
  transition: all 0.7s;
}
@media (max-width: 50em) {
  #diamondShapes .box {
    padding: 10px 10px 15px;
  }
}
#diamondShapes .box:before {
  content: "";
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 50%, rgba(255, 255, 255, 0) 100%);
  top: -32%;
  left: 0;
  width: 180px;
  height: 180%;
  position: absolute;
  transform: translateX(-150%) rotate(-45deg);
  z-index: 2;
  transition: all 0.3s;
}
#diamondShapes .box h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: var(--clr-primary-500);
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 50em) {
  #diamondShapes .box h2 {
    font-size: 16px;
    font-weight: 600;
  }
}
#diamondShapes .box:hover {
  transform: scale(1.1);
}
#diamondShapes .box:hover:before {
  transform: translateX(450%) rotate(-45deg);
}

#certifications {
  position: relative;
  background-color: var(--clr-primary-500);
}
#certifications .box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 25px;
  border: 1px solid #fff;
}
@media (max-width: 50em) {
  #certifications .box {
    padding: 0 20px 20px 20px;
    gap: 0px;
    flex-direction: column;
  }
}
#certifications .box p {
  color: var(--clr-neutral-100);
  font-size: 16px;
  margin: 0;
}
@media (max-width: 50em) {
  #certifications .box p {
    text-align: center;
  }
}

#faq {
  position: relative;
}
#faq .accordion-button {
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: var(--clr-primary-500);
}
#faq .accordion-item:first-of-type, #faq .accordion-item:first-of-type .accordion-button, #faq .accordion-item:last-of-type, #faq .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
#faq .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent !important;
  box-shadow: none !important;
}
#faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid #a5a5a5;
}
#faq .accordion-item:has(.collapsed) {
  border: 1px solid #a5a5a5 !important;
}
#faq .accordion-item {
  margin-bottom: 20px;
  border: 1px solid var(--clr-secondary-500);
  border-top: 1px solid var(--clr-secondary-500) !important;
}

#custom {
  position: relative;
  background-color: var(--clr-neutral-200);
}

.terms {
  position: relative;
}
.terms h1 {
  position: relative;
  font-family: var(--ff-heading);
  font-size: 28px;
  color: var(--clr-primary-500);
}
@media (max-width: 50em) {
  .terms h1 {
    font-size: 26px;
  }
}

footer {
  background-color: #0F2B50;
}
footer .top-sec {
  position: relative;
  background-color: var(--clr-primary-500);
}
footer .heading1 {
  text-align: left;
  font-size: 30px;
}
footer form {
  position: relative;
}
footer form input {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  background-color: #0F2B50;
  color: var(--clr-neutral-100);
  border: 0;
}
footer form textarea {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  background-color: #0F2B50;
  color: var(--clr-neutral-100);
  border: 0;
  height: 160px;
}
footer form input, footer form textarea {
  outline: 0;
}
footer form input::-moz-placeholder, footer form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4196078431);
}
footer form input::placeholder, footer form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4196078431);
}
footer form input:focus, footer form textarea:focus {
  outline: 1px solid var(--clr-secondary-500);
}
footer form .btn1 {
  width: -moz-fit-content;
  width: fit-content;
}
footer .iconList {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 15px;
}
footer .iconList li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .iconList li p {
  position: relative;
  color: var(--clr-neutral-100);
  font-size: 18px;
  margin: 0;
}
footer .bottom-sec {
  padding: 40px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-neutral-100);
}
@media (max-width: 50em) {
  footer .bottom-sec {
    text-align: center;
  }
}
footer .bottom-sec p {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-neutral-100);
  text-align: center;
}
footer .bottom-sec a {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-neutral-100);
  display: block;
  text-align: right;
  text-decoration: none;
  transition: all 0.3s;
}
footer .bottom-sec a:hover {
  color: var(--clr-secondary-500);
}
@media (max-width: 50em) {
  footer .bottom-sec a {
    margin-bottom: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */