/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/** @format */

/*! tailwindcss v3.4.3 | 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: #e5e7eb; /* 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
  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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@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: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.float-end {
  float: inline-end;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-\[155px\] {
  margin-left: 155px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-3\/4 {
  height: 75%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[99px\] {
  height: 99px;
}
.h-full {
  height: 100%;
}
.w-3\/4 {
  width: 75%;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[99px\] {
  width: 99px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  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));
}
@keyframes slide-in-right {

  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}
.animate-slide-in-right {
  animation: slide-in-right 0.2s ease-out;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-green-500 {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-red-500 {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[180px\] {
  padding-top: 180px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-semibold {
  font-weight: 600;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@font-face {
  font-family: 'Horta-Regular';
  src: url('/fonts/Horta.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hey-October';
  src: url('/fonts/Hey-October.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(var(--foreground-rgb));
  height: 100vh;
  --color-black: black;
  --dark-blue: #1b2559;
  --color-light-black: #1f1b2d;
  --background-color: #211f1fc4;
  --blue-color: #335918;
  --sky-blue: #014fe9;
  --color-primary: #007bff;
  --color-primary-variant: #2b3674;
  --color-secondary-variant: linear-gradient(135deg, #2a5b11 0%, #457920 100%);
  --light-primary: #5664d2;
  --color-background: #f1f5f7;
  --color-light: #efecf3;
  --color-white: #ffff;
  --color-dark-varient: #23394a;
  --color-info-dark: #8590a5;
  --box-shadow-color: 0px 8px 24px 0px rgba(9, 30, 66, 0.1);
  --box-shadow-light-blue: 0px 3px 12px 0px #4a3aff2e;
  --color-border: #cac9c9;
  --light-grey: #505d69;
  --border-light: 1.21px solid #d5d2dc;
  --border-blue: 1.21px solid var(--blue-color);
  --border-antique: 1px solid #acacac;
  --primary-color: var(--blue-color);
  --secondary-color: #a2ba1e;
  --light-grey: #a6a6a6;
  --dark-green: #022a06;
  --jet-black: #282823;
  --mint-white: #f5fff7;
  --neon-green: #caff7b;
  --neon-dark-green: #b9ff66;
  --white: #fff;
  --bg-color: #f4f4f4;
  --img-bg: #ffffff;
  --dark-gray: #4c4c4c;
  --none-color: #495057;
  --dim-grey: #6c757d;
  --began-d: #1d2130;
  --slate: #5b5b5b;
  --ccc: #ccc;
  --red-color: #ff0000;
  --bs-heading-color: black;
  --light: white;
  --horta: 'Horta-Regular';
  --hey-octuber: 'Hey-October';
}

a {
  text-decoration: unset !important;
}
/* table related comman style */

/* blogs related comman style  */

.blog-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

#blog1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

#blog2 {
  grid-column-start: 4;
  grid-column-end: 7;
}

#blog3 {
  grid-column-start: 7;
  grid-column-end: 10;
}

#blog4 {
  grid-column-start: 10;
  grid-column-end: 13;
}

.blog-grid-col {
  grid-column: span 3;
}

.blog-card {
  width: 100%;
  position: relative;
  padding-inline: 8px;
}

.blog-card > img {
  min-height: 200px;
  max-height: 235px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.blog-card > h5 {
  color: var(--dim-grey);
  padding-top: 8px;
}

.blog-card > h4 {
  font-weight: 700;
  color: var(--none-color);
  font-size: 19px;
}

.blog-card > p {
  color: var(--dim-grey);
}

.blog-card > #dropdownMenuButton1 {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 38px;
  height: 36px;
}

.blog-card > #adventure {
  position: absolute;
  top: 16px;
  right: 14px;
  background: var(--neon-dark-green);
  padding: 4px 8px;
  border-radius: 12px;
  color: var(--blue-color);
  font-weight: 500;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-section {
  display: flex;
  width: 100%;
  row-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}

.dropdown-menu {
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  min-width: 10rem;
  padding: 0 !important;
  font-size: 0.9rem;
  color: var(--light-grey);
  text-align: left;
  list-style: none;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(-43px, 70px, 0px);
  top: 100%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

.drop-down > li {
  border-bottom: 3px solid var(--secondary-color);
  padding: 12px 12px;
  border-radius: 0px 0px 10px 10px;
  background: var(--blue-color);
  color: var(--color-white);
}

.content-padding-top {
  padding-top: 50px;
}

.blog-product-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

#blog-product-col-1 {
  grid-column-start: 1;
  grid-column-end: 9;
}

