* {
  box-sizing: border-box;
  font-family: iranYekan;
}

h1 {
  font-size: 24px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
}

h6 {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.no-href {
  pointer-events: none;
  cursor: default !important;
}

footer .footer ul .page-footer:hover,
footer .footer ul .page-footer:hover .no-href {
  color: white !important;
  list-style: unset !important;
}

footer .items-section {
  display: flex;
  justify-content: space-evenly;
  border-left: 1px solid white;
}

@font-face {
  font-family: iranYekan;
  src: url(../font/IRANYekanMedium.ttf);
}

body {
  font-size: 14px;
  margin: 0;
  direction: rtl;
  /* overflow: scroll; */
  color: #424242;
  background: white !important;
}

/* scrollbar */

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b9b8b8;
}

/* main container */

.container_1 {
  width: 100%;
  min-height: 258px;
  font-size: 14px !important;
}

/* tag a */
a {
  text-decoration: none !important;
  color: #424242 !important;
}

.header {
  display: flex;
  flex-direction: column;
}

.header .header-first-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-item: center;
}

.header .header-first-section .header-logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.header .header-first-section .header-action-bar {
  flex: 8;
  height: 67px;
  background-color: #f59e0b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
  border-radius: 0 0 45px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
}

.header-action-bar-en {
  border-right: unset !important;
  border-left: 5px solid white;
  border-radius: 0 0 0 45px !important;
  padding-left: 30px;
  padding-right: 10px;
}

.header .header-first-section .header-action-bar .header-menu .icon {
  width: 35px;
  margin-right: 35px;
}

.header-menu img:hover {
  cursor: pointer !important;
}

.container_1 .container a {
  text-decoration: none !important;
  color: #dc3545 !important;
}

/* mega menu */

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
  margin: 0;
  display: flex;
  z-index: 10;
}

.nav-links .close-btn {
  display: none;
}

.nav-links li {
  list-style: none;
  height: 46px;
  display: flex;
  align-items: center;
  /* margin: 0 0 4px 0; */
  cursor: pointer;
}

.nav-links li {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #424242;
  padding: 0 12px 0 12px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 100px;
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  border-radius: 0px;
}

.nav-links li:hover {
  color: #f59e0b;
}

.logo-menu-section .icon {
  display: none;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 8px;
  opacity: 0;
  visibility: hidden;
  top: 100px;
}

.mega-box .content {
  display: flex;
  width: 100%;
  background: white;
  border-top: 1px solid whitesmoke;
  padding: 30px;
  /* box-shadow: -1px 0px 0px 4px #f01; */
  box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
  /* box-shadow: 0px 2px 20px rgb(180 188 188 / 20%); */
  border-radius: 4px;
}

.mega-box .content .z-row {
  margin: 0 10px;
  width: 23%;
}

.content .z-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .z-row header {
  /* padding: 0 35px; */
  color: #f59e0b;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.7;
}

.content .z-row .mega-links {
  /* margin-left: -101px; */
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  margin-top: 10px;
  padding: 0;
}

.z-row .mega-links a li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  height: 50px;
}

.z-row .mega-links a li section {
  display: grid;
  width: 100%;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  justify-items: end;
}

.z-row .mega-links a li .sub-menu {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  width: 100%;
  margin-right: -10px;
  transition: visibility 0s, opacity 0.5s ease;
  background-color: #f9f9f9;
}

.z-row .mega-links a li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.z-row .mega-links a li .sub-menu {
  /* background-color: white; */
  margin: 5px 20px;
  padding: 5px;
  color: #424242 !important;
}

.z-row .mega-links a li img {
  width: auto;
  height: 20px;
  margin-left: 10px;
  filter: invert(67%) sepia(98%) saturate(1042%) hue-rotate(346deg) brightness(103%) contrast(97%);
}

.z-row .mega-links a li:hover img {
  filter: invert(55%) sepia(95%) saturate(800%) hue-rotate(355deg) brightness(102%) contrast(96%);
  transition: all 1s ease;
}

.z-row .mega-links a li .tag {
  background-color: rgba(167, 255, 171, 0.521);
  color: rgb(0, 71, 4);
  border-radius: 10px;
  font-size: 11px;
  margin-right: 5px;
  padding: 2px 5px;
}

.z-row .mega-links a li {
  color: gray;
  font-size: 14px;
}

.z-row .mega-links a li:hover {
  color: #f59e0b !important;
}

.z-row .mega-links a li:hover a {
  color: black;
}

.z-row .mega-links a li:hover {
  background-color: #f9f9f9;
  border-radius: 5px;
}

