@charset "UTF-8";

.page-home {
  overflow: hidden;
}

[data-pdf]::before {
  content: "\f1c1";
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: 0.5rem;
  font-family: "Font Awesome 5 Free";
}

body :is(.work-sa) {
  color: var(--clr-primary-hsl-300) !important;
}

body :is(.word-glob) {
  color: var(--clr-primary-hsl-100);
}

body :is(.work-scrou),
a.work-scrou {
  color: hsl(240deg 53.13% 70.88%) !important;
}

/* Header */
.container-logo {
  display: grid;
  grid-template-columns: 14% 72% 14%;
  align-items: center;
  position: relative;
}

.suc-link {
  background: #7979b6;
}

.newtopline ul#primary-menu > li > a {
  margin: 0;
  padding-block: 20px !important;
  padding-inline: 12px !important;
}

.newtopline ul#primary-menu {
  gap: 5px !important;
}

.newtopline a.link-offer {
  padding: 20px 16px !important;
  border-radius: 0 !important;
  min-width: 110px !important;
  text-align: center;
}

ul#primary-menu > li > a {
  margin-block: 8px;
  padding-block: 6px !important;
  border-bottom: 2px solid transparent;
}

ul#primary-menu > li > a:hover {
  border-color: #fab235;
}

header .menu-site ul#primary-menu {
  gap: 10px;
  margin-inline-start: 10px;
}

header .menu-site ul#primary-menu > li > a {
  padding-block: 20px;
}

.user-area svg path {
  fill: white;
  transition: 300ms;
}

.user-area a:hover svg path {
  stroke: var(--clr-primary-hsl-200);
}

header .top .d-flex {
  justify-content: space-between;
}

.font-change-size {
  display: flex;
  align-items: center;
  gap: 7px;
}

.font-change-size button {
  all: unset;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: grid;
  place-content: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 0.8rem;
  transition: 300ms;
}

.font-change-size button:hover {
  color: var(--clr-primary-hsl-200);
}

.sub-menu {
  display: grid;
}

.sub-menu h2 {
  color: #fff;
  font-size: 1.4rem;
  margin-block-end: 1.15rem;
}

.sub-menu .image figure {
  margin: 0;
  height: 200px;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
}

.sub-menu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-menu .menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.sub-menu ul li p {
  margin-block-start: 0.5rem;
  font-size: 0.81rem;
  color: #fff;
}

header .menu-site ul > li > a {
  padding: 0 !important;
  margin-block-end: 0.5rem;
}

/* Hero */
.hero {
  margin-block-end: 1.1rem;
  position: relative;
  overflow: hidden;
}

.hero::after,
.hero::before {
  content: "";
  position: absolute;
  height: 702px;
  width: 291px;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1.png);
  background-size: cover;
  z-index: 1;
}

.hero::before {
  top: -330px;
}

.hero::after {
  bottom: -136px;
  left: -165px;
  background-position: right;
}



section.BgImageSlider{
	margin-bottom:0px !important;
}

.hero .item {
   min-height: 500px;
  background-size: cover;
  color: #fff;
  position: relative;
}

.hero .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 35%;
}

.hero .item video {
  position: absolute;
}

.hero .caption {
  width: min(640px, 100%);
  position: relative;
  padding-top: 130px;
  padding-inline-start: 170px;
  z-index: 1;
}

.hero .caption :is(h3, h2) {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-block-end: 1rem;
}

.hero .caption h2 {
  color: #fab235;
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0;
}

.hero .item .foot {
 position: absolute;
  bottom: 0;
  min-height: 5rem;
  background: rgba(18, 20, 38, 68%);
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero .item .foot .inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  padding-top: 20px;
}

.hero .item .foot .inner strong {
  font-weight: 400;
}

/* About */
.about {
  text-align: center;
  position: relative;
}

.about::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-4.png);
  width: 478px;
  height: 494px;
  position: absolute;
  left: -350px;
  background-size: contain;
  bottom: -289px;
  background-repeat: no-repeat;
}

.about :is(p) {
  font-size: 1.2rem;
  color: #232323;
  font-weight: 400;
  line-height: 1.8;
  margin-block-end: 1.5rem;
}

.about :is(.logos) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about .logo-01 figure {
  height: 80px;
  margin: 0;
}

.about :is(.logos) img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.about .logo-02 {
  margin-block-start: 1.5rem;
}

