/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html,body {
  font-family: Cormorant, serif;
}

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

/* ----------------------------------header-------------------------- */

.main-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
}

.theme-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.main-header {
  position: sticky;
  top: 0px;
  z-index: 50;
  width: 100%;
}

.main-header .header-logo-img a img {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 140px !important;
}

@media (min-width: 768px) {
  .main-header .header-logo-img a img {
    max-width: 150px !important;
  }
}

@media (min-width: 1024px) {
  .main-header .header-logo-img a img {
    max-width: 170px !important;
  }
}

@media (min-width: 1280px) {
  .main-header .header-logo-img a img {
    max-width: 190px !important;
  }
}

@media (min-width: 1600px) {
  .main-header .header-logo-img a img {
    max-width: 219px !important;
  }
}

.main-header .header-logo-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .main-header .header-logo-img {
    justify-content: center;
  }
}

@media (min-width: 1600px) {
  .main-header .header-logo-img {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

nav.header-nav-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  nav.header-nav-menu ul {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  nav.header-nav-menu ul {
    gap: 26px;
  }
}

@media (min-width: 1280px) {
  nav.header-nav-menu ul {
    gap: 28px;
  }
}

@media (min-width: 1600px) {
  nav.header-nav-menu ul {
    gap: 30px;
  }
}

.header-logo-img a {
  display: block;
}

nav.header-nav-menu ul li a {
  display: block;
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  nav.header-nav-menu ul li a {
    line-height: 21px;
  }
}

@media (min-width: 1280px) {
  nav.header-nav-menu ul li a {
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  nav.header-nav-menu ul li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 25px;
  }
}

nav.header-nav-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .theme-black nav.header-nav-menu ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.theme-black nav.header-nav-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.admin-cart img {
  width: 100%;
  max-width: 18px;
}

@media (min-width: 1600px) {
  .admin-cart img {
    max-width: 20px;
  }
}

.admin-cart {
  position: absolute;
  bottom: 62px;
  right: 1.25rem;
  display: flex;
  height: 30px;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .admin-cart {
    bottom: 8px;
  }
}

.main-header .container {
  position: relative;
}

.admin-cart .user-cart p {
  position: absolute;
  top: -26px;
  right: -6px;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.admin-cart .user-cart {
  position: relative;
}

@media (min-width: 768px) {
  .burger-menu {
    display: none;
  }
}

.main-header .header-logo-img .burger-menu img {
  width: 100%;
  max-width: 30px !important;
}

.header-nav-menu {
  display: none;
}

@media (min-width: 768px) {
  .header-nav-menu {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
  height: 100vh;
  width: 270px;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 46px 28px rgb(0 0 0 / 25%);
}

.mobile-menu.open {
  z-index: 50;
  display: block;
}

.mobile-menu .header-nav-menu {
  display: block;
}

.mobile-menu .header-nav-menu ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu .header-nav-menu ul {
  padding: 1.25rem;
}

.cross-icon {
  margin: 1.25rem;
}

.cross-icon img {
  margin-left: auto;
}

.header-nav-menu ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.theme-black nav.header-nav-menu ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

/* ---------------------------------header ends---------------------- */

/* --------------------------------index.html------------------------- */

.home-slider {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .home-slider {
    align-items: flex-start;
  }
}

.home-slider .mySwiper .swiper-slide {
  height: auto;
  width: 100%;
  max-width: 280px;
}

@media (min-width: 1024px) {
  .home-slider .mySwiper .swiper-slide {
    max-width: 320px;
  }
}

@media (min-width: 1280px) {
  .home-slider .mySwiper .swiper-slide {
    max-width: 390px;
  }
}

@media (min-width: 1600px) {
  .home-slider .mySwiper .swiper-slide {
    max-width: 475px;
  }
}

.home-slider .mySwiper .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .home-slider .mySwiper .swiper-slide img {
    max-width: 360px;
    height: calc(100vh - 298px);
  }
}

@media (min-width: 1280px) {
  .home-slider .mySwiper .swiper-slide img {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .home-slider .mySwiper .swiper-slide img {
    max-width: 475px;
    height: calc(100vh - 250px);
  }
}
@media (min-width: 1800px) {
  .home-slider .mySwiper .swiper-slide img {
    max-width: 475px;
    height: calc(100vh - 298px);
  }
}
.home-slider {
  padding-top: 2.75rem;
}

/* --------------------------------index.html ends-------------------- */

/* --------------------------------acknowledgment starts-------------- */

.acknow-popup {
  position: fixed;
  top: 0px;
  z-index: 60;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  overflow: auto;
}

.ack-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .ack-content {
    max-width: 650px;
  }
}

@media (min-width: 768px) {
  .ack-content {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .ack-content {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .ack-content {
    max-width: 970px;
  }
}

@media (min-width: 1600px) {
  .ack-content {
    max-width: 1114px;
  }
}

.ack-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .ack-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .ack-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ack-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .ack-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .ack-content {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

.ack-border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .ack-border {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .ack-border {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ack-border {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .ack-border {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .ack-border {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 53px;
    padding-bottom: 53px;
  }
}

.ack-cross {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 1024px) {
  .ack-cross {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 1280px) {
  .ack-cross {
    top: 18px;
    right: 18px;
  }
}

@media (min-width: 1600px) {
  .ack-cross {
    top: 22px;
    right: 22px;
  }
}

.ack-content .ack-border h2 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .ack-content .ack-border h2 {
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .ack-content .ack-border h2 {
    font-size: 24px;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ack-content .ack-border h2 {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .ack-content .ack-border h2 {
    padding-bottom: 1rem;
    font-size: 32px;
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .ack-content .ack-border h2 {
    padding-bottom: 1.25rem;
    font-size: 40px;
    line-height: 72px;
  }
}

.ack-content .ack-border p {
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .ack-content .ack-border p {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .ack-content .ack-border p {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .ack-content .ack-border p {
    padding-bottom: 2.5rem;
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .ack-content .ack-border p {
    padding-bottom: 3rem;
    font-size: 19px;
    line-height: 29px;
  }
}

@media (min-width: 1600px) {
  .ack-content .ack-border p {
    padding-bottom: 3.5rem;
    font-size: 21px;
    line-height: 31px;
  }
}

.ack-content .ack-border img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120px;
}

@media (min-width: 768px) {
  .ack-content .ack-border img {
    max-width: 130px;
  }
}

@media (min-width: 1024px) {
  .ack-content .ack-border img {
    max-width: 140px;
  }
}

@media (min-width: 1280px) {
  .ack-content .ack-border img {
    max-width: 160px;
  }
}

@media (min-width: 1600px) {
  .ack-content .ack-border img {
    max-width: 182px;
  }
}

.acknow-popup.close-acknow {
  display: none;
}

.ack-border {
  position: relative;
}

.ack-border:after {
  position: absolute;
  top: 50%;
  left: -2px;
  height: 60%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.ack-border:before {
  position: absolute;
  top: 50%;
  right: -2px;
  height: 60%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/*---------------------------------- acknowledgment ends-------------- */

/* ------------------------------------footer starts------------------ */

.footer-main .container.footer-container {
  width: 100%;
  max-width: 1804px;
  padding-top: 129px;
}

.footer-slider {
  padding-bottom: 90px;
}

@media (min-width: 640px) {
  .footer-slider {
    padding-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .footer-slider {
    padding-bottom: 130px;
  }
}

@media (min-width: 1024px) {
  .footer-slider {
    padding-bottom: 150px;
  }
}

@media (min-width: 1280px) {
  .footer-slider {
    padding-bottom: 170px;
  }
}

@media (min-width: 1600px) {
  .footer-slider {
    padding-bottom: 195px;
  }
}

footer.footer-main {
  background-position: bottom;
  background-repeat: no-repeat;
}

.mySwiperFooter .swiper-slide.insta-border {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .mySwiperFooter .swiper-slide.insta-border {
    max-width: 259px;
  }
}

.mySwiperFooter {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border {
  height: 185px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insta-link{
  height: 185px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.insta-link{
  display: none;
}

.mySwiperFooter .swiper-slide img,.mySwiperFooter{
  position: relative;
}
.insta-link a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 475px) {
  .mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border,.insta-link {
    height: 224px;
  }
}

@media (min-width: 640px) {
  .mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border,.insta-link {
    height: 189px;
  }
}

@media (min-width: 768px) {
  .mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border,.insta-link {
    height: 218px;
  }
  .insta-link{
    width: 22.8%;
    left: 26.3%;
    display: block;
    position: absolute;
    z-index: 2;
  }
}
@media (min-width: 1024px){
  .insta-link{
    width: 17.7%;
    left: 21.2%;
  }
}

@media (min-width: 1280px) {
  .mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border,.insta-link {
    height: 231px;
  }
  .insta-link{
    width: 15.4%;
    left: 17.5%;
  }
}

@media (min-width: 1600px) {
  .mySwiperFooter .swiper-slide img,.mySwiperFooter .swiper-slide.insta-border,.insta-link {
    height: 259px;
  }
  .insta-link{
    width: 14.5%;
    left: 17.5%;
  }
}

.insta-link p {
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .insta-link p {
    line-height: 17px;
  }
}

@media (min-width: 1280px) {
  .insta-link p {
    line-height: 19px;
  }
}

@media (min-width: 1600px) {
  .insta-link p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.09px;
  }
}

.insta-link a h6 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 30.28px;
}

@media (min-width: 1280px) {
  .insta-link a h6 {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .insta-link a h6 {
    font-size: 25px;
  }
}

.insta-link a h6 {
  margin-top: 0.5rem;
  text-align: center;
}


.mySwiperFooter .swiper-slide {
  position: relative;
}

.mySwiperFooter .swiper-slide:hover .insta-hover {
  display: flex;
}

.mySwiperFooter .swiper-slide .insta-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 50%);
}

.mySwiperFooter .swiper-slide .insta-hover img {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 31px;
}

.footer-content-sizer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 475px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 475px) {
  .footer-content-sizer {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .footer-content-sizer {
    max-width: 640px;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .footer-content-sizer {
    max-width: 740px;
    align-items: center;
    gap: 0px;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-content-sizer {
    max-width: 900px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .footer-content-sizer {
    max-width: 1050px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .footer-content-sizer {
    max-width: 1232px;
    padding-bottom: 77px;
  }
}

.footer-contact {
  order: 3;
  display: flex;
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 475px) {
  .footer-contact {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .footer-contact {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .footer-contact {
    order: 2;
    max-width: 502px;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer-contact {
    max-width: 620px;
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .footer-contact {
    max-width: 670px;
    gap: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .footer-contact {
    max-width: 756px;
    gap: 53px;
  }
}

.shotkit-logo {
  order: 2;
}

@media (min-width: 768px) {
  .shotkit-logo {
    order: 3;
  }
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 17px;
}

@media (min-width: 1024px) {
  .social-icons {
    padding-top: 6px;
  }
}

@media (min-width: 1600px) {
  .social-icons {
    padding-top: 9px;
  }
}

.footer-contact p {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer-contact p {
    line-height: 36px;
  }
}

@media (min-width: 1600px) {
  .footer-contact p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 45px;
  }
}

.footer-contact p a {
  display: block;
}

.copyright {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .copyright {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 1024px) {
  .copyright {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .copyright {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.copyright p {
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 21.09px;
}

@media (min-width: 1280px) {
  .copyright p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .copyright p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.copyright p a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.footer-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.footer-logo img {
  width: 100%;
  max-width: 140px !important;
}

@media (min-width: 768px) {
  .footer-logo img {
    max-width: 150px !important;
  }
}

@media (min-width: 1024px) {
  .footer-logo img {
    max-width: 170px !important;
  }
}

@media (min-width: 1280px) {
  .footer-logo img {
    max-width: 190px !important;
  }
}

@media (min-width: 1600px) {
  .footer-logo img {
    max-width: 219px !important;
  }
}

.shotkit-logo img {
  width: 100%;
  max-width: 70px;
}

@media (min-width: 1280px) {
  .shotkit-logo img {
    max-width: 78px;
  }
}

@media (min-width: 1600px) {
  .shotkit-logo img {
    max-width: 88px;
  }
}

/* ------------------------------------footer ends-------------------- */

/* ------------------------------------about.html--------------------- */

.get-in-touch .container {
  max-width: 1000px;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .get-in-touch .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .get-in-touch .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .get-in-touch .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1280px) {
  .get-in-touch .container {
    max-width: 1100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .get-in-touch .container {
    max-width: 1234px;
    padding-top: 123px;
    padding-bottom: 123px;
  }
}

.get-in-touch .container h2 {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .get-in-touch .container h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21px;
  }
}

@media (min-width: 1280px) {
  .get-in-touch .container h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23px;
  }
}

@media (min-width: 1600px) {
  .get-in-touch .container h2 {
    font-size: 22px;
    line-height: 25.78px;
  }
}

.get-touch-divider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.get-touch-content h3 {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .get-touch-content h3 {
    padding-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .get-touch-content h3 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .get-touch-content h3 {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .get-touch-content h3 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .get-touch-content h3 {
    padding-top: 27px;
    padding-bottom: 2.25rem;
    font-size: 60px;
    line-height: 72px;
  }
}

.get-touch-content {
  width: 100%;
  max-width: 479px;
}

@media (min-width: 768px) {
  .get-touch-content {
    max-width: 350px;
  }
}

@media (min-width: 1024px) {
  .get-touch-content {
    max-width: 383px;
  }
}

@media (min-width: 1280px) {
  .get-touch-content {
    max-width: 424px;
  }
}

@media (min-width: 1600px) {
  .get-touch-content {
    max-width: 479px;
  }
}

.get-touch-content p {
  font-size: 17px;
  line-height: 23px;
}

@media (min-width: 1024px) {
  .get-touch-content p {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  .get-touch-content p {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .get-touch-content p {
    font-size: 23px;
    line-height: 28px;
  }
}

.get-touch-form label{
  margin-top: 0.75rem;
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea  {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.get-touch-form form input[type="text"]::placeholder,.get-touch-form form input[type="email"]::placeholder,.get-touch-form form textarea::placeholder{
  color: #ffffff;
}
.get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
  border-bottom: none;
}
.get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
  margin-bottom: 30px;
}
.get-touch-form form textarea{
  height: 60px !important;
}

@media (min-width: 640px) {
  .get-touch-form label {
    padding-bottom: 28px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .get-touch-form label {
    padding-bottom: 33px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea  {
    font-size: 44px;
    line-height: 52px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
    margin-bottom: 50px;
  }
  .get-touch-form form textarea{
    height: 70px!important;
  }
}

@media (min-width: 1024px) {
  .get-touch-form label {
    margin-top: 0px;
    padding-bottom: 43px;
    font-size: 44px;
    line-height: 52px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea  {
    font-size: 44px;
    line-height: 52px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
    margin-bottom: 60px;
  }
  .get-touch-form form textarea{
    height: 90px !important;
  }
}

@media (min-width: 1280px) {
  .get-touch-form label {
    padding-bottom: 53px;
    font-size: 52px;
    line-height: 62px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea  {
    font-size: 52px;
    line-height: 62px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
    margin-bottom: 73px;
  }
  .get-touch-form form textarea{
    height: 115px !important;
  }
}

@media (min-width: 1600px) {
  .get-touch-form label{
    padding-bottom: 63px;
    font-size: 60px;
    line-height: 72px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"],.get-touch-form form textarea  {
    font-size: 60px;
    line-height: 72px;
  }
  .get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
    margin-bottom: 90px;
  }
  .get-touch-form form textarea{
    height: 135px !important;
  }
}

.get-touch-form {
  width: 100%;
  max-width: 489px;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .get-touch-form {
    max-width: 350px;
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .get-touch-form {
    max-width: 400px;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .get-touch-form {
    max-width: 430px;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .get-touch-form {
    max-width: 489px;
    padding-top: 27px;
  }
}

.get-touch-form form textarea {
  height: 60px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}


.get-touch-form form input[type="text"],.get-touch-form form input[type="email"]{
  height: 40px;
  width: 100%;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}



.get-touch-form form textarea:focus-visible ,.get-touch-form form input[type="email"]:focus-visible,.get-touch-form form input[type="text"]:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.get-touch-form h4.message-spacing {
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .get-touch-form h4.message-spacing {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .get-touch-form h4.message-spacing {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .get-touch-form h4.message-spacing {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .get-touch-form h4.message-spacing {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .get-touch-form h4.message-spacing {
    padding-bottom: 2.5rem;
  }

}

.get-touch-form form input[type="submit"]{
  margin-top: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 2px;
}

@media (min-width: 640px) {
  .get-touch-form form input[type="submit"] {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .get-touch-form form input[type="submit"] {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .get-touch-form form input[type="submit"] {
    margin-top: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .get-touch-form form input[type="submit"] {
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .get-touch-form form input[type="submit"] {
    margin-top: 70px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.get-touch-form form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

/* mailing list starts */

.mailing-list .container h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .mailing-list .container h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .mailing-list .container h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container h3 {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container h3 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container h3 {
    font-size: 60px;
    line-height: 72px;
  }
}

.mailing-list .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .mailing-list .container {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .mailing-list .container {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container {
    margin-top: 92px;
    margin-bottom: 92px;
  }
}

.mailing-list .container .mail-sizer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .mailing-list .container .mail-sizer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .mailing-list .container .mail-sizer {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container .mail-sizer {
    max-width: 1000px;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container .mail-sizer {
    max-width: 1100px;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container .mail-sizer {
    max-width: 1234px;
    padding-top: 205px;
    padding-bottom: 205px;
  }
}

.mailing-list .container h5 {
  padding-top: 24px;
  padding-bottom: 62px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .mailing-list .container h5 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container h5 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.gjs-cell button {
  width: 100%;
  max-width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gjs-cell button {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .gjs-cell button {
    max-width: 350px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  .gjs-cell button {
    max-width: 370px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1600px) {
  .gjs-cell button {
    max-width: 394px;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.75px;
    letter-spacing: 3px;
  }
}

.gjs-cell input {
  width: 100%;
  max-width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .gjs-cell input {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .gjs-cell input {
    max-width: 350px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  .gjs-cell input {
    max-width: 370px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1600px) {
  .gjs-cell input {
    max-width: 394px;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.75px;
    letter-spacing: 3px;
  }
}

.gjs-cell input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gjs-cell input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gjs-cell input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gjs-cell {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

@media (min-width: 640px) {
  .gjs-cell {
    flex-direction: row;
  }
}

.gjs-cell button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 166 56 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.mailing-list .container .mail-sizer {
  position: relative;
}

.mailing-list .container .mail-sizer:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 170px;
  width: 210px;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .mailing-list .container .mail-sizer:after {
    height: 190px;
    width: 230px;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container .mail-sizer:after {
    height: 210px;
    width: 250px;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container .mail-sizer:after {
    height: 230px;
    width: 270px;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container .mail-sizer:after {
    height: 254px;
    width: 294px;
  }
}

.mailing-list .container .mail-sizer:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  height: 170px;
  width: 210px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .mailing-list .container .mail-sizer:before {
    height: 190px;
    width: 230px;
  }
}

@media (min-width: 1024px) {
  .mailing-list .container .mail-sizer:before {
    height: 210px;
    width: 250px;
  }
}

@media (min-width: 1280px) {
  .mailing-list .container .mail-sizer:before {
    height: 230px;
    width: 270px;
  }
}

@media (min-width: 1600px) {
  .mailing-list .container .mail-sizer:before {
    height: 254px;
    width: 294px;
  }
}


.mailing-list.more-sales .container .mail-sizer {
  position: relative;
}
.mailing-list.more-sales .container .mail-sizer:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 45%;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  z-index: 20;
  width: 5px;
  --tw-border-opacity: 1;
  background-color: #ffffff;
  --tw-content: "";
  content: var(--tw-content);
}

nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  font-size: 20px;
  font-family: 'Roboto';
  margin-left: 5px;
  margin-right: 5px;
}
nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin-top: 30px;
}
nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  background: black;
  color: white;
  border-radius: 5px;
}
.mailing-list.more-sales .container .mail-sizer:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  height: 45%;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  z-index: 20;
  width: 5px;
  --tw-border-opacity: 1;
  background-color: #ffffff;
  width: 5px;
  --tw-content: "";
  content: var(--tw-content);
}


/* mailing list ends */

/* about ian starts */

.about-ian .container .about-ian-sizer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .about-ian .container .about-ian-sizer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .about-ian .container .about-ian-sizer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .about-ian .container .about-ian-sizer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .about-ian .container .about-ian-sizer {
    max-width: 800px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .about-ian .container .about-ian-sizer {
    max-width: 908px;
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.about-ian .container .about-ian-sizer:after {
  position: absolute;
  top: 50%;
  left: -2px;
  height: 55%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.about-ian .container .about-ian-sizer:before {
  position: absolute;
  top: 50%;
  right: -2px;
  height: 55%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.about-ian {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .about-ian {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .about-ian {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .about-ian {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .about-ian {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .about-ian {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.about-ian .container .about-ian-sizer h3 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .about-ian .container .about-ian-sizer h3 {
    padding-bottom: 14px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .about-ian .container .about-ian-sizer h3 {
    padding-bottom: 18px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about-ian .container .about-ian-sizer h3 {
    padding-bottom: 22px;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .about-ian .container .about-ian-sizer h3 {
    padding-bottom: 25px;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .about-ian .container .about-ian-sizer h3 {
    padding-bottom: 31px;
    font-size: 60px;
    line-height: 72px;
  }
}

.about-ian .container .about-ian-sizer h5 {
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .about-ian .container .about-ian-sizer h5 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .about-ian .container .about-ian-sizer h5 {
    padding-bottom: 1.75rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .about-ian .container .about-ian-sizer h5 {
    padding-bottom: 2rem;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .about-ian .container .about-ian-sizer h5 {
    padding-bottom: 2.25rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .about-ian .container .about-ian-sizer h5 {
    padding-bottom: 2.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.about-ian .container .about-ian-sizer p {
  margin-left: auto;
  margin-right: auto;
  max-width: 651px;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .about-ian .container .about-ian-sizer p {
    padding-bottom: 6px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .about-ian .container .about-ian-sizer p {
    max-width: 647px;
    padding-bottom: 0.5rem;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .about-ian .container .about-ian-sizer p {
    max-width: 768px;
    padding-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.about-ian .container .about-ian-sizer a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .about-ian .container .about-ian-sizer a {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .about-ian .container .about-ian-sizer a {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .about-ian .container .about-ian-sizer a {
    margin-top: 1.75rem;
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .about-ian .container .about-ian-sizer a {
    margin-top: 2rem;
    line-height: 21px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .about-ian .container .about-ian-sizer a {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.44px;
    letter-spacing: 3px;
  }
}

.about-ian .container .about-ian-sizer a:hover:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-content: "";
  content: var(--tw-content);
}

.to-top {
  position: fixed;
  bottom: 74px;
  right: 52px;
  z-index: 40;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .to-top {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 1600px) {
  .to-top {
    height: 46px;
    width: 46px;
  }
}

.to-top img {
  width: 100%;
  max-width: 18px;
}

@media (min-width: 1280px) {
  .to-top img {
    max-width: 20px;
  }
}

@media (min-width: 1600px) {
  .to-top img {
    max-width: 22px;
  }
}

/* about ian ends */

/* ---------------------------------about.html ends------------------- */

/* ------------------------------contact.html starts------------------ */

.contact-us .container .contact-content h3 {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .contact-us .container .contact-content h3 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .contact-us .container .contact-content h3 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .contact-us .container .contact-content h3 {
    padding-bottom: 6px;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .contact-us .container .contact-content h3 {
    padding-bottom: 0.5rem;
    font-size: 54px;
    line-height: 72px;
  }
}

.contact-us .container .contact-content p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 852px;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
}

@media (min-width: 1024px) {
  .contact-us .container .contact-content p {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  .contact-us .container .contact-content p {
    max-width: 934px;
    font-size: 21px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .contact-us .container .contact-content p {
    max-width: 1033px;
    font-size: 23px;
    line-height: 28px;
  }
}

.contact-us {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .contact-us {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .contact-us {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .contact-us {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .contact-us {
    margin-top: 48px;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .contact-us {
    margin-top: 54px;
    margin-bottom: 72px;
  }
}

.ian-contact {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 400px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .ian-contact {
    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .ian-contact {
    margin-top: 3.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .ian-contact {
    margin-top: 4rem;
    max-width: 450px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .ian-contact {
    margin-top: 75px;
    max-width: 490px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .ian-contact {
    margin-top: 85px;
    max-width: 543px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 72px;
    padding-right: 72px;
  }
}

.ian-contact:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 70px;
  width: 70px;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .ian-contact:after {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .ian-contact:after {
    height: 90px;
    width: 90px;
  }
}

@media (min-width: 1280px) {
  .ian-contact:after {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1600px) {
  .ian-contact:after {
    height: 115.21px;
    width: 115.21px;
  }
}

.ian-contact:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  height: 70px;
  width: 70px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .ian-contact:before {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .ian-contact:before {
    height: 90px;
    width: 90px;
  }
}

@media (min-width: 1280px) {
  .ian-contact:before {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 1600px) {
  .ian-contact:before {
    height: 115.21px;
    width: 115.21px;
  }
}

.contact-us .container .contact-content .ian-contact h4 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .contact-us .container .contact-content .ian-contact h4 {
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .contact-us .container .contact-content .ian-contact h4 {
    font-size: 24px;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-us .container .contact-content .ian-contact h4 {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .contact-us .container .contact-content .ian-contact h4 {
    font-size: 32px;
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .contact-us .container .contact-content .ian-contact h4 {
    font-size: 40px;
    line-height: 72px;
  }
}

.contact-us .container .contact-content .ian-contact p {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-family: Roboto, serif;
  line-height: 1.5rem;
}
.contact-us .container .contact-content .ian-contact p{
  font-weight: 300;
}
.contact-us .container .contact-content .ian-contact p:last-child br{
  display: none;
}
.contact-us .container .contact-content .ian-contact p:last-child{
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact-us .container .contact-content .ian-contact p {
    padding-bottom: 6px;
  }
}

@media (min-width: 1024px) {
  .contact-us .container .contact-content .ian-contact p {
    padding-bottom: 0.5rem;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .contact-us .container .contact-content .ian-contact p {
    padding-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .contact-us .container .contact-content .ian-contact p {
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.contact-us .container .contact-content .ian-contact a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 21.09px;
}

.contact-us .container .contact-content .ian-contact a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

/* contact form */

.contact-form-main .container h3 {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .contact-form-main .container h3 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .contact-form-main .container h3 {
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-main .container h3 {
    margin-bottom: 2.5rem;
    font-size: 28px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container h3 {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container h3 {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 72px;
  }
}

.contact-form-main .container form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 680px;
}

@media (min-width: 1024px) {
  .contact-form-main .container form {
    max-width: 750px;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container form {
    max-width: 850px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form {
    max-width: 992px;
  }
}

.contact-form-main .container form label {
  display: block;
  padding-bottom: 11px;
  text-align: start;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-form-main .container form label {
    line-height: 17px;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container form label {
    line-height: 19px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.09px;
  }
}

.contact-form-main .container form input,.contact-form-main .container form textarea,.contact-form-main .container form select {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-form-main .container form input,.contact-form-main .container form textarea,.contact-form-main .container form select {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container form input,.contact-form-main .container form textarea,.contact-form-main .container form select {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form input,.contact-form-main .container form textarea,.contact-form-main .container form select {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.contact-form-main .container form input:focus-visible,.contact-form-main .container form textarea:focus-visible,.contact-form-main .container form select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form-main .container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .contact-form-main .container form {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}

@media (min-width: 1024px) {
  .contact-form-main .container form {
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container form {
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 2.75rem;
  }
}

.contact-form-main .container form .form-text {
  width: 100%;
}

@media (min-width: 640px) {
  .contact-form-main .container form .form-text.half-width {
    max-width: calc(100% / 2 - 15px);
  }
}

.contact-form-main .container form textarea {
  height: 2.5rem;
}

@media (min-width: 768px) {
  .contact-form-main .container form textarea {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .contact-form-main .container form textarea {
    height: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .contact-form-main .container form textarea {
    height: 4rem;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form textarea {
    height: 5rem;
  }
}

.contact-form-main .container form input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

@media (min-width: 1280px) {
  .contact-form-main .container form input[type="checkbox"] {
    height: 22px;
    width: 22px;
  }
}

@media (min-width: 1600px) {
  .contact-form-main .container form input[type="checkbox"] {
    height: 24px;
    width: 24px;
  }
}

.checkbox-select {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.form-text.check-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.form-text.check-submit button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  .form-text.check-submit button {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1280px) {
  .form-text.check-submit button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .form-text.check-submit button {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.75px;
    letter-spacing: 3px;
  }
}

.form-text.check-submit input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.form-text.check-submit .checkbox-select label {
  padding-bottom: 0px;
}

/* -----------------------------contact.html ends--------------------- */

/* ------------------------lessons starts------------------------------ */

.lessons {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60;
  display: none;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: rgb(17 17 17 / 70%);
}

.lessons.show-lesson {
  display: block;
}

.position-center {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2.5rem;
}

.lessons .lessons-sizer.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .lessons .lessons-sizer.container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .lessons .lessons-sizer.container {
    max-width: 700px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer.container {
    max-width: 1000px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer.container {
    max-width: 1250px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer.container {
    max-width: 1428px;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 133.99px;
    padding-right: 133.99px;
  }
}

.lesson-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

@media (min-width: 1280px) {
  .lesson-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .lesson-close {
    right: 2rem;
    top: 2rem;
  }
}

.lesson-close a {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

.lessons-position:after {
  position: absolute;
  top: 50%;
  left: -2px;
  height: 55%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.lessons-position:before {
  position: absolute;
  top: 50%;
  right: -2px;
  height: 55%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.lessons-position {
  position: relative;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .lessons-position {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .lessons-position {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px) {
  .lessons-position {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1280px) {
  .lessons-position {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 1600px) {
  .lessons-position {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 65px;
    padding-right: 65px;
  }
}

.lessons .lessons-sizer .lessons-position h3 {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .lessons .lessons-sizer .lessons-position h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position h3 {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position h3 {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
    font-size: 44px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position h3 {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
    font-size: 52px;
    line-height: 46px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position h3 {
    padding-top: 2.25rem;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 50px;
  }
}

.lessons .lessons-sizer .lessons-position h4 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position h4 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position h4 {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position h4 {
    padding-bottom: 0.75rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position h4 {
    padding-bottom: 14px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.lessons .lessons-sizer .lessons-position h5 {
  text-align: center;
  font-size: 22px;
  font-style: italic;
  line-height: 26px;
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position h5 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position h5 {
    font-size: 34px;
    line-height: 41.17px;
  }
}

.lessons .lessons-sizer .lessons-position p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 28px;
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position p {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position p {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position p {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position p {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.course-timing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .course-timing {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .course-timing {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .course-timing {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .course-timing {
    gap: 55px;
  }
}

@media (min-width: 1600px) {
  .course-timing {
    gap: 65px;
  }
}

.lessons .lessons-sizer .lessons-position .course-timing p {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0px;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position .course-timing p {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position .course-timing p {
    margin-bottom: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position .course-timing p {
    margin-bottom: 14px;
    padding-bottom: 6px;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position .course-timing p {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 22px;
  }
}

.lessons .lessons-sizer .lessons-position .course-timing ul li {
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position .course-timing ul li {
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position .course-timing ul li {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position .course-timing ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 22px;
  }
}

.lessons .lessons-sizer .lessons-position .course-timing div {
  width: 100%;
  max-width: 218px;
}

.lessons .lessons-sizer .lessons-position h6 {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .lessons .lessons-sizer .lessons-position h6 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .lessons .lessons-sizer .lessons-position h6 {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position h6 {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position h6 {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position h6 {
    padding-top: 37px;
    padding-bottom: 1.5rem;
    font-size: 25px;
    line-height: 30.28px;
  }
}

.lessons .lessons-sizer .lessons-position .lessons-logo a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

.lessons .lessons-sizer .lessons-position .lessons-logo a img {
  max-width: 120px;
}

@media (min-width: 1024px) {
  .lessons .lessons-sizer .lessons-position .lessons-logo a img {
    max-width: 140px;
  }
}

@media (min-width: 1280px) {
  .lessons .lessons-sizer .lessons-position .lessons-logo a img {
    max-width: 160px;
  }
}

@media (min-width: 1600px) {
  .lessons .lessons-sizer .lessons-position .lessons-logo a img {
    max-width: 182px;
  }
}

/* -----------------------lessons-ends--------------------------------- */

/* ------------------------my work starts------------------------------ */

.my-work {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .my-work {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .my-work {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .my-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .my-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .my-work {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

.my-work .work-sizer.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .my-work .work-sizer.container {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .my-work .work-sizer.container {
    max-width: 900px;
  }
}

@media (min-width: 1280px) {
  .my-work .work-sizer.container {
    max-width: 1112px;
  }
}

@media (min-width: 1600px) {
  .my-work .work-sizer.container {
    max-width: 1250px;
  }
}

.my-work .work-sizer.container h3 {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .my-work .work-sizer.container h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .my-work .work-sizer.container h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .my-work .work-sizer.container h3 {
    padding-bottom: 0.5rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .my-work .work-sizer.container h3 {
    padding-bottom: 0.75rem;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .my-work .work-sizer.container h3 {
    padding-bottom: 1rem;
    font-size: 60px;
    line-height: 72px;
  }
}

.my-work .work-sizer.container h5 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .my-work .work-sizer.container h5 {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .my-work .work-sizer.container h5 {
    padding-bottom: 1.5rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .my-work .work-sizer.container h5 {
    padding-bottom: 1.75rem;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .my-work .work-sizer.container h5 {
    max-width: 735px;
    padding-bottom: 2rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .my-work .work-sizer.container h5 {
    max-width: 821px;
    padding-bottom: 38px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.my-work .work-sizer.container p {
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .my-work .work-sizer.container p {
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .my-work .work-sizer.container p {
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .my-work .work-sizer.container p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.portfolio-sec {
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .portfolio-sec {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .portfolio-sec {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-sec {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .portfolio-sec {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .portfolio-sec {
    padding-bottom: 102px;
  }
}

.portfolio-sizer.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}

@media (min-width: 1280px) {
  .portfolio-sizer.container {
    max-width: 853px;
  }
}

@media (min-width: 1600px) {
  .portfolio-sizer.container {
    max-width: 953px;
  }
}

.portfolio-sizer.container h3 {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .portfolio-sizer.container h3 {
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .portfolio-sizer.container h3 {
    font-size: 24px;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-sizer.container h3 {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .portfolio-sizer.container h3 {
    font-size: 32px;
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .portfolio-sizer.container h3 {
    font-size: 40px;
    line-height: 72px;
  }
}

.portfolio-sizer.container h5 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .portfolio-sizer.container h5 {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .portfolio-sizer.container h5 {
    padding-bottom: 1rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .portfolio-sizer.container h5 {
    padding-bottom: 1.25rem;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .portfolio-sizer.container h5 {
    padding-bottom: 1.5rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .portfolio-sizer.container h5 {
    padding-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.portfolio-sizer.container p {
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .portfolio-sizer.container p {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .portfolio-sizer.container p {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-sizer.container p {
    padding-bottom: 2.5rem;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .portfolio-sizer.container p {
    padding-bottom: 55px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .portfolio-sizer.container p {
    padding-bottom: 65px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.portfolio-sizer.container a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .portfolio-sizer.container a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-sizer.container a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .portfolio-sizer.container a {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .portfolio-sizer.container a {
    padding-left: 59px;
    padding-right: 59px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.portfolio-sizer.container a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 166 56 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.work-cards .work-cards-divider {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 475px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  gap: 1rem;
}

@media (min-width: 475px) {
  .work-cards .work-cards-divider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .work-cards .work-cards-divider {
    max-width: 640px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .work-cards .work-cards-divider {
    max-width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .work-cards .work-cards-divider {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .work-cards .work-cards-divider {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .work-cards .work-cards-divider {
    gap: 1.5rem;
  }
}

.work-content a img {
  height: 190px;
  width: 100%;
  max-width: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 475px) {
  .work-content a img {
    height: 170px;
    max-width: 170px;
  }
}

@media (min-width: 1024px) {
  .work-content a img {
    height: 191px;
    max-width: 191px;
  }
}

@media (min-width: 1280px) {
  .work-content a img {
    height: 234px;
    max-width: 234px;
  }
}

@media (min-width: 1600px) {
  .work-content a img {
    height: 290px;
    max-width: 290px;
  }
}

.work-content {
  width: 100%;
  max-width: 190px;
}

@media (min-width: 475px) {
  .work-content {
    max-width: 170px;
  }
}

@media (min-width: 1024px) {
  .work-content {
    max-width: 191px;
  }
}

@media (min-width: 1280px) {
  .work-content {
    max-width: 234px;
  }
}

@media (min-width: 1600px) {
  .work-content {
    max-width: 290px;
  }
}

.work-content a {
  display: block;
}

.work-cards {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .work-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .work-cards {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .work-cards {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1600px) {
  .work-cards {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.work-content a p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .work-content a p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .work-content a p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .work-content a p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .work-content a p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.work-content:hover {
  transition-duration: 500ms;
  transition-timing-function: linear;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.2);
}

/* --------------------------------my work ends------------------------ */

/* --------------------------------my work portfolio------------------- */

.work-portfolio-sizer h3 {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .work-portfolio-sizer h3 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .work-portfolio-sizer h3 {
    padding-top: 1.75rem;
    padding-bottom: 3.5rem;
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .work-portfolio-sizer h3 {
    padding-top: 2rem;
    padding-bottom: 4rem;
    font-size: 40px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .work-portfolio-sizer h3 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .work-portfolio-sizer h3 {
    padding-top: 2.75rem;
    padding-bottom: 100px;
    font-size: 54px;
    line-height: 72px;
  }
}

.work-portfolio-sizer .work-pcontent h5 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .work-portfolio-sizer .work-pcontent h5 {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .work-portfolio-sizer .work-pcontent h5 {
    padding-bottom: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .work-portfolio-sizer .work-pcontent h5 {
    padding-bottom: 1.5rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .work-portfolio-sizer .work-pcontent h5 {
    padding-bottom: 1.75rem;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .work-portfolio-sizer .work-pcontent h5 {
    padding-bottom: 34px;
    font-size: 60px;
    line-height: 72px;
  }
}

.work-portfolio-sizer .work-pcontent h6 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .work-portfolio-sizer .work-pcontent h6 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .work-portfolio-sizer .work-pcontent h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .work-portfolio-sizer .work-pcontent h6 {
    padding-bottom: 0.75rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .work-portfolio-sizer .work-pcontent h6 {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.work-portfolio-sizer .work-pcontent p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .work-portfolio-sizer .work-pcontent p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .work-portfolio-sizer .work-pcontent p {
    max-width: 900px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .work-portfolio-sizer .work-pcontent p {
    max-width: 977px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .work-portfolio-sizer .work-pcontent p {
    max-width: 1107px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.container.port-sizer {
  width: 100%;
  max-width: 475px;
}

@media (min-width: 768px) {
  .container.port-sizer {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container.port-sizer {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container.port-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .container.port-sizer {
    max-width: 1234px;
  }
}

.flex-divider {
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .flex-divider {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .flex-divider {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .flex-divider {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .flex-divider {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .flex-divider {
    padding-top: 65px;
    padding-bottom: 110px;
  }
}

.portfolio-content {
  width: 100%;
  max-width: 293px;
}

@media (min-width: 1280px) {
  .portfolio-content {
    max-width: 333px;
  }
}

@media (min-width: 1600px) {
  .portfolio-content {
    max-width: 364px;
  }
}

.portfolio-content h3 {
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .portfolio-content h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .portfolio-content h3 {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .portfolio-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .portfolio-content h3 {
    font-size: 35px;
  }
}

.portfolio-content h5 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.wpcf7 form .wpcf7-response-output{
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  .portfolio-content h5 {
    padding-top: 0.75rem;
    padding-bottom: 18px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .wpcf7 form .wpcf7-response-output{
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1024px) {
  .portfolio-content h5 {
    padding-top: 1rem;
    padding-bottom: 22px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .wpcf7 form .wpcf7-response-output{
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1280px) {
  .portfolio-content h5 {
    padding-top: 1.25rem;
    padding-bottom: 26px;
    font-size: 22px;
    line-height: 2.5rem;
  }
  .wpcf7 form .wpcf7-response-output{
    font-size: 22px !important;
  }
}

@media (min-width: 1600px) {
  .portfolio-content h5 {
    padding-top: 1.5rem;
    padding-bottom: 30px;
    font-size: 25px;
    line-height: 45px;
  }
  .wpcf7 form .wpcf7-response-output{
    font-size: 25px !important;
  }
}

.portfolio-content p {
  padding-bottom: 1.25rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .portfolio-content p {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .portfolio-content p {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .portfolio-content p {
    padding-bottom: 2rem;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .portfolio-content p {
    padding-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 25px;
  }
}

@media (min-width: 1600px) {
  .portfolio-content p {
    padding-bottom: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 27px;
  }
}

.portfolio-content a {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 18.75px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .portfolio-content a {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 768px) {
  .portfolio-content a {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 1024px) {
  .portfolio-content a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1280px) {
  .portfolio-content a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 34px;
    padding-right: 34px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .portfolio-content a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 38px;
    padding-right: 38px;
    letter-spacing: 3px;
  }
}

.portfolio-content a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 166 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.portfolio-image img {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 1024px) {
  .portfolio-image img {
    max-width: 620px;
  }
}

@media (min-width: 1280px) {
  .portfolio-image img {
    max-width: 690px;
  }
}

@media (min-width: 1600px) {
  .portfolio-image img {
    max-width: 803px;
  }
}

.flex-grid-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .flex-grid-content {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .flex-grid-content {
    flex-wrap: nowrap;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .flex-grid-content {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .flex-grid-content {
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .flex-grid-content {
    padding-bottom: 60px;
  }
}

.flex-grid-content:last-child {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .flex-divider .flex-grid-content:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.enquire .container .enquire-sizer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1280px) {
  .enquire .container .enquire-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .enquire .container .enquire-sizer {
    max-width: 1234px;
  }
}

.enquire {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .enquire {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .enquire {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .enquire {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .enquire {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .enquire {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.enquire .enquire-sizer h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .enquire .enquire-sizer h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .enquire .enquire-sizer h3 {
    max-width: 458px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .enquire .enquire-sizer h3 {
    max-width: 522px;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .enquire .enquire-sizer h3 {
    max-width: 620px;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .enquire .enquire-sizer h3 {
    max-width: 748px;
    font-size: 60px;
    line-height: 72px;
  }
}

.enquire .enquire-sizer a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .enquire .enquire-sizer a {
    padding-left: 22px;
    padding-right: 22px;
    line-height: 15px;
  }
}

@media (min-width: 1280px) {
  .enquire .enquire-sizer a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 16px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .enquire .enquire-sizer a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.75px;
    letter-spacing: 3px;
  }
}

.enquire .enquire-sizer a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 1000ms;
  transition-timing-function: linear;
}

/* --------------------------------my work portfolio------------------- */

/* -----------------------------------single product------------------- */

.breadcrumb-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .breadcrumb-sec {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .breadcrumb-sec {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.breadcrumb-sec a,.breadcrumb-sec p {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}

.breadcrumb-sec p:last-child a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.breadcrumb-sec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .breadcrumb-sec .container {
    max-width: 1000px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-sec .container {
    max-width: 1100px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .breadcrumb-sec .container {
    max-width: 1234px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* similar products */

.similar-products .similar-pro-sizer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media (min-width: 1280px) {
  .similar-products .similar-pro-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .similar-products .similar-pro-sizer {
    max-width: 1234px;
  }
}

.similar-products .similar-pro-sizer h3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 815px;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .similar-products .similar-pro-sizer h3 {
    padding-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .similar-products .similar-pro-sizer h3 {
    padding-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .similar-products .similar-pro-sizer h3 {
    padding-bottom: 2.5rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .similar-products .similar-pro-sizer h3 {
    padding-bottom: 50px;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .similar-products .similar-pro-sizer h3 {
    padding-bottom: 64px;
    font-size: 60px;
    line-height: 72px;
  }
}

.similar-products {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .similar-products {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .similar-products {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .similar-products {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .similar-products {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .similar-products {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.single-pro-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}



.single-pro-content a img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.single-pro-content {
  width: 100%;
  max-width: 184px;
}

.single-pro-content:hover {
  transition-duration: 500ms;
  transition-timing-function: linear;
  box-shadow: 0px 7px 14px rgb(255 255 255 / 43%);
}

.single-pro-content a {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.single-pro-content a p {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .single-pro-content a p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 17px;
  }
}

@media (min-width: 1280px) {
  .single-pro-content a p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 19px;
  }
}

@media (min-width: 1600px) {
  .single-pro-content a p {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.8px;
  }
}

.single-products {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .single-products {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .single-products {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .single-products {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .single-products {
    padding-top: 57px;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .single-products {
    padding-top: 67px;
    padding-bottom: 103px;
  }
}

.single-pro-slider {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 660px;
}

@media (min-width: 1024px) {
  .single-pro-slider {
    max-width: 440px;
  }
}

@media (min-width: 1280px) {
  .single-pro-slider {
    max-width: 590px;
  }
}

@media (min-width: 1600px) {
  .single-pro-slider {
    max-width: 660px;
  }
}

.mySwiperThumb {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .mySwiperThumb {
    margin-top: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mySwiperThumb {
    margin-top: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .mySwiperThumb {
    margin-top: 1.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .mySwiperThumb {
    margin-top: 28px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .mySwiperThumb {
    margin-top: 33px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.mySwiperThumb .swiper-slide.swiper-slide-thumb-active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 166 56 / var(--tw-border-opacity));
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .single-products .container {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .single-products .container {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .single-products .container {
    max-width: 1234px;
  }
}

.swiper-button-next-thumb {
  right: 0px;
  top: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .swiper-button-next-thumb {
    position: absolute;
    height: 121px;
  }
}

@media (min-width: 768px) {
  .swiper-button-next-thumb {
    width: 65px;
  }
}

@media (min-width: 1024px) {
  .swiper-button-next-thumb {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  .swiper-button-next-thumb {
    height: 111.5px;
    width: 45px;
  }
}

@media (min-width: 1600px) {
  .swiper-button-next-thumb {
    height: 120px;
    width: 55px;
  }
}

.swiper-button-prev-thumb {
  left: 0px;
  top: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .swiper-button-prev-thumb {
    position: absolute;
    height: 121px;
  }
}

@media (min-width: 768px) {
  .swiper-button-prev-thumb {
    width: 65px;
  }
}

@media (min-width: 1024px) {
  .swiper-button-prev-thumb {
    height: 80px;
  }
}

@media (min-width: 1280px) {
  .swiper-button-prev-thumb {
    height: 111.5px;
    width: 45px;
  }
}

@media (min-width: 1600px) {
  .swiper-button-prev-thumb {
    height: 120px;
    width: 55px;
  }
}

.swiper-btns {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.single-pro-data {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 660px;
}

@media (min-width: 1024px) {
  .single-pro-data {
    max-width: 390px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data {
    max-width: 471px;
  }
}

.single-pro-data h3 {
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .single-pro-data h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .single-pro-data h3 {
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data h3 {
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data h3 {
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 42.39px;
  }
}

.single-pro-data h5 {
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .single-pro-data h5 {
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data h5 {
    padding-bottom: 9px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data h5 {
    padding-bottom: 11px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.44px;
  }
}

.single-pro-sizer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

.review-sec {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-pro-data .review-sec h5 {
  padding-bottom: 0px;
}

.fa-star.checked {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.single-pro-data p {
  padding-bottom: 1rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .single-pro-data p {
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .single-pro-data p {
    padding-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  .single-pro-data p {
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data p {
    padding-bottom: 29px;
    font-size: 19px;
    line-height: 29px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data p {
    padding-bottom: 33px;
    font-size: 21px;
    line-height: 31px;
  }
}

.single-pro-data h6 {
  padding-bottom: 1rem;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .single-pro-data h6 {
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .single-pro-data h6 {
    padding-bottom: 22px;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .single-pro-data h6 {
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data h6 {
    padding-bottom: 29px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data h6 {
    padding-bottom: 33px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.single-pro-data ul li {
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .single-pro-data ul li {
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data ul li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.44px;
  }
}

.single-pro-data ul li::marker {
  height: 20px;
  width: 20px;
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.single-pro-data ul {
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

@media (min-width: 640px) {
  .single-pro-data ul {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .single-pro-data ul {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .single-pro-data ul {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data ul {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data ul {
    margin-bottom: 70px;
  }
}

.single-pro-data .add-cart-btns button {
  margin-bottom: 18px;
  width: 100%;
  max-width: 220px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .single-pro-data .add-cart-btns button {
    max-width: 230px;
    line-height: 14px;
  }
}

@media (min-width: 1280px) {
  .single-pro-data .add-cart-btns button {
    max-width: 250px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1rem;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .single-pro-data .add-cart-btns button {
    max-width: 285px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.75px;
    letter-spacing: 3px;
  }
}

.single-pro-data .add-cart-btns button:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-pro-data .add-cart-btns button:first-child:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 166 56 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 166 56 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.single-pro-data .add-cart-btns button:last-child:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 166 56 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 166 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

/* similar products ends */

/* product description */

.product-desc-sizer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media (min-width: 1024px) {
  .product-desc-sizer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .product-desc-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .product-desc-sizer {
    max-width: 1234px;
  }
}

.hide {
  display: none;
}

.desc-tabs-area {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .desc-tabs-area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.desc-tabs-area h3 {
  border-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .desc-tabs-area h3 {
    border-bottom-width: 1px;
    border-right-width: 0px;
  }
}

@media (min-width: 1024px) {
  .desc-tabs-area h3 {
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .desc-tabs-area h3 {
    line-height: 21px;
  }
}

@media (min-width: 1600px) {
  .desc-tabs-area h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.44px;
  }
}

.desc-tabs-area h3:last-child {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.desc-tabs-area h3 a {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .desc-tabs-area h3 a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .desc-tabs-area h3 a {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1600px) {
  .desc-tabs-area h3 a {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.desc-content-area {
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .desc-content-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .desc-content-area {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .desc-content-area {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .desc-content-area {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .desc-content-area {
    padding-left: 73px;
    padding-right: 73px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

.desc-tabs-area .approach-tab-grid.approach-tab-active-grid {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.product-desc {
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .product-desc {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .product-desc {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .product-desc {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .product-desc {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .product-desc {
    margin-bottom: 103px;
  }
}

.desc-content-area h3,div#respond span {
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .desc-content-area h3,div#respond span {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .desc-content-area h3,div#respond span {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .desc-content-area h3,div#respond span {
    padding-bottom: 0.75rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .desc-content-area h3,div#respond span {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.desc-content-area .desc-content-para p {
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .desc-content-area .desc-content-para p {
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .desc-content-area .desc-content-para p {
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .desc-content-area .desc-content-para p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.desc-content-area .desc-content-para {
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .desc-content-area .desc-content-para {
    padding-bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .desc-content-area .desc-content-para {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .desc-content-area .desc-content-para {
    padding-bottom: 14px;
  }
}

.desc-content-area .material-data p {
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  .desc-content-area .material-data p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .desc-content-area .material-data p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.shipping-content h3 {
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .shipping-content h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .shipping-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .shipping-content h3 {
    padding-bottom: 0.75rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .shipping-content h3 {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.ship-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .ship-price {
    padding-bottom: 9px;
  }
}

@media (min-width: 1280px) {
  .ship-price {
    padding-bottom: 11px;
  }
}

@media (min-width: 1600px) {
  .ship-price {
    padding-bottom: 13px;
  }
}

.shipping-content h5 {
  padding-bottom: 0.5rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .shipping-content h5 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .shipping-content h5 {
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .shipping-content h5 {
    padding-bottom: 14px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.shipping-content p {
  padding-bottom: 0.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .shipping-content p {
    padding-bottom: 1rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .shipping-content p {
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .shipping-content p {
    padding-bottom: 25px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.shipping-content .ship-price h5 {
  padding-bottom: 0px;
}

.shipping-content ul li p {
  padding-bottom: 0px;
}

.shipping-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shipping-content {
  position: relative;
  width: 100%;
  max-width: 492px;
}

@media (min-width: 768px) {
  .shipping-content {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .shipping-content {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .shipping-content {
    max-width: 440px;
  }
}

@media (min-width: 1600px) {
  .shipping-content {
    max-width: 492px;
  }
}

.shipping-content:after {
  top: 0px;
  right: -30px;
  height: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .shipping-content:after {
    position: absolute;
    border-left-width: 1px;
  }
}

.shipping-returns h3 {
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .shipping-returns h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .shipping-returns h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .shipping-returns h3 {
    padding-bottom: 0.75rem;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .shipping-returns h3 {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.shipping-returns p {
  padding-bottom: 0.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .shipping-returns p {
    padding-bottom: 1rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .shipping-returns p {
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .shipping-returns p {
    padding-bottom: 25px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.shipping-returns p a {
  --tw-text-opacity: 1;
  color: rgb(234 166 56 / var(--tw-text-opacity));
}

.shipping-returns {
  width: 100%;
  max-width: 496px;
}

@media (min-width: 768px) {
  .shipping-returns {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .shipping-returns {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .shipping-returns {
    max-width: 440px;
  }
}

@media (min-width: 1600px) {
  .shipping-returns {
    max-width: 496px;
  }
}

.shipping-divider {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .shipping-divider {
    display: flex;
  }
}

.changecont {
  margin-top: 0.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .changecont {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .changecont {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .changecont {
    margin-top: 1.5rem;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .changecont {
    margin-top: 27px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.review-comments {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .review-comments {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .review-comments {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .review-comments {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .review-comments {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .review-comments {
    padding-bottom: 2.5rem;
  }
}

.review-comments h5 {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .review-comments h5 {
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .review-comments h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21px;
  }
}

@media (min-width: 1600px) {
  .review-comments h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.4px;
  }
}

.review-logo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-logo-head h6,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .review-logo-head h6 ,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .review-logo-head h6, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .review-logo-head h6, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.review-logo-head h6 span {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.review-logo-head {
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .review-logo-head {
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .review-logo-head {
    padding-bottom: 10px;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .review-logo-head {
    padding-bottom: 0.75rem;
    line-height: 1.5rem;
  }
}

.review-comment-data,.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  .review-comment-data,.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .review-comment-data,.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  padding-top: 0 !important;
}
.comment-area {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1600px) {
  .comment-area {
    gap: 1rem;
  }
}
div#comment-2{
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}
.comment-datas .comment-area {
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .comment-datas .comment-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .comment-datas .comment-area {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .comment-datas .comment-area {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.comment-datas .comment-area:last-child {
  border-bottom-width: 0px;
}

.view-all-btn button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .view-all-btn button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .view-all-btn button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .view-all-btn button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 38px;
    padding-right: 38px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .view-all-btn button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 46px;
    padding-right: 46px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.view-all-btn button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.view-all-btn {
  margin-bottom: 0.75rem;
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  text-align: right;
}

@media (min-width: 768px) {
  .view-all-btn {
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .view-all-btn {
    margin-bottom: 1.25rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .view-all-btn {
    margin-bottom: 1.5rem;
    padding-bottom: 32px;
  }
}

@media (min-width: 1600px) {
  .view-all-btn {
    margin-bottom: 30px;
    padding-bottom: 46px;
  }
}

.check-star {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
}

@media (min-width: 640px) {
  .check-star {
    margin-top: 22px;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .check-star {
    margin-top: 26px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .check-star {
    margin-top: 30px;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .check-star {
    margin-top: 34px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .check-star {
    margin-top: 38px;
    margin-bottom: 1.75rem;
  }
}

.para-review , div#respond p span {
  font-family: Roboto, serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: .75rem;
}

@media (min-width: 1024px) {
  .para-review, div#respond p span {
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .para-review , div#respond p span{
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .para-review, div#respond p span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.check-star span {
  font-size: 25px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.submit-btn {
  margin-top: 2.5rem;
  padding-bottom: 1.25rem;
  text-align: left;
}

@media (min-width: 640px) {
  .submit-btn {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .submit-btn {
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .submit-btn {
    margin-top: 4rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .submit-btn {
    margin-top: 5rem;
    padding-bottom: 32px;
  }
}

@media (min-width: 1600px) {
  .submit-btn {
    margin-top: 54px;
    padding-bottom: 46px;
  }
}

.submit-btn button,div#reviews .comment-respond p.form-submit input#submit {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#reviews .comment-respond p.form-submit input#submit {
  background: transparent !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .submit-btn button,div#reviews .comment-respond p.form-submit input#submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .submit-btn button,div#reviews .comment-respond p.form-submit input#submit {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .submit-btn button,div#reviews .comment-respond p.form-submit input#submit {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 45.5px;
    padding-right: 45.5px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .submit-btn button,div#reviews .comment-respond p.form-submit input#submit {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 53.5px;
    padding-right: 53.5px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.submit-btn button:hover,div#reviews .comment-respond p.form-submit input#submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}
div#reviews .comment-respond p.form-submit input#submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-duration: 500ms !important;
  transition-timing-function: linear !important;
}

.review-form textarea,.review-form input,section.product-desc .container div#review_form p.comment-form-comment textarea#comment,section.product-desc .container div#review_form p.comment-form-author input,section.product-desc .container div#review_form p.comment-form-email input {
  margin-bottom: 0.75rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Roboto, serif;
}

.review-form textarea::-moz-placeholder, .review-form input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}

.review-form textarea::placeholder,.review-form input::placeholder,section.product-desc .container div#review_form p.comment-form-comment textarea#comment::placeholder,section.product-desc .container div#review_form p.comment-form-author input::placeholder,section.product-desc .container div#review_form p.comment-form-email input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}

@media (min-width: 1280px) {
  .review-form textarea,.review-form input,section.product-desc .container div#review_form p.comment-form-comment textarea#comment,section.product-desc .container div#review_form p.comment-form-author input,section.product-desc .container div#review_form p.comment-form-email input {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .review-form textarea,.review-form input,section.product-desc .container div#review_form p.comment-form-comment textarea#comment,section.product-desc .container div#review_form p.comment-form-author input,section.product-desc .container div#review_form p.comment-form-email input {
    margin-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.review-form textarea,section.product-desc .container div#review_form p.comment-form-comment textarea#comment{
  height: 130px;
}

@media (min-width: 768px) {
  .review-form textarea,section.product-desc .container div#review_form p.comment-form-comment textarea#comment {
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .review-form textarea,section.product-desc .container div#review_form p.comment-form-comment textarea#comment{
    height: 170px;
  }
}

@media (min-width: 1280px) {
  .review-form textarea,section.product-desc .container div#review_form p.comment-form-comment textarea#comment {
    height: 190px;
  }
}

@media (min-width: 1600px) {
  .review-form textarea ,section.product-desc .container div#review_form p.comment-form-comment textarea#comment{
    height: 214px;
  }
}

.review-form textarea:focus-visible,.review-form input:focus-visible,section.product-desc .container div#review_form p.comment-form-comment textarea#comment:focus-visible,section.product-desc .container div#review_form p.comment-form-author input:focus-visible,section.product-desc .container div#review_form p.comment-form-email input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.para-review, div#respond p.stars span a {
  color: #eaa638;
}
.checkbox-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1280px) {
  .checkbox-form {
    gap: 11px;
  }
}

@media (min-width: 1600px) {
  .checkbox-form {
    gap: 13px;
  }
}

.checkbox-form input {
  margin-bottom: 0px;
  height: 1.25rem;
  width: 1.25rem;
}

.checkbox-form p {
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: .75rem;
}
section.product-desc .container div#review_form p label,.comment-form-rating label{
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: .75rem;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border: none !important;
}

@media (min-width: 1024px) {
  .checkbox-form p {
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .checkbox-form p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .checkbox-form p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.shopping-cart {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: none;
  height: 100vh;
  width: 100%;
  max-width: 450px;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
}

@media (min-width: 1280px) {
  .shopping-cart {
    max-width: 480px;
  }
}

@media (min-width: 1600px) {
  .shopping-cart {
    max-width: 520px;
  }
}

.shopping-cart.show-cart {
  display: block;
}

.shopping-cart .shopping-slide {
  padding-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .shopping-cart .shopping-slide {
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .shopping-cart .shopping-slide {
    padding-left: 18px;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .shopping-cart .shopping-slide {
    padding-top: 1rem;
    padding-left: 22px;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .shopping-slide {
    padding-top: 1.25rem;
    padding-left: 26px;
    padding-right: 2rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .shopping-slide {
    padding-top: 1.5rem;
    padding-left: 29px;
    padding-right: 2.5rem;
  }
}

.shopping-cart .check-total {
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
}

@media (min-width: 640px) {
  .shopping-cart .check-total {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .shopping-cart .check-total {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .shopping-cart .check-total {
    margin-top: 110px;
    padding-top: 1rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .check-total {
    margin-top: 130px;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .check-total {
    margin-top: 145px;
  }
}

.cart-close {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .cart-close {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .cart-close {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .cart-close {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .cart-close {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .cart-close {
    margin-bottom: 56px;
  }
}

.cart-grid {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.shopping-cart h3 {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .shopping-cart h3 {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .shopping-cart h3 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .shopping-cart h3 {
    padding-bottom: 2rem;
    line-height: 17px;
  }
}

@media (min-width: 1280px) {
  .shopping-cart h3 {
    padding-bottom: 2.5rem;
    font-size: 20px;
    line-height: 19px;
  }
}

@media (min-width: 1600px) {
  .shopping-cart h3 {
    padding-bottom: 56px;
    font-size: 25px;
    line-height: 21px;
  }
}

.shopping-cart .cart-content h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .shopping-cart .cart-content h5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .cart-content h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .cart-content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.shopping-cart .cart-content p {
  font-family: Roboto, serif;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .shopping-cart .cart-content p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .cart-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .cart-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.price-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-cart .cart-content h6 {
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .shopping-cart .cart-content h6 {
    line-height: .75rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .cart-content h6 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .cart-content h6 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.shopping-cart .cart-content {
  width: 100%;
}

.cart-content a {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1280px) {
  .cart-content a {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .cart-content a {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.area-location select {
  width: 100%;
  max-width: 213px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .area-location select {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .area-location select {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .area-location select {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.area-location select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.area-location {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .area-location {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .area-location {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .area-location {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .area-location {
    margin-bottom: 1.75rem;
  }
}

.dispatch {
  width: 100%;
  max-width: 247px;
}

.dispatch p {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .dispatch p {
    line-height: 19px;
  }
}

@media (min-width: 1280px) {
  .dispatch p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21px;
  }
}

@media (min-width: 1600px) {
  .dispatch p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 23.44px;
  }
}

.shopping-cart .check-total .total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .shopping-cart .check-total .total-amount {
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .shopping-cart .check-total .total-amount {
    padding-left: 18px;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .shopping-cart .check-total .total-amount {
    padding-left: 22px;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .shopping-cart .check-total .total-amount {
    padding-left: 26px;
    padding-right: 2rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .check-total .total-amount {
    padding-top: 1.5rem;
    padding-left: 29px;
    padding-right: 2.5rem;
  }
}

.shopping-cart .check-total .total-amount h3 {
  padding-bottom: 0.75rem;
  font-family: Roboto, serif;
}

@media (min-width: 1280px) {
  .shopping-cart .check-total .total-amount h3 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .check-total .total-amount h3 {
    padding-bottom: 1.25rem;
  }
}

.shopping-cart .check-total .total-amount h3 span {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .shopping-cart .check-total .total-amount h3 span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .shopping-cart .check-total .total-amount h3 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.checkout-btn button {
  width: 100%;
  max-width: 170px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 18.75px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .checkout-btn button {
    max-width: 180px;
  }
}

@media (min-width: 1280px) {
  .checkout-btn button {
    max-width: 190px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .checkout-btn button {
    max-width: 209px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.checkout-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .checkout-btn {
    padding-right: 1.25rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .checkout-btn {
    padding-left: 18px;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .checkout-btn {
    padding-left: 22px;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 54px;
  }
}

@media (min-width: 1280px) {
  .checkout-btn {
    padding-left: 26px;
    padding-right: 2rem;
    padding-top: 1.75rem;
    padding-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  .checkout-btn {
    padding-left: 29px;
    padding-right: 2.5rem;
    padding-top: 32px;
    padding-bottom: 74px;
  }
}

/* product description ends */

/* ----------------------------------single product ends--------------- */

/* ---------------------------------sales.html------------------------- */

.sales-area .sales-sizer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 1280px) {
  .sales-area .sales-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .sales-area .sales-sizer {
    max-width: 1234px;
  }
}

.sales-area {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .sales-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .sales-area {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .sales-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .sales-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .sales-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.sales-area .sales-sizer h3 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sales-area .sales-sizer h3 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .sales-area .sales-sizer h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1280px) {
  .sales-area .sales-sizer h3 {
    padding-bottom: 10px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .sales-area .sales-sizer h3 {
    padding-bottom: 0.75rem;
    font-size: 35px;
    line-height: 42.39px;
  }
}

.sales-area .sales-sizer h4 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .sales-area .sales-sizer h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .sales-area .sales-sizer h4 {
    padding-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .sales-area .sales-sizer h4 {
    padding-bottom: 1.25rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .sales-area .sales-sizer h4 {
    padding-bottom: 1.5rem;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .sales-area .sales-sizer h4 {
    padding-bottom: 1.75rem;
    font-size: 60px;
    line-height: 72px;
  }
}

.sales-area .sales-sizer p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sales-area .sales-sizer p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .sales-area .sales-sizer p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .sales-area .sales-sizer p {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .sales-area .sales-sizer p {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.image-grid-divider {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 20px;
  padding-top: 1.5rem;
}

@media (min-width: 640px) {
  .image-grid-divider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 15px;
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .image-grid-divider {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .image-grid-divider {
    column-gap: 1.5rem;
    row-gap: 10px;
    padding-top: 50px;
  }
}

@media (min-width: 1280px) {
  .image-grid-divider {
    column-gap: 1.75rem;
    padding-top: 60px;
  }
}

@media (min-width: 1600px) {
  .image-grid-divider {
    column-gap: 2rem;
    row-gap: 10px;
    padding-top: 71px;
  }
}

.image-grid-divider .sales-image-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  padding: 0.75rem;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1024px) {
  .image-grid-divider .sales-image-content {
    padding: 1rem;
  }
}

@media (min-width: 1280px) {
  .image-grid-divider .sales-image-content {
    padding: 19px;
  }
}

@media (min-width: 1600px) {
  .image-grid-divider .sales-image-content {
    padding: 21px;
  }
}

.image-grid-divider .sales-image-content:hover {
  transition-duration: 500ms;
  transition-timing-function: linear;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.2);
}

.image-grid-divider .sales-image-content h5 {
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .image-grid-divider .sales-image-content h5 {
    padding-top: 0.75rem;
  }
}

@media (min-width: 768px) {
  .image-grid-divider .sales-image-content h5 {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .image-grid-divider .sales-image-content h5 {
    padding-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .image-grid-divider .sales-image-content h5 {
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 25px;
  }
}

@media (min-width: 1600px) {
  .image-grid-divider .sales-image-content h5 {
    padding-top: 27px;
    font-size: 24px;
    line-height: 29px;
  }
}

.image-grid-divider .sales-image-content h5.paraspace {
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .image-grid-divider .sales-image-content h5.paraspace {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .image-grid-divider .sales-image-content h5.paraspace {
    padding-bottom: 1.25rem;
  }
}

.pricecart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wishcart {
  display: flex;
  align-items: center;
  gap: 25px;
}

.view-all-btn-sales a {
  margin-left: auto;
  margin-top: 1.25rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .view-all-btn-sales a {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .view-all-btn-sales a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .view-all-btn-sales a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 38px;
    padding-right: 38px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .view-all-btn-sales a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 46px;
    padding-right: 46px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
  }
}

.view-all-btn-sales a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.filter-area {
  position: relative;
  margin-top: 1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  font-family: Roboto, serif;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .filter-area {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .filter-area {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .filter-area {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .filter-area {
    margin-top: 50px;
  }
}

@media (min-width: 1600px) {
  .filter-area {
    margin-top: 60px;
  }
}

.shop-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .shop-filter {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .shop-filter {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .shop-filter {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .shop-filter {
    gap: 3rem;
  }
}

@media (min-width: 1600px) {
  .shop-filter {
    gap: 61px;
  }
}

.filter-area .filter {
  top: 6px;
  right: 0px;
  text-align: center;
}

@media (min-width: 640px) {
  .filter-area .filter {
    position: absolute;
  }
}

@media (min-width: 1280px) {
  .filter-area .filter {
    top: 8px;
  }
}

@media (min-width: 1600px) {
  .filter-area .filter {
    top: 10px;
  }
}

.filter-area .\!filter {
  top: 6px;
  right: 0px;
  text-align: center;
}

@media (min-width: 640px) {
  .filter-area .\!filter {
    position: absolute;
  }
}

@media (min-width: 1280px) {
  .filter-area .\!filter {
    top: 8px;
  }
}

@media (min-width: 1600px) {
  .filter-area .\!filter {
    top: 10px;
  }
}

.filter-area a:hover,.filter-area button:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pagination {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 640px) {
  .pagination {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .pagination {
    margin-top: 5rem;
  }
}

@media (min-width: 1280px) {
  .pagination {
    margin-top: 100px;
  }
}

@media (min-width: 1600px) {
  .pagination {
    margin-top: 114px;
  }
}

.pagination p a {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .pagination p a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .pagination p a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.sales-area .sales-sizer .pagination p {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .sales-area .sales-sizer .pagination p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .sales-area .sales-sizer .pagination p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pagination p.active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ---------------------------------sales.htmlends--------------------- */

/* -------------------------more-about.html------------------------ */

.abouut-ian-more h2 {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .abouut-ian-more h2 {
    padding-top: 1.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .abouut-ian-more h2 {
    padding-top: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .abouut-ian-more h2 {
    padding-top: 2rem;
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .abouut-ian-more h2 {
    padding-top: 2.5rem;
    font-size: 52px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .abouut-ian-more h2 {
    padding-top: 50px;
    font-size: 60px;
    line-height: 72px;
  }
}

.mailing-list.more-sales .mail-sizer p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .mailing-list.more-sales .mail-sizer p {
    max-width: 700px;
    padding-bottom: 0.5rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .mailing-list.more-sales .mail-sizer p {
    max-width: 800px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .mailing-list.more-sales .mail-sizer p {
    max-width: 920px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.mailing-list.more-sales .mail-sizer h3 {
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .mailing-list.more-sales .mail-sizer h3 {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .mailing-list.more-sales .mail-sizer h3 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .mailing-list.more-sales .mail-sizer h3 {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .mailing-list.more-sales .mail-sizer h3 {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .mailing-list.more-sales .mail-sizer h3 {
    padding-bottom: 2.5rem;
  }
}

.mailing-list.more-sales .mail-sizer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 1px solid #000000;
}

@media (min-width: 640px) {
  .mailing-list.more-sales .mail-sizer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mailing-list.more-sales .mail-sizer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .mailing-list.more-sales .mail-sizer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .mailing-list.more-sales .mail-sizer {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1600px) {
  .mailing-list.more-sales .mail-sizer {
    padding-top: 138px;
    padding-bottom: 138px;
  }
}

.pro-role .role-sizer h3 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .pro-role .role-sizer h3 {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .pro-role .role-sizer h3 {
    padding-bottom: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .pro-role .role-sizer h3 {
    padding-bottom: 1.5rem;
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .pro-role .role-sizer h3 {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 1600px) {
  .pro-role .role-sizer h3 {
    padding-bottom: 31px;
    font-size: 54px;
    line-height: 72px;
  }
}

.pro-role .role-sizer h5 {
  padding-bottom: 1rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .pro-role .role-sizer h5 {
    padding-bottom: 18px;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .pro-role .role-sizer h5 {
    padding-bottom: 22px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .pro-role .role-sizer h5 {
    padding-bottom: 26px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .pro-role .role-sizer h5 {
    padding-bottom: 30px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 36.66px;
  }
}

.pro-role {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .pro-role {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .pro-role {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .pro-role {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .pro-role {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .pro-role {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.role-main-logo a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

.education-div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 1280px) {
  .education-div {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .education-div {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.education-div p {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .education-div p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .education-div p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .education-div p {
    font-size: 22px;
    line-height: 34px;
  }
}

.education-div p:nth-child(odd) {
  text-align: right;
}

.education-div p:nth-child(even) {
  font-weight: 300;
}

.education h4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom-width: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .education h4 {
    margin-bottom: 1.25rem;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .education h4 {
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .education h4 {
    margin-bottom: 1.75rem;
    font-size: 28px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .education h4 {
    margin-bottom: 2rem;
    font-size: 32px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .education h4 {
    margin-bottom: 2.5rem;
    font-size: 40px;
    line-height: 2.5rem;
  }
}

.education {
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .education {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .education {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .education {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .education {
    padding-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .education {
    padding-top: 77px;
  }
}

.exhibition h4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom-width: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .exhibition h4 {
    margin-bottom: 2rem;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .exhibition h4 {
    margin-bottom: 2.5rem;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .exhibition h4 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .exhibition h4 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .exhibition h4 {
    margin-bottom: 70px;
    font-size: 40px;
    line-height: 2.5rem;
  }
}

.exhibition {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .exhibition {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .exhibition {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .exhibition {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .exhibition {
    margin-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .exhibition {
    margin-top: 5rem;
  }
}

.pro-role .role-sizer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 1280px) {
  .pro-role .role-sizer {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .pro-role .role-sizer {
    max-width: 1234px;
  }
}

.exhi-year h6 {
  display: flex;
  height: 120px;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  font-family: Roboto, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .exhi-year h6 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .exhi-year h6 {
    height: 140px;
    width: 140px;
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .exhi-year h6 {
    height: 150px;
    width: 150px;
    font-size: 40px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .exhi-year h6 {
    height: 160px;
    width: 160px;
    font-size: 47px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .exhi-year h6 {
    height: 180px;
    width: 180px;
    font-size: 57px;
    line-height: 2.5rem;
  }
}

.exhi-year {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .exhi-year {
    margin-bottom: 1.75rem;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .exhi-year {
    margin-bottom: 2rem;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .exhi-year {
    margin-bottom: 2.25rem;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .exhi-year {
    margin-bottom: 2.5rem;
    gap: 2rem;
  }
}

@media (min-width: 1600px) {
  .exhi-year {
    margin-bottom: 45px;
    gap: 2.5rem;
  }
}

.exhi-year .exhi-content p {
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .exhi-year .exhi-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .exhi-year .exhi-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .exhi-year .exhi-content p {
    font-size: 22px;
    line-height: 34px;
  }
}

.exhi-year .exhi-content p span {
  font-weight: 300;
}

@media (min-width: 768px) {
  .year-awards .exhi-year:nth-child(even) {
    margin-left: 150px;
  }
}

@media (min-width: 1024px) {
  .year-awards .exhi-year:nth-child(even) {
    margin-left: 170px;
  }
}

@media (min-width: 1280px) {
  .year-awards .exhi-year:nth-child(even) {
    margin-left: 190px;
  }
}

@media (min-width: 1600px) {
  .year-awards .exhi-year:nth-child(even) {
    margin-left: 220px;
  }
}

.exhi-content {
  width: 100%;
}

@media (min-width: 640px) {
  .exhi-content {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .exhi-content {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .exhi-content {
    max-width: 750px;
  }
}

@media (min-width: 1280px) {
  .exhi-content {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.year-awards .exhi-year:nth-child(even) .exhi-content {
  width: 100%;
}

@media (min-width: 768px) {
  .year-awards .exhi-year:nth-child(even) .exhi-content {
    max-width: 400px;
  }
}

@media (min-width: 1024px) {
  .year-awards .exhi-year:nth-child(even) .exhi-content {
    max-width: 650px;
  }
}

@media (min-width: 1280px) {
  .year-awards .exhi-year:nth-child(even) .exhi-content {
    max-width: 700px;
  }
}

@media (min-width: 1600px) {
  .year-awards .exhi-year:nth-child(even) .exhi-content {
    max-width: 778px;
  }
}

.role-main-logo a img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 140px;
}

@media (min-width: 768px) {
  .role-main-logo a img {
    max-width: 150px;
  }
}

@media (min-width: 1024px) {
  .role-main-logo a img {
    max-width: 170px;
  }
}

@media (min-width: 1280px) {
  .role-main-logo a img {
    max-width: 190px;
  }
}

@media (min-width: 1600px) {
  .role-main-logo a img {
    max-width: 219px;
  }
}

.follow-insta h6 {
  padding-bottom: 0.75rem;
  padding-top: 1.25rem;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .follow-insta h6 {
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .follow-insta h6 {
    padding-top: 1.75rem;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    padding-left: 32px !important;
  }
}

@media (min-width: 1024px) {
  .follow-insta h6 {
    padding-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    padding-left: 30px !important;
  }
}

@media (min-width: 1280px) {
  .follow-insta h6 {
    padding-bottom: 1rem;
    padding-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    padding-left: 40px !important;
  }
}

@media (min-width: 1600px) {
  .follow-insta h6 {
    padding-bottom: 1.25rem;
    padding-top: 55px;
    font-size: 22px;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    padding-left: 50px !important;
  }
}

.follow-insta a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

.follow-insta a img {
  width: 100%;
  max-width: 150px;
}
.woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
  width: 260px !important;
}
@media (min-width: 768px) {
  .follow-insta a img {
    max-width: 160px;
  }
  .image-grid-divider.textclass div:nth-child(1){
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .follow-insta a img {
    max-width: 180px;
  }
}

@media (min-width: 1280px) {
  .follow-insta a img {
    max-width: 200px;
  }
}

@media (min-width: 1600px) {
  .follow-insta a img {
    max-width: 232px;
  }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width: 56% !important;
  }
  .summary.entry-summary{
    width: 42% !important;
  }
}

.textclass .sales-image-content a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     height: 260px;
}
.textclass .grdidcontent1 .sales-image-content a img,.textclass .grdidcontent10 .sales-image-content a img,.textclass .grdidcontent19 .sales-image-content a img{
  height: auto;
}
.sales-area .sales-sizer .woof_container_inner.woof_container_inner_productcategories h4,.woof_container.woof_container_checkbox.woof_container_product_cat.woof_container_3.woof_container_shopsection h4{
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: left;
}
section.sales-area .woof_list label{
  font-weight: 400;
  font-family: 'Roboto' !important;
}
a.woof_btn_default.woof_hide_auto_form {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: block;
  padding-top: 5px;
}

@media (min-width: 1024px) {
  .textclass .sales-image-content a img{
    height: 280px;
  }
  .textclass .grdidcontent1 .sales-image-content a img,.textclass .grdidcontent10 .sales-image-content a img,.textclass .grdidcontent19 .sales-image-content a img{
    height: auto;
  }
  .sales-area .sales-sizer .woof_container_inner.woof_container_inner_productcategories h4,.woof_container.woof_container_checkbox.woof_container_product_cat.woof_container_3.woof_container_shopsection h4{
    font-size: 20px !important;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    width: 320px !important;
  }
}

@media (min-width: 1280px) {
  .textclass .sales-image-content a img{
    height: 300px;
  }
  .textclass .grdidcontent1 .sales-image-content a img,.textclass .grdidcontent10 .sales-image-content a img,.textclass .grdidcontent19 .sales-image-content a img {
    height: auto;
  }
  .sales-area .sales-sizer .woof_container_inner.woof_container_inner_productcategories h4,.woof_container.woof_container_checkbox.woof_container_product_cat.woof_container_3.woof_container_shopsection h4{
    font-size: 22px !important;
  }
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    width: 386px !important;
  }
}

@media (min-width: 1600px) {
  .textclass .sales-image-content a img{
    height: 348px;
  }
  .textclass .grdidcontent1 .sales-image-content a img,.textclass .grdidcontent10 .sales-image-content a img,.textclass .grdidcontent19 .sales-image-content a img {
    height: auto;
  }
  .sales-area .sales-sizer .woof_container_inner.woof_container_inner_productcategories h4,.woof_container.woof_container_checkbox.woof_container_product_cat.woof_container_3.woof_container_shopsection h4{
    font-size: 25px !important;
  }
  
  .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns{
    width: 420px !important;
  }
}

.sales-image-content  .wishcart a img {
  height: 22px;
}

@media (min-width: 1024px) {

  #wpcf7-f232-o1:hover label {
    margin-top: 0.75rem;
    padding-bottom: 10px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 40px;
    transition-duration: 700ms;
    transition-timing-function: linear;
  }
}

@media (min-width: 1280px) {
  #wpcf7-f232-o1:hover label {
    margin-top: 1rem;
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  #wpcf7-f232-o1:hover label {
    margin-top: 1.25rem;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
}

#wpcf7-f232-o1:hover label:first-child {
  margin-top: 0px;
}

/* -------------------------more-about.html ends-------------------- */

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-2 {
  height: 0.5rem;
}

.resize {
  resize: both;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

/* ---------------animation css---------------- */

.mobile-menu.close-animation.open{
  animation: animate-shutter-close 0.7s ease-in;
}

.mobile-menu.open{
  animation: animate-shutter 0.7s ease-in;
}

.ack-content{
  animation: animate-spin 0.7s ease-in;
}

.close-ack-ani{
  animation: animate-spin-reverse 0.7s ease-in;
}

.mySwiperFooter .swiper-slide:hover .insta-hover{
  animation: animate-slow-load 0.5s ease-in;
}

.about-ian .container .about-ian-sizer a:hover:after{
  animation: animate-increase-width 0.5s ease-in;
}

.lessons.show-lesson{
  animation: animate-full-screen 1s ease-in;
}

.lessons.show-lesson.lessoncloseani{
  animation: animate-full-screen-close 1s ease-in;
}

.shopping-cart.show-cart{
  animation: animate-shutter-cart 0.7s ease-in;
}

.shopping-cart.cart-animation{
  animation: animate-shutter-close-cart 0.7s ease-in;
}

@keyframes animate-shutter-cart {
  0%{
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }

  25%{
    opacity: 0;
  }

  100%{
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}

@keyframes animate-shutter-close-cart {
  0%{
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }

  25%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
}

@keyframes animate-full-screen-close {
  0%{
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  30%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
}

@keyframes animate-full-screen {
  0%{
    opacity: 0;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }

  30%{
    opacity: 0;
  }

  100%{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes animate-increase-width {
  0%{
    width: 0%;
  }

  100%{
    width: 100%;
  }
}

@keyframes animate-slow-load {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@keyframes animate-spin-reverse {
  0%{
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }

  20%{
    opacity: 1;
  }

  90%{
    -webkit-clip-path: polygon(49% 25%, 75% 50%, 50% 75%, 25% 50%);
            clip-path: polygon(49% 25%, 75% 50%, 50% 75%, 25% 50%);
  }

  100%{
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
  }
}

@keyframes animate-spin {
  0%{
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
  }

  10%{
    -webkit-clip-path: polygon(49% 25%, 75% 50%, 50% 75%, 25% 50%);
            clip-path: polygon(49% 25%, 75% 50%, 50% 75%, 25% 50%);
  }

  100%{
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}

@keyframes animate-shutter {
  0%{
    width: 0px;
    opacity: 0;
  }

  40%{
    opacity: 0;
  }

  100%{
    width: 270px;
    opacity: 1;
  }
}

@keyframes animate-shutter-close {
  0%{
    width: 270px;
    opacity: 1;
  }

  50%{
    opacity: 0;
  }

  100%{
    width: 0px;
    opacity: 0;
  }
}

/* ---------------animation css ends---------------- */


div#shopCart .xoo-wsch-top {
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
div#shopCart .xoo-wsch-top div#cartClose{
  margin-bottom: 0;
}
div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}
div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 , div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 bdi {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-family: Roboto, serif !important;
}
.xoo-wsc-container .price-width {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.price-width h6 bdi,.price-width span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
  font-size: 16px;
  font-family: 'Roboto' !important;
}
.price-width span.xoo-wsc-smr-del.xoo-wsc-icon-trash:before {
  display: none;
}
.xoo-wsc-container .xoo-wsc-img-col img{
  max-width: 90px !important;
  width: 100% !important;
}
.xoo-wsc-products .cart-content h5 a{
  font-weight: 500 !important;
}
.xoo-wsc-img-col{
  width: 22% !important;
}
.xoo-wsc-products .cart-content h5 a{
  margin: 5px 0 !important;
}
.xoo-wsc-container .cart-content a{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.xoo-wsc-container .xoo-wsc-body,.xoo-wsc-container .xoo-wsc-header{
  padding-left: 20px;
  padding-right: 20px;
}
.price-width h6 bdi{
  font-weight: bold !important;
}
.price-width span.xoo-wsc-smr-del.xoo-wsc-icon-trash{
  font-weight: 300 !important;
}
.price-width h6 bdi{
  font-weight: 500 !important;
}
.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product{
  padding: 0 ;
}
.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product{
  border-bottom: 0 !important;
  margin-bottom: 10px;
}
.checkout-btn button:last-child{
  background-color: #000000;
  color: #ffffff;
}
.checkout-btn button:hover{
  background-color: #000000;
  color: #ffffff;
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.checkout-btn button:last-child:hover{
  background-color: #eaa638;
  color: #ffffff;
  border-color:#eaa638 !important;
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.comment-form-rating span.required {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.xoo-wsc-cart-active .xoo-wsc-opac{
  background-color: transparent !important;
}
.xoo-wsc-container{
  box-shadow: 0px 20px 30px rgb(0 0 0 / 25%) !important;
}
@media (min-width: 1280px) {
  div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 , div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 bdi {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .price-width h6 bdi,.price-width span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
    font-size: 18px;
}
.xoo-wsc-container .xoo-wsc-img-col img{
  max-width: 100px !important;
}
}

@media (min-width: 1600px) {
  div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 , div#shopCart .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal h3 bdi {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .price-width h6 bdi,.price-width span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
    font-size: 20px;
}
.xoo-wsc-container .xoo-wsc-img-col img{
  max-width: 110px !important;
}
}

@media (max-width: 767px){
  .grdidcontent3{
    grid-column: span 2 / span 2;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .grdidcontent3 .sales-image-content{
    max-width: 298px;
    width: 100%;
  }
}
@media (max-width: 640px){
  .grdidcontent3 .sales-image-content{
    max-width: 366px;
    width: 100%;
    margin-bottom: 10px !important;
  }
  .grdidcontent3{
    grid-column: span 1 / span 1;
  }
}
