/* Main Container */
@font-face {
  font-family: 'Montserrat Armenian';
  src: url('../fonts/web_font/Montserratarm-Regular.woff2') format('woff2'),
      url('../fonts/web_font/Montserrat-Armenian-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Armenian bold';
  src:
      url('../fonts/web_font/Montserratarm-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Armenian semiBold';
  src:
      url('../fonts/web_font/Montserratarm-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Armenian light';
  src:
      url('../fonts/web_font/Montserratarm-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Armenian light';
  src: url('../fonts/web_font/Montserratarm-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Armenian';
  src: url('../fonts/web_font/Montserratarm-Thin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  body, html {
    height: 100%;
    font-family: 'Montserrat Armenian';
  }
  
  /* .background {
    background-image: url('/css/images/hyb1.png'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
  }
  
   */
   .background {
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-image 1s ease-in-out;
  }
  
  .slider-button {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  
  .slider-button img {
    width: 50px;
    height: 50px;
  }
  
  .slider-left {
    left: 10px;
  }
  
  .slider-right {
    right: 10px;
  }
  
























  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.06)/* թափանցիկ սև շերտ վերևում */
  }
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* բարձր արժեք, որպեսզի միշտ երևա */
    backdrop-filter: blur(1px); /* կամ հանե՛ սա, եթե չես ուզում աղոտ ֆոն */
    padding: 8px 17px;
  }
  
  
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  
  .menu {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 8px 6;
    margin-top: -3%;
}
.languages{
  display: flex;
    gap: 1px;
    justify-content: center;
    padding: 1px 0;
    margin-top: -3%;
    align-items: center;
}


    
.languages button {
  margin-left: 10px;
  padding: 5px 10px;
  background: transparent; /* Թափանցիկ ֆոն */
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

  
  .languages button:hover {
    background:  #2E4A5E;
  }
  .languagess button:hover {
    background:  #2E4A5E;
  }
.languagess{
  display: flex;
  padding: 6px;
  gap: 9px;
}
  .menu a img {
    display: block;
}
  .content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .inner-image {
    /* max-width: 500px;
    width: 100%; */
    /* border: 5px solid white; */
    border-radius: 8px;
  }
  






  /* aboute */

  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: rgba(22, 32, 42, 1); /* Բոլոր չլցված տարածքներն այս գույնն են ունենում */
  }
  

body {
    overflow-x: hidden;
    
  }
  

.about-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(22, 32, 42, 1);
    color: white;
    padding: 20px 10%;
    position: relative;
    flex-wrap: wrap;
    height: 610px;
  }
  

  #kuku{
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
  }
  
  .about-text h2 {
    font-size:46px;
    margin-bottom: 10px;
  }
  
  /* .decor-line {
    height: 2px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: linear-gradient(90deg, #609AC4 0%, #16202A 100%);
    position: relative;
  } */
  .decor-line {
    height: 2px;
    width: calc(100% - 28%); /* որ երկարությունը էլի մեծացնենք */
    margin-left: -25%; /* ձախից հանի padding-ը */
    margin-bottom: 20px;
    border: none;
    background: linear-gradient(90deg, #609AC4 0%, #16202A 100%);
    position: relative;
  }
  
  

  /* ԱՅՍ ՄԱՍՆ է նոր */
  .about-image {
    position: relative;
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about-image img {
    position: absolute;
    /* right: -300px; */
    top: 0;
    z-index: 1;
    max-width: none;
    height: auto;
  }
  
  /* այս դեպքում տեքստը պիտի լինի ծնող դիվի մեջ, որը ավելի բարձր z-index ունի */
  .about-text {
    position: relative;
    z-index: 2;
    padding: 20px;
    flex: 1 1 60%;
  }


  .scroll-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
  }
  
  .scroll-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
  }
  
  .scroll-btn img {
    width: 40px;
    height: auto;
  }
  


  /* job */

  .jobs-section {
    background: rgba(22, 32, 42, 1);
    color: white;
    padding: 60px 10%;
    text-align: left;
  }
  
  .jobs-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: 'Montserrat Armenian', sans-serif;
  }
  
  
  .jobs-title-line {
    height: 2px;
    width: calc(100% - 8%);
    margin-left: -25%;
    margin-bottom: 10px;
    border: none;
    background: linear-gradient(
      to right,
      #609AC4 0%,
      #16202A 60%,
      rgba(22, 32, 42, 0) 100%
    );
    position: relative;
  }
  
  .jobs-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 77px;
  }
  
  .jobs-gallery img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 274px;
  }
  

/* kap */

.contact-section {
  background: rgba(22, 32, 42, 1);
  color: white;
  padding: 60px 10%;
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  font-size: 36px;
  margin-left: 8px;
  padding-bottom: 7px;

}

.contact-title-line {
  height: 2px;
  width: calc(100% - 17%);
  margin-left: -25%;
  margin-bottom: 38px;
  background: linear-gradient(to right, #609AC4 0%, #16202A 60%, rgba(22, 32, 42, 0) 100%);
}

.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.contact-info li {
  margin: 10px 0;
  font-size: 16px;
}

.contact-info li span {
  margin-right: 10px;
  font-size: 18px;
}

.contact-map img {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 60px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid #ffffff77;
  border-radius: 8px;
  color: white;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  padding: 14px;
  background: linear-gradient(to right, #609AC4, #86b3d7);
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  opacity: 0.9;
}


/* services */

.services-section {
  background: #fff;
  color: #16202A;
  padding: 60px 10%;
  text-align: left;
}

.services-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-left: 20px;
}

/* Գլխավոր վերնագրի գիծը ծառայությունների բաժնում */
.services-title-line {
  height: 2px;
  width: calc(100% - 38%);
  margin-left: -25%;
  margin-bottom: 40px;
  border: none;
  background: linear-gradient(
    to right,
    #609AC4 0%,
    #16202A 60%,
    rgba(22, 32, 42, 0) 100%
  );
  position: relative;
}

.services-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background: #2E4A5E;
  /* border-radius: 8px; */
  overflow: hidden;
  width: 250px;
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card img {
  width: 100%;
  height: 266px;
  object-fit: cover;
}

.service-text {
  padding: 10px;
  color: white;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.service-text p {
  text-align: left;
  font-size: 11px;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Քարտի ներսի գիծ */
.card-inner-line {
  width: 40%;
  margin: 1px 0px 3px -10px;
  height: 2px;
  background: linear-gradient(
    to right,
    #609AC4 0%,
    #97aec6 50%,
    rgba(151, 174, 198, 0) 100%
  );
  position: relative;
}



/* kap */
.contact-section {
  background: rgba(22, 32, 42, 1);
  color: white;
  padding: 60px 10%;
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  font-size: 36px;
  margin-left: 8px;
  padding-bottom: 7px;

}

.contact-title-line {
  height: 2px;
  width: calc(100% - 17%);
  margin-left: -25%;
  margin-bottom: 38px;
  background: linear-gradient(to right, #609AC4 0%, #16202A 60%, rgba(22, 32, 42, 0) 100%);
}

.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.contact-info li {
  margin: 10px 0;
  font-size: 16px;
}

.contact-info li span {
  margin-right: 10px;
  font-size: 18px;
}

.contact-map img {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 60px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid #ffffff77;
  border-radius: 8px;
  color: white;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  padding: 14px;
  background: linear-gradient(to right, #609AC4, #86b3d7);
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  opacity: 0.9;
}