.about .logo-02 :is(figure) {
  height: 50px;
  opacity: 47%;
  transition: 300ms;
}

.about .logo-02 :is(figure:hover) {
  opacity: 1;
  transition: 400ms;
}

/* Search Box */
.search-box {
  background-color: #fcb031;
  min-height: 100px;
  display: grid;
  place-content: center;
  margin-block: 1.5rem;
}

.search-box form {
  min-width: 562px;
  display: flex;
  flex-direction: row-reverse;
}

.search-box form input {
  width: 100%;
  border: none;
  padding: 0.6rem;
  border-radius: 0.3rem;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
}

.search-box form button {
  background-color: #ee4a49;
  color: #fff;
  border: 0;
  border-radius: 0.3rem;
  min-width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* main-plans */
.main-plans {
  margin-block-end: 3.5rem;
  position: relative;
}

.main-plans::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-5.png);
  width: 547px;
  height: 548px;
  position: absolute;
  right: -398px;
  background-size: contain;
  bottom: -39px;
  background-repeat: no-repeat;
}

.main-plans::before {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-6.png);
  width: 478px;
  height: 494px;
  position: absolute;
  left: -350px;
  background-size: contain;
  bottom: -289px;
  background-repeat: no-repeat;
}

.main-plans .head-section h2 {
  width: max-content;
  margin-inline: auto;
  background: #1c8572;
  color: #fff;
  padding-inline: 2rem;
  padding-block: 0.8rem;
}

.main-plans .head-section h3 {
  color: #e84381;
  font-size: 1.2rem;
}

.main-plans .head-section p.font-3 {
  font-size: 1.6rem !important;
}

.main-plans .head-section h6 img {
  max-width: 50px;
}

/* Clients */
.home .clients {
  margin-block-end: 3.5rem;
  position: relative;
}

.home .clients::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-7.png);
  width: 604px;
  height: 596px;
  position: absolute;
  right: -510px;
  background-size: contain;
  bottom: -282px;
  background-repeat: no-repeat;
}

.clients .head-section {
  width: 580px;
  margin-inline: auto;
}

.clients .head-section h2 {
  margin-block-end: 0.5rem;
}

.clients .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* TopSYS */

.topline-sys {
  overflow: hidden;
  height: 600px;
  position: relative;
}

.tab-content h3 {
  position: absolute;
  top: 265px;
  margin: 0;
  width: 750px;
  margin-inline: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
}

.topline-sys .head {
  background: #242835;
  color: #fff;
  min-height: 80px;
  display: grid;
  place-content: center;
}

.topline-sys .head h2 {
  font-weight: 700;
  font-size: 1.9rem;
  margin: 0;
}

.topline-sys .top-nav {
  background: #303443;
}

.topline-sys .top-nav ul#myTab {
  border: 0 !important;
  justify-content: center;
  gap: 2rem;
}

.topline-sys .nav-tabs .nav-item.show .nav-link,
.topline-sys .nav-tabs .nav-link.active {
  color: #fab235;
  background-color: transparent;
  border-color: #fab235 !important;
}

.topline-sys .nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent !important;
  color: #fff;
  padding-block: 1rem;
  font-weight: 600;
  font-size: 18px;
}

.topline-sys > figure {
  margin: 0;
  height: 350px;
  position: relative;
}

.topline-sys > figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 20%;
}

.topline-sys > figure > .gif {
  position: absolute;
  left: 90px;
  bottom: 30px;
  width: min(400px, 100%);
}

.topline-sys > figure > img:not(.gif) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topline-sys .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}

.topline-sys .items .item {
  background: #f3f3f3;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  height: 6rem;
  transition: transform 500ms, height 200ms;
}

.topline-sys .items .item i {
  color: #fab235;
  text-align: left;
  transition: 300ms;
}

.topline-sys .items .item:hover i,
.topline-sys .items .item.openlink i {
  opacity: 0;
}

.topline-sys .items .item p {
  max-height: 0;
  overflow: hidden;
  transition: 300ms;
  font-size: 0.9rem;
}

.topline-sys .items .item:hover p,
.topline-sys .items .item.openlink p {
  max-height: 10rem;
}

.topline-sys .items .item h2 {
  font-weight: 700;
  font-size: 1rem;
}

