/*
Theme Name: Armeniankeg
Theme URI:armeniankeg.am
Author: Berik Hambardzumyan
Description: Website with admin panel
Version: 1.0
*/






  

  :root {
    --dark-blue: #001528;
    --cream: #bc9f80;
    --gold: #dec08a;
    --brown: #d1ad79;
    --off-white: #f5f5f5;

    --color1: #ffeed9;
    --color2: rgb(255, 218, 178);
    --color3: #3F464F;
    --color4: #ffe7ca;
    /* --color1: #E9C293;
    --color2: #C79761;
    --color3: #3F464F; */
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    scroll-behavior: smooth;
    scroll-padding: 100px;
  }

  body {
    font-family: "Poppins", sans-serif;

    line-height: 1.6;
    /* background: #021b32; */
    background: var(--color1);
  }

  a {
    text-decoration: none;
    color: black;
  }

  li {
    list-style: none;
  }






  .main-head.down {
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-blue);
    padding: 20px 0;

  }

  .main-head {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-blue);
    padding: 20px 0;
    /* box-shadow: 2px 2px 16px black; */
  }

  .main-head ul {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .main-head ul li {
    transition: 0.2s;
    cursor: pointer;
  }

  .main-head ul li:hover {
    transform: translateY(-5px);
  }

  .main-head ul li .nav {
    font-size: 1.2em;

    font-weight: 500;
    color: #fff;
    width: auto;
    margin: 10px 30px;
    padding: 30px 10px;
  }


  .main-head ul li .nav:hover {

    color: var(--gold);

  }


  .logo {
    width: 10%;
    position: absolute;
    top: 10px;
    left: 45%;
    padding: 20px;
    border-radius: 50%;
    background-color: #001528;
    transition: 3s;

  }

  .main-head.down .logo {
    left: 150px;
    top: 0;
    width: 150px;
  }

  .logoname {
    font-size: 28px;
    padding-bottom: 30px;
    color: var(--off-white);
    opacity: 0;
    transition: 2s;
  }

  .main-head.down .logoname {
    opacity: 0%;
    font-size: 2px;
  }















  .container1 {

    /* background: var(--dark-blue); */
    padding: 50px 0 20px 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .num h1 {
    font-size: 80px;
    font-weight: 1;
    color: #3F464F;

  }

  .num h2 {
    color: #3F464F;

    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 1;

  }

  .num-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: var(--dark-blue);
    
  }
  .num-1 iframe{
    padding: 10px;
    width: 60%;
    height: 600px;
  }
  .num-1 p {
    color: var(--color1);
    width: 30%;
    height: 200px;
    margin: 30px;
    padding: 10px;
    text-align: left;
    font-weight: 1;
    font-size: 22px;
    font-family: "Poppins" sans-serif;
  }
  
  .num {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;

  }

  .aboutimg {
    width: 40%;
    margin: 30px;
  }

  .title {
    position: absolute;
    right: 55%;
    top: 60%;
    width: 40%;
    padding: 10px 20px;
    background: var(--color2);
    font-family: sans-serif;
  }

  .title p {
    color: #3F464F;
    font-size: 80px;
    font-weight: 1;
  }

  .title h2 {
    font-weight: 1;
    font-size: 50px;
    color: #B08155;


  }


  /* =======================================================lang======================================================= */
  .lang
  {
    position: absolute;
    left: 90%;
    cursor: pointer;
  }
  .actlang{
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #8a8a8a4c;
    padding: 8px;
  }
  .actlang img{
    width: 100%;
  }
   .lang:hover ul{
    display: block;
   }
  
  .lang ul{
    display: none;
    position: absolute;
    top: 40px;
    width: 40px;
    height: 80px;
    
  }
    .lang ul li{
      width: 100%;
      height: 50%;
      padding: 10px;
      background: #6b6b6b7e;
    }
     .lang ul li:hover{
      background: #00000061;
     }
    .sel-lang{
      width: 100%;
    }
    .sel-lang img{
      width: 100%;
    }


















  .card-container {
    display: flex;
    justify-content: center;
    transition: all 0.5s;
  }

  .card {
    width: 20%;
    /* background-color: var(--dark-blue); */
    background-color: var(--dark-blue);
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 20px;
    color: white;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .card.active {
    width: 80%;
    /* background-color: var(--dark-blue); */
    background-color: var(--color2);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px 20px;
    color: white;
  }

  .card.active img {
    display: none;

  }

  .card img {
    width: 100%;
  }

  .card-content {
    padding: 16px;
  }

  .card-content h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #ffffff;
  }

  .card-content p {
    color: var(--color3);
    font-size: 15px;
    line-height: 1.3;
  }

  .card-content a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #3b3b3b;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
  }

  .hiden {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 2s;
  }

  .hiden.active {
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hid1 {
    opacity: 0;
    width: 100%;
    height: 0;
    position: absolute;
    /* background: var(--dark-blue); */
    background-color: var(--color2);
    transition: all 2s;
  }

  .hid1.active {
    opacity: 100%;
    width: 100%;
    height: auto;
    position: relative;
    /* background: var(--dark-blue); */
    background-color: var(--dark-blue);
  }

  .hid1 .card-container {
    opacity: 0;
    transition: 2s;
  }

  .hid1 .card-container h3 {
    color: #B08155;
  }

  .hid1.active .card-container {
    opacity: 100%;
  }

  .hid1.active .card {
    background: var(--color1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }






/* ==========================================================================otziv========================================================================== */

.ot{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ot img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}




  .container {
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }


  .catalog {
    width: 100%;
    display: flex;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .carousel-container {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;

  }

  .carousel {
    display: flex;
    transition: 2s;
    height: 90vh;
  }

  .carousel-item {
    min-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .carousel-item img {
    width: 100%;
  }

  .controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    background: #000;
  }

  #prev {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: #0000006b;
    color: white;
    transition: 0.5s all ease;
    font-size: 30px;
    display: none;
  }

  #next {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: #0000006b;
    color: white;
    transition: .5s all ease;
    font-size: 30px;
    display: none;

  }







  /* ==============================================================contact========================================================= */

  .contact {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .con-card {
    /* background: var(--cream); */
    background-color: var(--color2);
    width: 30%;
    margin: 50px;
    padding: 20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    transition: 0.6s;
  }

  .con-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
  }











  /* ==============================================================contact========================================================= */


  .ti {
    text-align: center;
    text-transform: capitalize;
    color: #3F464F;
    margin: 10px 0;
    position: relative;
    width: 100%;
  }

  .ti::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background-image: linear-gradient(to left, transparent 5%, #92602a);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }



  /* ===========================================================Our Team==================================================================== */
  .team-row {
    display: flex;
    justify-content: center;

  }

  .member {
    text-align: center;
    margin: 20px 20px;
    padding: 20px 10px;
    cursor: pointer;
    width: 24%;
    transition: all 0.5s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: var(--color4);
  }

  .member img {
    display: block;
    width: 260px;
    height: 260px;
    object-fit: cover;
    border: 4px solid var(--dark-blue);
    border-radius: 50%;
    margin: 0 auto;

  }

  .member:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);

  }

  .member h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #B08155;
    margin: 10px 0;
  }

  .member p {
    font-size: 14px;
    color: var(--color3);
    line-height: 1.6;
    padding: 10px;
  }



  .footer {

    text-align: center;
    padding: 2rem 0;
    font-size: 0.9rem;
    color: var(--cream);
    width: 100%;
    background: #02101e;

  }

  /* ==========================================================media====================================================== */

  /* ==========================================================1530====================================================== */
  @media (max-width: 1530px) {
    .main-head.down .logo {
      left: 100px;
      top: 0;
      width: 120px;
      padding: 14px;
    }

    .title p {

      font-size: 60px;

    }

    .title h2 {

      font-size: 30px;

    }

    .carousel-container {

      margin-top: 10px;

    }



    .logo {
      width: 11%;
      top: 10px;
      left: 44.5%;
      padding: 20px;
    }

    .hiden {
      height: auto;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 2s;
    }

    .hiden.active {
      height: auto;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hid1 {
      opacity: 0;
      width: 100%;
      height: 0;
      position: absolute;
      /* background: var(--dark-blue); */
      background-color: var(--color2);
      transition: all 2s;
    }

    .hid1.active {
      opacity: 100%;
      width: 100%;
      height: auto;
      position: relative;
      /* background: var(--dark-blue); */
      background-color: var(--dark-blue);
    }

    /* ==========================================================part2====================================================== */
    .card {
      width: 24%;
      margin: 20px 10px;

    }

    .card-content {
      padding: 10px;
    }

    .card-content h3 {
      font-size: 18px;
      margin-bottom: 6px;
      color: #ffffff;
    }

    .card-content p {
      color: var(--color3);
      font-size: 12px;
      line-height: 1.3;
    }

    .card-content a {
      padding: 4px 8px;
      font-size: 12px;
    }



    /* ==========================================================part3====================================================== */
    .num-1 p {

      width: 30%;
      height: 200px;
      margin: 15px;
      padding: 10px;
      text-align: left;
      font-weight: 1;
      font-size: 19px;

    }

    .aboutimg {
      width: 40%;
      margin: 30px;
    }

    .num h1 {
      font-size: 60px;
      font-weight: 1;
      color: #3F464F;

    }

    .num h2 {
      color: #3F464F;

      font-size: 20px;
      letter-spacing: 1px;
      font-weight: 1;

    }

    /* ===========================================================Our Team==================================================================== */
    .team-row {
      display: flex;
      justify-content: center;


    }

    .member {

      text-align: center;
      margin: 20px 10px;
      padding: 20px 10px;
      cursor: pointer;
      width: 28%;
      transition: all 0.5s;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      background: var(--color4);
    }

    .member img {
      display: block;
      width: 200px;
      height: 200px;
      object-fit: cover;
      border: 4px solid var(--dark-blue);
      border-radius: 50%;


    }


    .member h2 {
      text-transform: uppercase;
      font-size: 20px;
      color: #B08155;
      margin: 2px 0;
    }

    .member p {
      font-size: 12px;
      color: var(--color3);
      line-height: 1.6;
      padding: 5px;
    }

    .footer {

      text-align: center;
      padding: 1.4rem 0;
      font-size: 0.8rem;
      color: var(--cream);
      width: 100%;
      background: #02101e;

    }
  }

  /* ==========================================================1148====================================================== */
  @media (max-width: 1148px) {
    .lang
  {
    position: absolute;
    left: 80%;
    cursor: pointer;
  }
    .main-head.down .logo {
      left: 60px;
      top: 0;
      width: 100px;
      padding: 12px;
    }

    .main-head {

      min-height: 60px;
    }

    .main-head ul li .nav {
      font-size: 0.8em;
      margin: 10px 5px;
      padding: 15px 20px;
    }

    .logoname {
      font-size: 20px;
      padding-bottom: 10px;

    }

    .title {

      top: 40%;

    }

    .title p {

      font-size: 40px;

    }

    .title h2 {

      font-size: 20px;

    }

    .carousel-container {
      margin-top: 0;

    }

    .carousel {
      height: 60vh;
    }

    .logo {
      width: 12%;
      top: 5px;
      left: 44%;
      padding: 10px;

    }

    .hiden {
      height: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 2s;
    }

    .hiden.active {

      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hid1 {
      opacity: 0;
      width: 100%;
      height: 0;
      position: absolute;
      /* background: var(--dark-blue); */
      background-color: var(--color2);
      transition: all 2s;
    }

    .hid1.active {
      opacity: 100%;
      width: 100%;
      height: auto;
      position: relative;
      /* background: var(--dark-blue); */
      background-color: var(--dark-blue);
    }

    .hid1 .card-container {
      opacity: 0;
      transition: 2s;
    }

    .hid1 .card-container h3 {
      color: #B08155;
    }

    .hid1.active .card-container {
      opacity: 100%;
    }

    .hid1.active .card {
      background: var(--color1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      width: 260px;
    }

    .hid1.active .card h3 {
      font-size: 14px;
    }

    /* ==========================================================part2====================================================== */
    .card-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .card {
      width: 40%;
      margin: 20px 10px;

    }

    .card-content {
      padding: 10px;
    }

    .card-content h3 {
      font-size: 18px;
      margin-bottom: 6px;
      color: #ffffff;
    }

    .card-content p {
      color: var(--color3);
      font-size: 10px;
      line-height: 1.3;
    }

    .card-content a {
      padding: 4px 8px;
      font-size: 12px;
    }



    /* ==========================================================part3`====================================================== */

    .num-1 p {

      width: 40%;
      height: 200px;
      margin: 5px;
      padding: 14px;
      text-align: left;
      font-weight: 1;
      font-size: 14px;

    }

    .num h1 {
      font-size: 60px;
      font-weight: 1;
      color: #3F464F;

    }

    .num h2 {
      color: #3F464F;

      font-size: 20px;
      letter-spacing: 1px;
      font-weight: 1;

    }

    /* ==============================================================contact========================================================= */

    .contact {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .con-card {
      /* background: var(--cream); */
      background-color: var(--color2);
      width: 30%;
      margin: 20px;

      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      transition: 0.6s;
    }

    .con-card img {
      width: 50px;
      height: auto;
    }

    .con-card p {
      font-size: 14px;
    }

    /* ===========================================================Our Team==================================================================== */
    .team-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .member {
      width: 60%;
      text-align: center;
      margin: 20px 10px;
      padding: 20px 10px;
    }

    .member img {
      display: block;
      width: 160px;
      height: 160px;
      object-fit: cover;
      border: 4px solid var(--dark-blue);
      border-radius: 50%;


    }


    .member h2 {
      text-transform: uppercase;
      font-size: 20px;
      color: #B08155;
      margin: 2px 0;
    }

    .member p {
      font-size: 12px;
      color: var(--color3);
      line-height: 1.6;
      padding: 5px;
    }
.num-1 iframe{
    padding: 10px;
    width: 80%;
    height: 400px;
  }
  }





  /* ==========================================================705====================================================== */
  @media (max-width: 705px) {
    .num-1 iframe{
    padding: 10px;
    width: 80%;
    height: 300px;
  }
    .main-head.down .logo {
      left: 60px;
      top: 20px;
      width: 80px;
      padding: 6px;
    }

    .main-head {

      min-height: 50px;
    }

    .main-head ul li .nav {
      font-size: 0.6em;


      margin: 10px 10px;
      padding: 15px 20px;
    }

    .logoname {
      font-size: 10px;
      padding-bottom: 10px;

    }

    .carousel {
      height: 50vh;
    }

    .title {

      top: 30%;

    }

    .title p {

      font-size: 20px;

    }

    .title h2 {

      font-size: 10px;

    }

    .logo {
      width: 14%;
      top: 20px;
      left: 43%;
      padding: 5px;
      border-radius: 50%;
      background-color: #001528;
      transition: 3s;


    }

    /* ==========================================================part2====================================================== */

    .card-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .card {
      width: 44%;
      margin: 20px 10px;

    }

    .card-content {
      padding: 10px;
    }

    .card-content h3 {
      font-size: 16px;
      margin-bottom: 6px;
      color: #ffffff;
    }

    .card-content p {
      color: var(--color3);
      font-size: 10px;
      line-height: 1.3;
    }

    .card-content a {
      padding: 4px 8px;
      font-size: 12px;
    }


    /* ==========================================================part3`====================================================== */

    .num-1 {
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
    }

    .num-1 p {

      width: 60%;
      height: auto;
      margin: 5px;
      padding: 10px 10px;
      text-align: left;
      font-weight: 1;
      font-size: 10px;

    }

    .num h1 {
      font-size: 60px;
      font-weight: 1;
      color: #3F464F;

    }

    .num h2 {
      color: #3F464F;

      font-size: 20px;
      letter-spacing: 1px;
      font-weight: 1;

    }

    .aboutimg {
      width: 300px;
      height: 180px;
      margin: 10px;
    }

    /* ==============================================================contact========================================================= */

    .contact {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .con-card {
      /* background: var(--cream); */
      background-color: var(--color2);
      width: 80%;
      margin: 20px;
      display: flex;
      justify-content: space-between;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      transition: 0.6s;
    }

    .con-card img {
      width: 50px;
      height: auto;
    }

    .con-card p {
      text-align: right;
      width: 80%;
      font-size: 14px;
    }

    .member {
      width: 70%;
      text-align: center;
      margin: 20px 10px;
      padding: 20px 10px;
    }

    .footer {

      text-align: center;
      padding: 1.2rem 0;
      font-size: 0.8rem;
      color: var(--cream);
      width: 100%;
      background: #02101e;

    }
  }

  /* ==========================================================500====================================================== */
  @media (max-width: 500px) {
      .num-1 iframe{
    padding: 10px;
    width: 90%;
    height: 260px;
  }
     .lang
  {
    position: absolute;
    left: 75%;
    cursor: pointer;
  }
    .actlang{
    width: 30px;
    height: 30px;
   
    padding: 5px;
  } .lang ul{
    display: none;
    position: absolute;
    top: 30px;
    width: 30px;
    height: 60px;
    
  }.lang ul li{
      width: 100%;
      height: 50%;
      padding: 5px;
      background: #6b6b6b7e;
    }
    .logo {
      width: 12%;
      top: 10px;
      left: 44%;
      padding: 5px;



    }

    .main-head.down .logo {
      left: 40px;
      top: 0;
      width: 60px;
      padding: 10px;
    }

    .carousel {
      height: 10vh;
    }

    .main-head {

      min-height: 20px;
      padding: 6px 0;
    }
.main-head.down {
  min-height: 20px;
  padding: 6px 0;
}
    .main-head ul li .nav {
      font-size: 0.4em;


      margin: 0px 10px;
      padding: 2px 10px;
    }

    .logoname {
      font-size: 6px;
      padding-bottom: 10px;

    }

    .carousel {
      height: 32vh;
    }

    .title {

      top: 20%;

    }

    .title p {

      font-size: 16px;

    }

    .title h2 {

      font-size: 8px;

    }

    /* ==========================================================part2====================================================== */

    .card-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .card {
      width: 44%;
      margin: 20px 10px;

    }

    .card-content {
      padding: 6px;
    }

    .card-content h3 {
      font-size: 16px;
      margin-bottom: 0px;
      color: #ffffff;
    }

    .card-content p {
      color: var(--color3);
      font-size: 10px;
      line-height: 1.3;
    }

    .card-content a {
      padding: 4px 8px;
      font-size: 10px;
    }

    /* ==========================================================part3`====================================================== */

    .num-1 {
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
    }

    .num-1 p {

      width: 60%;
      height: auto;
      margin: 5px;
      padding: 10px 10px;
      text-align: left;
      font-weight: 1;
      font-size: 10px;

    }

    .num h1 {
      font-size: 60px;
      font-weight: 1;
      color: #3F464F;

    }

    .num h2 {
      color: #3F464F;

      font-size: 20px;
      letter-spacing: 1px;
      font-weight: 1;

    }

    .aboutimg {
      width: auto;
      height: 130px;
      margin: 10px;
    }

    /* ==============================================================contact========================================================= */

    .contact {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .con-card {
      /* background: var(--cream); */
      background-color: var(--color2);
      width: 80%;
      margin: 20px;
      display: flex;
      justify-content: space-between;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      transition: 0.6s;
    }

    .con-card img {
      width: 30px;
      height: auto;
    }

    .con-card p {
      text-align: right;
      width: 80%;
      font-size: 10px;
    }

    .member {
      width: 80%;
      text-align: center;
      margin: 20px 10px;
      padding: 20px 10px;
    }

    .footer {

      text-align: center;
      padding: 1.2rem 0;
      font-size: 0.7rem;
      color: var(--cream);
      width: 100%;
      background: #02101e;

    }

    .ham-menu {

      left: 80%;
    }
 
  }


  /* add=========================================================================== */
  .line {
    width: 100%;
    border-bottom: 2px solid #d9bc86;
    margin: 20px 0;
  }

  /* burger================================================================================= */
  .ham-menu {
    display: none;
    cursor: pointer;
  }

  .ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 25px;
    position: absolute;

    transform: translate(-50%, -50%);
    transition: .3s ease;
    z-index: 10000;
  }

  .ham-menu span:nth-child(1) {
    top: 25%;
  }

  .ham-menu span:nth-child(3) {
    top: 75%;
  }

  .ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ham-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }












  .off-screen-menu {
    background-color: #000000b9;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
    z-index: 10;
  }

  .off-screen-menu ul {
    list-style: none;
  }

  .off-screen-menu ul li {
    color: #fff;
    cursor: pointer;
    margin: 30px 0;
  }

  .off-screen-menu ul li a {
    padding: 5px;
  }

  .off-screen-menu ul li a {
    color: #fff;
  }

  .off-screen-menu ul li a:hover {
    background: #fff;
    color: #000;
  }

  .off-screen-menu.active {
    right: 0;
  }



  @media(max-width:1000px) {


    .ham-menu {
     display: block;
      height: 30px;
      width: 30px;
      margin-left: auto;
      position: absolute;
      left: 90%;
    }

    .ham-menu span {
      height: 3px;
      width: 100%;
      border-radius: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s ease;
    }

    .ham-menu span:nth-child(1) {
      top: 25%;
    }

    .ham-menu span:nth-child(3) {
      top: 75%;
    }

    .ham-menu.active span:nth-child(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .ham-menu.active span:nth-child(2) {
      opacity: 0;
    }

    .ham-menu.active span:nth-child(3) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }

    .nav {
      display: none;
    }
  }



    /* ===========================================================================coments========================================================== */

/* 

.comcatalog {
    width: 100%;
    display: flex;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.comcarousel-container {
    width: 80%;
    overflow: hidden;

}

.comcarousel {
    display: flex;
    transition: transform 0.5s ease;
    height: 75vh;
}

.comcarousel-item {
    min-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.comcarousel-item img {
    width: 90%;
}

.comcontrols {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    background: #000;
}

#comprev {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: #0000006b;
    color: white;
    transition: 0.5s all ease;
    font-size: 30px;
}

#comnext {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: #0000006b;
    color: white;
    transition: .5s all ease;
    font-size: 30px;

}

#comnext:hover {
    transform: scale(1.1);
}
#comprev:hover {
    transform: scale(1.1);
} */

        
        section {
            font-family: 'Inter', sans-serif;
            background: #001528;
            min-height: 60vh;
            padding: 48px 0;
        }
        
        .container-com {
            max-width: 1024px;
            margin: 0 auto;
            padding: 0 16px;
        }
        
        .header-com {
            text-align: center;
            margin-bottom: 48px;
        }
        
        .header-com h1 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 16px;
        }
        
        .header-com p {
            font-size: 18px;
            color: #6b7280;
        }
        
        .rating-summary {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 16px;
        }
        
        .rating-number {
            font-size: 30px;
            font-weight: 700;
            color: #1f2937;
            margin-right: 8px;
        }
        
        .stars {
            display: flex;
        }
        
        .star-filled {
            color: #fbbf24;
            font-size: 24px;
        }
        
        .star-empty {
            color: #d1d5db;
            font-size: 24px;
        }
        
        .review-count {
            color: #6b7280;
            margin-left: 8px;
        }
        
        .swiper-container {
            overflow: hidden;
            position: relative;
        }
        
        .swiper-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .swiper-slide {
            min-width: 100%;
    
            padding: 0 16px;
        }
        
        .review-card {
            max-width: 800px;
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 32px;
            margin: 0 auto;
            
        }
        
        .reviewer-info {
            display: flex;
            align-items: center;
            margin-bottom: 24px;
        }
        
        .avatar {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 20px;
            margin-right: 16px;
        }
        
        .avatar-1 { background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%); }
        .avatar-7 { background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%); }
        .avatar-3 { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
        .avatar-4 { background: linear-gradient(135deg, #f97316 0%, #dc2626 100%); }
        .avatar-5 { background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); }
        
        .reviewer-name {
            font-weight: 600;
            font-size: 18px;
            color: #1f2937;
        }
        
        .verified {
            color: #6b7280;
            font-size: 14px;
        }
        
        .review-stars {
            display: flex;
            margin-bottom: 16px;
        }
        
        .review-stars .star-filled,
        .review-stars .star-empty {
            font-size: 20px;
        }
        
        .review-text {
            color: #374151;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 16px;
        }
        
        .review-date {
            font-size: 14px;
            color: #6b7280;
        }
        
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #4b5563;
            color: white;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }
        
        .nav-button svg {
            width: 24px;
            height: 24px;
        }
        
        .prev-btn {
            left: 16px;
        }
        
        .next-btn {
            right: 16px;
        }
        
        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 32px;
            gap: 8px;
        }
        
        .pagination-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .pagination-dot.active {
            background: #3b82f6;
        }
        
        .pagination-dot:not(.active) {
            background: #d1d5db;
        }
        
        .controls-com {
            display: flex;
            justify-content: center;
            margin-top: 24px;
        }
        
        .play-pause-btn {
            background-color: #dec08a;
            color: #001528;
            border: 2px solid rgba(240, 240, 240, 0.796);
            padding: 12px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 18px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.3s ease;
            transform: scale(1);
        }
        
        .play-pause-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
        
        .btn-content {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .btn-content svg {
            width: 20px;
            height: 20px;
        }
        
        @media (max-width: 768px) {
          
            .header-com h1 {
                font-size: 28px;
            }
            
            .review-card {
                padding: 24px;
            }
            
            .nav-button {
                width: 40px;
                height: 40px;
                opacity: 40%;
            }
            .nav-button:hover{
              opacity: 100%;
            }
            .nav-button:active{
              opacity: 100%;
            }
            .nav-button svg {
                width: 20px;
                height: 20px;
            }
        }
       


/* wordpress  
login:Armeniankeg
pass:Armenak.1963 */







  @media (max-width: 378px) {


.carousel {
      height: 28vh;
    }}