:root {
  ---home-color: #1e75bc;
  ---home-font-size: 45px;
  ---home-text-color: #1e1e1e;
  ---home-text-size: 18px;
  ---nexa: "Nexa", sans-serif;
  ---gilroy: "Gilroy", sans-serif;
  ---lemon: "Lemon Milk", sans-serif;
  ---main-color: #1E75BC;
  ---hover-color: #1963a0;
  ---title-color-second: #FF6600;
  --main-font-size: 45px;
  --font-size: 18px;
  ---title-font: 35px;
  ---title-color: #1A202C;
  ---bg-color: #EAF5FE;
  ---main-title-font: 20px;
  ---sub-title-font: 35px;
  ---main-title-color: #00447B;
  ---sub-title-color: #00447B;
  ---sub-color: #FF6600;
}





* {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}



.iti {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 65px 50px;
}

.nav-links ul {
  font-family: var(---lemon);
}

.tech-title,
.work-title,
.leader-title,
.portfolio-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-title {
  text-transform: uppercase;
  font-family: var(---nexa);
  font-weight: bold;
  font-size: var(---main-title-font);
  color: var(---main-title-color);
}

.sub-title {
  font-size: var(---sub-title-font);
  font-family: var(---nexa);
  font-weight: bold;
  color: var(---main-color);
}

.tech-title .sub-title span {
  color: var(---sub-color);
}

.work-title .sub-title span {
  color: var(---sub-color);
}

.leader-title .sub-title span {
  color: var(---sub-color);
}

.modal {
  z-index: 5000;
  /* Default is 1050; increase if necessary */
}

.modal-backdrop {
  z-index: 5000;
  /* Default is 1040; increase if necessary */
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 50px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 50px 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 50px 20px;
  }
}

/* Smaller Screen */
@media (max-width: 479px) {}

/* Medium Screen */
@media (min-width: 480px) and (max-width: 767px) {}

/* Smaller Laptop and Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Small Desktops */
@media (min-width: 1024px) and (max-width: 1280px) {}

/* Larger Desktop */
@media (min-width: 1280px) {}