.topline-sys .items .item:hover,
.topline-sys .items .item.openlink {
  height: 12rem;
  transform: translateY(-6rem);
  background: #242835;
  color: #fff;
}

/* topline-secure */
.topline-secure {
  position: relative;
  background-image: url("https://topline.com.sa/wp-content/uploads/2023/04/Group-103.jpg");
  background-repeat: no-repeat;
  background-size: 1900px;
  background-position: -416px -466px;
  padding-block: 2rem;
}

.topline-secure .head-section {
  position: relative;
  z-index: 2;
}

.topline-secure::before {
  content: "";
  position: absolute;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Group-103-1.png);
  width: 785px;
  height: 826px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -278px;
  z-index: 1;
}

@media (min-width: 1400px) {
  .topline-secure::before {
    width: 781px;
    right: -131px;
  }
}

.topline-secure .row {
  align-items: center;
}

.topline-secure .head-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-block-end: 3rem;
  background: var(--clr-primary-hsl-300);
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  padding: 1rem 2rem;
}

.topline-secure .head-title:hover {
  background-color: hsl(var(--clr-praimary-200));
}

.topline-secure .head-section h2 {
  position: relative;
}

.topline-secure .head-title a {
  color: #fff;
}

.topline-secure .head-section h2::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 40px;
  background-color: var(--clr-primary-hsl-200);
  height: 2px;
  right: 0;
}

.topline-secure .head-section a[data-pdf] {
  background: #ffc86a;
  color: #333;
  margin-block-end: 0.5rem;
}

.topline-secure .head-section a {
  display: inline-block;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 5px;
}

.topline-secure .head-section a[data-buttom] {
  background: #ed4c4c;
  color: #fff;
}

.topline-secure .head-section a[data-pdf]:hover {
  background-color: var(--clr-primary-hsl-200);
}

.topline-secure .head-section [data-buttom]:hover {
  background-color: var(--clr-primary-hsl-300);
}

.topline-secure .item {
  background: #fff;
  box-shadow: 0 24px 26px rgba(0, 0, 0, 4%);
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 9px;
}

.topline-secure .item figure {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: 400ms;
}

.topline-secure .item:hover figure {
  transform: translateY(-5px);
}

.topline-secure .item:is(.c-01) figure {
  background: var(--clr-primary-hsl-300);
}

.topline-secure .item:is(.c-02) figure {
  background: var(--clr-primary-hsl-100);
}

.topline-secure .item:is(.c-03) figure {
  background: var(--clr-primary-hsl-400);
}

.topline-secure .item:is(.c-04) figure {
  background: var(--clr-primary-hsl-200);
}

.topline-secure .item h4 {
  font-size: 1rem;
  max-width: 160px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-block-end: 10px;
}

.topline-secure .item h4::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  bottom: 0;
  right: 0;
  transition: 300ms;
}

.topline-secure .item:hover h4::after {
  width: 100%;
}

.topline-secure .item:is(.c-01) h4::after {
  background: #2d939b;
}

.topline-secure .item:is(.c-02) h4::after {
  background: #ed4c4c;
}

.topline-secure .item:is(.c-03) h4::after {
  background: #7979b6;
}

.topline-secure .item:is(.c-04) h4::after {
  background: #fab235;
}

/* topine-how-to-work */
.topine-how-to-work {
  padding-block: 1.5rem;
  position: relative;
}

.topine-how-to-work .head-section {
  margin-block-end: 2rem;
}

.topine-how-to-work .head-section p {
  font-size: 1.1em;
}

.topine-how-to-work::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-8.png);
  width: 619px;
  height: 633px;
  position: absolute;
  left: -468px;
  background-size: contain;
  bottom: 35px;
  background-repeat: no-repeat;
}

.topine-how-to-work .items {
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Group-74.png);
  min-height: 195px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-around;
  background-size: cover;
  align-items: center;
  color: #fff;
}

@media (min-width: 1400px) {
  .topine-how-to-work .items {
    min-height: 226px;
  }
}

.topine-how-to-work .items strong {
  width: 80px;
  text-align: center;
  position: relative;
}

.topine-how-to-work .items strong:last-child {
  left: 14px;
}

.topine-how-to-work .items strong:nth-child(5) {
  left: 10px;
}

.topine-how-to-work .items strong:nth-child(4) {
  left: 6px;
}

/* topline-in-numbers */