.wrapper .btn {
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.hamb-search-container {
  display: none;
}

.smallScale {
  display: none;
}

.largeScale {
  display: contents;
}

/* footer .footer {
  display: grid !important;
  grid-template-columns: 40px 1fr 1fr 1fr 1fr 1fr 40px;
  justify-content: space-evenly;
} */

.tooltip-container {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 970px) {
  footer .footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container_1 .news-section .news .mySlides p {
    white-space: pre-wrap !important;
    overflow: inherit !important;
    text-overflow: initial !important;
    width: 100% !important;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    line-height: 40px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 1s ease;
    padding: 0;
  }

  .mega-box {
    top: 65px;
    opacity: 1;
    transition: all 0.3s ease;
    padding: 0;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    background: none;
    border: none;
    margin: 0;
    margin-top: 20px;
    padding: 12px 20px 0 8px;
    border-top: 1px solid grey;
  }

  .mega-box .content .z-row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .z-row:nth-child(1),
  .mega-box .content .z-row:nth-child(2) {
    border-top: 0px;
  }

  .content .z-row .mega-links {
    border-left: 0px;
  }

  .z-row .mega-links a li {
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .content .z-row header {
    font-size: 15px;
    /* padding: 0 35px; */
    width: max-content;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    opacity: 0.7;
  }

  .z-row .mega-links a li .tag {
    padding: 0 20px;
    background-color: transparent;
    color: #0cef9b;
  }
}

@media screen and (min-width: 970px) {
  .nav-links li:hover .mega-box {
    /* top: -55px; */
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

nav {
  width: var(--menu-width);
  display: flex;
  transform-style: preserve-3d;
  justify-content: space-evenly;
  position: relative;
  z-index: 2;
  margin: 0px auto;
  perspective: 2000px;
  flex-wrap: wrap;
  top: 3em;
}

nav .menu-item {
  color: white;
  font-weight: 600;
  transform-style: preserve-3d;
  flex-grow: 1;
  display: flex;
  flex-basis: var(--item-width);
  box-sizing: border-box;
  padding: 1em 1.5em;
  justify-content: center;
  perspective: 200px;
  letter-spacing: 0.5px;
  min-height: 7.5em;
}

nav .menu-text,
nav .menu-text a {
  font-size: 1em;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: color 0.1s ease-out;
  text-align: center;
}

nav .menu-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#sub-menu-holder {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  padding: 1em;
  position: absolute;
  transition: opacity 2 ease-out;
  transform: rotateX(-25deg) scale(1);
  transform-origin: 50% 7em 0em;
  opacity: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 2px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  top: 3rem;
  border-radius: 10px;
  background: white;
  display: block;
  height: 300px;
  width: calc(var(--menu-width) * 1.5);
}

#sub-menu-container {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  top: 2.5em;
  width: 100%;
}

nav .menu-item:hover ~ #sub-menu-container #sub-menu-holder {
  animation: clipPath 0.25s ease-out 1 forwards;
  transition: clip-path 0.25s ease-out, left 0.15s ease-out,
    height 0.15s ease-out;
  opacity: 1;
  right: auto;
}

nav .menu-item:nth-of-type(1):hover ~ #sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(4):hover ~ #sub-menu-container #sub-menu-holder {
  clip-path: inset(0 28.75em 0 0 round 10px);
  height: 14em;
}

nav .menu-item:nth-of-type(2):hover ~ #sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(3):hover ~ #sub-menu-container #sub-menu-holder {
  clip-path: inset(0 15em 0 0 round 10px);
}

nav .menu-item:nth-of-type(1):hover ~ #sub-menu-container #sub-menu-holder {
  left: calc(-9em + -1px);
}

nav .menu-item:nth-of-type(2):hover ~ #sub-menu-container #sub-menu-holder {
  left: calc(-6.5em + -1px);
  height: 18.75em;
}

nav .menu-item:nth-of-type(3):hover ~ #sub-menu-container #sub-menu-holder {
  left: calc(2.75em + 1px);
  height: 24.5em;
}

nav .menu-item:nth-of-type(4):hover ~ #sub-menu-container #sub-menu-holder {
  left: calc(19em + 1px);
}

.menu-item .sub-menu {
  position: absolute;
  top: 7em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  min-width: 27.5em;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 999;
  margin-left: -5em;
  clip-path: inset(0 10em 10em 15em);
  opacity: 0;
  font-weight: initial;
  padding: 1.5em;
  transition: all 0.25s ease-out, opacity 0.25s ease-in,
    margin-left 0.25s ease-out, clip-path 0.15s ease-out;
}

.menu-item .sub-menu.double {
  min-width: 41.25em;
  height: 18.75em;
  display: grid;
  grid-template-columns: 54% 50%;
}

.menu-item .sub-menu.triple {
  min-width: 41.25em;
  height: 25em;
  display: grid;
  padding: 1.5em 2.5em;
  grid-template-columns: 55% 45%;
}

.menu-item:hover .sub-menu {
  pointer-events: all;
  clip-path: inset(0 0 0 0);
}

.menu-text:after {
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
  opacity: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -5em;
  left: calc(50% - 10px);
  border-color: transparent transparent white transparent;
  border-width: 10px;
  border-style: solid;
}

.menu-item:hover .menu-text:after {
  bottom: 0.5em;
  opacity: 1;
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.15s;
}

.menu-item:hover .sub-menu {
  opacity: 1;
  margin-left: 0;
}

.menu-item:hover ~ #sub-menu-container #sub-menu-holder {
  transition: transform 0.25s ease-out, opacity 0.25s ease-out,
    clip-path 0.25s ease-out;
}

