/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.header_container__SKKde {
  color: black;
  top: 0;
  z-index: 5;
  background-color: rgba(49, 48, 48, 0.849);
  
}
.header_scrolled__f7tLI {
  background-color: rgba(49, 48, 48, 0.849); 
  color: #fff;
}
.header_text__v1iFi {
  transition: color 0.8s;
  color: #fff;
}

.header_textScrolled__L9v75 {
  color: #ffffff; 
}
.header_nav__EHAeV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}


.header_menu__yeq_n {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.header_menu__yeq_n li {
  padding: 0;
}

.header_menu__yeq_n a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .header_nav__EHAeV {
      display: none;
  }
}
.header_textColor__N8rWo{
  color: #626262;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/nav.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.nav_container__c09pD {
    display: flex;
    justify-content: center;
    align-items: center;
 
    
  }
  .nav_transparent__jLYM5{
    background-color: rgba(2, 0, 0, 0);
    z-index: 8;
  }

  .nav_link__tOhdH {
    position: relative;
    text-decoration: none;
    font-size:18px;
    font-weight: 600;
  }

  .nav_line__UMZAj {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1f2937b7;
    transition: width 0.2s ease-out;
  }
  
  .nav_link__tOhdH:hover .nav_line__UMZAj {
    width: 100%;
  }
  
  .nav_bgwhite__E8lnF {
  background-color: rgba(238, 234, 234, 0);
color:white;
  }
  
  .nav_link__tOhdH:hover .nav_trackingButton__oA1uR {
    transform: translateY(-5px); /* Adjust distance */
  }
  
  .nav_trackingButton__oA1uR {
    /* Additional styles for tracking button */
    display: inline-block;
    padding: 0.5rem 1rem;
   
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
  }
  
  .nav_line__UMZAj {
   
    transition: width 0.3s ease; /* Smooth animation for line width */
  }
  
  
  /* -------------- css progress bar ---------- */
  /*
    .progressbar{
    height: 2px;
    background-color: rgb(205, 206, 205);
    position: fixed;
    top: var(--nav-height);
    left: 0;
    height: 1px;
    z-index: 1000;
    transition: width 0.3s ease;
  } */

  .nav_NavHeight__OsfUh{
   height: 4.2rem;
  }

  @media (max-width: 767px) {
   .nav_mobilelogo__3fF1U{
     height: 30px;
   width: 60px; 
   }
   .nav_NavHeight__OsfUh{
     height: 3.2rem;
   }
  }
   
    
   
  
  .nav_triangle__fM5q5 {
    width: 0;
    height: 0;
    border-left: 40px solid #fff; 
    border-right: 50px solid transparent;
    border-bottom: 20px solid #fff; 
  }
  .nav_leftTringle__ElYPC{
    width: 21%;
  }
  @media (max-width: 767px) {
    .nav_leftTringle__ElYPC{
      display: none;
    }
    .nav_triangle__fM5q5{
      display: none;
    }
  }
  
  
  
  /* Mobile View CSS */
  @media (max-width: 767px) {
    .nav_progressbar__Ah6Xp {
     background-color: rgb(31, 41, 55);
     position: fixed;
     top: var(--nav-height);
     left: 0;
     height: 2px;
     z-index: 1000;
     transition: width 0.2s ease;
    }
  
    .nav_mobilelogo__3fF1U {
      height: 40px;
      width: 120px;
    }
    
    /* Container height adjustment */
    .nav_NavHeight__OsfUh {
      height: 3.3rem;
    }
  
    /* Hide triangle and leftTringle elements */
    .nav_leftTringle__ElYPC,
    .nav_triangle__fM5q5 {
      display: none;
    }
  
    /* Styling for mobile menu */
    .nav_navbar-menu__URqkN {
      position: absolute;
      top: 5rem; /* Adjust the distance from the top */
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 1rem;
      z-index: 1000;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }
  
    .nav_navbar-menu__URqkN .nav_link__tOhdH {
      display: block;
      padding: 1rem;
      font-size: 18px;
      text-decoration: none;
      color: #000;
    }
  
    .nav_navbar-menu__URqkN .nav_link__tOhdH:hover {
      background-color: #f0f0f0;
    }
  }
  
  .nav_navbar__du0ML {
    background-color: #fff; /* Background color */
    position: fixed; /* Fixed position */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 200px; /* Set width */
    height: 100vh; /* Set height to cover the viewport */
    overflow-y: auto; /* Enable vertical scrolling */
    z-index: 5; /* Set z-index */
  }
  
  .nav_navbar__item__Y2EsG {
    padding: 10px; /* Padding for each item */
  }
  
  .nav_navbar__item__Y2EsG:hover {
    background-color: #f0f0f0; /* Hover background color */
  }
  
  .nav_navbar__link__wIOni {
    text-decoration: none; /* Remove default link decoration */
    color: #000; /* Link color */
    transition: color 0.3s; /* Smooth transition for color change */
  }
  
  .nav_navbar__link__wIOni:hover {
    color: #007bff; /* Hover link color */
  }
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/imageSlider.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'FuturaPT-Light';
  src: url('/fonts/FuturaPT-Light.ttf') format('truetype');
  /* Add additional src lines for other font weights/styles if needed */
}
@keyframes imageSlider_fadeUp___xsEP {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.imageSlider_container__RK3bk {
  position: relative;
  
 
  background-color: black; /* Adjust background color as needed */
}

.imageSlider_imageContainer__YXuhh {
  /* Default height for desktop */ /* Ensure images don't overflow */
 
    position: relative;
   
    overflow: hidden; /* Hide overflow for smoother transitions */
    border-radius: 10px; /* Rounded corners for container */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082); /* Box shadow for depth */
  
}