.topline-in-numbers {
  padding-block: 3rem;
  position: relative;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Group-104.jpg);
  background-repeat: no-repeat;
  background-position: -483px -172px;
}

.topline-in-numbers::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Group-104.png);
  width: 618px;
  height: 697px;
  position: absolute;
  right: -212px;
  background-size: contain;
  bottom: -137px;
  background-repeat: no-repeat;
}

.topline-in-numbers figure.right img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  scale: 1.1;
}

.topline-in-numbers .items {
  display: grid;
  gap: 55px;
  grid-template-columns: repeat(2, 1fr);
}

.topline-in-numbers .items .item {
  position: relative;
}

.topline-in-numbers .items .item figure {
  margin: 0;
  width: 70px;
  height: 70px;
  position: absolute;
  background: #fff;
  display: grid;
  place-content: center;
  box-shadow: 0 33px 63px hsl(0 68% 93%);
  border-radius: 6px;
}

.topline-in-numbers .items .item .text {
  padding-inline-start: 100px;
  font-weight: 500;
}

.topline-in-numbers .items .item .text p {
  margin-block-end: 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

/* topline-service */
.topline-service {
  position: relative;
  /* background: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-1.jpg); */
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: center;
}

.topline-service::after {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-9.png);
  width: 618px;
  height: 697px;
  position: absolute;
  right: -530px;
  background-size: contain;
  bottom: -137px;
  background-repeat: no-repeat;
  z-index: -1;
}

.topline-service::before {
  content: "";
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-10.png);
  width: 618px;
  height: 697px;
  position: absolute;
  left: -404px;
  background-size: contain;
  bottom: -900px;
  background-repeat: no-repeat;
}

:root {
  --clr-praimary-100: 0, 81%, 61%;
  --clr-praimary-200: 38, 95%, 59%;
  --clr-praimary-300: 184, 55%, 39%;
  --clr-praimary-400: 240, 29%, 59%;

  --clr-primary-hsl-100: hsl(var(--clr-praimary-100));
  --clr-primary-hsl-200: hsl(var(--clr-praimary-200));
  --clr-primary-hsl-300: hsl(var(--clr-praimary-300));
  --clr-primary-hsl-400: hsl(var(--clr-praimary-400));

  --clr-seconde-hsl-100: hsl(226, 32%, 21%, 7%);
}

.topline-service .item {
  box-shadow: 0 24px 26px var(--clr-seconde-hsl-100);
  padding: 3rem 2rem;
  margin-block-end: 1.2rem;
  border-radius: 10px;
  background: #fff;
}

.topline-service .item[data-margin="top-100"] {
  margin-block-start: 6rem;
}

.topline-service .item[data-margin="bottom-100"] {
  margin-block-start: -6rem;
}

.topline-service .item figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-block-end: 1.1rem;
  transition: 300ms;
}

.topline-service .item:hover figure {
  transform: translateY(-5px);
}

.topline-service .item figure[data-clr="clr-100"] {
  box-shadow: 0 13px 16px hsl(var(--clr-praimary-100), 15%);
}

.topline-service .item figure[data-clr="clr-200"] {
  box-shadow: 0 13px 16px hsl(var(--clr-praimary-200), 15%);
}

.topline-service .item figure[data-clr="clr-300"] {
  box-shadow: 0 13px 16px hsl(var(--clr-praimary-300), 15%);
}

.topline-service .item figure[data-clr="clr-400"] {
  box-shadow: 0 13px 16px hsl(var(--clr-praimary-400), 15%);
}

[data-clr="clr-100"] {
  background-color: var(--clr-primary-hsl-100);
}

[data-clr="clr-200"] {
  background-color: hsl(var(--clr-praimary-200));
}

[data-clr="clr-300"] {
  background-color: var(--clr-primary-hsl-300);
}

[data-clr="clr-400"] {
  background-color: var(--clr-primary-hsl-400);
}

.topline-service .item .text h4 {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-block-end: 1rem;
  padding-block-end: 1rem;
  background-color: #fff;
}

.topline-service .item .text p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.topline-service .item .text h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  bottom: 0;
  right: 0;
  transition: 300ms;
}

.topline-service .item:hover .text h4::before {
  width: 100%;
}

.topline-service .item .text h4[data-line="clr-100"]::before {
  background-color: var(--clr-primary-hsl-100);
}