@keyframes clipPath {
  0% {
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) scale(1);
    top: 4.5em;
    opacity: 1;
  }
}

/* Menu specific */
.menu-item .title {
  font-weight: 500;
  color: rgb(44 70 86);
  margin: 0 0 0.25em 0;
}

.menu-item .icon-box * {
  transition: all 0.1s ease-out;
  position: relative;
}

.menu-item .icon-box.space {
  margin-bottom: 1.25em;
}

.menu-item .icon-box.flat {
  height: 1.5em;
  margin-bottom: 0.5em;
}

.menu-item .icon,
.menu-item .text {
  float: left;
  color: #9ea9af;
}

.menu-item .icon {
  color: rgb(44 70 86);
  font-size: 1.25em;
  margin: 0 1em 0 0;
}

.menu-item .icon-box {
  cursor: pointer;
}

.menu-item .icon-box {
  float: left;
  width: 100%;
  margin: 0;
  height: 4em;
  row-gap: 0;
}

.menu-item .icon-box .text i {
  clip-path: inset(0 100% 0 0);
  font-size: 0.75em;
  position: relative;
  top: -1px;
}

/* Base Icon Style */
.icon-box.gb .icon i:before {
  background: linear-gradient(45deg, #0c86ef, #0cef9b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-left: 1px;
}

/* Define Icon Colors */
.icon-box.gb.a .icon i:before {
  background-image: linear-gradient(45deg, #2ca7ff 35%, #31d078 75%);
}

.icon-box.gb.b .icon i:before {
  background-image: linear-gradient(45deg, #f32b2b 35%, #efbe0c 75%);
}

.icon-box.gb.c .icon i:before {
  background-image: linear-gradient(45deg, #7176ff 35%, #b26cea 75%);
}

.icon-box.gb.d .icon i:before {
  background-image: linear-gradient(45deg, #79c76f 35%, #bed09b 75%);
}

.icon-box.gb.e .icon i:before {
  background-image: linear-gradient(45deg, #6082ff 35%, #ff5dbe 75%);
}

.icon-box.gb.f .icon i:before {
  background-image: linear-gradient(45deg, #808080 35%, #bbbbbb 75%);
}

.menu-item .icon-box:hover .text i {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.1s ease-out;
}

.menu-item .icon-box:hover .icon,
.menu-item .icon-box:hover .title,
.menu-item .icon-box:hover .sub-text {
  color: rgb(89 110 123);
}

#sub-menu-bottom {
  background: #d4e3ea70;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out, height 0.1s ease-out;
  left: 0;
  width: 100%;
  height: 5em;
}

nav
  .menu-item:nth-of-type(3).highlight:hover
  ~ #sub-menu-container
  #sub-menu-holder
  #sub-menu-bottom {
  height: 7.5em;
}

.bottom-container {
  grid-area: 4 / -3 / 4 / 3;
  padding-top: 1.5em;
  color: #3a5260;
  font-weight: 500;
}

.top-container {
  grid-area: 1 / -3 / 1 / 3;
  margin: 0 0 2em 0;
}

.bottom-container a {
  float: right;
  background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
  padding: 0.5em 1em;
  border-radius: 100px;
  position: absolute;
  color: #2c4655bf;
  font-weight: bold;
  text-decoration: none;
  right: 1.5em;
  bottom: 1.5em;
}

.bottom-container a:hover {
  background: linear-gradient(90deg, #8ea4b136, #a3b5bf33);
}

.sub-menu h3 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(44 70 86 / 68%);
  margin: 0.75em 0;
}

.sub-menu .box a {
  width: 100%;
  float: left;
  font-size: 1em;
  line-height: 1.75em;
  color: #7a8a94;
  text-decoration: none;
}

.sub-menu .box a:hover {
  color: rgb(44 70 86);
}

.box {
  margin: 0 0 3em 0;
}

.icon.big i {
  font-size: 1.25em;
  top: 0.2em;
}

nav
  .menu-item.highlight:hover
  ~ #sub-menu-container
  #sub-menu-holder
  #sub-menu-bottom {
  opacity: 1;
}

#info-box {
  position: absolute;
  bottom: 2em;
  right: 2em;
}

#info-box ul {
  list-style: none;
}

#info-box a {
  color: white;
  text-decoration: none;
  text-align: right;
  padding: 0.5em 0;
  transition: all 0.1s ease-out;
  display: block;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 1px;
}

#info-box a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header .header-first-section .users-type-section a {
  color: white;
  border-radius: 5px;
  padding: 2px 6px;
}

.header .header-first-section .users-type-section .active {
  /* background: white; */
  color: black;
  border-radius: 5px;
  padding: 2px 10px;
}

.header button {
  border: none;
  background: none;
  color: white;
  cursor: pointer;
}

.header .lang-serach-section {
  display: flex;
  align-items: center;
  /* width: 25%; */
  justify-content: space-between;
  margin: 0 10px;
}

.header .header-action-bar .action-buttons {
  display: flex;
  align-items: center;
}

.organizational-subscribes,
.real-subscribes {
  margin-left: 10px;
  color: white;
  font-size: 13px;
  padding-bottom: 3px !important;
}