.imageSlider_imageOverlay__jR3MA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.014);/* Adjust overlay background color and opacity */
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.imageSlider_imageOverlay1__YyyxA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.144); /* Adjust overlay background color and opacity */
  color: white;
  text-align: center;
  padding: 80px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease;
}




.imageSlider_fullImage__ve7vu {
  display:block;
  transition: transform 0.5s ease; /* Smooth transition for image change */
}

.imageSlider_overlay__sLHsK {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.432); /* Adjust the alpha (fourth) value for transparency */
  color: white; /* Text color on the overlay */
  padding: 20px; /* Adjust padding as needed */
  opacity: 2; /* Initially hidden */
  display: flex;
  transition: opacity 0.5s ease; /* Fade-in transition for overlay */
  box-sizing: border-box;
 
}

.imageSlider_overlay__sLHsK:hover {
  opacity: 4; /* Show overlay on hover */
 
}

.imageSlider_title__Sbj4N {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 3px;
  text-shadow: 1px 1px 2px rgb(12, 12, 12); /* Text shadow for contrast */
}

.imageSlider_title__Sbj4N:hover {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 3px;
  text-shadow: 1px 1px 2px rgb(202, 160, 23); /* Text shadow for contrast */
}

.imageSlider_caption__OFARS {
  font-size: 16px;
  text-align: center;
  max-width: 80%; /* Adjust as per your design */
  margin: 0 auto; /* Center align the caption */
}

