/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.10 | 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:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left-0 {
  left: 0px;
}
.left-2\/4 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-2\/4 {
  top: 50%;
}
.z-50 {
  z-index: 50;
}
.-ml-12 {
  margin-left: -3rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-12 {
  height: 3rem;
}
.h-screen {
  height: 100vh;
}
.min-h-52 {
  min-height: 13rem;
}
.w-12 {
  width: 3rem;
}
.w-full {
  width: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-translate-y-1\/2 {
  --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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.resize {
  resize: both;
}
.rounded-full {
  border-radius: 9999px;
}
.border-4 {
  border-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.pt-56 {
  padding-top: 14rem;
}

@font-face {
	font-family: 'IRANSansWeb';
	src: url(/_next/static/media/IRANSansWeb.a56fbd99.ttf);
}
@font-face {
	font-family: 'Fontawesome-solid';
	src: url(/_next/static/media/fa-solid-900.c0b49172.ttf);
}
@font-face {
	font-family: 'Fontawesome-light';
	src: url(/_next/static/media/fa-light-300.caa67df8.ttf);
}
@font-face {
	font-family: 'Fontawesome-brand';
	src: url(/_next/static/media/fa-brands-400.c7c3d352.ttf);
}

:root {
	--primary-font-family: 'IRANSansWeb';
}

/* icons */
.fa-solid {
	font-style: normal;
	font-family: 'Fontawesome-solid';
}
.fa-solid.fa-cart-shopping::before {
	content: '\f07a';
}
.fa-solid.fa-magnifying-glass::before {
	content: '\f002';
}
.fa-solid.fa-phone::before {
	content: '\f095';
}
.fa-solid.fa-quote-left::before {
	content: '\f10d';
}
.fa-solid.fa-user::before {
	content: '\f007';
}
.fa-light {
	font-style: normal;
	font-family: 'Fontawesome-light';
}
.fa-light.fa-car-mirrors::before {
	content: '\e343';
}
.fa-light.fa-bars::before {
	content: '\f0c9';
}
.fa-light.fa-xmark::before {
	content: '\f00d';
}
.fa-light.fa-building-circle-check::before {
	content: '\e4d2';
}
.fa-light.fa-train-track::before {
	content: '\e453';
}
.fa-light.fa-plug-circle-bolt::before {
	content: '\e55b';
}
.fa-light.fa-sun-haze::before {
	content: '\f765';
}
.fa-light.fa-house-circle-check::before {
	content: '\e509';
}
.fa-light.fa-car-side::before {
	content: '\f5e4';
}
.fa-light.fa-location-crosshairs::before {
	content: '\f601';
}
.fa-light.fa-phone::before {
	content: '\f095';
}
.fa-light.fa-timer::before {
	content: '\e29e';
}
.fa-light.fa-badge-check::before {
	content: '\f336';
}
.fa-light.fa-people-group::before {
	content: '\e533';
}
.fa-light.fa-medal::before {
	content: '\f5a2';
}
.fa-light.fa-cart-shopping::before {
	content: '\f07a';
}
.fa-light.fa-user::before {
	content: '\f007';
}
.fa-light.fa-globe::before {
	content: '\f0ac';
}
.fa-light.fa-envelope::before {
	content: '\f0e0';
}
.fa-brands {
	font-style: normal;
	font-family: 'Fontawesome-brand';
}
.fa-brands.fa-whatsapp::before {
	content: '\f232';
}
.fa-brands.fa-telegram::before {
	content: '\f2c6';
}
.fa-brands.fa-instagram::before {
	content: '\f16d';
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/components/resources/styles/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hvr-primary:hover {
  background-color: #ff4848 !important;
}

.hvr-secondary:hover {
  background-color: #0edda7 !important;
}

.hvr-primary-dark:hover {
  background-color: #921e1f !important;
}

.hvr-secondary-dark:hover {
  background-color: #295453 !important;
}

.hvr-sweep-to-right {
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}
.hvr-sweep-to-right:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: #ff4848;
  transition: transform 0.3s ease-out;
}

.hvr-rectangle-out {
  position: relative;
  display: inline-block;
  transition: color 0.3s;
  vertical-align: middle;
  transform: translateZ(0);
  background: #ff4848;
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  transform: scale(1);
}
.hvr-rectangle-out:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transform: scale(0);
  background: #0edda7;
  transition: transform 0.3s ease-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #921e1f;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff4848;
}

body {
  font-size: 15px;
  line-height: 1.6em;
  overflow-x: hidden;
  letter-spacing: 1.5px;
  color: #e0e0e0;
  background-color: #242424;
  font-family: var(--primary-font-family);
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 496px) {
  body {
    font-size: 12px;
  }
}
body h1 {
  font-size: 30px;
}
body h2 {
  font-size: 25px;
}
body h3 {
  font-size: 20px;
}
body h4 {
  font-size: 15px;
}
body .clr {
  clear: both;
}
body .rtl {
  direction: rtl;
}
body .primary-color {
  color: #ff4848;
}
body .secondary-color {
  color: #0edda7;
}
body .primary-bgcolor {
  background-color: #ff4848;
}
body .base-container {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body .base-container {
    width: 98% !important;
  }
}
@media (max-width: 1040px) {
  body .base-container {
    width: 96% !important;
  }
}
@media (max-width: 768px) {
  body .base-container {
    width: 94% !important;
  }
}
@media (max-width: 640px) {
  body .base-container {
    width: 92% !important;
  }
}
body .btn {
  color: #fff;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-block;
  padding: 8px 25px !important;
}
body .btn.btn-primary {
  background-color: #ff4848;
}
body .btn.btn-secondary {
  background-color: #0edda7;
}
body form button,
body form select,
body form textarea,
body form input[type=text],
body form input[type=email] {
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  letter-spacing: 2px;
  display: inline-block;
  color: #e0e0e0;
  background-color: transparent;
  font-family: var(--primary-font-family);
}
body form button:focus,
body form select:focus,
body form textarea:focus,
body form input[type=text]:focus,
body form input[type=email]:focus {
  outline: none;
}
body form button,
body form input[type=button],
body form input[type=email] {
  border: none;
  cursor: pointer;
  background: none;
}
body form select,
body form textarea,
body form input[type=text],
body form input[type=email] {
  border: 1px solid #353434;
}
body section {
  direction: rtl;
  padding: 70px 0;
  position: relative;
}
body section .section-location {
  margin-bottom: 40px;
}
@media (max-width: 1040px) {
  body section .section-location {
    margin-bottom: 20px;
  }
}
@media (max-width: 496px) {
  body section .section-location {
    margin-bottom: 8px;
  }
}
body section .section-location ul {
  display: flex;
  flex-wrap: wrap;
}
body section .section-location ul li {
  margin-left: 10px;
  line-height: 25px;
}
body section .section-location ul li:last-child a {
  color: #0edda7;
}
body section .section-location ul li a:hover {
  color: #0edda7;
}
body section .section-caption {
  margin-bottom: 40px;
  text-align: justify;
}
body section .section-caption.secondary {
  text-align: center;
}
body section .section-caption.secondary p {
  width: 850px;
  text-align: center;
}
body section .section-caption h2,
body section .section-caption h3,
body section .section-caption span {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
body section .section-caption h2 i,
body section .section-caption h3 i,
body section .section-caption span i {
  font-style: normal;
  color: #0edda7;
}
@media (max-width: 1040px) {
  body section .section-caption h2,
  body section .section-caption h3,
  body section .section-caption span {
    font-size: 18px;
  }
}
@media (max-width: 496px) {
  body section .section-caption h2,
  body section .section-caption h3,
  body section .section-caption span {
    font-size: 15px;
  }
}
body section .section-caption p {
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  line-height: 35px;
}
@media (max-width: 1040px) {
  body section .section-caption p {
    padding: 8px 0;
    font-size: 15px;
  }
}
@media (max-width: 848px) {
  body section .section-caption p {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  body section .section-caption p {
    font-size: 13px;
    text-align: justify;
  }
}
@media (max-width: 496px) {
  body section .section-caption p {
    font-size: 12px;
  }
}
body .grid {
  width: 100%;
  grid-gap: 0;
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
}
body .grid.grid-2 {
  grid-template-columns: repeat(2, 50%);
  grid-template-areas: "left_item right_item";
}
body .grid.grid-2 .grid-item.grid-r {
  grid-area: right_item;
}
body .grid.grid-2 .grid-item.grid-l {
  grid-area: left_item;
}
body .grid.grid-3 {
  grid-template-columns: repeat(3, 33.3%);
  grid-template-areas: "left_item center_item right_item";
}
body .grid.grid-3 .grid-item.grid-r {
  grid-area: right_item;
}
body .grid.grid-3 .grid-item.grid-c {
  grid-area: center_item;
}
body .grid.grid-3 .grid-item.grid-l {
  grid-area: left_item;
}
body .grid.grid-4 {
  grid-template-columns: repeat(4, 25%);
  grid-template-areas: "item-1 item-2 item-3 item-4";
}
body .grid.grid-4 .grid-item.grid-1 {
  grid-area: item-1;
}
body .grid.grid-4 .grid-item.grid-2 {
  grid-area: item-2;
}
body .grid.grid-4 .grid-item.grid-3 {
  grid-area: item-3;
}
body .grid.grid-4 .grid-item.grid-4 {
  grid-area: item-4;
}
body .grid.grid-35-65 {
  grid-template-columns: 35% 65%;
  grid-template-areas: "left_item right_item";
}
body .grid.grid-35-65 .grid-item.grid-r {
  grid-area: right_item;
}
body .grid.grid-35-65 .grid-item.grid-l {
  grid-area: left_item;
}
body .grid.grid-30-70 {
  grid-template-columns: 30% 70%;
  grid-template-areas: "left_item right_item";
}
body .grid.grid-30-70 .grid-item.grid-r {
  grid-area: right_item;
}
body .grid.grid-30-70 .grid-item.grid-l {
  grid-area: left_item;
}
body .grid.grid-70-30 {
  grid-template-columns: 70% 30%;
  grid-template-areas: "left_item right_item";
}
body .grid.grid-70-30 .grid-item.grid-r {
  grid-area: right_item;
}
body .grid.grid-70-30 .grid-item.grid-l {
  grid-area: left_item;
}
body div[class*=card-row] {
  border-bottom: 1px solid #353434;
}
body div[class*=card-row-1] {
  border-top: 1px solid #353434;
}
body div[class*=card-col] {
  border-left: 1px solid #353434;
}
body div[class*=card-col-1] {
  border-right: 1px solid #353434;
}
body .card {
  position: relative;
}
body .card.card-basic {
  width: 33.3%;
  float: right;
  border-right: 2px solid #353434;
  border-bottom: 2px solid #353434;
}
@media (max-width: 1040px) {
  body .card.card-basic {
    width: 50%;
    border: 1px solid #353434 !important;
  }
  body .card.card-basic:nth-child(2n) {
    border-left: 0 !important;
  }
  body .card.card-basic:nth-child(2n+1) {
    border-right: 0 !important;
  }
}
@media (max-width: 768px) {
  body .card.card-basic {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #353434 !important;
  }
}
body .card.card-basic:nth-child(n+4) {
  border-bottom: 0;
}
body .card.card-basic:nth-child(1), body .card.card-basic:nth-child(4) {
  border-right: 0;
}
body .card.card-basic .card-item-basic {
  width: 370px;
  height: 210px;
  overflow: hidden;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 1280px) {
  body .card.card-basic .card-item-basic {
    width: 90%;
  }
}
@media (max-width: 496px) {
  body .card.card-basic .card-item-basic {
    width: auto;
    height: 182px;
    margin: 10px auto;
  }
}
@media (max-width: 350px) {
  body .card.card-basic .card-item-basic {
    width: 100%;
    height: auto;
  }
}
body .card.card-basic .card-item-basic:hover .card-img img {
  transform: translate3d(0, 0, 0) scale(1);
}
body .card.card-basic .card-item-basic:hover .card-description h3 {
  color: #0edda7;
}
body .card.card-basic .card-item-basic:hover .card-description p {
  opacity: 1;
  transform: translateX(0);
}
body .card.card-basic .card-item-basic .card-img {
  width: 100%;
  height: 100%;
}
body .card.card-basic .card-item-basic .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  transition: transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.16);
}
body .card.card-basic .card-item-basic .card-description h3 {
  right: 0;
  bottom: 0;
  padding: 30px;
  font-weight: bold;
  position: absolute;
  transition: all 0.35s ease;
}
@media (max-width: 1280px) {
  body .card.card-basic .card-item-basic .card-description h3 {
    font-size: 18px;
  }
}
@media (max-width: 1040px) {
  body .card.card-basic .card-item-basic .card-description h3 {
    font-size: 16px;
  }
}
@media (max-width: 496px) {
  body .card.card-basic .card-item-basic .card-description h3 {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  body .card.card-basic .card-item-basic .card-description h3 {
    font-size: 12px;
  }
}
body .card.card-basic .card-item-basic .card-description p {
  left: 0;
  top: 20px;
  opacity: 0;
  width: 125px;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  padding: 5px 15px 5px 5px;
  transform: translateX(-40px);
  transition: all 0.35s ease;
  border-right: 2px solid #e0e0e0;
}
@media (max-width: 1280px) {
  body .card.card-basic .card-item-basic .card-description p {
    padding: 5px 15px 5px 5px;
  }
}
@media (max-width: 496px) {
  body .card.card-basic .card-item-basic .card-description p {
    width: 130px;
    font-size: 10px;
    padding: 5px 10px 5px 5px;
  }
}
@media (max-width: 350px) {
  body .card.card-basic .card-item-basic .card-description p {
    padding: 5px 8px 5px 5px;
  }
}
body .card.card-primary {
  width: 20%;
  float: right;
}
@media (max-width: 1280px) {
  body .card.card-primary {
    width: 25%;
    border: none !important;
  }
}
@media (max-width: 1040px) {
  body .card.card-primary {
    width: 33.3%;
  }
}
@media (max-width: 496px) {
  body .card.card-primary {
    width: 50%;
  }
}
@media (max-width: 350px) {
  body .card.card-primary {
    width: 100%;
  }
}
body .card.card-primary .card-item-primary {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1280px) {
  body .card.card-primary .card-item-primary {
    width: 98%;
    margin: 3px auto;
    border: 1px solid #353434 !important;
  }
}
@media (max-width: 768px) {
  body .card.card-primary .card-item-primary {
    height: auto;
  }
}
@media (max-width: 376px) {
  body .card.card-primary .card-item-primary {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  body .card.card-primary .card-item-primary {
    margin-bottom: 5px;
  }
}
body .card.card-primary .card-item-primary:hover .card-img {
  background-color: rgba(0, 0, 0, 0.1);
}
body .card.card-primary .card-item-primary:hover .card-description {
  transform: translateY(-60px);
}
@media (max-width: 768px) {
  body .card.card-primary .card-item-primary .card-img {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
body .card.card-primary .card-item-primary .card-img img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .card.card-primary .card-item-primary .card-img img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 350px) {
  body .card.card-primary .card-item-primary .card-img img {
    width: 50%;
  }
}
body .card.card-primary .card-item-primary .card-description {
  height: 210px;
  padding: 10px;
  position: relative;
  transition: transform 0.35s;
  transform: translateY(20px);
  background-color: #242424;
}
@media (max-width: 768px) {
  body .card.card-primary .card-item-primary .card-description {
    height: 180px;
    transform: translateY(0) !important;
  }
}
@media (max-width: 640px) {
  body .card.card-primary .card-item-primary .card-description {
    height: 140px;
  }
}
body .card.card-primary .card-item-primary .card-description .desc-item {
  margin: 5px 0;
  display: block;
  text-align: center;
}
@media (max-width: 640px) {
  body .card.card-primary .card-item-primary .card-description .desc-item {
    font-size: 11px !important;
  }
  body .card.card-primary .card-item-primary .card-description .desc-item:nth-child(1) {
    display: none;
  }
}
body .card.card-primary .card-item-primary .card-description .desc-item.last {
  left: 0;
  width: 100%;
  bottom: 54px;
  margin-top: 20px;
  text-align: center;
  position: absolute;
}
@media (max-width: 768px) {
  body .card.card-primary .card-item-primary .card-description .desc-item.last {
    display: none;
  }
}
body .card.card-primary .card-item-primary .card-description .desc-actions {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered {
  display: flex;
  margin: 0 20px;
  padding: 10px 0;
  justify-content: center;
  border-top: 1px solid #353434;
}
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered a,
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered span {
  width: 50px;
  text-align: center;
}
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered a:nth-child(1),
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered span:nth-child(1) {
  border-left: 1px solid #353434;
}
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered a:hover,
body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered span:hover {
  color: #ff4848;
}
@media (max-width: 640px) {
  body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered a i,
  body .card.card-primary .card-item-primary .card-description .desc-actions .desc-actions-bordered span i {
    font-size: 12px !important;
  }
}
