* {

  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@import url('https://fonts.cdnfonts.com/css/optima');
.fa-envelope{
  cursor: pointer;
}

@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Optima Bold'), url('../font-face/OPTIMA.woff') format('woff');
  }

  @font-face
  {
      font-family: 'OptimaModoki';
    src: url('../font-face/OptimaModoki.eot');
    src: url('../font-face/OptimaModoki.eot?#') format('embedded-opentype'),
        url('../font-face/OptimaModoki.woff') format('woff'),
        url('../font-face/OptimaModoki.ttf') format('truetype');
  }
  @font-face
  {
      font-family: 'OptimaModokiKhmer';
    src: url('../font-face/OptimaModokiKhmer.eot');
    src: url('../font-face/OptimaModokiKhmer.eot?#') format('embedded-opentype'),
        url('../font-face/OptimaModokiKhmer.woff') format('woff'),
        url('../font-face/OptimaModokiKhmer.ttf') format('truetype');
  }
  @font-face
  {
      font-family: 'OptimaModokiThai';
    src: url('../font-face/OptimaModokiThai.eot');
    src: url('../font-face/OptimaModokiThai.eot?#') format('embedded-opentype'),
        url('../font-face/OptimaModokiThai.woff') format('woff'),
        url('../font-face/OptimaModokiThai.ttf') format('truetype');
  }
.header-nav:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}


.opt-en{
  font-family:'Optima ';
}
.opt-am{
   font-family:'OptimaModoki';
}


.header-naw-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: start;
      -ms-flex: start;
          flex: start;
  /* background-color: #81CC6C; */
  max-width: 350px;
  width: 100%;
  height: 100px;
}
.header-naw-logo .header-naw-log {
  max-width: 250px;
  width: 100%;
  height: 70px;
  margin-left: 14%;

}
.header-naw-logo .header-naw-log img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.footer-logo {
  position: absolute;
  top: 112px;
  left: 0;
  max-width: 350px;
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: #81CC6C;
}
.footer-logo .footer-logo-blog {
  max-width: 240px;
  width: 100%;
  height: 43px;
  margin-left: 10%;
  margin-top: 6px;

}
.footer-logo .footer-logo-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.position{
  position: static!important;
}
.navs-pag{
  height: 60px!important;
}

.user-name {
  left: -29%;
}

.images{
  position: relative;
}

.blog-register-pag .blog-register .blog-register-one button {
  margin-left: 31%;
}

.icon-img{
    position: absolute;
    margin-left: 11%;
    top: 30px;
    z-index: 10000;
}


.send {
  position: absolute;
  z-index: 100;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90%;
  margin-top: 80vh;
}
.send .fa-envelope {
  font-size: 58px;
  color: #74B94D;
}

.header-naw-logo {
  position: absolute;
  top: 0;
  z-index: 100;
}

.contact-form h2 {
 
  font-weight: 700;
}