.imageSlider_imageContainer__YXuhh:hover .imageSlider_fullImage__ve7vu {
  transform: scale(1.05); /* Scale up image on hover for zoom effect */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .imageSlider_title__Sbj4N {
    font-size: 40px;
  }
  
  .imageSlider_caption__OFARS {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .imageSlider_title__Sbj4N {
    font-size: 30px;
  }
  
  .imageSlider_caption__OFARS {
    font-size: 12px;
    max-width: 90%; /* Adjust for smaller screens */
  }
}

@keyframes imageSlider_fadeInUp__DsnOg {
from {
  opacity: 0;
  transform: translateY(50px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

@keyframes imageSlider_fadeInDown__Ywdui {
from {
  opacity: 0;
  transform: translateY(-50px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.imageSlider_animate-fadeInUp__qmH4S {
animation: imageSlider_fadeInUp__DsnOg 2s forwards;
}

.imageSlider_animate-fadeInDown__BrxQL {
animation: imageSlider_fadeInDown__Ywdui 2s forwards;
}
.imageSlider_buttonContainer__ojsLO {
  margin: 20px;
}

.imageSlider_button__zDm3R {
  background-image: linear-gradient(to bottom right, #1359c2, #b8bcc99c);
  color: #faf8f8;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
}


.imageSlider_primaryButton__jyI_Z {
  /* Your primary button styles */
  /* Example primary button styles */
  padding: 10px;
font-size: 1.5rem;
font-weight: 600;
color: white;

transition: all 0.5s ease;
}

/* Define the blue gradient hover effect */
.imageSlider_blueGradientHover__MfNKs:hover {
  color:black;
  background-image: linear-gradient(to bottom right, #b8bcc99c, #1359c2);
}

.imageSlider_primaryButton__jyI_Z:hover {
  /* Your hover animation styles */
  /* Example hover animation styles */
  transform: scale(1.05); /* Example: increase size on hover */
}

.imageSlider_sideContent__X7n36 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.imageSlider_fullImage__ve7vu {
  width: 100%;
  height: 90vh;
  transition: transform 0.2s ease;
}

/* Zoom animation effect */
.imageSlider_fullImage__ve7vu {
  animation: imageSlider_zoomAnimation__OkQjg 5s infinite alternate;
}

@keyframes imageSlider_zoomAnimation__OkQjg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Mobile responsive CSS */
@media (max-width: 767px) {
  .imageSlider_fullImage__ve7vu {
    height: 30vh; /* Adjust the height for mobile view */
  }
}


@media screen and (max-width: 768px) {
  .imageSlider_container__RK3bk {
    position: relative;
  }

  .imageSlider_imageContainer__YXuhh {
    position: relative;
  overflow: hidden;
  }

  .imageSlider_imageOverlay__jR3MA {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.425);/* Adjust overlay background color and opacity */
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease;
  }

  .imageSlider_imageOverlay1__YyyxA {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.027); /* Adjust overlay background color and opacity */
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease;
  }
}

/*css*/














/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.6 | 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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-3 {
  left: 0.75rem;
}
.top-0 {
  top: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-full {
  height: 100%;
}
.min-h-\[auto\] {
  min-height: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-80 {
  width: 20rem;
}
.w-full {
  width: 100%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.basis-auto {
  flex-basis: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-\[0_0\] {
  transform-origin: 0 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));
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[0\.32rem\] {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[0\.37rem\] {
  padding-top: 0.37rem;
}
.text-left {
  text-align: left;
}
.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-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-normal {
  line-height: 1.5;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-100 {
  opacity: 1;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* @import url('https://fonts.googleapis.com/css2?family=Croissant+One&family=Open+Sans&family=Playfair+Display:ital,wght@0,400;1,400;1,500&family=Poppins:ital@0;1&family=Prata&family=Qwitcher+Grypen&family=Roboto&family=Roboto+Slab:wght@400;500&display=swap');
  * {
    font-family: 'Open Sans', sans-serif;
  } */
  @import url('https://fonts.googleapis.com/css2?family=Croissant+One&family=EB+Garamond:ital@1&family=Open+Sans&family=Playfair+Display:ital,wght@0,400;1,400;1,500&family=Poppins:ital@0;1&family=Prata&family=Qwitcher+Grypen&family=Roboto&family=Roboto+Slab:wght@400;500&display=swap');
  *{
    /* font-family: 'Croissant One', serif; */
    /* font-family: 'EB Garamond', serif; */
    /* font-family: 'Open Sans', sans-serif; */
    
     /* font-family: 'Playfair Display', serif; */
   
     font-family:ui-sans-serif,system-ui,sans-serif; 
   
    /*  font-family:Arial, Helvetica, sans-serif; */

    /* font-family: 'Prata', serif; */
    /* font-family: 'Qwitcher Grypen', cursive; */
    /* font-family: 'Myriad Pro'; */
    /* font-family: 'Noto Sans';  */
  }
  .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}
  .hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
  .hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
  .hover\:underline:hover {
  text-decoration-line: underline;
}
  .hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  .focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  .focus\:ring-0:focus {
  --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(0px + 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);
}
  .focus\:placeholder\:opacity-100:focus::placeholder {
  opacity: 1;
}
  .active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  .peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\] {
  --tw-translate-y: -0.9rem;
  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));
}
  .peer:focus ~ .peer-focus\:scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
  .data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder {
  opacity: 1;
}
  .peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\] {
  --tw-translate-y: -0.9rem;
  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));
}
  .peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
  @media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
  @media (min-width: 640px) {

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .sm\:gap-x-8 {
    column-gap: 2rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  @media (min-width: 768px) {

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
  @media (min-width: 1024px) {

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
  @media (prefers-color-scheme: dark) {

  .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\] {
    --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
    --tw-shadow-colored: 0 4px 9px -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);
  }

  .dark\:placeholder\:text-neutral-200::placeholder {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }

  .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover {
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus {
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
  .\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder {
  opacity: 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/about.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.about_container__9zP_Y {
  background-image: linear-gradient(to bottom, rgba(25, 25, 27, 0.918), rgba(55, 56, 66, 0.849));
  background-repeat: no-repeat;
  background-size: cover;
  
  background-color: #444;
  padding: 5px;
  text-align: center;
  justify-items: left;
}

.about_text__Boi_W {
  font-size: 16px;
  line-height: 1.6;
 
}

.about_serviceBlocks__upMpm {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about_serviceBlock__YFH4n {
  width: 30%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0  10px rgba(252, 251, 251, 0.342);
  overflow: hidden;
  position: relative; /* Required for animations */
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease;
  animation: about_fadeInRight__QkzEK 2s ease forwards;
}
@keyframes about_fadeInRight__QkzEK {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about_serviceBlock__YFH4n:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(75, 68, 68, 0.3);
}

.about_redBg__fKWMN {
  background-color: #ccc;
  color:black;
}

.about_greyBg__27DYC {
  background-color: #ccc;
  color:black;
}

.about_blueBg__huV4U {
  background-color: #ccc;
  color:black;
}

.about_innerBox___Vg70 {
  padding: 10px;
}

.about_iconBox__CGG77 {
  display: block;
  margin: 0 auto;
}

.about_iconBox__CGG77 span {
  display: block;
  margin: 0 auto;
}

.about_iconBox__CGG77 span img {
  display: block;
  margin: 0 auto;
}

.about_text__Boi_W a {
  color: #fff;
  text-decoration: none;
}

.about_container__9zP_Y {
  background-color: black;
  padding: 10px;
}

.about_services-area__y2f0R {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_services-area__y2f0R h1 {
  text-align: center;
}

.about_serviceBlocks__upMpm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.about_serviceBlock__YFH4n {
  width: calc(33.33% - 20px); /* Adjust width for three blocks per row */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .about_serviceBlock__YFH4n {
    width: 100%; /* Full width on smaller screens */
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/contact.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.contact_container__x7N6Z {
  background-color: black;
}

.contact_autoContainer__TeNOA {
  /* Styles for the auto container */
  max-width: 900px;
  margin: 0 auto;
  padding: 5px;
  
}
@keyframes contact_fadeInRight__59CPT {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Start slightly off to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
  }
}

.contact_mapInfoBoxed__wXYpx {
  /* Styles for the map info boxed */
  background-color: #ebe7e77a;
  padding: 10px; /* Increased padding for larger screens */
  position: relative;
  z-index: 1; /* Ensure it's above the map */
  background-color: #ffffff; /* Set background color if needed */
  box-shadow: 0px 8px 16px 0px rgba(243, 239, 239, 0.24);
  margin-top: -200px; /* Adjust to position it correctly relative to the map */
}

.contact_clearfix__Dmp3B::after {
  content: "";
  display: table;
  clear: both;
}

.contact_imageColumn__NJVwo {
  /* Styles for the image column */
  float: left;
  animation: contact_fadeInRight__59CPT 5s ease forwards;
}
@keyframes contact_fadeInRight__59CPT {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Start slightly off to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
  }
}

.contact_infoColumn__CuBHk {
  /* Styles for the info column */
  float: left;
  padding-left: 20px;
  animation: contact_fadeInLeft__LTuIa 5s ease forwards;
}
@keyframes contact_fadeInLeft__LTuIa {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact_aboutImg__5OjC9 {
  /* Styles for the about image */
  max-width: 100%;
  height: auto;
}

.contact_innerColumn__Ewqog ul {
  list-style: none;
  padding: 0;
}

.contact_innerColumn__Ewqog ul li {
  margin-bottom: 10px;
}

.contact_emailImg__CZpss {
  /* Styles for the email image */
  max-width: 30px;
  height: auto;
  margin-left: 10px;
}

.contact_hr___AcLV {
  opacity: 10px;
  
}



/* Media Queries */
@media screen and (max-width: 768px) {
  .contact_autoContainer__TeNOA {
    max-width: 90%;
    padding: 10px;
    justify-items: center;
  }

  .contact_mapInfoBoxed__wXYpx {
    padding: 20px; /* Reduced padding for smaller screens */
  }

  .contact_infoColumn__CuBHk {
    float: none;
    padding-left: 0;
    margin-top: 10px;
  }

  .contact_imageColumn__NJVwo {
    float: none;
    margin-bottom: 10px;
    justify-items: center;
  }

  .contact_clearfix__Dmp3B::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  .contact_autoContainer__TeNOA {
    max-width: 90%;
    padding: 10px;
    justify-items: center;
  }

  .contact_mapInfoBoxed__wXYpx {
    padding: 20px; /* Further reduced padding for very small screens */
   
   
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__dM_hl {
  background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-wrap: wrap; /* Allow flex items to wrap */
  justify-content: space-evenly;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer_footer__dM_hl {
    background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
    background-size: cover; /* Adjust background size for smaller screens */
    padding: 15px; /* Reduce padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .footer_footer__dM_hl {
    background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
    background-size: cover; /* Further adjust background size for very small screens */
    padding: 10px; /* Reduce padding further for very small screens */
  }
}
  
  .footer_logo__l_esZ {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
  }
  
  .footer_foterlogo__QQjTK {
    width: 130px;
    height: auto; /* Ensure logo size adjusts properly */
  }
  
  .footer_navigation__wxl9_ ul {
    list-style: none;
    padding: 0;
  }
  
  .footer_navigation__wxl9_ li {
    margin-bottom: 10px;
  }
  
  .footer_services__KhQOa h3 {
    margin-bottom: 10px;
  }
  
  .footer_services__KhQOa ul {
    list-style: none;
    padding: 0;
  }
  
  .footer_services__KhQOa li {
    margin-bottom: 5px;
  }
  
  .footer_contact__gAZEU h3 {
    margin-bottom: 10px;
  }
  
  .footer_contact__gAZEU address {
    font-style: normal;
  }
  
  .footer_contactDetails__4l8ad {
    margin-top: 10px;
  }
  
  .footer_contactDetails__4l8ad span {
    font-weight: bold;
  }
  
  .footer_contactDetails__4l8ad p {
    margin: 5px 0;
  }
  
  @media (min-width: 768px) {
    .footer_marginright__BmdlV {
      margin-right: -8vw;
    }
    .footer_btnList__eUqoT {
      display: flex;
      flex-direction: row;
    }
  }
  
  @media (max-width: 767px) {
    .footer_logo__l_esZ {
      text-align: center; /* Center logo on smaller screens */
    }
  
    .footer_foterlogo__QQjTK {
      width: 100%; /* Full width for logo on smaller screens */
      max-width: 200px; /* Limit maximum width */
    }
  
    .footer_navigation__wxl9_ ul {
      text-align: center; /* Center navigation items */
    }
  
    .footer_navigation__wxl9_ li {
      margin-bottom: 10px;
    }
  
    .footer_services__KhQOa ul {
      text-align: center; /* Center service items */
    }
  
    .footer_services__KhQOa li {
      margin-bottom: 10px;
    }
  
    .footer_contactDetails__4l8ad {
      text-align: center; /* Center contact details */
    }
  }
  
  .footer_fa__zdKJe {
    font-size: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .footer_sanyog__u6Z7v {
    font-size: 1rem;
  }
  
  .footer_hr__XGlNY {
    background-color: rgba(0, 0, 0, 0.425);
    height: 0.5px;
  }
  .footer_borderDotted__dKKXQ {
    border-style: dotted;
   gap:2px;
  }
  .footer_hoverEffect__Nf6Vq:hover {
    color: rgba(0, 0, 255, 0.61); /* Change this to your desired hover color */
  }
  
  .footer_movingTruck__yloPc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/vision.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.vision_container__eBMw_
{
    background-color: black;
}
  
.vision_visionDiv__VkaoX{
  width: 100%;
  padding: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  
    
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .vision_visionDiv__VkaoX{
  background-size: cover;
  background-repeat: no-repeat;
  }
  
}


/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/aboutSection.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.aboutSection_container__F3nO0 {
  background-image: linear-gradient(to bottom, rgba(13, 13, 14, 0.898), rgba(32, 32, 34, 0.918)), url("/Images/newcity/cityroyal30.png");
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black;
  color: white;
  
}


.aboutSection_textColor__Ra279:hover
{
  text-shadow: 1px 1px 2px rgba(10, 10, 10, 0.74); /* Text shadow for contrast */
  
}

.aboutSection_leftHeadingUpper__ZATv5 {
  color: #d82d30;
  font-size: 3rem;
}

.aboutSection_leftHeadingDown__tJ3ao {
  font-size: 3rem;
}

.aboutSection_leftHeadingUpperDesc__aB0gG {
  width: 90%;
  padding: 0 10px; /* Example: Padding for content */
  opacity: 0; /* Start with opacity 0 */
  font-size: 16px;
  transform: translateX(-50px); /* Start with transform (off to the left) */
  animation: aboutSection_fadeInRight__aeaqP 1s ease forwards;
}

/* Keyframes for animation */
@keyframes aboutSection_fadeInRight__aeaqP {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Start slightly off to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
  }
}

/* Responsive Design */

/* For tablets and larger screens */
@media (min-width: 768px) {
  .aboutSection_leftHeadingUpperDesc__aB0gG {
    width: 90%; /* Adjust width for larger screens */
  }
}

/* For small devices (phones) */
@media (max-width: 576px) {
  .aboutSection_leftHeadingUpper__ZATv5 {
    font-size: 2.5rem; /* Decrease font size for smaller screens */
  }

  .aboutSection_leftHeadingDown__tJ3ao {
    font-size: 2rem; /* Decrease font size for smaller screens */
  }

  .aboutSection_leftHeadingUpperDesc__aB0gG {
    width: 100%; /* Full width on smaller screens */
    padding: 0 10px; /* Adjust padding for smaller screens */
  }
}

  
 
  
 
  


/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/loader.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.loader_loadingContainer__rZS_a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loader_loadingSpinner__BadoY{
   
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: loader_spin__1YzGG 2s linear infinite;
}
@keyframes loader_spin__1YzGG{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg);}
}