.topline-service .item .text h4[data-line="clr-200"]::before {
  background-color: var(--clr-primary-hsl-200);
}

.topline-service .item .text h4[data-line="clr-300"]::before {
  background-color: var(--clr-primary-hsl-300);
}

.topline-service .item .text h4[data-line="clr-400"]::before {
  background-color: var(--clr-primary-hsl-400);
}

/* topline-app */
.topline-app {
  padding-block: 4rem;
  overflow: hidden;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Group-105.jpg);
  background-size: contain;
  background-position: center 579px;
}

.topline-app a[data-button] {
  background: var(--clr-primary-hsl-100);
  color: #fff;
  padding: 1rem 3rem;
  display: inline-block;
  border-radius: 0.8rem;
  position: relative;
  z-index: 9;
  transition: 300ms;
}

.topline-app a[data-button]:hover {
  background: var(--clr-primary-hsl-200);
}

[data-box="left"] figure {
  text-align: left;
}

[data-box="left"] .row {
  justify-content: flex-end;
}

.topline-app .items img {
  max-width: 100%;
  pointer-events: none;
  position: relative;
  bottom: -30px;
}

.topline-app .items figure {
  position: relative;
  margin: 0;
}

.topline-app [data-box="right"] figure img {
  right: -50px;
}

.topline-app [data-box="left"] figure img {
  left: -50px;
}

.topline-app .items figure::after {
  content: "";
  position: absolute;
  width: 852px;
  height: 701px;
  bottom: -240px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 23;
}

.topline-app [data-box="right"] figure::after {
  right: -618px;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-1.png);
}

.topline-app [data-box="left"] figure::after {
  left: -538px;
  background-image: url(https://topline.com.sa/wp-content/uploads/2023/04/Untitled-1-2.png);
}

.topline-app .items .text-caption {
  line-height: 1.8;
}

.topline-app .items .text-caption h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-block-end: 1.5rem;
}

.topline-app .items .text-caption a {
  color: var(--clr-primary-hsl-100);
  display: inline-flex;
  margin-block-start: 1rem;
  align-items: center;
  gap: 10px;
  transition: gap 300ms;
}

.topline-app .items .text-caption a:hover {
  gap: 15px;
}

/* Footer */
footer {
  background: hsl(235.4, 14.6%, 17.5%) !important;
  position: relative;
}

footer svg {
  position: absolute;
  z-index: -1;
  top: -206px;
}

footer img.img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  top: -227px;
  pointer-events: none;
}

.home footer {
  margin-block-start: 6rem;
  padding-block-end: 3rem;
}

footer .top {
  color: #9497a2;
}

footer .top .item-footer ul.menu > li > a {
  color: #fff;
}

footer .top .item-footer ul.menu > li > a:hover {
  color: var(--clr-praimary-hsl-200) !important;
}

footer .top ul.menu li a:before {
  display: none;
}

footer .center {
  background: transparent !important;
}

footer .center .right-block.d-flex {
  gap: 10px;
}

footer .center .d-flex > a {
  width: 160px !important;
}

footer .center .d-flex {
  justify-content: space-between;
}

footer .center-block {
  text-align: center;
  width: 50%;
  flex: 0 0 auto;
}

.right-block.d-flex {
  width: 25%;
  flex: 0 0 auto;
}

.left-block {
  width: 25%;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

footer .center-block p {
  width: 400px;
  margin-inline: auto !important;
}

footer .nav-tabs .nav-link {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
}

footer .nav-tabs .nav-item.show .nav-link,
footer .nav-tabs .nav-link.active,
footer .nav-tabs .nav-link:hover {
  border-color: var(--clr-primary-hsl-200) !important;
  color: var(--clr-primary-hsl-200) !important;
}

footer .top ul li.address a {
  color: var(--clr-primary-hsl-300) !important;
}

footer .top ul li.address a:hover {
  color: var(--clr-primary-hsl-200) !important;
}

footer .d-gird {
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 30%;
  gap: 15px;
}

.box-line-100,
.box-line-200 {
  width: 100%;
  height: 188px;
  position: absolute;
  z-index: -1;
}

.box-line-100 {
  background: #2e3442;
  z-index: 1;
  transform: skewY(10deg);
  top: 0;
}

.box-line-200 {
  background: #262733;
  top: 0;
  z-index: 2;
  transform: skewY(-10deg);
}

footer .top {
  position: relative;
  z-index: 2;
  background: #262733;
}

footer .tab-content ul li i {
  color: var(--clr-primary-hsl-200);
  width: 20px;
  display: inline-flex;
}

#myBtn {
  /* position: fixed; */
  left: 30px;
  bottom: 115px;
  z-index: 99;
  background-color: var(--clr-primary-hsl-200);
  border: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: 300ms;
  margin-block-end: 1rem;
}

