/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Raleway:wght@300;400;500&display=swap');

/*
! tailwindcss v3.3.5 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

::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:  ;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.hidden{
  display: none;
}
.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;
}
.pb-4{
  padding-bottom: 1rem;
}

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

body {
  background-color: rgb(181, 189, 180);
}

body h1 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

body h2,
a,
button {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.chatbox-header {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.chatbox-content{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

body p,
label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}


.body-container {
  background-image: url(/leafBG.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat;
}

@media (max-width: 850px) {
  .body-container {
    background-size: 0%;
  }

}

body h1 {
  background-color: rgb(181, 189, 180);
  border-radius: 10px;
  border: 1px solid rgb(21, 21, 21);
  padding: 10px;
  box-shadow: 0px 5px 9px rgba(21, 21, 21, 0.9);
  border-right: 2px solid rgb(21, 21, 21);
}

.spc-container {
  background-image: url(/leafBG.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat;
}

main {
  overflow: hidden;
}


.flexBetween {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.title-link-underline {
  border-bottom: 1px solid rgb(21, 21, 21);
  padding-bottom: 3px;
}

h4.title-link-underline {
  font-weight: 500;
}

.footer_par_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem/* 8px */;
  font-weight: 400;
}

.link-underline {
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

.link-underline:hover {
  text-decoration: underline;
}

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

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 12px;
}

#nav-wrapper {
  margin-top: 0;
  max-height: 80px;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.navbar {
  display: flex;
  border-bottom: 1px solid #333;
  background: rgba(21, 21, 21, 0.85);
  padding: 0px 20px;
  height: 79px;
}

.navbar-content {
  width: 100vw;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.navbar-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1282px) {
  .navbar-container {
    display: grid;
    grid-template-columns: 1fr minmax(0, 825px) 1fr;
  }
}

@media (max-width: 800px) {
  .navbar-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.04%;
    height: auto;
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar_text:hover {
  background-color: #373b41;
  color: #C1E1C1;
}

@media (min-width: 800px) {
  .navbar_text:hover {
    background-color: transparent;
    color: #C1E1C1;
  }
}

.navbar_desktop_links {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .navbar_desktop_links {
    display: none;
  }
}

.navbar_page_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px;
  border-radius: 0.375rem;
  color: white;
}

.navbar_page_buttons li:hover {
  background-color: rgba(131, 131, 131, 0.164);
  border-radius: 8px;
}

@media (min-width: 800px) {
  .navbar_page_buttons {
    flex-direction: row;
    gap: 2rem;
    margin-top: 0;
    border: 0;

  }
}

.navbar_page_buttons a {
  font-size: min(max(2vw, 16px), 22px);
}

.navbar-hamburg {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 800px) {
  .navbar-hamburg {
    display: none;
  }
}

.navbar-desk-but {
  display: none;
}

@media (min-width: 800px) {
  .navbar-desk-but {
    display: flex;
    justify-content: flex-end;
  }
}

.nav-mob-but {
  margin-top: 1rem;
}

@media (min-width: 800px) {
  .nav-mob-but {
    display: none;
  }
}

.navbar-hide-links {
  background: rgba(21, 21, 21, 0.85);
  color: white;
  right: 0px;
  padding: 1rem;
  top: 100%;
  position: absolute;
  margin-top: .01rem;
}

@media (min-width: 800px) {
  .navbar-hide-links {
    display: none;
  }
}


.navbar_button {
  color: rgb(21, 21, 21);
  font-size: min(max(1.5vw, 14px), 18px);
  background-color: #C1E1C1;
  transition: background-color 0.3s ease;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #bfdbbf;
  outline-offset: 2px;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  margin: auto 0;
}

/* Hover state */
.navbar_button:hover {
  background-color: rgba(94, 94, 94, 0.164);
  color: white;
}

/* Focus state */
.navbar_button:focus {
  outline-color: #10b981;
}