.real-subscribes {
  background-color: transparent;
}

.real-subscribes:hover {
  background-color: #2aabe2 !important;
  color:white !important;
}

.subscribe-container {
  background: #0000001C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
  margin: 5px 0px 1px 6px;
  padding: 1.5px 1.5px 1.5px 0px;
}

.subscribe-button {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0px 0px 3px!important;
}
.subscribe-button-wrapper {
  border-radius: 5px;
  padding: 4px 3px 4px 7px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-button-wrapper.active.organizational-subscribe {
  background-color: #fec409;
  color: #fff;
  padding: 2px 5px 2px 7px !important;
  margin: 5px !important;
}


.subscribe-button-wrapper.active.real-subscribe {
  background-color: #0000006b;
  color: #fff;
  padding: 2px 5px 2px 7px !important;
  margin: 5px !important;
}


.subscribe-button .icon-lock {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.real-subscribe .subscribe-button .icon-lock {
  background-image: url("../images/home-2.png");
}

.organizational-subscribe .subscribe-button .icon-lock {
  background-image: url("../images/building.png");
}

.real-subscribes.active {
  background-color: #000000 !important;
}


.organizational-subscribes {
  /* background-color: #0000006b; */
  background-color: transparent;
}

.organizational-subscribes:hover {
  background-color: #fec409 !important;
  color:white !important;
} 

.users-type-section a {
  /* color: #fec409 !important; */
  color: #fff !important;
  font-size: 11px;
}

.info-phone {
  color: #fff !important;
  font-size: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.1;
}

.info-phone .text-small {
  font-size: 9px;
  font-weight: normal !important;
}

.tooltip-phone {
  position: absolute;
  background: white;
  top: 41px !important;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  padding: 24px 8px;
  width: max-content;
  height: 96px;
  color: #0f3400;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 /42%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 80%;
  min-width: 164px;
  display: none;
}

.tooltip-continue {
  background: #34b100;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  width: 100%;
}

.arrow-up {
  width: 14px;
  height: 14px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.trin-trin {
  animation-name: trin;
  animation-duration: 2.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 3;
}

.icon-phone::before {
  content: none !important;
}

.icon-phone {
  /* background-image: url("https://web-dev.asiatech.ir/media/2022/08/21/phone-call.png"); */
  background-image: url("../images/phone-call.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  width: 30px;
  margin: 8px 8px 0 12px;
}

.info-phone-call {
  width: 100%;
  text-align: center;
}

.phone-detail {
  margin: 0 0 8px 0;
}

.free-title {
  font-size: 11px;
  margin: 12px;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.header .lang-serach-section .lang {
  font-size: 13px;
  background-color: white;
  padding: 2px 10px;
  margin-right: 5px;
  color: #2aabe2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header .lang-serach-section .search-form {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  /* margin-left: 10px; */
  margin: 0 16px 0 8px;
  margin-bottom: 0;
}

.header .lang-serach-section .search-form .search {
  position: relative;
  padding: 3px 10px;
  width: 30px;
  color: white;
  font-size: 13px;
  border: none;
  border-radius: 5px;
  transition: width 0.4s ease;
  outline: none;
  background: none;
  visibility: hidden;
}

.search-container {
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding: 0 10px 0 10px;
}

.header .lang-serach-section .search-form .search::placeholder {
  color: white;
}

.header .lang-serach-section .search-form .search:focus,
.header .lang-serach-section .search-form .search:hover {
  width: 200px;
  border: 1px solid white;
  visibility: visible;
}

.expand-input {
  width: 200px !important;
  border: 1px solid !important;
  visibility: visible !important;
}

.header .lang-serach-section .search-form .search-icon {
  position: relative;
  margin-right: -15px;
  width: 20px;
}

.header .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.header .top-nav .logo-menu-section {
  display: flex;
  align-items: center;
  width: 60%;
}

@media only screen and (max-width: 478px) {
  .info-phone-icon {
    display: flex;
    width: 21px;
    opacity: 67%;
    padding: 0;
    margin-left: 0;
  }
  .info-phone span{
    display: none;
  }
  .subscribe-container {    
    flex-wrap: nowrap;
    font-size: 9px;
    padding: 1.5px 1.5px 1.5px 0px !important;
  }
  .largeScale {
    display: none;
  }

  .smallScale {
    display: contents;
  }
  .subscribe-button-wrapper{
    padding: 4px 0px 0px 4px !important;
  }
  .subscribe-button {
    gap:5px;
    padding: 0px 1px 0px 5px !important;
  }
  .subscribe-button-wrapper.active.real-subscribe{
    padding: 4px 0px 0px 4px !important;
  }

  .subscribe-button .icon-lock{
    width: 0;
  }

  .action-buttons{
    margin-left: 2px;
  }

  .header .header-first-section .header-action-bar .header-menu .icon {
    margin-right: 15px;
  }
  .e-namad-wrapper{
    grid-template-columns:1fr !important;
  }

}

@media only screen and (min-width: 480px) {
  .info-phone-icon {
    display: none !important;
  }
}

@media only screen and (min-width: 888px) {
  #phone-title-desktop {
    display: flex;
  }

  #phone-title-mobile {
    display: none;
  }
}

@media only screen and (max-width: 888px) {
  /* #phone-title-mobile {
      display: flex;
      z-index: 10;
    } */
}

@media only screen and (max-width: 1440px) {
  .container_1 .Ellipse {
    padding: 100px 0 0 0;
    margin-top: -64px !important;
  }
}

@media only screen and (max-width: 1380px) {
  .container_1 .Ellipse {
    padding: 100px 0 0 0;
    margin-top: -64px !important;
  }

  .header .top-nav .logo-menu-section {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

/* .header .top-nav .logo-menu-section .menu {
  margin-right: 20px;
  width: 72%;
} */

.header .top-nav .logo-menu-section .menu button,
.header .top-nav .subscribes-panel button {
  color: black;
  font-size: 15px;
  margin: 0 50px;
}

/* .nav-links a li {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 0 20px 0 20px;
} */

.header .top-nav .subscribes-panel button {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
}

.page-header {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
}

.container_1 .services {
  display: flex;
  justify-content: center;
  margin-top: -6px;
  overflow-x: scroll;
  width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.container_1 .services::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container_1 .services {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.container_1 .services section {
  box-sizing: border-box;
  min-width: 100px;
}

.container_1 .services a {
  border: none;
  background: none;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 10px;
  font-size: 10px;
}

.container_1 .services section {
  border-top: 6px solid transparent;
}

.container_1 .services section:hover {
  border-top: 6px solid #f59e0b;
}

.container_1 .services section span {
  color: #d97706;
  cursor: pointer !important;
}

.container_1 .services section img {
  margin-bottom: 10px;
  transition: 0.3s;
  filter: invert(67%) sepia(98%) saturate(1042%) hue-rotate(346deg) brightness(103%) contrast(97%);
}

.container_1 .services section:hover img {
  /* filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg)
      brightness(104%) contrast(97%); */
  /* opacity: 0.5; */

  transform: scale(1.1);
  transition: 0.3s;
}

.Ellipse {
  background: url("../images/back-image.svg") no-repeat;
  background-size: 101%;
  padding: 100px 0 0 0;
  margin-top: -70px;
}

.container_1 .slider {
  background-size: 100%;
  /* padding: 100px 0 0 0; */
  margin-top: -30px;
  z-index: -1;
}

.container_1 .carousel .carousel-inner {
  margin-top: 0px;
}

.container_1 .carousel .carousel-inner img {
  width: 100%;
}

.container_1 .carousel .carousel-btn {
  display: flex;
  justify-content: center;
}

.container_1 .carousel .carousel-btn button {
  width: 42px;
  height: 7px;
  left: 773px;
  top: 964px;
  background: #e5e5e5;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  margin: 5px 10px 5px 0;
}

.container_1 .asiatech-services {
  margin: 50px 20px;
  font-size: 16px !important;
}

.container_1 .asiatech-services .service-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
  grid-gap: 30px;
  margin-top: 50px;
}

.container_1 .asiatech-services .service-container section {
  /* width: 90%;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 5px;
    padding: 16px; */
  padding: 12px 24px !important;
  cursor: pointer;
  border-radius: 5px;
  margin: 8px 16px 18px 16px;
  width: 98%;
}

.container_1 .asiatech-services .service-container section .header {
  width: 100%;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
}

.container_1 .asiatech-services .service-container .service-box {
  box-shadow: 0 0 7px rgb(151 151 151 / 16%);
}

.container_1 .asiatech-services .service-container .service-box:hover {
  background-color: #edf6fb;
  transition: 0.5s ease-in-out;
  padding: 16px;
  box-shadow: none !important;
}

.container_1 .news-section {
  background: aliceblue;
  padding: 50px 20px 15px 20px;
  font-size: 16px !important;
}

.container_1 .news-section .title {
  margin: 0 8%;
}

.container_1 .news-section .news {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.container_1 .news-section .news .arrow {
  padding: 5px;
  margin: 0 10px;
}

.container_1 .news-section .news .arrow:hover {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg)
    brightness(104%) contrast(97%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.212);
  border-radius: 50%;
}

.container_1 .news-section .news .mySlides {
  animation-name: fade;
  animation-duration: 3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 100px;
}

.container_1 .news-section .news .mySlides a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container_1 .news-section .news .mySlides a img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.container_1 .news-section .news .mySlides p {
  width: 95%;
  text-align: justify;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* footer styles */
footer {
  width: 100%;
}

footer .bg-dark {
  padding: 10px;
  background-color: #212529;
  text-align: center;
  color: #ababab;
  font-size: 12px;
}

.gap-1 {
  gap: 8px !important;
}

.newMenu {
  position: absolute;
  display: none;
  top: 54px;
  right: 38px;
  max-width: max-content;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 100px;
  min-height: 20vh;
  z-index: 1000;
  padding: 50px 20px;
  width: 80vw;
}

.newMenu a,
.newMenu .menuParent,
.newMenu .menuParent_1,
.newMenu .parent_name,
.newMenu .child-name,
.newMenu .menu-child,
.newMenu .header,
.newMenu .arrow-key {
  color: #f59e0b !important;
}

.newMenu .menu-child img,
.newMenu .arrow-key img {
  filter: invert(67%) sepia(98%) saturate(1042%) hue-rotate(346deg)
    brightness(103%) contrast(97%) !important;
}

@media screen and (max-width: 1550px) {
  footer .footer {
    grid-template-columns: 1fr 1fr 1fr !important;
    align-content: center;
  }

  footer .footer-address-container {
    border-left: none;
  }
}

@media screen and (max-width: 1390px) {
  footer .footer {
    grid-template-columns: 1fr 1fr !important;
    align-content: center;
  }

  footer .info-section {
    border-left: none;
  }

  footer .footer-address-container {
    border-left: 1px solid white;
  }
}

@media screen and (max-width: 1050px) {
  footer .footer {
    grid-template-columns: 1fr !important;
    align-content: center;
    justify-items: center;
  }

  footer .footer-address-container, footer .info-section, footer .items-section {
    border: none;
  }

  .newMenu {
    /*width: 100vw;*/
    flex-direction: column;
  }

  .container_1 .services section {
    min-width: 80px;
  }

  .container_1 .services a {
    margin: 12px;
  }
}

@media screen and (max-width: 600px) {
  .newMenu {
    right: 0;
    width: 100vw;
    border-bottom-right-radius: 30px !important;
  }

  .header .header-first-section .header-action-bar .header-menu img {
    margin-right: 10px;
  }

  .sections-wrapper {
    padding: 0 !important;
  }

  /* .extra-item-wrapper:nth-child(3) {
      display: none !important;
    } */
  .header-first-section {
    flex-direction: column;
  }

  .header .header-first-section .header-action-bar {
    flex: none;
    border-radius: 0;
    border-right: none;
  }

  footer .footer {
    grid-template-columns: 1fr 1fr !important;
    align-content: center;
    justify-items: center;
  }

  .footer-address-container {
    grid-column: 1/3;
  }

  .info-section {
    grid-template-columns: 1fr !important;
    grid-column: 1/3;
    justify-self: center;
  }



  .e-namad-wrapper, .items-section {
    grid-column: 1/3;
  }

  .container_1 .services {
    justify-content: normal;
  }

  .container_1 .services section {
    min-width: 95px;
  }

  .menuParent_1,
  .child-name {
    display: none !important;
  }
  .first-child {
    border: none !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    flex-direction: column;
  }
  .first-child .menu-child {
    color: gray !important;
    margin: 0 !important;
  }
  .first-child .z-row {
    margin: 0; !important;
  }
  .newMenu {
    padding: 20px;
  }
  .submenu-container .z-row {
    flex: auto;
  }
  .submenu-container a {
    flex-grow: 1;
    min-width: 50px;
    max-width: 65px;
    margin-left: 15px;
  }
  .first-child .submenu-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    /*flex-direction: row !important;*/
    /*flex-wrap: wrap;*/
    /* justify-content: space-between; */
  }
  .menu-child img {
    margin: 0 !important;
  }
  .menuItemContainer {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 420px) {
  footer .footer {
    grid-template-columns: 1fr !important;
    align-content: center;
    justify-items: center;
    padding: 20px 10px !important;
    gap:0px !important;
  }

  .footer-address-container {
    grid-column: 1/2;
  }

  .items-section {
    flex-direction: column;
  }

  .items-section ul {
    text-align: center;
  }

  .info-section {
    grid-template-columns: 1fr !important;
    grid-column: 1/2;
    justify-self: center;
  }

  .e-namad-wrapper {
    grid-column: 1/1;
  }

  .newMenu {
    right: 0;
  }

  .container_1 .services a {
    margin: 10px;
  }
}

.footer-en {
    background-color: #6d6b6b;
    color: white !important;
    padding: 40px 40px 20px 40px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer-en .info-section, .footer-en .footer-address-container {
    border: none;
}

.footer-en .info-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-en .footer-address-container .footer-address {
    font-size: 20px
}

footer .footer {
  background-color: #6d6b6b;
  color: white !important;
  padding: 40px 40px 20px 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.5fr 1.75fr 1.2fr 0.75fr;
  width: 100%;
}

footer .footer ul {
  list-style: none;
  line-height: 40px;
}

footer .footer ul li:hover {
  list-style: circle;
  color: #2aabe2;
}

footer .footer ul li a {
  font-weight: normal !important;
  font-size: small;
}

footer .footer ul li:hover a {
  cursor: pointer;
  color: #2aabe2 !important;
}

footer .footer a {
  color: white !important;
}

.e-namad-wrapper {
  margin: 0 8px;
  /* width: 100%; */
}

.e-namad-item {
  padding: 10px 0;
  border-radius: 6px;
  height: fit-content;
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.e-namad-title {
  font-weight: 400 !important;
}

.footer-address {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 30px;
  text-align: justify;
  margin: 0;
}

.footer-address-container {
  display: flex;
  align-self: center;
  align-items: center;
  border-left: 1px solid white;
  height: 100%;
}

/* responsive */

@media only screen and (max-width: 1440px) {
  .mega-box .content .z-row {
    width: 23%;
  }
}

@media only screen and (max-width: 1364px) {
  .header .lang-serach-section .search-form .search:focus {
    width: 215px;
  }

  .mega-box .content .z-row {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  footer .footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .users-type-section a {
    font-size: 10px;
  }
  .subscribe-container{
    flex-wrap: nowrap;
  }
  .smallScale {
    display: none;
  }

  .largeScale {
    display: contents;
  }
}

@media only screen and (max-width: 1024px) {
  .container_1 {
    min-height: 325px;
  }

  footer .footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mega-box .content .z-row {
    width: 25%;
  }

  .container_1 .Ellipse {
    margin-top: -0px !important;
  }

  .container_1 .asiatech-services .service-container {
    grid-template-columns: auto auto;
  }

  .container_1 .news-section {
    padding: 90px 0px !important;
    /* background-size: 100% 100%; */
  }

  .container_1 .news-section .title {
    margin: 0 5% !important;
  }

  .container_1 .news-section .news .mySlides {
    width: 80% !important;
  }

  .item-title-main {
    text-align: center;
  }
}

@media screen and (max-width: 970px) {
  .z-row .mega-links a li:hover {
    background: none;
  }

  .z-row .mega-links a li:hover {
    color: white;
  }

  .nav-links .desktop-item:hover,
  .nav-links .desktop-item {
    color: gray !important;
    font-size: 16px;
  }

  .nav-links .close-btn {
    display: inline;
    width: auto;
    height: 20px;
    float: left;
    margin: 0 0 0 8px;
  }

  .users-type-section {
    margin-right: 10px;
    display: flex;
  }

  .header .lang-serach-section {
    /* width: 35%; */
  }

  .header .top-nav .subscribes-panel {
    /* display: none; */
  }

  .top-nav .logo-menu-section {
    width: 100%;
    justify-content: space-between;
  }

  .top-nav .icon {
    display: inline;
    width: auto;
    height: 30px;
    cursor: pointer;
  }

  .responsive .wrapper .nav-links {
    left: 0;
    color: white;
    padding: 20px 16px;
  }

  footer .footer section {
    /* width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
  }
}

@media only screen and (max-width: 1092px) {
  .nav-links li {
    /* padding: 0 6px 0 6px; */
    font-size: 14px;
  }

  .header .top-nav .logo-menu-section .menu {
    border-right: 1px solid gray;
    margin-right: 10px;
    width: max-content;
  }
}

@media only screen and (max-width: 770px) {
  .e-namad-item {
    width: 100%;
  }

  /* footer .footer {
      grid-template-columns: 1fr 1fr;
    } */
}

@media only screen and (max-width: 700px) {
  footer .footer {
    grid-template-columns: 1fr 1fr;
  }

  footer .footer section {
    margin-right: 0 !important;
    width: 100%;
  }

  .header .header-first-section .header-action-bar .header-menu .icon {
    margin-right: 15px;
  }
}

@media screen and (max-width: 700px) {
  .Ellipse {
    padding: 36px 0 0 0;
  }
}

/*
@media screen and (max-width: 600px) {
  .container_1 .asiatech-services .service-container section {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .container_1 .asiatech-services .service-container section {
    margin: 8px 16px 18px 16px;
  }
} */

@media screen and (max-width: 640px) {
  .container_1 .asiatech-services {
    margin: 50px 0 !important;
  }

  .container_1 .asiatech-services .service-container {
    grid-gap: 0;
  }
}

@media screen and (max-width: 840px) {
  .container_1 .Ellipse {
    padding: 58px 0 0 0 !important;
  }
}

@media only screen and (max-width: 593px) {
  .header .header-first-section .users-type-section {
    width: 100%;
  }

  #phone-title-mobile {
    display: none;
  }
}

@media only screen and (max-width: 364px) {
  .info-phone {
    /* justify-content: center !important; */
  }

  #phone-title-mobile {
    /* position: absolute;
        top: 28px; */
    background: #2aabe2;
    border-radius: 5px;
    height: 32px;
  }

  .header .top-nav {
    /* padding: 46px 0 20px 16px; */
    padding: 16px;
  }

  .arrow-up {
    top: -12px;
  }

  .tooltip-phone {
    top: 35px;
  }

  .container_1 .Ellipse {
    padding: 46px 0 0 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .container_1 .asiatech-services {
    margin: 0 !important;
  }

  .e-namad-wrapper {
    /* width: 100%; */
  }

  .info-phone {
    text-align: end;
    display: flex;
    justify-content: end;
  }

  .icon-phone {
    background-size: 18px;
    margin: 11px 8px 0 8px;
  }

  .trin-trin {
    animation-duration: 2.8s;
  }

  #phone-title-mobile {
    display: flex;
    z-index: 10;
  }

  /* .header .lang-serach-section {
      position: absolute;
      left: 0;
    } */
  .hamb-search-container {
    display: flex;
    height: 42px;
    margin: 8px 0 12px 0;
    width: 100%;
  }

  .hamb-search-container .hamb-menu-search {
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px;
    margin-top: 5px;
  }

  .hamb-search-container .search-icon {
    left: 26px;
    top: 30px;
    width: 30px;
    position: absolute;
    filter: invert(81%) sepia(26%) saturate(94%) hue-rotate(509deg)
      brightness(144%) contrast(40%);
  }

  .header .lang-serach-section .search-form {
    display: none;
  }

  .header .lang-serach-section {
    justify-content: end;
  }

  .header .lang-serach-section .lang {
    border-radius: 5px;
  }

  .container_1 .asiatech-services .service-container {
    grid-template-columns: auto;
  }

  footer .footer {
    grid-template-columns: 1fr 1fr;
  }

  .container_1 .news-section {
    /* background-size: cover; */
    height: 580px;
  }

  .card-img-overlay {
    display: none !important;
  }

  .header .header-first-section .users-type-section .active {
    padding: 2px 6px;
  }
}

@media only screen and (max-width: 375px) {
  .icon-phone {
    background-size: 18px;
    margin: 11px 2px 0 3px;
  }

  /* footer .footer {
    grid-template-columns: 1fr;
  } */

  .extra-item-wrapper a {
    padding: 0 !important;
    margin: 0 1px !important;
  }

  .container_1 .news-section {
    padding: 60px 0 !important;
  }
}


@media only screen and (width: 375px) {
  .info-phone {
    /* justify-content: center !important; */
  }

  #phone-title-mobile {
    /* position: absolute;
        top: 28px; */
    background: #2aabe2;
    border-radius: 5px;
    height: 32px;
  }

  .header .top-nav {
    /* padding: 46px 0 20px 16px; */
    padding: 16px 16px 20px 16px;
  }

  .arrow-up {
    top: -12px;
  }

  .tooltip-phone {
    top: 35px;
  }
}



@media only screen and (max-width: 350px) {
  .container_1 .news-section .title {
    margin-bottom: 20px !important;
  }

  .header .lang-serach-section .search-container .search:focus {
    margin: 0;
    background: white;
    color: #424242;
    width: 200px;
  }

  .header .lang-serach-section .lang {
    background-color: transparent;
    color: white;
    text-decoration: underline;
  }
}

/* icons */
.arrow-down {
  background: url("../images/arrow-down.png") center;
  height: 20px;
  width: 20px;
  float: left;
}

.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
  padding: 20px;
  border-left: 1px solid white;
}

.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 8px;
  position: relative;
  width: 250px;
  align-self: center;
  height: 55px;
  padding: 0 5px;
}

.logo-section a {
  transition: 0.8s;
}

.logo-section a:hover {
  transform: scale(1.2);
  transition: 0.8s;
}

.logo-section .info-content {
  font-size: 20px;
}

.logo-section .info-title-up {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -62%);
  background: #6d6b6b;
  margin: 0 5px;
  width: max-content;
}

.logo-section .info-title-down {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 35%);
  background: #6d6b6b;
  padding: 0 5px;
  width: max-content;
}

.logo-section .info-title-down span {
  font-size: 12px;
}

.card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.PageBanner {
  margin-bottom: 2rem;
}

.gallery {
  margin: 25px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-header {
  margin: 42px 30px -20px 0px;
}

.gallery .card-item {
  width: 16rem;
  margin: 10px;
}

.gallery-pagination nav {
  top: 0;
}

@media screen and (max-width: 970px) {
  .desktop-item .active {
    color: #2aabe2;
    font-weight: bold;
    font-size: 16px;
  }

  .subMenu {
    margin-top: 95px;
  }

  .nav-links li.active .drop-menu,
  .nav-links li.active .mega-box {
    transition: all 0.3s ease;
    top: 100px;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
}

@media screen and (max-width: 956px) {
  .container_1 {
    min-height: 292px;
  }
}

@media screen and (max-width: 901px) {
  .container_1 {
    min-height: 251px;
  }
}

@media screen and (max-width: 888px) {
  .container_1 {
    min-height: 233px;
  }
}

@media screen and (max-width: 828px) {
  .container_1 {
    min-height: 192px;
  }
}

@media screen and (max-width: 820px) {
  .container_1 {
    min-height: 151px;
  }
}

@media screen and (max-width: 713px) {
  .container_1 {
    min-height: 110px;
  }
}

@media screen and (max-width: 700px) {
  .container_1 {
    min-height: 147px;
  }
}

@media screen and (max-width: 603px) {
  .container_1 {
    min-height: 145px;
  }
}

@media screen and (max-width: 482px) {
  .container_1 {
    min-height: 107px;
  }
}

@media screen and (max-width: 463px) {
  .container_1 {
    min-height: 89px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


@media only screen and (max-width: 802px) {
  .users-type-section a {
    font-size: 10px;
  }
  .subscribe-container{
    flex-wrap: nowrap;
  }
  .smallScale {
    display: contents;
  }

  .largeScale {
    display: none;
  }

  /* footer .footer {
      grid-template-columns: 1fr 1fr;
    } */
}