#blog-product-col-2 {
  grid-column-start: 9;
  grid-column-end: 13;
}

.border-blog-product {
  padding: 10px;
  width: 100%;
  border: 1px solid var(--color-light);
  border-radius: 13px;
}

#blog-product-col-1 > h5 {
  font-weight: 700;
  margin-top: 20px;
}

#blog-product-col-1 > input {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #d5d2dc;
  border-radius: 8px;
  height: 55px;
  padding-inline: 18px;
  outline: 0;
}

.border-blog-product > #green {
  color: var(--blue-color);
  font-weight: 700;
  font-size: larger;
}

.product-description {
  position: relative;
  cursor: pointer; /* Add a pointer cursor to indicate interactivity */
  color: #8a8a8a;
}

.custom-dropdown {
  position: relative;
  display: flex;
  column-gap: 25px;
  max-width: max-content;
  min-width: 170px;
  width: 100%;
}

.dropdown-button {
  cursor: pointer;
  padding: 12px 1.2vw;
  border: 1px solid var(--ccc);
  border-radius: 10px;
  background-color: var(--color-white);
  color: #11142d;
  font-weight: 700;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: 400px;
  width: -webkit-fill-available;
}

.dropdown-help {
  min-width: 170px !important;
  max-width: fit-content;
  height: inherit;
  font-weight: 600 !important;
}

.dropdown-button.open {
  border-radius: 10px 10px 0 0;
  min-width: -webkit-fill-available;
}

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  border: 1px solid var(--ccc);
  border-top: none;
  background-color: var(--color-white);
  border-radius: 0 0 10px 10px;
  z-index: 1;
  overflow: scroll;
  height: 300px;
}

/* jodit react css */

/* bootstrap fix */

.drop-body {
  box-shadow: 0px 2px 2px -2px var(--color-light-black) 14 !important;
  background: var(--color-white);
  border-radius: 12px !important;
  border: 1px solid var(--color-light) !important;
  inset: 0px 0px auto 0px !important;
}

.drop-item {
  justify-content: start;
}

.drop-item:focus,
.drop-item:hover {
  color: var(--blue-color) !important;
  background-color: #dbe9f8 !important;
}

.dropdown-item {
  max-height: 190px !important;
  height: 100%;
  padding: 8px 20px !important;
  font-size: medium !important;
  border-radius: 37px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.drop-item:focus,
.drop-item:hover {
  color: var(--blue-color);
  background-color: #dbe9f8;
}

/* custom dropdown  */

.action-dropdown {
  position: absolute !important;
  top: 50px;
  left: 0;
}

.dropdown-button {
  cursor: pointer;
  max-width: -webkit-fill-available;
  padding: 12px 1.8vw;
  border: 1px solid var(--ccc);
  border-radius: 10px;
  background-color: var(--color-white);
  color: #11142d;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: fit-content;
}

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  border: 1px solid var(--ccc);
  border-top: none;
  background-color: var(--color-white);
  border-radius: 0 0 10px 10px;
  z-index: 1;
  overflow: scroll;
  height: 300px;
}

.dropdown-list.open {
  display: block;
  z-index: 1001;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: 600 !important;
}

.dropdown-list li:hover {
  background-color: #f0f0f0;
}
/* custom dropdown  */

#women-5th-btn {
  padding: 20px 25px 20px 25px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 21.018px;
  letter-spacing: 0.21px;
  background: var(--primary-color);
  box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
  width: 210px;
  border-radius: 14.012px;
}

.wrapper {
  width: 100vw;
  background: var(--color-white);
}

/* bootstrap fix */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border: 3px solid #e8e8e8;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    45deg,
    var(--color-background),
    var(--color-background)
  );
}

.justifyCenter {
  display: flex;
  justify-content: center;
}

.select-option {
  padding: 13.5px 6px;
  color: var(--color-white);
  background: var(--secondary-color);
  border: 0;
  border-bottom: 3px solid var(--secondary-color);
  border-radius: 0px 8px 8px 0px;
}

.logo-cones {
  background: var(--blue-color);
  padding: 6px 10px 0px 10px;
  border-radius: 4px;
  color: var(--color-white);
}

/* media query here  */