header {
  width: 100%;
  position: relative;
 
}
header .headres-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: black;
  top: 0;
  opacity: 40%;
}
header .header-nav {
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  z-index: 100;
  width: 100%;
  margin-left: -2%;
}
header .barca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  position: relative;
}
header .barca .user .fa-user {
  color: white;
  font-size: 29px;
  margin-top: 8px;
}
header .barca .fa-fa {
  margin-top: 8px;
  float: right;
}
header .barca .fa-fa .fa-bars {
  color: white;
  font-size: 38px;
}
header .barca .lang-logo .plus {
  margin-top: 5px;
  background-image: url("../img/english.png");
  width: 39px;
  height: 48px;
  border-radius: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .barca .lang-logo .plus.minus {
  background-image: url("../img/hayastan.png");
  height: 48px;
  background-size: 100%;
  background-repeat: no-repeat;
}


.images .blog-button button:hover{
  background-color: #74B94D;
}
.swiper-slider-header {
  position: relative;
  /* height: 100%; */
}
.swiper-slider-header .slider-footer {
  top: 91%;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 73px;
  /* background-color: rgba(0, 0, 0, 0.6); */
}
.swiper-slider-header .slider-footer .create-aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swiper-slider-header .slider-footer .create-aut .image-slider {
  margin-top: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8%;
}
.swiper-slider-header .slider-footer .create-aut .image-slider h2 {
  color: #95C15C;
  font-size: 48px;
  font-weight: 700;
}
.swiper-slider-header .slider-footer .create-aut .image-slider h1 {
  margin-left: 10%;
  color: #95C15C;
  font-size: 22px;
}

.main {
  padding: 20px;
  margin-top: 68px;
}
.main h1 {
  text-align: center;
  font-size: 42px;
  line-height: 14px;
  color: #151E13;
  font-weight: 700;
}
.main .main-header-description {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.main .main-header-description .main-header {
  max-width: 1464px;
  width: 100%;
  margin: 0 20px;
  height: auto;
  padding: 0px 50px;
}
.main .main-header-description .main-header p {
  margin-top: 10px;
  font-size: 28px;
  line-height: 44px;
  color: #454547;
  font-weight: 400;
}
.main .button {
  margin-top: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .button button {
  max-width: 151px;
  width: 100%;
  height: 47px;
  background-color: #74B94D;
  border: 0;
  color: white;
  font-size: 22px;
}
.active .search{
  left: 52px;
}

.main-footer {
  margin-top: 66px;
  width: 100%;
  padding: 0 82px;
}
.main-footer h1 {
  text-align: center;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  color: #1C252E;
}
.main-footer .main-footer-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion-menu {
  display: none;
}
.main-footer .main-footer-title .main-foot-title-p {
  max-width: 1455px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.main-footer .main-footer-title .main-foot-title-p p {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.main-footer .main-fot-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-footer .main-fot-title .main-title-p {
  max-width: 1455px;
  width: 100%;
  height: auto;
}
.main-footer .main-fot-title .main-title-p p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.accordion-menu {
  max-width: 163px;
  padding: 0 21px;
  list-style-type: none;
  width: 100%;
  line-height: 25px;
  position: absolute;
  top: 44px;
 
  z-index: 80;
  background-color: white;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button{
  height: 0!important;
}

.luxone {
  margin-top: 85px;
  width: 100%;
}
.luxone .lux-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.luxone .lux-header img {
  margin-top: 1px;
  max-width: 243px;
  width: 100%;
  height: 61px;
}
.luxone .lux-header p {
  margin-top: 7px;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #74B94D;
  line-height: 24px;
}
.luxone .luxone-image {
  padding: 0 40px;
  margin-top: 47px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.luxone .luxone-image .lux-image {
  width: calc(100% - 302px);
  height: 836px;
}
.luxone .luxone-image .lux-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-demo {
  margin-top: 143px;
  padding: 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.blog-demo .blogs-demo {
  max-width: 520px;
  width: 100%;
  height: 72px;
  background-color: #454547;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-demo .blogs-demo h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: white;
}
.blog-demo .blogs-demo:nth-child(2) {
  background-color: #74B94D;
}



.images {
  margin-top: 104px;
  width: 100%;
}
.images h1 {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: -3px;
}
.images .image-blog .blog-v {
  padding: 26px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
}
.modal.show .modal-dialog {
  max-width: 900px;
  width: 100%;
}
.accordion-menu {
  max-width: 163px;
  padding: 0 21px;
  list-style-type: none;
  width: 100%;
  line-height: 25px;
  position: absolute;
  top: 44px;
  
  z-index: 80;
  background-color: white;
}
.submenuItems{
   margin-left: 33px;
}
.images .image-blog .blog-v .blog {
  width: calc(20% - 20px);
  margin: 5;
}
.images .image-blog .blog-v .blog img {
  width: 100%;
  height: 100%;
}
.images .blog-button {
  margin-top: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.images .blog-button button {
  background-color: #C4C4C4;
  border: 0px;
  width: 151px;
  height: 47px;
  font-size: 22px;
  color: white;
  line-height: 30px;
}
button{
  width: 139px !important;
}
.images .videoes-blog {
  margin-top: 35px;
}
.images .videoes-blog .blog-video {
  padding: 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   gap: 20px;
  margin-bottom: 54px;
}
.images .videoes-blog .blog-video .blog {
  width: calc(16.6666666667% - 33px);
}
.images .videoes-blog .blog-video .blog iframe {
  width: 100%;
  height: 100%;
}

.step {
  margin-top: 98px;
  width: 100%;
  position: relative;
}
.step h2 {
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
}
.step .step-blog {
  margin-top: 77px;
  width: 100%;
  padding: 0 294px;
}
.step .step-blog .step-blog-title {
  padding: 40 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
    flex-wrap: nowrap;
  grid-gap: 40px;
}
.step .step-blog .step-blog-title .blog {
  position: relative;
  max-width: 332px;
  width: 100%;
  height: 308px;
  background-color: #F8F8F8;
}
.step .step-blog .step-blog-title .blog .blog-radius {
  top: -30px;
  position: absolute;
  z-index: 100;
  max-width: 112px;
  width: 100%;
  height: 95px;
  background-color: #74B94D;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30%;
}
.step .step-blog .step-blog-title .blog .blog-radius h1 {
  color: white;
  font-size: 48px;
}
.step .step-blog .step-blog-title .blog .div-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .step-blog .step-blog-title .blog .div-center .div-p {
  max-width: 248px;
  width: 100%;
}
.step .step-blog .step-blog-title .blog .div-center .div-p p {
  text-align: center;
  margin-top: 50%;
  font-size: 22px;
  font-weight: 700;
}
.step .step-blog .step-blog-title .blog .div-p {
  margin: 7px;
}
.step .step-blog .step-blog-title .blog .div-p p {
  margin: 8px;
  text-align: center;
  margin-top: 50%;
  font-size: 22px;
  font-weight: 700;
}
.step .step-blog .step-blog-title .blog:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25);
          box-shadow: rgba(0, 0, 0, 0.25);
}
.step .step-blog .step-blog-title .block-line {
  z-index: 70;
  top: 137px;
  position: absolute;
  border: 1px solid;
  width: 59%;
}

/*contact*/
.contact-form {
  margin-top: 63px;
  width: 100%;
  padding: 0 359px;
 
}
.contact-form h2{
  color: black!important;
  text-align: center;
  margin-bottom: 30px;
  font-size: 33px;
}
.contact-form .contact-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 34px;
}
.contact-form .contact-sect .contact-section input {
  max-width: 582px;
  width: 100%;
  height: 48px;
  border-radius: 15px;
}
.contact-form .contact-sect .contact-section .top {
  margin-top: 20px;
}
.contact-form .contact-sect .contact-area {
  max-width: 1017px;
  width: 100%;
}
.contact-form .contact-sect .contact-area textarea {
  width: 100%;
  height: 186px;
}
.contact-form .button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
.contact-form .button-cont button {
  max-width: 159px;
  width: 100%;
  height: 44px;
  background-color: #74B94D;
  font-size: 22px;
  font-weight: 600;
  border-radius: 15px;
  border: 0px;
}
.slack {
  margin-top: 45px;
  
}

.block:hover .slack{
 
}

.iframe {
  margin-top: 145px;
  width: 100%;
  /* height: 597px; */
}
.iframe .iframe {
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  height: 75px;
  background-color: #C4C4C4;
}
footer .footer-menu {
  width: 100%;
}
footer .footer-menu ul {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
footer .footer-menu ul li {
  list-style-type: none;
}
footer .footer-menu ul li a {
  font-size: 19px;
  text-decoration: none;
  line-height: 30px;
  font-weight: 700;
  color: white;
}
footer .footer-menu ul li a:hover {
  color: #74B94D;
}
footer .footer-menu .icon-footer {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
footer .footer-menu .icon-footer .icon .fa-facebook {
  font-size: 24px;
}
footer .footer-menu .icon-footer .icon .fa-instagram {
  font-size: 24px;
}
footer .footer-menu .icon-footer .icon .fa-telegram {
  font-size: 24px;
}

.footer-block {
  background-color: #0E1809;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 59px;
}
.footer-block h1 {
  font-size: 20px;
  color: white;
}

/*index2 package*/
.package {
  width: 100%;
}
.package .packege-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package .packege-block .block {
  background-color: #E5E5E5;
  max-width: 381px;
  width: 100%;
  height: 456px;
}
.package .packege-block .block h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  color: #74B94D;
  line-height: 30px;
}
.package .packege-block .block .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.package .packege-block .block .block-header img {
  width: 134px;
  height: 134px;
}
.package .packege-block .block .block-footer {
  margin-top: 51px;
}
.package .packege-block .block .block-footer h1 {
  font-size: 25px;
  line-height: 35px;
  color: #74B94D;
  font-weight: 700;
}
.package .packege-block .block .block-footer p {
  margin-top: 18px;
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 42px;

}
.package .packege-block .block .block-hover {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package .packege-block .block .block-hover button {
  background-color: #74B94D;
  max-width: 313px;
  width: 100%;
  height: 37px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
  border: 0px;
}
.package .packege-block .block .block-hover {
  display: none;
}
.package .packege-block .block:hover {
  background-color: #454547;
  margin-top: 22px;
  height: 530px;
}
.package .packege-block .block:hover .block-hover {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content {
  margin-top: 165px;
  width: 100%;
}
.content .content-image {
  height: 655px;
}
.content .content-image img {
  width: 100%;
  height: 100%;
}

.content-footer .cont-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-footer .cont-footer .block {
  max-width: 801px;
  width: 100%;
  height: 540px;
}
.content-footer .cont-footer .block .content-image img {
  width: 100%;
  height: 100%;
}
.content-footer .cont-footer .block:nth-child(2) {
  margin-top: 51px;
  max-width: 613px;
  width: 100%;
  height: auto;
}
.content-footer .cont-footer .block:nth-child(2) h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.content-footer .cont-footer .block:nth-child(2) p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 10px;
}

/*pdf page*/
.pdf-page {
  margin-top: 110px;
  width: 100%;
}
.pdf-page h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
}
.pdf-page .pdf-block {
  margin-top: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 73px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdf-page .pdf-block .pdf-block-page {
  max-width: 184px;
  width: 100%;
  /* height: 256px; */
  border: 1px solid #6AEA46;
  cursor: pointer;
}
.pdf-page .pdf-block .pdf-block-page .blog-image {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf-page .pdf-block .pdf-block-page .blog-image img {
  max-width: 132px;
  width: 100%;
  height: 132px;
}
.pdf-page .pdf-block .pdf-block-page .blog-p {
  margin: 10px 10px 10px 10px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: 16px;

}
.pdf-page .pdf-block .pdf-block-page .blog-p p {
  text-align: center;
}
.pdf-page .pdf-block .pdf-block-page .blog-p p a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

/*register blog*/
.blog-register-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-register-pag .blog-register {
  max-width: 1544px;
  width: 100%;
  /* height: 594px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}
.blog-register-pag .blog-register .blog-register-one {
  max-width: 644px;
  width: 100%;
  height: 600px;
  background-color: #81CC6C;
}
.blog-register-pag .blog-register .blog-register-one p {
  margin-top: 217px;
  text-align: center;
  color: white;
  font-size: 4rem;
}
.blog-register-pag .blog-register .blog-register-one button {
  margin-top: 100px;
  border: 0;
  background-color: white;
  max-width: 289px!important;
  width: 100%!important;
  height: 70px;
  border-radius: 20px;
  color: #81CC6C;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;

  margin-left: 16%;
}
.blog-register-pag .blog-register-two {
  max-width: 900px;
  width: 100%;
  height: 599px;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-register-pag .blog-register-two .reg-blog-center {
  margin-top: 107px;
}
.blog-register-pag .blog-register-two .reg-blog-center h1 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #81CC6C;
  font-weight: 700;
}
.blog-register-pag .blog-register-two .reg-blog-center form {
  max-width: 403px;
  width: 100%;
  height: auto;
  padding: 0 40px;
}
.blog-register-pag .blog-register-two .reg-blog-center form input {
  width: 100%;
  height: 47px;
  border-radius: 15px;
  border: 0;
  background-color: #E9E9E9;
  margin-top: 26px;
}
.blog-register-pag .blog-register-two .reg-blog-center form ::-webkit-input-placeholder {
  text-align: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form ::-moz-placeholder {
  text-align: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form :-ms-input-placeholder {
  text-align: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form ::-ms-input-placeholder {
  text-align: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form ::placeholder {
  text-align: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form .blog-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-register-pag .blog-register-two .reg-blog-center form .blog-button .end-button {
  margin-top: 31px;
  max-width: 205px;
  width: 100%;
  height: 47px;
  color: white;
  background-color: #81CC6C;
  font-size: 22px;
  border-radius: 15px;
  border: 0;
}

/*image-page*/
.image-page {
  width: 100%;
}
.image-page .image-page-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.image-page .image-page-all .image-blog {
  width: calc(20% - 20px);
}
.swiper-slide img{
  height: 720px!important;
}



/*login page*/
.blog-login-pag {
  /* margin-top: 100px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-login-pag .blog-login {
  max-width: 1544px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-login-pag .blog-login .blog-login-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  max-width: 900px;
  width: 100%;
  height: 594px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center {
  margin-top: 107px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #81CC6C;
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form {
  margin-top: 20px;
  max-width: 410px;
  width: 100%;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form input {
  max-width: 407px;
  width: 100%;
  height: 47px;
  background-color: #E9E9E9;
  border-radius: 15px;
  border: 0;
  margin-top: 20px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form ::-webkit-input-placeholder {
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form ::-moz-placeholder {
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form :-ms-input-placeholder {
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form ::-ms-input-placeholder {
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form ::placeholder {
  text-align: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form .blog-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form .blog-button .end-button {
  margin-top: 31px;
  max-width: 205px;
  width: 100%;
  height: 47px;
  color: white;
  background-color: #81CC6C;
  font-size: 24px;
  border-radius: 15px;
  border: 0;
}
.blog-login-pag .blog-login-one {
  max-width: 644px;
  width: 100%;
  height: 594px;
  background-color: #81CC6C;
}
.blog-login-pag .blog-login-one p {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-top: 202px;
  line-height: 50px;
}
.blog-login-pag .blog-login-one .but-login {
  margin-top: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-login-pag .blog-login-one .but-login .login-end {
  max-width: 197px;
  width: 100%!important;
  height: 70px;
  border-radius: 15px;
  background-color: white;
  color: #81CC6C;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  border: 0;
  font-size: 20px;
}
.modal-dialog{
  max-width:902px !important;
  width: 100%;
}

.blog-register{
  width: 915px!important;
}

.sub-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscrib {
  max-width: 903px;
  width: 100%;
  /* height: 456px; */
  background-color: #F8F8F8;
}
.subscrib h1 {
  margin-top: 29px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.subscrib .sub-blog {
  margin-top: 18px;
  width: 100%;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.subscrib .sub-blog form {
  max-width: 575px;
  width: 100%;
}
.subscrib .sub-blog form input {
  max-width: 285px;
  width: 100%;
  height: 47px;
  border-radius: 15px;
  background-color: #E9E9E9;
  border: 0;
  margin-top: 13px;
  /* margin-bottom: -39px; */
}
.subscrib .sub-blog form ::-webkit-input-placeholder {
  text-align: center;
}
.subscrib .sub-blog form ::-moz-placeholder {
  text-align: center;
}
.subscrib .sub-blog form :-ms-input-placeholder {
  text-align: center;
}
.subscrib .sub-blog form ::-ms-input-placeholder {
  text-align: center;
}
.subscrib .sub-blog form ::placeholder {
  text-align: center;
}
.subscrib .sub-blog form textarea {
  margin-top: 20px;
  max-width: 570px;
  width: 100%;
  height: 170px;
  background-color: #E9E9E9;
  border-radius: 15px;
  border: 0;
}
.subscrib .sub-blog form .sub-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscrib .sub-blog form .sub-button .sub-end {
  margin-top: -11px;
  max-width: 139px;
  width: 100%;
  height: 32px;
  background-color: #81CC6C;
  color: white;
  font-size: 20px;
  border-radius: 15px;
  border: 0;
}
@media all and (max-width:2880px){
  .swiper-slider-header .slider-footer{
      top: 94px;
  }
}
@media all and (max-width: 2439px ){
  .swiper-slider-header .slider-footer {
    top:93%;
  }
  .header-naw-logo .header-naw-log {
    margin-top: 15px;
  }
  .footer-logo .footer-logo-blog{
    margin-top: 25px;
  }
}
@media all and (max-width:1920px ){
header .header-nav{
  height: 60px;
}

.header-naw-logo{
  height: 60px;
}
.header-naw-log{
   top: 5px;
}
.footer-logo{
  top: 65px;
  height: 60px;
}
.footer-logo-blog{
margin-top: 8px;
}
.swiper-slider-header .slider-footer{
  height: 60px;
  top: 91%;
}

.main .main-header-description .main-header p{
  font-size: 22px;
}

.main-footer .main-footer-title .main-foot-title-p p {
  font-size: 22px;
}

  .swiper-slider-header .slider-footer{
    top: 91%;
  }
  .accordion-menu {
    max-width: 224px;
    width: 100%;
    position: absolute;
    top: 52px;
    
    z-index: 80;
    background-color: white;
    line-height: 50px;



  }
  .accordion-menu li a{
    font-size: 20px;
  }

  .dropdownlink{
    font-size: 20px;
  }
  .swiper-slider-header .slider-footer .create-aut .image-slider h2 {
    font-size: 40px;
  }
  .swiper-slider-header .slider-footer .create-aut .image-slider h1{
    font-size: 16px;
    margin-left: 8%;
  }
  .main h1{
    font-size: 33px;
  }
  .main-footer h1 {
    font-size: 33px!important;
  }
  header .headres-navs {
    height: 100%;
  }
  .footer-logo .footer-logo-blog {
    margin-top: 6px;
  }
  .header-naw-logo .header-naw-log{
    max-width: 278px;
    width: 100%;
    height: 51px;
  }
  .swiper-slider-header .slider-footer {
    top: 92%!important;
    height: 60px !important;
  }
  .main h1{
    font-size: 33px;
  }
  li::marker {
    display: none;
  }
  .main .main-header-description .main-header p{
    font-size: 22px!important;
    line-height: 38px;
  }
  .header-naw-logo .header-naw-log {
    margin-top: 5px;
  }

  .main-footer .main-fot-title .main-title-p p{
    font-size: 22px;
  }
  .blog-demo {
    margin-top: 120px;
    padding: 0 62px;
  }
  .images{
    margin-top: 112px;
  }

  .step .step-blog .step-blog-title .blog{
    max-width: 218px;
    height: 250px;
  }
  .step .step-blog .step-blog-title .blog .blog-radius{
    max-width: 72px;
    width: 100%;
    height: 72px;
  }
  .step .step-blog .step-blog-title .block-line{
    top: 130px;
    width: 59%;
  }
  .image-blog{
    margin-top: 65px;
  } 
  .step .step-blog .step-blog-title .blog .div-p p {
    font-size: 16px;
  }
  iframe {
    height: 350px;
  }
  .footer{
    margin-top: 63px;
  }
  .footer-block {
    height: 90px;
  }
  .images .videoes-blog {
    margin-top: 52px;

  }
  .luxone .lux-header img{
    height: 55px;
  }
  .main .button button {
    max-width: 113px;
    width: 100%;
    height: 36px;
  }
  .images .blog-button button {
    max-width: 113px;
    width: 100%;
    height: 36px;
  }

  .luxone .lux-header p{
    margin-top: 5px;
  }
  .footer-block h1{
    font-size: 18px;
  }
  .images{
    margin-top: 140px;
  }

.blog-login{
   margin-left: 0px !important;
   top: 0 !important;
   margin-top: 0 !important;
   left: 0 !important;
}

.blog-login-pag {
  /* margin-top: -300px; */
}
.blog-login-one{
  height: 595px;
}
 

.search-container{
  display: flex;
}

}


@media all and (max-width:1847px ){
  .swiper-slider-header .slider-footer{
    top: 91%;
  }
  .swiper-slide img{
    height: 700px!important;
  }
}
@media all and (max-width:1587px ){
  .swiper-slider-header .slider-footer{
    top: 87%;
  }

  .swiper-slide img{
    height: 670px!important;
  }


  .step .step-blog {
    padding: 0 190px;
  }
  .pdf-page .pdf-block{
    gap: 73px;
  }


}
@media all and (max-width: 1720px) {
  .swiper-slider-header .slider-footer {
    top: 89%;
    height: 90px;
  }
}

@media all and(max-width:1330px){
  .step .step-blog .step-blog-title .blog{
    max-width: 204px;
    width: 100%;
  }
  .pdf-page .pdf-block{
    gap: 73px;
  }
  .pdf-page .pdf-block .pdf-block-page{
    padding: 0 30px;
  }

  .swiper-slide img{
    height: 560px!important;
  }

}
  

@media all and (max-width: 1280px) {
  header .headres-navs {
    height: 100%;
  }
  .blog-register-pag .blog-register-two .reg-blog-center form .blog-button .end-button {
    font-size: 18px;
  }
  .icon-img{
    top: 29px;
  }

  .slack{
    margin-top: 12px;
    display: flex;
    justify-content: center;

}
.swiper-slide img{
  height: 522px!important;
}

.contact-form h2{
  font-size: 29px;
}

.block:hover .slack{
    margin-top: 50px;
}

  .header-naw-logo {
    height: 57px;
    max-width: 300px;
    width: 100%;
  }

  .header .barca {
    margin-top: 10px;
    margin-left: 54%;
  }

  .header-naw-logo .header-naw-log {
    height: 44px;
  }

  .footer-logo {
    top: 63px;
    max-width: 300px;
    width: 100%;
    height: 57px;
  }

  .blog-login-pag {
    /* margin-top: -210px; */
  }

  .footer-logo-blog {
    max-width: 240px;
    width: 100%;
    height: 43px;
    margin-left: 7%;
    margin-top: 6px;
  }
  .padd{
    padding-left: 155px!important;
  }
  /* #pad{
    padding-left: 155px!important;
  } */
  .search-container .search::before {
    content: "";
    position: absolute;
    top: 28px;
  }
  .search-container .search::after {
    content: "";
    position: absolute;
    top: 9px;
  }
  .header-naw-logo .header-naw-log img{
    object-fit: contain;
    margin-top: -3px;
  }
  .footer-logo-blog img {
    width: 100%;
    height: 100%;
  }
  .footer-logo .footer-logo-blog {
    margin-top: 8px;
  }

  header .header-nav .barca {
    margin-left: 54%;
  }
  header .header-nav .barca .lang-logo .plus .minus {
    height: 30px;
  }
  header .header-nav .barca .lang-logo .plus {
    height: 33px;
  }

  header .header-nav .barca .lang-logo .plus.minus {
    height: 29px;
  }
  .swiper-slider-header .slider-footer{
    top: 70%;
  }

  .header-naw-logo .header-naw-log{
    margin-top: 13px;
  }

  .send .fa-envelope {
    font-size: 36px;
  }

  .main .main-header-description .main-header p {
    font-size: 18px!important;
  }

  .swiper-slider-header .slider-footer {
    top: 89%!important;
  }
  .images .image-blog .blog-v {
    grid-gap: 0px;
  }

  .swiper-slider-header .slider-footer {
    height: 56px;
    top: 71%;
  }
  .content-footer .cont-footer .block:nth-child(2) h2{
    color: black;
  }
  .swiper-slider-header .slider-footer .create-aut .image-slider {
    margin-top: -7px;
  }
  .swiper-slider-header .slider-footer .create-aut .image-slider h2 {
    font-size: 29px;
  }
  .swiper-slider-header .slider-footer .create-aut .image-slider h1 {
    font-size: 15px;
  }

  .content-footer .cont-footer .block:nth-child(2){
    margin-top: 1px;

  }

  .accordion-menu li a {
    font-size: 15px;
  }

  .modal{
    margin-left: 0px;
  }

  .main {
    /* margin-top: -82px; */
  }
  .main h1 {
    font-size: 29px;
  }
  .main .main-header-description {
    margin-top: 20px;
  }
  .main .main-header-description .main-header {
    max-width: 1120px;
    width: 100%;
  }
  .main .main-header-description .main-header p {
    font-size: 16px;
    line-height: 30px;
  }
  .main .button {
    /* margin-top: 18px; */
  }
  .main .button button {
    max-width: 115px;
    width: 100%;
    height: 33px;
    font-size: 18px;
  }

  .main-footer {
    margin-top: 35px;
  }
  .main-footer h1 {
    font-size: 29px;
  }
  .main-footer .main-footer-title .main-foot-title-p {
    max-width: 1110px;
    width: 100%;
    /* margin-top: -24px; */
  }
  .main-footer .main-footer-title .main-foot-title-p p {
    font-size: 16px;
    line-height: 26px;
  }
  .main-footer .main-fot-title {
    /* margin-top: -58px; */
  }
  .main-footer .main-fot-title .main-title-p {
    max-width: 1083px;
    width: 100%;
  }
  .main-footer .main-fot-title .main-title-p p {
    font-size: 18px;
    line-height: 26px;
  }

  .luxone {
    margin-top: 30px;
  }
  .luxone .lux-header img {
    width: 177px;
    height: 42px;
  }
  .luxone .lux-header p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 17px;
  }
  .luxone .luxone-image {
    margin-top: 44px;
  }
  .luxone .luxone-image .lux-image {
    height: 458px;
  }
  .luxone .luxone-image .lux-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .label{
    position: absolute;
    top: 205px;
    left: 39px;
    cursor: pointer;
  }

  .blog-demo {
    margin-top: 94px;
  }
  .blog-demo .blogs-demo {
    max-width: 500px;
    width: 100%;
    height: 60px;
  }
  .blog-demo .blogs-demo h1 {
    font-size: 30px;
  }

  .images .image-blog .blog-v {
    padding: 0 72px;
  }

  ul {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  h2 {
    text-align: center;
    margin: 20px auto;
    color: #fff;
  }

  .accordion-menu {
    width: 100%;
    max-width: 187px;
    margin: 60px auto 20px;
    background: #fff;
    border-radius: 4px;
   
    top: -15px;
    line-height: 23px;
  }
  .submenuItems li  a{
    font-size: 16px;
  }
  .accordion-menu li.open .dropdownlink {
    color: #74B94D;
  }
  .accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
  }

  .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 13px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .accordion-menu li {
    margin-left: -6%;
  }
  .dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 13px;
  }

  .submenuItems {
    display: none;
    background: white;
  }
  .submenuItems li {
    border-bottom: 1px solid #B6B6B6;
  }

  .submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .submenuItems a:hover {
    background-color: #74B94D;
    color: #fff;
    opacity: 30%;
  }

  .images {
    margin-top: 66px;
  }
  .images h1 {
    font-size: 29px;
    margin-bottom: -36px;
    font-size: 28px;
  }
  .images .image-blog {
    margin-bottom: -20px;
  }
  .images .blog-button {
    margin-top: 4px;
  }
  .images .blog-button button {
    width: 100px;
    height: 33px;
  }
  .images .videoes-blog .blog-video {
    padding: 0 60px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .images .videoes-blog .blog-video .blog {
    width: calc(16.6666666667% - 20px);
  }

  /*register*/
  .blog-register-pag {
    /* padding: 0 108px; */
  }

  .blog-register-pag .blog-register .blog-register-one {
    height: 550px;
  }

  .blog-register-pag .blog-register-two {
    height: 400px;
  }

  .blog-register-pag .blog-register .blog-register-one p {
    margin-top: 142px;
    font-size: 30px;
    font-weight: 700;
  }

  .blog-register-pag .blog-register .blog-register-one button {
    margin-left: 19%;
    max-width: 233px!important;
    width: 100% !important;
    height: 50px;
    margin-top: 18px;
    font-size: 24px;
  }

  .blog-register-pag .blog-register-two .reg-blog-center {
    margin-top: 48px;
  }

  .subscrib {
    max-width: 670px;
    width: 100%;
  }

  .subscrib .sub-blog form {
    max-width: 587px;
    width: 100%;
  }

  .subscrib .sub-blog form textarea {
    margin-top: 15px;
    height: 142px;
  }

  .subscrib .sub-blog form .sub-button .sub-end {
    margin-top: -15px;
    max-width: 163px;
    width: 100%;
    height: 28px;
    font-size: 17px;
  }

  .step {
    margin-top: 64px;
  }
  .step h2 {
    margin-bottom: -112px;
    font-size: 29px;
    color: black;
  }
  .step .step-blog {
    margin-top: 44px;
    padding: 0 10px;
    
  }
  .step .step-blog .step-blog-title {
    padding: 116px;
    gap: 0;
  }
  .step .step-blog .step-blog-title .blog {
    max-width: 189px;
    width: 100%;
    height: 202px;
 
  }
  .step .step-blog .step-blog-title .blog .blog-radius {
    max-width: 54px;
    width: 100%;
    height: 51px;
    margin-left: 35%;
    top: -23px;
  }
  .step .step-blog .step-blog-title .blog .blog-radius h1 {
    font-size: 29px;
    margin-top: 11px;
  }
  .step .step-blog .step-blog-title .blog .div-p {
    margin-top: 24px;
  }
  .step .step-blog .step-blog-title .blog .div-p p {
    font-size: 14px;
  }
  .step .step-blog .step-blog-title .block-line {
    top: 95px;
    width: 67%;
    opacity: 70%;
  }

  .header-naw-logo .header-naw-log{
    margin-left: 26px;
  }
  .contact-form {
    margin-top: -47px;
    width: 100%;
    padding: 0 40px;
    margin-bottom: 50px;
    font-weight: 700;
  }
  .contact-form .contact-sect {
    margin-top: 30px;
    padding: 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-form .contact-sect .contact-section input {
    max-width: 300px;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    background-color: #E9E9E9;
    border: 0px;
    font-size: 13px!important;
  }
  .contact-form .contact-sect .contact-section ::-webkit-input-placeholder {
    text-align: center;
  }
  .contact-form .contact-sect .contact-section ::-moz-placeholder {
    text-align: center;
  }
  .contact-form .contact-sect .contact-section :-ms-input-placeholder {
    text-align: center;
  }
  .contact-form .contact-sect .contact-section ::-ms-input-placeholder {
    text-align: center;
  }
  .contact-form .contact-sect .contact-section ::placeholder {
    text-align: center;
  }
  .contact-form .contact-sect .contact-section .top {
    margin-top: 15px;
  }
  .contact-form .contact-sect .contact-area {
    max-width: 1017px;
    width: 100%;
  }
  .contact-form .contact-sect .contact-area textarea {
    width: 100%;
    height: 148px;
    border: 0px;
    font-size: 15px;
    background-color: #E9E9E9;
    border-radius: 15px;
  }
  .contact-form .button-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 14px;
    padding: 0 118px 40px 0;
  }
  .contact-form .button-cont button {
    max-width: 139px;
    width: 100%;
    height: 35px;
    background-color: #74B94D;
    font-size: 17px;
    font-weight: 600;
    border-radius: 15px;
    border: 0px;
  }

  .iframe {
    width: 100%;
    height: 300px;
    margin-top: 0px;
  }

  footer {
    margin-top: 115px;
    height: 84px;
  }

  footer .footer-menu ul li a {
    font-size: 17px;
  }

  .footer-block h1 {
    font-size: 16px;
  }

  /* .swiper-wrapper {
    height: 670px;
  } */

  header .header-nav {
    height: 55px;
  }
  header .header-nav .barca .user .fa-user {
    font-size: 24px;
    margin-top: 8px;
  }
  header .header-nav .barca .lang-logo .plus {
    width: 31px;
    height: 28px;
  }
  header .header-nav .barca .lang-logo .plus .minus {
    height: 28px;
  }
  header .header-nav .barca .fa-fa {
    margin-top: 9px;
  }
  header .header-nav .barca .fa-fa .fa-bars {
    font-size: 26px;
  }

  /*package 2*/
  .package .packege-block .block {
    max-width: 280px;
    width: 100%;
    height: 350px;
  }
  .package .packege-block .block h1 {
    margin-top: 15px;
    font-size: 23px;
  }
  .package .packege-block .block .block-header {
    margin-top: 23px;
  }
  .package .packege-block .block .block-header img {
    width: 90px;
    height: 85px;
  }
  .package .packege-block .block .block-footer {
    margin-top: 12px;
  }
  .package .packege-block .block .block-footer h1 {
    font-size: 23px;
  }
  .package .packege-block .block .block-footer p {
    font-size: 19px;
  }

  .content .content-image {
    height: 426px;
    margin-top: -100px;
  }

  .content-footer .cont-footer {
    margin-top: 27px;
  }
  .content-footer .cont-footer .block {
    padding: 0 40px;
    max-width: 477px;
    width: 100%;
    height: 350px;
  }
  .content-footer .cont-footer .block img {
    width: 100%;
    height: 100%;
  }
  .content-footer .cont-footer .block:nth-child(2) h2 {
    font-size: 29px;
  }
  .content-footer .cont-footer .block:nth-child(2) p {
    font-size: 17px;
    line-height: 28px;
  }

  .package .packege-block .block {
    max-width: 280px;
    width: 100%;
    height: 350px;
  }
  .package .packege-block .block h1 {
    margin-top: 15px;
    font-size: 23px;
  }
  .package .packege-block .block .block-header {
    margin-top: 23px;
  }
  .package .packege-block .block .block-header img {
    width: 90px;
    height: 85px;
  }
  .package .packege-block .block .block-footer {
    margin-top: 12px;
  }
  .package .packege-block .block .block-footer h1 {
    font-size: 23px;
  }
  .package .packege-block .block .block-footer p {
    font-size: 19px;
    padding: 0 31px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 85px;
  }
  .package .packege-block .block:hover {
    -webkit-transition: height 2s;
    transition: height 2s;
    height: 430px;
  }
  .package .packege-block .block:hover .block-hover {
    padding: 0 15px;
    margin-top: 5px;
  }
  .package .packege-block .block:hover .block-hover button {
    max-width: 230px;
    width: 100%;
    height: 38px;
    font-size: 17px;
  }


/*login*/
  .blog-login-pag .blog-login{
    max-width: 1000px;
    /* padding: 0 100px; */
  }
  .modal-content{
    max-width: 731px;
  }
  .blog-login-pag .blog-login-one{
    height: 400px;
  }
  .blog-login-pag .blog-login .blog-login-two{
    height: 400px;
  }
  .blog-login-pag .blog-login .blog-login-two .log-blog-center form{
    margin-top: 31px;
  }
  .blog-login-pag .blog-login-one p{
    margin-top: 50px;
    font-size: 31px;
  }
  .blog-login-pag .blog-login-one p{
    margin-bottom: -65px;
  }
  .blog-login-pag .blog-login-one .but-login .login-end{
    max-width: 309px;;
    width: 100%;
    height: 50px;
    margin-top: -72px;

  }
  .blog-login-pag .blog-login .blog-login-two .log-blog-center{
    margin-top: 46px;
  }
  .blog-login-pag .blog-login .blog-login-two .log-blog-center h1{
    font-size: 29px;
  }
  .blog-login-pag .blog-login .blog-login-two .log-blog-center form .blog-button .end-button{
    max-width: 138px;
    height: 34px;
    font-size: 17px;
    margin-top: 18px;
  }

  /*Pdf*/
  .pdf-page h1 {
    font-size: 29px;
  }
  .pdf-page .pdf-block {
    margin-top: 45px;
    gap: 31px;
  }
  .pdf-page .pdf-block .pdf-block-page {
    max-width: 153px;
    width: 100%;
    /* height: 187px; */
  }
  .pdf-page .pdf-block .pdf-block-page .blog-image {
    margin-top: 7px;
  }
  .pdf-page .pdf-block .pdf-block-page .blog-image img {
    max-width: 104px;
    height: 102px;
  }
  .pdf-page .pdf-block .pdf-block-page .blog-p p {
    text-align: center;
  }
  .pdf-page .pdf-block .pdf-block-page .blog-p p a {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
  }
  .pdf-page .pdf-block .pdf-block-page:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}
.menu-mobile {
  margin-top: 500px;
  margin-bottom: 500px;
  max-width: 400px;
  width: 100%;
  color: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-mobile .ul-mobile-list {
  max-width: 200px;
  width: 100%;
}
.menu-mobile .ul-mobile-list ul {
  margin-left: 5%;
  line-height: 30px;
}
.menu-mobile .ul-mobile-list ul li {
  list-style: none;
}
.menu-mobile .ul-mobile-list ul li a {
  text-decoration: none;
  color: #232C21;
  font-weight: 700;
  font-size: 18px;
}
.menu-mobile .ul-mobile-list ul li a:hover {
  color: #81CC6C;
}
.menu-mobile .ul-mobile-list .sub-cat li {
  margin-left: 10%;
  line-height: 30px;
}

#baguetteBox-overlay .full-image img{
  width: 569px;
}

.images .image-blog .blog-v .blog {
  width: calc(20% - 29px);
  margin: 5;
  margin-bottom: 20px;
  height: 170px;
}

.search-container .input-box {
  vertical-align: middle;
  display: inline-block;
  /* margin-right: -50px !important; */
}

.search-container .search::before{
  top: 29px;

}
.search-container .search::after{
   top: 10px;
}
@media all and (max-width: 1100px) {
  .swiper-slider-header .slider-footer{
    top: 61%;
  }
  .step .step-blog .step-blog-title {
    flex-wrap: wrap;
  }


  .step .step-blog .step-blog-title .blog{
    max-width: 134px;
    width: 100%;
  }
  .step .step-blog .step-blog-title .block-line{
    width: 61%;
  }
  .swiper-slide img{
    height: 500px!important;
  }
}

@media all and (max-width: 1024px) {
  .main-footer .main-fot-title {
    padding: 0 40px;
  }
  .step .step-blog .step-blog-title .blog {
    max-width: 134px;
    width: 100%;
    height: 148px;
  }
  .step .step-blog .step-blog-title .blog .div-p p{
    overflow: hidden!important;
  }

  .swiper-slide img{
    height: 480px!important;
  }
  .blog-demo .blogs-demo h1 {
    font-size: 27px;
  }

  .images .videoes-blog .blog-video {
    grid-gap: 37px;
  }
  .images .videoes-blog .blog-video .blog {
    max-width: 173px;
    width: 100%;
  }

  .step .step-blog .step-blog-title {
    gap: 40px;
  }
  .step .step-blog .step-blog-title .block-line {
    display: none;
  }

  .swiper-slider-header .slider-footer{
    top: 53%;
  }
}

@media all and (max-width: 800px) {
  .swiper-slider-header .slider-footer {
    top: 83%!important;
}


}

@media all and (max-width: 711px) {
  .swiper-slider-header .slider-footer {
    top: 36%;
  }

  .blog-register-pag .blog-register {
    flex-wrap: wrap;
  }

  .swiper-slider-header .slider-footer {
    top: 80%!important;
}


}
@media all and (max-width: 625px) {
    
  .swiper-slider-header .slider-footer {
    top: 73% !important;
}

  .header-naw-logo .header-naw-log {
    height: 40px;
    width: 175px;
    margin-top: 6px;
    margin-left: 4px;
}

.footer-logo{
  width: 183px;
  height: 40px;
}

.footer-logo .footer-logo-blog{
    height: 31px;
    width: 167px;
    margin-left: 3%;
}

header .headres-navs{
  height: 100%;
}
.header-naw-logo{
  height: 50px;
  width: 186px;
}
.footer-logo{
  margin-top: -25px;
}
.main .main-header-description .main-header p {
  font-size: 17px!important;
}

.swiper-slider-header .slider-footer{
  top: 39% !important;
}

.main .main-header-description .main-header{
  margin: 0px;
  padding: 0 10px;
}
.main-footer .main-fot-title{
  padding: 0 10px;
}
.luxone .luxone-image .lux-image{
  height: 344px;
}







.luxone .lux-header img{
  height: 37px;
}

.luxone .lux-header p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 16px;
}

.images .image-blog .blog-v .blog {
  width: calc(28% - 4px);
}

.images .image-blog .blog-v {
  padding: 0 36px;
}

.images .videoes-blog .blog-video .blog {
  max-width: 132px;
  width: 100%;
}


  /* .swiper-wrapper {
    height: 500px;
  } */

  .swiper-slider-header .slider-footer {
    top: 89%;
  }

  .images .image-blog .blog-v .blog {
    width: calc(30% - 4px);
  }
  .images .videoes-blog .blog-video {
    grid-gap: 25px;
  }
  .images .videoes-blog .blog-video .blog {
    max-width: 222px;
    width: 100%;
  }

  .step h2 {
    font-size: 27px;
    padding: auto;
  }
  .step .step-blog .step-blog-title {
    padding: 0px;
    margin-top: 167px;
    margin-bottom: 40px;
  }

  .luxone .luxone-image .lux-image {
    height: 409px;
    width: 533px;
  }

  footer {
    height: 89px;
  }
  footer .footer-menu .icon-footer {
    margin-top: 68px;
  }

  .iframe {
    height: 243px;
  }

  .contact-form .contact-sect{
    margin-top: 67px;
    padding: 0;
  }

  .contact-form .button-cont{
    padding: 0 175px 23px 0;
  }

  .contact-form .button-cont button{
    font-size: 14px;
    max-width: 122px;
    height: 31px;
  }
  .iframe{
    height: 175px;
  }

  footer .footer-menu ul li a {
    font-size: 15px;
}
.step h2 {
  color: black;
  font-size: 22px;
}

.swiper-slider-header .slider-footer {
  top: 77%!important;
}

.header-naw-logo .header-naw-log img {
  object-fit: contain;
  margin-top: -17px;
}




/*register*/

/* .blog-login-pag .blog-login .blog-login-two .log-blog-center h1 {
  font-size: 17px;
}

.blog-login-pag .blog-login .blog-login-two {
  height: 326px;
}
.blog-login-pag .blog-login-one {
  height: 326px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form input{
  height: 30px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form input{
  max-width: 167px;
    width: 100%;
    height: 46px;
    margin-top: -72px;
    font-size: 15px;
} */

}









@media all and (max-width: 520px) {


  header .headres-navs {
    height: 100%;
}
header .header-nav .barca {
  height: 78px;
}

  .header-naw-logo{
    width: 119px;
    height: 35px;
  }

  .header-naw-logo .header-naw-log{
    height: 53px;
  }
  .footer-logo {
    max-width: 119px;
    width: 100%;
    margin-top: -68px;
    height: 35px;
}
.footer-logo .footer-logo-blog {
  height: 21px;
  width: 115px;
}


header .header-nav {
  height: 73px;
}
header .header-nav .barca .user .fa-user {
  font-size: 19px;
}
.search-container .search::after {
  content: "";
  position: absolute;
  top: 7px;
}

header .header-nav .barca .lang-logo .plus {
  width: 25px;
}


header .header-nav .barca .lang-logo .plus.minus {
  height: 25px;
  width: 25px;
}

.accordion-menu {

}

.main-foot-title-p{
  margin-top: 24px;

}
.blog-demo .blogs-demo{
  height: 47px;
}

.blog-demo{
  padding: 0 18px;
}
.main-footer .main-footer-title .main-foot-title-p{
  padding: 0 10px;
}
.main-footer .main-fot-title .main-title-p{
  padding: 0;
}

.swiper-slider-header .slider-footer .create-aut .image-slider h2 {
  font-size: 22px;
}
.swiper-slider-header .slider-footer .create-aut .image-slider h1 {
  font-size: 11px;
}

.main-footer .main-footer-title .main-foot-title-p p{
  margin-top: 46px;
}

.main-footer .main-footer-title .main-foot-title-p p {
  margin-bottom: 62px;
}
.luxone .luxone-image .lux-image{
  height: 222px;
}
.images .image-blog .blog-v .blog{
  width: calc(22% + 9px);
}

.images .videoes-blog .blog-video{
  padding: 0 6px;
}

.step .step-blog .step-blog-title{
  gap: calc(34px + -15%);
}

footer .footer-menu ul li a{
  font-size: 8px;
}
.iframe{
  height: 150px;
}

.footer-block h1{
  font-size: 22px;
}
.images .videoes-blog .blog-video .blog{
    max-width: 138px;
    width: 100%;
    height: 153px;
}

.images .image-blog .blog-v .blog {
  width: calc(35% + 9px);
}


.pdf-page .pdf-block .pdf-block-page {
  max-width: 123px;
  width: 100%;
  /* height: 147px; */
}









.blog-login-pag .blog-login {
  width: 100%;
  padding: 0px 20px;
}

.blog-login-pag .blog-login {
  flex-wrap: wrap;
}

.blog-login-pag .blog-login {
  max-width: 361px;
  padding: 0px 0px;
}
.blog-login-pag .blog-login-one {
  height: 300px;
}

.blog-login-pag .blog-login .blog-login-two {
  height: 350px;
}

/* 
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 355px;
  left: 14px;
  cursor: pointer;
} */
.subscrib {
  max-width: 670px;
  width: 100%;
  /* height: 600px; */
  height: 600px;
}



  #exampleModal {
    margin-top: 1px;
  }

  .blog-register-pag .blog-register-two {
    height: 396px;
  }

  .modal-open .modal {
    padding: 0 -2px;
  }

  .blog-register-pag .blog-register .blog-register-one {
    height: 306px;
  }

  .main .main-header-description .main-header {
    padding: 0 2px;
  }

  .main-footer {
    padding: 0 13px;
  }
  .main-footer h1 {
    font-size: 28px;
  }

  .images .videoes-blog .blog-video .blog {
    max-width: 161px;
    width: 100%;
    height: 153px;
  }
  .send {
    margin-left: 84%;
}
.user-name{
  left: 41%;
}
#baguetteBox-overlay .full-image img
{
  width: 348px;
  height: 445px;
}
.step .step-blog .step-blog-title .blog {
  max-width: 133px;
  width: 100%;
  height: 202px;
}
.step .step-blog .step-blog-title .blog .blog-radius{
  margin-left: 31%;
}

.contact-sect{
  flex-wrap: wrap;
}
.images .videoes-blog .blog-video .blog {
  max-width: 129px;
}

.sub-center {
  padding: 0 24px;
  justify-content: flex-start;
}

.subscrib .sub-blog form {
  max-width: 280px;
}

.label {
  position: absolute;
  top: 352px;
  left: 40px;
  cursor: pointer;
  color: black;
}

.subscrib .sub-blog form .sub-button .sub-end {
  margin-top: -7px;
}
.slider-image{
  height: 336px;
  object-fit: cover;
}
.swiper-slider-header .slider-footer {
  top: 56%;
}
.modal.show .modal-dialog{
  padding: 0 71px!important;
  width: 474px!important
  ;
}
.blog-register-pag .blog-register .blog-register-one p{
   margin-top: 20px;
}

.modal-dialog{
  padding: 0!important;
}

.blog-register-pag .blog-register-two .reg-blog-center {
  margin-top: 27px;
}
.user-name{
  left: -50px;
}

/* .main {
  margin-top: -136px;
} */




/* .blog-login-pag .blog-login .blog-login-two .log-blog-center h1 {
  font-size: 17px;
}

.blog-login-pag .blog-login .blog-login-two {
  height: 326px;
}
.blog-login-pag .blog-login-one {
  height: 326px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form input{
  height: 30px;
}
.blog-login-pag .blog-login .blog-login-two .log-blog-center form input{
  max-width: 167px;
    width: 100%;
    height: 46px;
    margin-top: -72px;
    font-size: 15px;
} */
@media (max-width: 460px){}
.swiper-slider-header .slider-footer {
    top: 82% !important;
}
@media all and (max-width: 425px) {
  .blog-demo .blogs-demo h1 {
    font-size: 17px;
  }

  .images .image-blog .blog-v .blog {
    width: calc(35% + 9px);
}

.search-container.active input {
  width: 134px !important;
  height: 21px;
}

  .content .content-image {
    height: 302px;
  }
 .search-container .search::after {
    top: 11px !important;
    height: 13px !important;
    width: 14px !important;
    left: 7px;
  }
  .search-container .search::before {
    top: 25px !important;
    right: 0;
    bottom: 0;
    left: 17px !important;
    width: 9px !important;
  }

  .content-footer .cont-footer .block:nth-child(2) {
    margin-top: -36px;
  }
  .send {
    margin-left: 80%;
}

.user-name{
  left: 41%;
}

.footer-block h1 {
  font-size: 12px;
}

.images .videoes-blog .blog-video {
  grid-gap: 11px;
}
.images .videoes-blog .blog-video .blog {
  max-width: 160px;
}

.images .image-blog .blog-v .blog {
  width: calc(41% + 3px);
}

label{
  position: absolute;
    top: 354px;
    left: 34px;
}

footer .footer-menu ul li a {
  font-size: 6px;
}

.barca a .fa-solid{
  font-size: 18px!important;
}

header .header-nav .barca .fa-fa .fa-bars {
  font-size: 22px;
}
.modal-content {
  max-width: 271px;
}
header .barca {
  gap: 4px!important;
}
}