body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #6a7c6b;
  color: white;
}

body.home-page {
  background-color: #6a7c6b;
  color: white;
}

nav {
  background-color: #222;
  padding: 15px 0;
}

ul {
  display: flex;
  justify-content: left;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding-left: 50px;
}

li a {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

li a:hover {
  background-color: #b2ecd6;
  color: #000;
  border-radius: 4px;
}

.home-container {
  display: flex;
  flex-direction: column;
}

.home-main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
}

.home-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.home-left h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 20px;
}

.home-left h2 {
  font-size: 65px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 20px;
}

.home-left h3 {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-left: 20px;
}

.home-left p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.home-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-right img {
  width: 90%;
}






body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #000000;
  color: #e4e4e4;
}

body.about-page {
  background-color: #000000;
  color: #e4e4e4;
}

.about-container {
  display: flex;
  flex-direction: column;
}

.about-main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
}

.about-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 130px;
}

.about-left h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-left p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-right {
  width: 50%;
  display: flex;
  align-items: center;
justify-content: flex-end;
    margin-right: 130px;
}

.about-right img {
  max-width: 100%;
  height: auto;
}











.development-container {
  display: flex;
  flex-direction: column;
}

.development-main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
}

.development-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 130px;
}

.development-title {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.development-left img {
  width: 100%;
  height: auto;
}

.development-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 90px;
}

.development-right p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-right: 130px;
}










.products-container {
  display: flex;
  flex-direction: column;
}

.products-main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
  margin-top:-5px;
  margin-left: 130px;
}

.products-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top:5px;
}

.products-left p,
.products-left li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top:5px;
}

.products-left ol {
  padding-left: 20px;
  margin-top:5px;
}

.products-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 130px;
}

.products-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.products-right img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.products-footer p {
  font-size: 18px;
  line-height: 1.6;
}








.payment-container {
  display: flex;
  flex-direction: column;
}

.payment-main {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.payment-left {
  width: 50%;
  display: flex;
  flex-direction: column;
    margin-left: 130px;
    margin-top: 30px;
}

.payment-left h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.payment-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.payment-button {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  padding: 12px 20px;
  font-size: 16px;
  text-align: left;
  width: 250px;
  transition: background-color 0.3s ease;
}

.payment-button:hover {
  background-color: #b2ecd6;
}

.payment-description p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.payment-right {
  width: 50%;
  display: flex;
  flex-direction: column;
    margin-right: 130px;
      margin-top: 30px;
}

.payment-right h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.payment-right p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}










.alextel-container {
  display: flex;
  flex-direction: column;
}

.alextel-main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 40px;
  gap: 40px;
}

.alextel-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 130px;
}

.alextel-left img {
  width: 100%;
  height: auto;
}

.alextel-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 130px;
}

.alextel-right h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.alextel-right p {
  font-size: 18px;
  line-height: 1.6;
}