.navbar_title {
  display: flex;
  padding-left: 20px;
  text-align: center;
  font-size: min(max(2vw, 24px), 32px);
  white-space: nowrap;
  color: white;
}

@media (max-width: 1000px) {
  .navbar_title {
    padding-left: 10px;
  }
}

.about-container {
  margin-top: 79px;
  background-image: url(/yewBG.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .about-container {
    background-size: 0%;
  }
}


.about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5%;
}

.about-content {
  max-width: 800px;
  padding: 40px;
}

.about-content h1 {
  background-color: rgba(21, 21, 21, 0);
  border-radius: 0px;
  border: 1px solid rgba(21, 21, 21, 0);
  padding: 0px;
  box-shadow: 0px 4px 8px rgba(21, 21, 21, 0);
  font-size: min(max(4.32vw, 24px), 54px);
  margin-bottom: 40px;
  color: white;
}

@media (max-width: 1279px) {

  .about-content {
    display: inline-block;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    max-width: 100%;
    padding: 5px;
  }

  .about-content h1 {
    margin-bottom: 10px;
  }
}


.about-content p {
  font-size: min(max(3.24vw, 18px), 22px);
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
}

@media (max-width: 1079px) {


  @keyframes growAnimation {
    from {
      transform: translate(0%, -46%) scale(0);
    }

    to {
      transform: translate(0%, 0%) scale(1);
    }
  }
}

@media (min-width: 1080px) {

  @keyframes growAnimation {
    from {
      transform: translate(0%, -32%) scale(0);
    }

    to {
      transform: translate(0%, 0%) scale(1);
    }
  }
}

@media (min-width: 2560px) {

  @keyframes growAnimation {
    from {
      transform: translate(3%, -40%) scale(0);
    }

    to {
      transform: translate(0%, 0%) scale(1);
    }
  }
}

.about-transpar-box {
  animation: growAnimation .7s ease-in-out;
  transform-origin: 0%, 0%;
  opacity: 0;
  max-width: 80%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  /* Rounded corners */
  background-color: rgba(21, 21, 21, 0.85);
  box-shadow: 0px 4px 8px rgba(21, 21, 21, 0.9);
  overflow: auto;
}

.about-transpar-box.initial {
  opacity: 1;
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5%;
}

.services-content {
  max-width: 80%;
  display: inline;
  justify-content: center;
  align-self: center;
}

.services-title-box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.279%;
  text-align: center;
  border-radius: 1.04%;
  margin: 0 auto;
  margin-bottom: 1.279%;
}

.services-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1279px) {
  .services-info-container {
    display: inline;
    justify-content: center;
  }
}


.services-transpar-box {
  flex: 1 0 48%;
  margin: 1%;
  opacity: 1;
  box-sizing: border-box;
  border-radius: 10px;
  /* Rounded corners */
  background-color: rgba(21, 21, 21, 0.85);
  box-shadow: 0px 4px 8px rgba(21, 21, 21, 0.9);
  /* Lifted box shadow */
}

.services-info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 10px;
}

.services-info-box p {
  padding: 10px;
  padding-top: 0px;
  font-size: min(max(3.24vw, 16px), 22px);
  line-height: 1.6;
  color: white;
}


.services-content h1,
.projects-content h1,
.contact-content h1 {
  font-size: min(max(11.6vw, 30px), 72px);
  color: rgb(21, 21, 21);
  border-bottom: 2px solid rgb(21, 21, 21);
}

.services-content h2 {
  padding: 10px;
  padding-bottom: 5px;
  font-size: min(max(4.32vw, 18px), 32px);
  margin-bottom: 10px;
  color: white;
}

@media (max-width: 1279px) {
  .services-content h2 {
    margin-bottom: 7px;
  }

  .services-transpar-box {
    margin: 3%;
  }

}

@media (max-width: 500px) {
  .services-content h2 {
    margin-bottom: 4px;
  }

  .services-transpar-box {
    margin-top: 5%;
  }

}

