
body {
  margin: 0;
  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;
  font-weight: regular;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

li a:hover {
  background-color: #b2ecd6;
  color: #000;
  border-radius: 4px;
}

.home-section {
  display: flex;
  justify-content: space-between;
  align-items: left;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
  gap: 40px;
}

.home-text {
  flex: 1;
}

.home-text h1 {
  font-size:20px;
 line-height: 0.1;
}

.home-text h2{
  font-size: 65px;
line-height: 0.1;
}

.home-text h3{
  font-size: 12px;
line-height: 0.1;
font-style: italic;

}

.home-text p {
  font-size: 18px;
  margin-top: 110px;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #222;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
   margin-top: 30px;
}

.contact-button:hover {
  background-color:#b2ecd6;
  color: #3f5b3f;
}

.home-image {
  flex: 1;
  text-align: right;
}

.home-image img {
  width: 100%;
 margin-right: -50px;
   margin-top: -50px;
}







body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f111a;
  color: #e4e4e4;
}

.about-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.about-top-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.about-text-side h1 {
font-size: 36px;
}

.about-text-side {
  flex: 2;
  min-width: 300px;
}

.about-text-side p {
  position: relative;
  text-align: left;
  top: 20px;
  font-size: 18px;
  line-height: 1.6;  
}

.about-image-side {
  flex: 1;
  text-align: right;
  position: relative;
}

.about-image-side img {
  max-height: auto;
  max-width: 100%;
  position: relative;
  top: 30px;
}

.about-bottom-row p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}
 




body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f111a;
  color: white;
}

.development-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  color: white;
}

.development-title-block h1 {
  position: absolute;
  color: white;
  padding: 10px -30px;
  font-size: 36px;
  z-index: 2;
  padding-top: 40px;

}

.development-content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.development-image-side {
  flex: 1;
  min-width: 620px;
  position: relative;
}

.development-image-side img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding-top: 150px;
}

.development-text-side {
  flex: 2;
  min-width: 300px;
  font-size: 18px;
  padding-top: 110px;
}

.development-text-side p{
  display: block;
  font-size: 18px;
}






body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f111a;
  color: #e4e4e4;
}

.products-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
  padding-top: 5px;
}

.products-content-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.products-text-side {
  flex: 1;
}

.products-text-side p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.products-text-side ol {
  padding-left: 20px;
  margin-bottom: 6px;
}

.products-text-side li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.products-image-side {
  flex: 1;
}

.products-image-side img {
  width: 100%;
   height: 500px;
  padding-top: 20px;
  display: block;
}

.products-image-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  text-align: left; 
  margin-top: -20px;
}

.products-bottom-row p{
  margin-bottom: 5px;
}

.products-bottom-row p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 6px;
}









body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f111a;
  color: #e4e4e4;
}

.payment-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 10px;
}

.payement-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.payement-column-left {
  flex: 1;
}

.payement-column-left h1 {
font-size: 36px;
margin-bottom: 0; 
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 43px;
  margin-top: 20px; 
  margin-bottom: 0;
}

.pay-botton {
  background-color: #ffffff;
  color: rgb(6, 6, 6);
  font-weight: bold;
  padding: 12px 20px;
  text-align: left;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 250px;
}

.pay-botton:hover {
  background-color: #b2ecd6;
}

.payment-description p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.payement-column-right {
  flex: 1;
}

.payement-column-right h2 {
  font-size: 36px;
  margin-bottom: 0px;
}

.payement-column-right p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}








body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f111a;
  color: #e4e4e4;
}

.alextel-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
}

.alextel-content-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.alextel-image-side {
  flex: 1;
}

.alextel-image-side img {
  width: 100%;
  margin-top: 25px;
}

.alextel-text-side {
  flex: 1;
}

.alextel-text-side h1 {
  font-size: 36px;
  margin-bottom: -30px;
  margin-top: 10px;
  color: white;
}

.alextel-text-side p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 26px;
}