button#myBtn svg {
  position: static !important;
  z-index: inherit !important;
}

#myBtn:hover {
  background-color: var(--clr-primary-hsl-100);
}

header .menu-site .container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

header .menu-site .container a.link-offer {
  background: #12141c;
  color: var(--clr-primary-hsl-200);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: 300ms;
}

header .menu-site .container a.link-offer:hover {
  background-color: var(--clr-primary-hsl-200);
  color: var(--color--5);
}

footer .center .container {
  position: relative;
}

footer .center .container button#myBtn {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .left-block figure {
  padding-inline-end: 60px;
}

@media (max-width: 600px) {
  /* Hero */

  .hero::after,
  .hero::before {
    width: 100px;
    height: 100px;
  }

  .hero .item {
    min-height: 210px;
  }

  .hero .caption {
    width: 100%;
    padding-inline: 1rem;
    padding-top: 75px;
  }

  .hero .caption :is(h3, h2) {
    font-size: 0.8rem;
    font-weight: 600;
  }

  .hero .item .foot {
    display: none;
  }

  .hero .caption h2 {
    margin-block-start: 0;
    font-weight: 800;
  }

  .hero::after {
    left: -40px;
    bottom: -50px;
  }

  .hero::before {
    top: -60px;
    right: -40px;
  }

  /* about */
  .about :is(p) {
    font-size: 1rem;
  }

  .about :is(.logos) {
    flex-wrap: wrap;
    gap: 5px;
  }

  .about .logo-01 figure {
    width: calc(50% - 5px);
  }

  .about .logo-01 figure:nth-child(5),
  .about .logo-01 figure:nth-child(6),
  .about .logo-01 figure:nth-child(7) {
    width: calc(32% - 5px);
  }

  .about .logo-02 :is(figure) {
    width: calc(50% - 5px);
    flex: 0 0 auto;
  }

  /* search-box */
  .search-box form {
    min-width: 100%;
    width: 100%;
  }

  .search-box form input {
    font-size: 0.9rem;
  }

  .search-box {
    display: block;
    padding-block-start: 1.8rem;
  }

  /* main-plans */
  .main-plans .head-section h3 {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .main-plans .head-section p.font-3 {
    font-size: 1rem !important;
  }

  .home .plans .item {
    min-height: 390px;
    background: #fff;
  }

  .main-plans .plans .row .col-md-3 {
    /* width: 50%; */
  }

  .home .plans .item ul li {
    /* font-size: .8rem !important; */
    /* margin-block-end: .4rem !important; */
  }

  .home .plans .item ul li:before {
    font-size: 0.7rem !important;
  }

  .home .plans .item h2 {
    font-size: 0.8rem !important;
    margin-block-end: 0.8rem !important;
  }

  /* Cleint */
  .clients .head-section {
    width: 100%;
    font-size: 0.9rem;
  }

  .clients .item figure {
    margin: auto;
  }

  .clients .logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients .item {
    background: #fff;
  }

  /* topline-sys */
  .topline-sys .head h2 {
    font-size: 1.2rem;
  }

  .topline-sys .items .item {
    padding: 0.5rem;
  }

  .topline-sys .items .item h2 {
    font-size: 0.8rem;
  }

  /* topline-secure */

  .topline-secure .head-section h2 {
    color: #ed4c4c;
    text-align: center;
  }

  .head-section {
    text-align: center;
    position: relative;
    z-index: 9;
  }

  .topline-secure .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .topline-secure .items .item {
    width: calc(50% - 5px);
    padding: 0.5rem;
    margin-block-end: 5px;
    text-align: center;
    position: relative;
    z-index: 9;
  }

  .topline-secure .item h4 {
    font-size: 0.9rem;
  }

  .topline-secure .item figure {
    margin-inline: auto;
  }

  /* topine-how-to-work */

  .topine-how-to-work .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-image: unset;
    min-height: auto;
    gap: 10px;
  }

  .topine-how-to-work .items strong {
    width: 100px;
    height: 100px;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    position: static;
  }

  .topine-how-to-work .items strong:nth-child(2n + 1) {
    background: var(--clr-primary-hsl-100);
  }

  .topine-how-to-work .items strong:nth-child(2n + 2) {
    background: var(--clr-primary-hsl-200);
  }

  .topine-how-to-work .items strong:nth-child(3n + 3) {
    background: var(--clr-primary-hsl-300);
  }

  .topine-how-to-work .items strong:nth-child(2n + 4) {
    background: var(--clr-primary-hsl-400);
  }

  /* topline-service */
  .topline-service .item[data-margin="top-100"],
  .topline-service .item[data-margin="bottom-100"] {
    margin: 0 0 20px !important;
    min-height: 260px;
  }

  /* Footer */
  footer .d-gird,
  footer .center .d-flex {
    display: block !important;
  }

  footer .center-block p {
    width: 100%;
  }

  footer {
    overflow: hidden;
  }

  footer .center-block {
    width: 100%;
    margin-block: 10px;
  }

  footer .center {
    text-align: center;
  }

  footer .center .right-block.d-flex {
    display: flex !important;
    width: 100% !important;
  }

  .left-block {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  /* Image */
  .about::after {
    scale: 0.9;
    bottom: -210px;
  }

  .main-plans::after {
    z-index: -1;
  }

  .main-plans::before {
    scale: 0.8;
    bottom: -190px;
  }

  .home .clients::after {
    scale: 0.9;
  }

  .topline-secure::before {
    scale: 0.5;
    top: -136px;
    right: -335px;
  }

  .topine-how-to-work::after {
    scale: 0.8;
    z-index: -1;
  }

  .topline-in-numbers::after {
    scale: 0.7;
    right: -280px;
    top: -50px;
  }

  .topline-service::before {
    scale: 0.6;
    bottom: -820px;
  }

  .topline-app [data-box="right"] figure::after {
    scale: 0.7;
    right: -562px;
    bottom: -320px;
  }

  .topline-app .items .text-caption {
    margin-top: 220px;
    padding-inline: 1rem;
  }

  .row[data-box="left"] .col-md-6:nth-child(2) {
    order: -1;
  }

  .topline-app .items figure::after {
    scale: 0.7;
  }

  .topline-app a[data-button] {
    margin-block-start: 40px;
  }

  .home footer {
    margin: 0;
  }

  .topline-sys .items {
    grid-template-columns: repeat(6, 40%);
    overflow: auto;
  }

  .topline-in-numbers .items {
    grid-template-columns: auto;
  }
}

/* .page-home a::after {
  content: '\f35d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-inline-start: .5rem;
} */

@media (min-width: 992px) and (max-width: 1200px) {
  .topine-how-to-work .items {
    background-size: 930px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .topine-how-to-work .items {
    background-size: 680px;
    font-size: 0.8rem;
  }
}

header .menu-site ul.menu > li:last-child > a {
  color: #fff !important;
}

@media (max-width: 992px) {
  .main-plans .plans {
    position: relative;
    z-index: 1;
  }

  .main-plans .plans .item {
    min-height: 510px !important;
  }

  .tab-content h3 {
    width: 100%;
    font-size: 20px;
  }

  .topline-sys {
    height: auto;
  }
}

@media (max-width: 575px) {
  .main-plans .plans .item {
    min-height: 380px !important;
  }
  /* Fady */
  .logos.logos1-Res {
    justify-content: space-around;
  }
}

.nav-links {
  display: none;
}

a[data-vp-filter="*"] {
  font-size: 0 !important;
  min-height: 40px;
  width: 61px;
  text-align: center;
}

a[data-vp-filter="*"]::after {
  content: "الكل";
  display: block;
  font-size: 16px;
  padding-block-start: 7px;
}

.offer-day {
  background: #fec022;
  padding: 11px;
}

.offer-day h4 {
  margin: 0;
  font-size: 22px;
  animation: opslid 6s infinite;
}

.offer-day a {
  color: red;
}

@keyframes opslid {
  0% {
  }

  20% {
  }
}

@font-face {
  font-family: DINMid;
  src: url(../fonts/DINNextLTArabic-Medium-4.ttf);
}

.slick-sliderHome .element .content {
  font-family: DINMid !important;
}