.projects {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5%;
}

.projects-content {
  display: inline-block;
  justify-content: center;
  align-self: center;
}

.projects-title-box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.023%;
  text-align: center;
  border-radius: 1.04%;
  margin: 0 auto;
  margin-bottom: 1.023%;
}

.projects-info-container {
  display: flex;
}



.projects-column-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-info-box-wrapper {
  margin: 10px;
}

.projects-info-box {
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(21, 21, 21, 0.85);
  box-shadow: 0px 4px 8px rgba(21, 21, 21, 0.9);
}

.projects-content h2 {
  font-size: min(max(1.32vw, 24px), 32px);
  margin-bottom: 1.56vw;
  color: white;
}

.projects-prev-but {
  width: 64px;
  margin: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.projects-next-but {
  width: 64px;
  margin: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers h2 and image horizontally */
  justify-content: center; /* Centers h2 and image vertically */
  text-align: center;
}


.card-img-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card img {
  /* max-width: min(max(16.5vw, 250px), 350px); */
  width: 350px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1300px) {
  .card-img-wrapper {
    height: 250px;
    width: 250px;
    overflow: hidden;
  }
}

@media (max-width: 499px) {
  .card-img-wrapper {
    height: 200px;
    width: 200px;
    overflow: hidden;
  }
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5%;
  border-bottom: 1px solid rgb(21, 21, 21);
}

.contact-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  color: white;
}

.contact-info-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
}

.contact-transpar-box {
  width: 80%;
  opacity: 1;
  box-sizing: border-box;
  border-radius: 10px;
  /* Rounded corners */
  background-color: rgba(21, 21, 21, 0.85);
  box-shadow: 0px 4px 8px rgba(21, 21, 21, 0.9);
}

.contact-title-box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1.726%;
  text-align: center;
  border-radius: 1.04%;
  margin: 0 auto;
  margin-bottom: 1.726%;
}

.contact-form {
  width: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-form input,
textarea {
  color: #333;
}

.contact-button {
  margin: 10px;
}

.contact-message {
  width: 36.55vw;
  height: 20vh;
}

.contact-form-width {
  width: 36.55vw;
}



label {
  font-size: min(max(2vw, 24px), 32px);
  min-width: 100px;
}

.custom-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-content {
  background: #fff;
  padding: 20px;
  font-size: 24px;
  border-radius: 32px;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
  text-align: center;
}

.alert-content p {
  color: #333;
}

@media (max-width: 1000px) {
  .alert-content {
    font-size: 18px;
  }
}

/* Footer */
.footer {
  margin: 0 auto;
  position: relative;
  z-index: 200;
  color: #444444;
}

.footer_copyright {
  width: 100%;
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  font-weight: normal;
}

@media (max-width: 640px) { /* Adjust breakpoint as needed */
  .footer_copyright {
    flex-direction: column;
  }
}

.footer-content {
  background-color: #f8f8f8;
  background-color: rgb(181, 189, 180);
  padding: 5px;
  display: grid;
  align-self: flex-start;
  grid-template-columns: 1fr;
  gap: 35px;
}


.footer-info-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 800px) {
  .footer-info-container {
    grid-template-columns: 1fr;
    height: auto;
  }
}


.footer-title-box {
  width: 50%;
  padding-top: 20px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer-title-box h1 {
  text-align: center;
  font-size: 22px;
  margin-top: .6rem;
  max-width: 20rem;
  border-bottom: 1px solid rgb(21, 21, 21);
}

.footer-text {
  text-align: center;
  font-size: 18px;
  margin-top: .6rem;
  max-width: 20rem;
}


.footer-column .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


.footer_column_par {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3px;
  font-size: 18px;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}

.footer_par_title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem/* 8px */;
  box-sizing: border-box;
    
}

