/*
! tailwindcss v3.4.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.
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 */
  -o-tab-size: 4;
     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]) {
  -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. 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::-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;
}

*, ::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;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.-z-0 {
  z-index: 0;
}

.-z-10 {
  z-index: -10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-4 {
  margin: 1rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.h-svh {
  height: 100svh;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-28 {
  width: 7rem;
}

.w-3\/5 {
  width: 60%;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-80 {
  width: 20rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.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));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.place-items-center {
  place-items: center;
}

.items-end {
  align-items: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border-mainOrange {
  --tw-border-opacity: 1;
  border-color: rgb(245 147 35 / var(--tw-border-opacity));
}

.bg-mainOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 147 35 / var(--tw-bg-opacity));
}

.bg-mainWhite {
  background-color: #ffff;
}

.bg-newMain {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.text-mainOrange {
  --tw-text-opacity: 1;
  color: rgb(245 147 35 / var(--tw-text-opacity));
}

.text-mainWhite {
  color: #ffff;
}

.text-newMain {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

:root {
  --main-orange : #f59323;
}

/* google font */

body {
  font-family: "Josefin Sans", sans-serif;
  background-color: #333;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

/* start scroll style */

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

::-webkit-scrollbar-thumb {
  background: var(--main-orange);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}

/* end scroll style */

/* start my container  */

.my-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Small */

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

/* Medium */

@media (min-width: 992px) {
  .my-container{
    width: 960px;
  }
}

/* Large */

@media (min-width: 1200px) {
  .my-container {
    width: 1140px;
  }
}

/* x-Large */

@media (min-width: 1400px) {
  .my-container {
    width: 1350px;
  }
}

/* end my container  */

/* whatsapp link */

.floating-whatsapp a {
  background-color: #25d366;
  box-shadow: -1px 2px 48px -6px rgba(37,211,102,0.66);
  -webkit-box-shadow: -1px 2px 48px -6px rgba(37,211,102,0.66);
  -moz-box-shadow: -1px 2px 48px -6px rgba(37,211,102,0.66);
}

.floating-whatsapp a:hover {
  box-shadow: -1px 2px 89px 15px rgba(37,211,102,0.72);
  -webkit-box-shadow: -1px 2px 89px 15px rgba(37,211,102,0.72);
  -moz-box-shadow: -1px 2px 89px 15px rgba(37,211,102,0.72);
  transform: scale(1.1);
}

/* whatsapp link */

/* scroll to top */

.popup {
  transition: 0.5s;
  z-index: 10000000000000000000000000000000000;
}

.popup a i {
  display: flex;
  margin: 20px;
  box-shadow: 2px 10px 87px 3px rgba(255,255,255,0.51);
  -webkit-box-shadow: 2px 10px 87px 3px rgba(255,255,255,0.51);
  -moz-box-shadow: 2px 10px 87px 3px rgba(255,255,255,0.51);
  transition: 0.5s;
}

.popup a i:hover {
  transform: scale(1.1);
  box-shadow: 2px 10px 88px 28px rgba(245,147,36,0.49);
  -webkit-box-shadow: 2px 10px 88px 28px rgba(245,147,36,0.49);
  -moz-box-shadow: 2px 10px 88px 28px rgba(245,147,36,0.49);
}

.visible-scroll-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* scroll to top */

/* home page */

/* intro section */

.zoom {
  animation: scale 40s linear infinite;
}

@keyframes scale {
  50% {
    transform:scale(1.15);
  }
}

@media (max-width: 992px) {
  .intro .photo .music-intro {
    display:none;
  }
}

@media (max-width: 768px) {
  .intro .photo {
    display:none;
  }

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

/* heading shine effect */

.heading {
  line-height: 1.8;
}

.glowIn {
  color: var(--main-orange);
}

.glowIn span {
  animation: glow-in 2s both infinite;
}

@keyframes glow-in {
  from {
    opacity: 1;
  }

  65% {
    opacity: 1;
    text-shadow: 0 0 25px white;
  }

  75% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

/* intro section */

/* about us section  */

/* services */

.services .cards {
  grid-template-columns: repeat(auto-fill , minmax(300px ,1fr));
}

@media (max-width:1280px) {
  .services .cards {
    grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
  }
}

@media (max-width:786px) {
  .services .cards {
    grid-template-columns: repeat(auto-fill , minmax(250px ,1fr));
  }
}

.services .cards .card:hover {
  box-shadow: -1px 8px 31px 0px rgba(0,0,0,0.39);
  -webkit-box-shadow: -1px 8px 31px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: -1px 8px 31px 0px rgba(0,0,0,0.39);
  transform: scale(1.05);
}

.services .cards .card {
  background-color:  white;
  transition: 0.5s;
}

.services .cards .card:hover a {
  text-shadow: 2px 0px 5px rgba(0,0,0,0.54);
}

.services-container {
  background-image: linear-gradient(#f2f2f2 10%, #333 10%, #333 40%, #333 40%, #333 60%, #333 60%, #333 90%, #f2f2f2 90%);
}

/* services */

/* our work */

.owr-work-section {
  background-image: url('https://i.ibb.co/8PRbvWy/our-work-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* our work */

/* clients */

.clientsSection {
  position: relative;
}

.clientsSection .clients .client {
  transition: 0.5s;
}

.clientsSection .clients .client:hover {
  transform: scale(1.05);
}

.carousel {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
  display: flex;
}

.carousel:hover .carousel__item {
  animation-play-state: paused !important;
}

.carousel__list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.carousel__item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: slide var(--duration) linear infinite;
  animation-delay: calc(var(--duration) / var(--quantity) * (var(--position) - var(--quantity))) !important;
}

[reverse=true] .carousel__item {
  animation: slideReverse var(--duration) linear infinite;
}

@keyframes slide {
  from {
    left: 100%;
  }

  to {
    left: calc(var(--width) * -1);
  }
}

@keyframes slideReverse {
  from {
    left: calc(var(--width) * -1);
  }

  to {
    left: 100%;
  }
}

/* clients */

/* home page */

/* footer */

footer {
  background-color: #333;
}

footer .logoAndFollowUs i ,
footer .aboutUS i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

@media (max-width : 1280px) {
  footer .footerContent .map iframe {
    width: 250px;
    height: 200px;
  }
}

/* footer */

/* ========================================================= */

/* ========================================================= */

/* ========================================================= */

/* ========================================================= */

/* our work */

/* show reals */

.video-container {
  display: grid;
  grid-template-columns: repeat(auto-fill , minmax(calc(100%/3) , 1fr));
}

@media (max-width:1280px) {
  .video-container {
    grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
  }
}

@media (max-width:786px) {
  .video-container {
    grid-template-columns: repeat(auto-fill , minmax(250px ,1fr));
  }
}

.video-container img {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-container .video  {
  padding: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}

.video-container .video .overlay{
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.541);
  transition-duration: 0.5s;
  pointer-events: none;
}

.video-container .video:hover .overlay {
  opacity: 1;
  transition-duration: 0.5s;
}

.video-container .video .overlay p {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: var(--main-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-iframe {
  width: 75%;
  height: 75%;
}

.video-modal-container {
  display: none;
  position: fixed;
  z-index: 10000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: xxx-large;
  font-weight: bold;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}

.thumbnail {
  cursor: pointer;
}

#img {
  border-radius: 50%;
}

/* show reals */

/* image gallery  */

.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill , minmax(calc(100%/3) , 1fr));
  justify-items: center;
}

@media (max-width:1280px) {
  .gallery {
    grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
  }
}

@media (max-width:786px) {
  .gallery {
    grid-template-columns: repeat(auto-fill , minmax(250px ,1fr));
  }
}

.gallery img {
  width:100%;
  height: auto;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.gallery .img {
  overflow: hidden;
  width: 100%;
}

.gallery .overlay {
  transform: translate(-50% ,-50% );
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(255, 255, 255, 0.46);
  transition: 0.5s;
  opacity: 0;
}

.gallery .img:hover .overlay  {
  opacity: 1;
  pointer-events: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.myEditModal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 100%;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 15px;
  height: 75%;
}

@media (max-width:786px) {
  .modal-content {
    height: auto;
  }
}

.main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 75%;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width:786px)  {
  .main-image {
    height: 100%;
  }
}

.main-arrow {
  background-color: transparent;
  border: none;
  color: #ffff;
  font-size: 40px;
  cursor: pointer;
  transition: color 0.2s;
}

.main-arrow:hover {
  color: #bbb;
}

#caption {
  display: none;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.slider button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.2s;
  margin: 0 10px;
}

.slider button:hover {
  color: #bbb;
}

.related-images {
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 400px;
  /* Adjust this value to control the number of visible related images */
  transition: transform 0.5s ease-in-out;
  /* Add this line */
}

@media (max-width:786px) {
  .related-images {
    width: 200px;
    gap: 5px;
  }
}

.related-images img {
  width: auto;
  height: 80px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

@media (max-width:786px) {
  .related-images img {
    height: 35px;
  }
}

.related-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* image gallery  */

/* contact us page */

/* contact us page */

@media (max-width:768px) {
  .video-intro-services {
    /* width: 100%; */
    writing-mode: vertical-rl;
    display: grid;
    align-content: center;
  }

  .video-intro-services .about-image {
    width: 1000px;
  }
}

/* mouse follower */

.circle {
  --circle-size: 40px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 3px solid #f59323;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
}

@media (max-width:768px) {
  .circle {
    display: none;
  }
}

/* mouse follower */

/* header  */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header-row {
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  /* if using anchor */
}

.hamburger path {
  fill: none;
  stroke: #f59323;
  stroke-linecap: round;
}

.fullpage-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.fullpage-menu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 60px;
}

.menu-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
}

nav {
  position: relative;
  z-index: 1;
  text-align: center;
}

nav ul {
  list-style-type: none;
}

nav li {
  overflow: hidden;
}

nav li + li {
  margin-top: 30px;
}

nav li a {
  font-size: 50px;
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  letter-spacing: 5px;
  color: var(--main-orange);
}

nav li a span {
  position: relative;
  display: block;
}

nav li a span:before {
  content: attr(data-clip);
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f59323;
  background-image: linear-gradient(135deg, #f59323 100%);
  -webkit-text-stroke: 3px transparent;
  -webkit-background-clip: text;
  z-index: 1;
  height: 0%;
  overflow: hidden;
  transition: 400ms linear 0s;
}

nav li:hover a span:before{
  height: 100%;
}

@media screen and (max-width:767px) {
  .header-row{
    padding: 30px;
  }

  nav li a{
    font-size: 30px;
  }
}

/* header  */

/* services page */

.servicesCards  {
  grid-template-columns: repeat(auto-fill , minmax(500px ,1fr));
  gap: 40px;
}

@media (max-width:1280px) {
  .servicesCards  {
    grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
  }
}

@media (max-width:786px) {
  .servicesCards  {
    grid-template-columns: repeat(auto-fill , minmax(250px ,1fr));
  }
}

.cardService .content {
  transition: 0.5s linear;
}

.cardService:hover .content {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* text animation on hover */

.rolling-text {
  display: inline-block;
  line-height: 75px;
  height: 72px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  color: transparent;
}

.cardService:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .block:last-child {
  color: var(--main-orange);
}

.rolling-text .letter {
  display: inline-block;
  /* transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1); */
  transition: transform 0.9s cubic-bezier(0.79,-0.03,0.48,1.5);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.5;
}

.letter:nth-child(3) {
  transition-delay: 0.25s;
}

.letter:nth-child(4) {
  transition-delay: 0s;
}

.letter:nth-child(5) {
  transition-delay: 0.5s;
}

.letter:nth-child(6) {
  transition-delay: 0.25s;
}

.letter:nth-child(7) {
  transition-delay: 0s;
}

.letter:nth-child(8) {
  transition-delay: 0.5s;
}

.letter:nth-child(9) {
  transition-delay: 0.25;
}

.letter:nth-child(10) {
  transition-delay: 0s;
}

.letter:nth-child(11) {
  transition-delay: 0.5;
}

.letter:nth-child(12) {
  transition-delay: 0.25s;
}

.letter:nth-child(13) {
  transition-delay: 0s;
}

.letter:nth-child(14) {
  transition-delay: 0.5s;
}

.letter:nth-child(15) {
  transition-delay: 0.25;
}

.letter:nth-child(16) {
  transition-delay: 0s;
}

.letter:nth-child(17) {
  transition-delay: 0.5;
}

.letter:nth-child(18) {
  transition-delay: 0.25s;
}

.letter:nth-child(19) {
  transition-delay: 0s;
}

.letter:nth-child(20) {
  transition-delay: 0.5s;
}

.letter:nth-child(21) {
  transition-delay: 0.25;
}

.letter:nth-child(22) {
  transition-delay: 0s;
}

.letter:nth-child(23) {
  transition-delay: 0.5;
}

.letter:nth-child(24) {
  transition-delay: 0.25s;
}

/* services page */

/* loader */

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loader .loader-wrapper img {
  width: 300px;
  margin-bottom: 50px;
  animation: fade linear 0.75s infinite;
}

@keyframes fade {
  from {
    opacity: 0.25;
  }

  to {
    opacity: 1;
  }
}

.loader-text {
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #f2f2f2;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.loader-bar {
  margin-top: 18px;
  width: 95%;
  background-color: #ccc;
  height: 1px;
}

.loader-progress {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #f59323;
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* loader */

.hover\:border-mainOrange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 147 35 / var(--tw-border-opacity));
}

.hover\:border-mainWhite:hover {
  border-color: #ffff;
}

.hover\:bg-mainOrange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 147 35 / var(--tw-bg-opacity));
}

.hover\:bg-mainWhite:hover {
  background-color: #ffff;
}

.hover\:text-mainOrange:hover {
  --tw-text-opacity: 1;
  color: rgb(245 147 35 / var(--tw-text-opacity));
}

.hover\:text-mainWhite:hover {
  color: #ffff;
}

.hover\:text-newMain:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.focus\:placeholder\:opacity-0:focus::-moz-placeholder {
  opacity: 0;
}

.focus\:placeholder\:opacity-0:focus::placeholder {
  opacity: 0;
}

.focus\:placeholder\:duration-500:focus::-moz-placeholder {
  transition-duration: 500ms;
}

.focus\:placeholder\:duration-500:focus::placeholder {
  transition-duration: 500ms;
}

.group:hover .group-hover\:text-mainOrange {
  --tw-text-opacity: 1;
  color: rgb(245 147 35 / var(--tw-text-opacity));
}

@media not all and (min-width: 1280px) {
  .max-xl\:w-9\/12 {
    width: 75%;
  }

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:w-28 {
    width: 7rem;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-8 {
    gap: 2rem;
  }

  .max-lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .max-lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .max-lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }

  .max-md\:w-9\/12 {
    width: 75%;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .max-md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .max-md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .max-md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

