@charset "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/* CSS Variables
 * --------------------------------------- */
:root {
  /* Color Variables */
  --primary-red: #b82927;
  --secondary-red: #8b1f1e;
  --accent-gray: #343741;
  --dark-bg: #1f2937;
  --darker-bg: #111827;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --text-light: #f9fafb;
  --text-muted: #9ca3af;
  --text-dark: #374151;
  --gradient-primary: linear-gradient(
    135deg,
    var(--primary-red),
    var(--secondary-red)
  );
  --gradient-secondary: linear-gradient(
    135deg,
    var(--secondary-red),
    var(--accent-gray)
  );
  /* Font Size Variables */
  --font-h1: 60px;
  --font-h2: 32px;
  --font-h3: 26px;
  --font-p: 20px;
  --font-small: 17px;
}


/* Custom CSS
 * --------------------------------------- */
* {
  font-family: "Roboto", sans-serif;
}

body {
  background: linear-gradient(to bottom right, #ffffff, #f4f4f4);
  color: #343741;
  position: relative;
  font-size: var(--font-p);
}

.container {
  max-width: 960px;
  margin: 0 auto 32px;
  padding: 32px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}
.container.with-effect {
  transition: all 0.3s ease-in-out;
}
.container.with-effect:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.subtitle {
  font-weight: bold;
  color: #b82927;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: var(--font-h1);
}

h2 {
  font-size: var(--font-h2);
  color: #b82927;
}

h3 {
  font-size: var(--font-h3);
}

p {
  font-size: var(--font-p);
  line-height: 28px;
}

.intro {
  display: block;
}
.intro p,
.portfolio {
  margin: 16px auto 0;
}
.intro p:first-child {
  margin-top: 0;
}

.intro p {
  text-align: left;
}

.section {
  text-align: center;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  margin: 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

#menu li {
  display: inline-block;
  margin: 10px;
  color: #4b5563;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 99rem;
}

#menu li a {
  text-decoration: none;
  padding: 9px 18px;
  display: block;
  color: #4b5563;
  white-space: nowrap;
  font-size: var(--font-small);
}

#menu li:first-child {
  margin-right: auto;
}

#menu li:hover a,
#menu li.active a {
  color: #c4312b;
}

#menu li.company-brand a,
#menu li.company-brand.active a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--font-p);
  color: var(--text-dark);
}

#menu li.has-dropdown {
  position: relative;
}

#menu li.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 80;
  overflow: hidden;
}

#menu li.has-dropdown:hover .dropdown {
  display: block;
}

#menu li.has-dropdown .dropdown li {
  display: block;
  margin: 0;
  border-radius: 0;
}

#menu li.has-dropdown .dropdown li a {
  padding: 12px 18px;
  color: #343741;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#menu li.has-dropdown .dropdown li:last-child a {
  border-bottom: none;
}

#menu li.has-dropdown .dropdown li:hover {
  background-color: #f4f4f4;
}

#menu li.has-dropdown .dropdown li:hover a {
  color: #b82927;
}

/* Defining each section background and styles
	* --------------------------------------- */

.font_roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.font_roboto_light {
  font-family: "Roboto", sans-serif;
}

.landing_title {
  color: #343741;
}

/* Start: Landing title styles
 * IMPORTANT:
 *  3-line Landing Title text have special font sizing
 *  to achieve symmetrical alignment of letters in the UI.
 *
 * Altern8
 * Technologies
 * alternative solutions, solid foundations
 * ----------------------------------------------*/
.upper_title {
  line-height: 68px;
  font-size: 109px;
}
.landing_title img {
  height: 4.9em;
}
.lower_title {
  letter-spacing: 9px;
  font-weight: 100;
  font-size: 37px;
}
.intro_lower {
  font-size: 20px;
  color: #b82927;
}
/* End landing title styles */

img.logo {
  height: 0.8em;
}

h1:after {
  display: block;
  content: "";
  width: 10%;
  height: 4px;
  text-align: center;
  left: 50%;
  bottom: -15px;
  margin-left: -50px;
  background: #b82927;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  margin: 0px auto;
}

.contact_row .fa {
  color: #b82927;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.contact_items {
  width: 33.3333%;
  float: left;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.contact_items:hover {
  color: #b82927;
}

.contact_items p {
  width: 100%;
}

.contact_items a {
  color: inherit;
}

.contact_row {
  width: 100%;
  margin: 0px auto;
}

.controlArrow.next {
  border-color: transparent transparent transparent #b82927 !important;
  border-width: 2em 0 2em 2em;
}

.controlArrow.prev {
  border-color: transparent #b82927 transparent transparent !important;
  border-width: 2em 2em 2em 0;
}

.portfolio_images {
  width: 80%;
  max-width: 539px;
  margin-top: 10px;
}

a {
  color: #b82927;
}

.fullPage-slidesNav span {
  border: 1px solid #b82927;
}

.fullPage-slidesNav .active span {
  background-color: #b82927;
}

.hero {
  background: linear-gradient(to right, #fdfdfd 0%, #fafafa 70%, #fbebeb 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  padding-top: 100px;
}

.hero-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.hero-button {
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 9999px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: none; /* Ensure no default button border */
  cursor: pointer;
}

.hero-button-primary {
  background-color: #dc2626;
  color: #fff;
}

.hero-button-primary:hover {
  background-color: #b91c1c;
  transform: scale(1.05);
}

.hero-button-secondary {
  background-color: #fff;
  color: #dc2626;
  border: 1px solid #dc2626;
}

.hero-button-secondary:hover {
  background-color: #fef2f2;
  transform: scale(1.05);
}

.hero-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.5);
}

.tech_stacks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  padding: 16px 10px;
}

.tech_stacks .tech_items,
.tech_stacks .tech_items .tech_icons {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.tech_icons {
  width: 80px;
}

.tech_icons:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