.footer_column {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3px;
  font-size: 0.875rem;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.pb-4 {
  padding-bottom: 1rem/* 16px */;
}

.footer-no-title{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem/* 16px */;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.footer_column_row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem/* 8px */;
  font-weight: 400;
}


.custom-footer-alert {
  position: fixed;
  top: 79px;
  left: 0;
  width: 100%;
  height: 92vh;
  background: rgba(21, 21, 21, 0.5);
  display: flex;
  justify-content: center;
  align-items: top;
}

.footer-alert-grid {
  height: 85vh;
  max-width: 80%;
  display: grid;
  grid-template-rows: 85px 1fr;
}

.close-alert-button {
  justify-self: center;
  background-image: url(/close-circle-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: min(max(10vw, 30px), 81.08px);
  font-size: 72px;
}

.footer-alert-content {
  max-height: 80vh;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  font-size: 24px;
  border-radius: 32px;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
  color: #444444;
}

.footer-alert-content p {
  padding: 1%;
  max-height: 80vh;
  max-width: 80vw;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 499px) {
  .footer-alert-content {
    font-size: 18px;
    max-height: 70vh;
  }

  .footer-alert-content p {
    max-height: 70vh;
    max-width: 70vw;
  }

}

@media (max-width: 370px) {
  body button {
    letter-spacing: 0px;
  }

  .navbar_title {
    font-size: 20px;
  }

  .card-img-wrapper {
    height: 200px;
    width: 200px;
    overflow: hidden;
  }

  .projects-prev-but {
    width: 40px;
    margin: 0px;
  }

  .projects-next-but {
    width: 40px;
    margin: 0px;
  }
}

.chatbox {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 60px;
  right: 20px;
  width: 300px;
  height: 40vh; /* 1/4 of the screen height */
  box-sizing: border-box;
  border-bottom: 1px solid black;
  border-top-right-radius : 10px; /* Rounded corners */
  border-top-left-radius : 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.7); /* Black with 70% transparency */
  color: white; /* White text */
}

.chatbox-header {
  padding: 10px;
  color: white;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7); /* Black with 70% transparency */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbox-header.collapsed {
padding: 10px;
border-radius: 10px;
}

.toggle-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 25px;
  height: 25px; 
}

.chatbox.expanded {
  height: 40vh; /* Adjust as needed */
}

.chatbox.collapsed {
  width: 130px;
  height: 44px; /* Adjust to match header size */
  border-radius: 10px;
}

.chatbox-header:hover {
  cursor: pointer;
}

.chatbox-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chatbox-content.hidden {
  display: none; /* Hide content when chatbox is collapsed */
}

.chatbox-body {
  flex-grow: 1; /* This will make chatbox-body take the remaining space */
  overflow-y: auto; /* Enable scrolling */
}
/*issue is here*/
.messages {
  height: 317.38px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message {
  max-width: 90%; /* Limit the width of each message */
  padding: 7px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.message.user {
  background-color: #C1E1C1; /* Light green background for user messages */
  text-align: right;
  align-self: flex-end;
  color: #333;
}

.message.assistant {
  background-color: #C0CAD6; /* Light blue background for assistant messages */
  text-align: left;
  align-self: flex-start; 
  color: #333;
}

.input-area {
  border-bottom-left-radius : 10px; /* Rounded corners */
  border-bottom-right-radius : 10px; 
  display: flex;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7); /* Black with 70% transparency */
  color: #333;
}

.input-area button {
  color: white
}

.input-area input {
  border-radius: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
  margin-right: 10px;
  box-sizing: border-box;
  color: black;
}

.input-area input:focus {

  outline: none; /* remove outline if not needed */
}

.typing-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 8px;
  background-color: transparent; /* Customize as needed */
  border-radius: 16px;
  max-width: 100px;
}

.typing-loader span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #888; /* Dot color */
  border-radius: 50%;
  margin: 0 3px;
  animation: typingDot 1.4s infinite ease-in-out both;
}

.typing-loader span:nth-child(1) {
  animation-delay: -0.32s;
}

.typing-loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typingDot {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
}

