@charset "UTF-8";
@import url("/wp-content/themes/vectors/css/icons.css");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");
:root {
  --main-1-color: #1f355e ;
  --main-2-color: #642d78 ;
  --main-3-color: #2db9be ;
  --main-4-color: #daac49;
}

:lang(en) {
  font-family: roboto, Almarai;
}

:lang(ar) {
  font-family: Almarai, roboto;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  margin: 0;
  display: grid;
}
html:lang(en) {
  direction: ltr;
}
html:lang(ar) {
  direction: rtl;
}

@media (max-width: 500px) {
  .v-container {
    padding: 0 10px;
  }
}
@media (min-width: 501px) {
  .v-container {
    padding: 0 10px;
  }
}
@media (min-width: 801px) {
  .v-container {
    padding: 0 calc((100% - 768px) / 2);
  }
}
@media (min-width: 1075px) {
  .v-container {
    padding: 0 calc((100% - 1024px) / 2);
  }
}
@media (min-width: 1251px) {
  .v-container {
    padding: 0 calc((100% - 1200px) / 2);
  }
}
@media (min-width: 1971px) {
  .v-container {
    padding: 0 calc((100% - 1920px) / 2);
  }
}

.hide {
  display: none !important;
}

body {
  overflow-x: hidden;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: -webkit-min-content auto -webkit-max-content -webkit-min-content;
  grid-template-rows: min-content auto max-content min-content;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 3px;
  background-size: contain;
  margin: 0;
}
body:lang(en) {
  background-image: url(../images/bg-body-grp-4.svg), url(../images/bg-body-grp-3.svg), url(../images/bg-body-grp-2.svg), url(../images/bg-body-grp-1.svg);
  background-position-x: 49vw, 45vw, 42vw, 37vw;
}
body:lang(ar) {
  background-image: url(../images/bg-body-grp-r-4.svg), url(../images/bg-body-grp-r-3.svg), url(../images/bg-body-grp-r-2.svg), url(../images/bg-body-grp-r-1.svg);
  background-position-x: -48vw, -42vw, -40vw, -38vw;
}
header {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
 
}
@media (min-width: 501px) {
  header {
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
}
@media (min-width: 801px) {
  header {
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
}

.header-top {
  display: grid;
  grid-template-rows: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 500px) {
  .header-top {
    grid-template-columns: auto;
    grid-template-rows: 50px;
    grid-auto-rows: 50px;
    font-size: 5vw !important;
    text-align: center;
  }
}
@media (min-width: 501px) {
  .header-top {
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
    grid-template-rows: 50px;
    grid-auto-rows: 50px;
  }
}
@media (min-width: 801px) {
  .header-top {
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
    grid-template-rows: 50px;
    grid-auto-rows: 50px;
  }
}
@media (min-width: 1075px) {
  .header-top {
    grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content auto -webkit-min-content -webkit-min-content;
    grid-template-columns: min-content min-content min-content auto min-content min-content;
  }
}
.header-top > div {
  white-space: nowrap;
}
.header-top > div:nth-child(1) {
  font-weight: bold;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.2666666667);
  border-radius: 165px;
  height: 130px;
  width: 130px;
  padding: 46px 12px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header-top > div:nth-child(1):hover {
  background-color: #daac49;
}
.header-top > div:nth-child(1):lang(en) {
  --margin-right: 24px;
}
.header-top > div:nth-child(1):lang(ar) {
  --margin-left: 24px;
}
.header-top > div:nth-child(1) a {
  display: grid;
  grid-auto-flow: column;
}
.header-top > div:nth-child(1) a:hover {
  color: #ffffff;
}
.header-top > div:nth-child(1) a div:first-child {
  grid-column: 2;
  display: grid;
  grid-auto-flow: row;
}
.header-top > div:nth-child(1) a div:first-child i {
  padding: 5px 5px;
  font-size: 22px;
}
.header-top > div:nth-child(1) a div:last-child {
  font-size: 30px !important;
  color: white;
  padding-left: 5px;
}
.header-top > div:nth-child(1) a div:last-child:lang(en) {
  border-right: 1px solid #fff;
}
.header-top > div:nth-child(1) a div:last-child:lang(ar) {
  border-left: 1px solid #fff;
}
@media (min-width: 501px) {
  .header-top > div:nth-child(1) {
    grid-column: 1;
  }
}
@media (min-width: 801px) {
  .header-top > div:nth-child(1) {
    grid-column: 1;
    text-align: left;
  }
}
@media (min-width: 1075px) {
  .header-top > div:nth-child(1) {
    grid-column: 1;
  }
}
.header-top > a:nth-child(2) {
  width: 45px;
  background: rgba(255, 255, 255, 0.3333333333);
  height: 45px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 1;
}
.header-top > a:nth-child(2):hover {
  background-color: #2db9be;
  color: #ffffff;
}
.header-top > a:nth-child(2):lang(ar) {
  --margin-right:10px;
}
.header-top > a:nth-child(2):lang(en) {
  --margin-left:10px;
}
.header-top > a:nth-child(3) {
  width: 45px;
  background: rgba(255, 255, 255, 0.3333333333);
  height: 45px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  --opacity: 0;
}
.header-top > a:nth-child(3):hover {
  --background-color:#2db9be ;
  color: #ffffff;
}
.header-top > a:nth-child(3):lang(ar) {
  --margin-right:10px;
}
.header-top > a:nth-child(3):lang(en) {
  --margin-left:10px;
}
.header-top > div:nth-child(4):lang(ar) {
  text-align: right;
}
.header-top > div:nth-child(4):lang(en) {
  text-align: left;
}
@media (min-width: 501px) {
  .header-top > div:nth-child(4) {
    grid-column: 1;
  }
}
@media (min-width: 801px) {
  .header-top > div:nth-child(4) {
    grid-column: 3;
    text-align: right;
  }
}
@media (min-width: 1075px) {
  .header-top > div:nth-child(4) {
    grid-column: 4;
  }
}
@media (min-width: 501px) {
  .header-top > div:nth-child(5) {
    grid-column: 1;
  }
}
@media (min-width: 801px) {
  .header-top > div:nth-child(5) {
    grid-column: 1;
    text-align: left;
  }
}
@media (min-width: 1075px) {
  .header-top > div:nth-child(5) {
    grid-column: 5;
    text-align: right;
  }
}
@media (min-width: 501px) {
  .header-top > div:nth-child(6) {
    grid-column: 1;
  }
}
@media (min-width: 801px) {
  .header-top > div:nth-child(6) {
    grid-column: 3;
    text-align: right;
  }
}
@media (min-width: 1075px) {
  .header-top > div:nth-child(6) {
    grid-column: 6;
    text-align: right;
  }
}
.header-top > div:nth-child(6) input {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 83px;
  display: inline-block;
  height: 30px;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  text-indent: 10px;
}
.header-top > div:nth-child(6) input:focus {
  outline: none;
  border-color: #daac49 !important;
}
.header-top > div:nth-child(6) button {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 83px;
  display: inline-block;
  height: 30px;
  width: 31px;
  cursor: pointer;
}
.header-top > div:nth-child(6) button:focus {
  outline: none;
}
.header-top div.social {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.header-top div.social a.adv {
  background: white;
  height: 49px;
  display: none;
}

.header-top:lang(ar) {
  background: -webkit-gradient(linear, right top, left top, from(#1f355e), color-stop(50%, #642d78), to(#2db9be));
  background: linear-gradient(-90deg, #1f355e 0%, #642d78 50%, #2db9be 100%);
}

.header-top:lang(en) {
  background: -webkit-gradient(linear, left top, right top, from(#1f355e), color-stop(50%, #642d78), to(#2db9be));
  background: linear-gradient(90deg, #1f355e 0%, #642d78 50%, #2db9be 100%);
}

.header-top {
  color: #fff;
  font-size: small;
  border-radius: 3px 3px 0 0;
}
.header-top i:lang(en)::before {
  padding-right: 5px;
}
.header-top i:lang(ar)::before {
  padding-left: 5px;
}
.header-top i:not(:first-child) {
  padding: 0 10px;
}
.header-top a {
  color: white;
  text-decoration: none;
}
.header-top a:hover {
  color: #2db9be;
}

.header-bottom {
  display: grid;
}
@media (max-width: 500px) {
  .header-bottom {
    grid-template-columns: auto;
  }
}
@media (min-width: 501px) {
  .header-bottom {
    grid-template-columns: auto;
  }
}
@media (min-width: 801px) {
  .header-bottom {
    grid-template-columns: 21% auto;
  }
}
@media (min-width: 1075px) {
  .header-bottom {
    grid-template-columns: 17% auto;
  }
}
.header-bottom > .logo {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .header-bottom > .logo {
    grid-column: 1;
    height: 35vw;
    background-position-x: center;
  }
}
@media (min-width: 501px) {
  .header-bottom > .logo {
    grid-column: 1;
    max-height: 175px;
    height: 35vw;
    background-position-x: center;
  }
}
@media (min-width: 801px) {
  .header-bottom > .logo {
    grid-column: 1;
    height: 90px;
    background-position-x: left;
  }
}
@media (min-width: 1075px) {
  .header-bottom > .logo {
    grid-column: 1;
    height: 90px;
    background-position-x: left;
  }
}
@media (max-width: 500px) {
  .header-bottom > .mainMenu {
    grid-columns: 1;
  }
}
@media (min-width: 501px) {
  .header-bottom > .mainMenu {
    grid-column: 1;
  }
}
@media (min-width: 801px) {
  .header-bottom > .mainMenu {
    grid-column: 2;
  }
}

ol > li:lang(ar) {
  list-style: arabic-indic !important;
}

ul > li > a.title {
  font-size: 20px;
  color: #daac49;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
}
ul > li > .date {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
}
ul > li > .excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
}

footer {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 40px;
  color: white;
  font-size: 13px;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 6fr 1fr;
  grid-template-rows: -webkit-min-content 70px;
  grid-template-rows: min-content 70px;
  grid-gap: 5px;
  padding-bottom: 5px;
}
footer .footer-top:lang(ar) {
  background: -webkit-gradient(linear, right top, left top, from(#1f355e), color-stop(50%, #642d78), to(#2db9be));
  background: linear-gradient(-90deg, #1f355e 0%, #642d78 50%, #2db9be 100%);
}
footer .footer-top:lang(en) {
  background: -webkit-gradient(linear, left top, right top, from(#1f355e), color-stop(50%, #642d78), to(#2db9be));
  background: linear-gradient(90deg, #1f355e 0%, #642d78 50%, #2db9be 100%);
}
footer .footer-top > .logo {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  grid-column: 2;
  -webkit-filter: sepia(100%) saturate(0%) brightness(500%);
          filter: sepia(100%) saturate(0%) brightness(500%);
}
@media (max-width: 800px) {
  footer .footer-top > .logo {
    grid-column: 1/3;
  }
}
footer .footer-top > .logo:lang(en) {
  background-position: left center;
}
footer .footer-top > .logo:lang(ar) {
  background-position: right center;
}
footer .footer-top > .contact {
  grid-column: 1;
  grid-row: 2;
}
footer .footer-top > .footer-menu {
  margin-top: 20px;
  grid-column: 1/3;
  grid-row: 1;
}
footer .footer-top > .footer-menu > ul {
  display: grid;
  gap: 10px;
}
@media (max-width: 510px) {
  footer .footer-top > .footer-menu > ul {
    grid-template-columns: repeat(1, 1fr);
    font-size: 7vw !important;
  }
}
@media (min-width: 511px) and (max-width: 1075px) {
  footer .footer-top > .footer-menu > ul {
    grid-template-columns: repeat(2, 1fr);
    font-size: 4vw !important;
  }
}
@media (min-width: 1076px) {
  footer .footer-top > .footer-menu > ul {
    grid-template-columns: repeat(5, 1fr);
    font-size: inherit;
  }
}
footer .footer-top > .footer-menu > ul > li {
  font-weight: 700;
}
footer .footer-top > .footer-menu > ul > li > ul > li {
  display: grid;
  grid-template-columns: 5px calc(100% - 10px);
  width: 100%;
  grid-gap: 5px;
}
footer .footer-top > .footer-menu > ul > li > ul > li::before {
  content: ".";
  color: white;
}
@media (max-width: 510px) {
  footer .footer-top > .footer-menu > ul > li > ul > li {
    font-size: 6vw;
    line-height: 1.5em;
  }
}
@media (min-width: 511px) and (max-width: 1075px) {
  footer .footer-top > .footer-menu > ul > li > ul > li {
    font-size: 4vw;
    line-height: 1.5em;
  }
}
@media (min-width: 1075px) {
  footer .footer-top > .footer-menu > ul > li > ul > li {
    font-size: inherit;
  }
}
footer .footer-top > .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.5em;
}
footer .footer-top > .footer-menu ul li:lang(en) {
  float: left;
}
footer .footer-top > .footer-menu ul li:lang(ar) {
  float: right;
}
footer .footer-top > .footer-menu ul li a {
  color: white;
  text-decoration: none;
}
footer .footer-top > .footer-menu ul li a:hover {
  color: #2db9be;
}
footer .footer-bottom {
  display: grid;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  background-color: #2a2a2a;
  border-radius: 0 0 3px 3px;
  color: #999;
  text-align: center;
  font-size: small;
  padding: 0 10px;
}
footer .footer-bottom:lang(en)::after {
  content: "National Telecom Regulatory Authority";
}
footer .footer-bottom:lang(ar)::after {
  content: "الجهاز القومي لتنظيم الاتصالات";
}

.hero {
  height: 300px;
  position: relative;
}

div.secondaryMenu > ul {
  display: inline;
  margin: 0;
  padding: 0;
}
div.secondaryMenu > ul > li {
  display: inline-block;
}
div.secondaryMenu > ul > li a {
  color: white;
  text-decoration: none;
}
div.secondaryMenu > ul > li:not(:last-child):after {
  content: " |";
}

.lines-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  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: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 16px;
  background: transparent;
  outline: none;
}
.lines-button > * {
  display: block;
}
.lines-button:hover, .lines-button:focus {
  outline: none;
}
.lines-button::-moz-focus-inner {
  border: 0;
}

.lines {
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -4px;
}
.lines::before, .lines::after {
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
          transform-origin: 2.85714px center;
  width: 100%;
}
.lines::before {
  top: 6px;
}
.lines::after {
  top: -6px;
}
.lines, .lines:before, .lines:after {
  background-color: #111;
}

.toggle-active .lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
header {
    margin-bottom: 30px !important;
}