@media (max-width: 1700px) {
  .blog-grid-col {
    grid-column: span 4;
  }

  #blog1 {
    grid-column-start: 1;
    grid-column-end: 5;
  }

  #blog2 {
    grid-column-start: 5;
    grid-column-end: 9;
  }

  #blog3 {
    grid-column-start: 9;
    grid-column-end: 13;
  }

  #blog4 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media (max-width: 1610px) {
  .main-heading-container {
    width: 90%;
    min-width: 800px;
  }
}

@media (max-width: 1300px) {
  .blog-grid-col {
    grid-column: span 6;
  }

  #blog1 {
    grid-column-start: 1;
    grid-column-end: 7;
  }

  #blog2 {
    grid-column-start: 7;
    grid-column-end: 13;
  }

  #blog3 {
    grid-column-start: 1;
    grid-column-end: 7;
  }

  #blog4 {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}

@media (max-width: 1290px) {
  .main-heading {
    height: 120px;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  #blog-product-col-1 {
    height: -moz-fit-content;
    height: fit-content;
    grid-column-start: 1;
    grid-column-end: 13;
  }

  #blog-product-col-2 {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  .change-pic {
    float: none;
    width: auto;
    display: flex;
    padding: 43px 0px;
  }

  .Picture {
    width: 100%;
  }
}

@media (max-width: 1170px) {
  .main-heading-container {
    width: 90%;
    min-width: 440px;
  }
}
@media (max-width: 992px) {
  .blog-grid-col {
    grid-column: span 6;
  }

  .hide-content > h1 {
    padding: 18px 0px 0px 0px;
  }

  .logo-pepe {
    font-size: 40px;
    color: var(--blue-color);
  }

  .logo-cones {
    font-size: 35px;
  }

  #blog1 {
    grid-column-start: 1;
    grid-column-end: 7;
  }

  #blog2 {
    grid-column-start: 7;
    grid-column-end: 13;
  }

  #blog3 {
    grid-column-start: 1;
    grid-column-end: 7;
  }

  #blog4 {
    grid-column-start: 7;
    grid-column-end: 13;
  }

  .add-product-button > button {
    padding: 12px 28px;
  }
}

@media (max-width: 768px) {
  .main-heading {
    flex-direction: column;
    height: 200px;
    padding-bottom: 15px;
  }

  .main-heading-container {
    min-width: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .add-product-button {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  .product-list-container > .break-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .tab-navigate {
    flex-wrap: wrap;
  }

  .welcome {
    text-align: center !important;
  }

  .dropdown-button {
    width: inherit;
    cursor: pointer;
    padding: 14px 1.8vw;
    border: 1px solid var(--ccc);
    border-radius: 10px;
    background-color: var(--color-white);
    color: #11142d;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

@media (max-width: 650px) {
  .blog-grid-wrapper {
    padding-inline: 85px;
  }
  .blog-grid-col {
    grid-column: span 12;
  }

  #blog1 {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  #blog2 {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  #blog3 {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  #blog4 {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

@media (max-width: 530px) {
  .blog-grid-wrapper {
    padding-inline: 35px;
  }
}

@media (max-width: 468px) {
  .modal-confirm {
    padding: 55px 10px;
  }
}

@media (max-width: 500px) {
  .not-yet {
    padding: 2px 4vw;
    font-size: 18px;
  }

  .btn-content {
    padding-inline: 25px;
  }

  .delete-it {
    padding: 2px 4vw;
    font-size: 18px;
  }

  .category-field {
    flex-direction: column;
    height: 125px;
  }
}

@media (max-width: 425px) {
  .blog-grid-wrapper {
    padding-inline: 0px;
  }

  .product-list-container {
    padding: 10px 0px;
  }

  .margin_top {
    margin-top: 35px;
  }

  .modal-confirm {
    padding: 55px 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .dropdown-button {
    cursor: pointer;
    padding: 14px 1.8vw;
    border: 1px solid var(--ccc);
    border-radius: 10px;
    background-color: var(--color-white);
    color: #11142d;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    min-width: -moz-fit-content;
    width: 90vw;
  }
}

/* media   query here */

@media (max-width: 425px) {
  .redeemed {
    width: 205px;
  }
  .modal-content {
    max-height: 100vh;
  }
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

@media (max-width: 1200px) {

  .max-\[1200px\]\:hidden {
    display: none;
  }
}

@media (max-width: 991px) {

  .max-\[991px\]\:block {
    display: block;
  }

  .max-\[991px\]\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
}

