/***********
  Fonts
***********/

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

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

@font-face {
  src: url(../fonts/Yekan.woff);
  font-family: Yekan;
}

/***********
  General Styles
***********/

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  font-family: Yekan, Roboto;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Dinar;
}

a, a:hover {
  text-decoration: none;
}

label:after {
  content: ":";
}

/***********
  General Classes
***********/

.container-fluid {
  margin: 0px;
  padding: 0px;
}

.row {
  margin-left: unset;
  margin-right: unset;
}

.navbar-toggler-icon i {
  color: white;
  font-size: 30px
}

.top-row, .bottom-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

/***********
  NavBar
***********/

@media (max-width: 991.98px) {
  .nav-link {
    margin: 5px;
  }
  .navbar-text {
    margin-right: 15px;
  }
}

nav.navbar {
  background-color: #001554;
  padding: 20px 10px;
  border-bottom: 1px solid #0154d6;
  color: white;
}

nav.navbar a {
  color: white;
}

.navbar-brand {
  background-color: #0154d6;
  border-radius: 20px;
  padding: 10px;
  font-size: 12px;
}

.navbar ul {
  margin: 0px;
  padding: 0px;
}

.navbar li {
  margin-right: 10px;
}

.navbar-brand {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.dropdown-toggle::after {
  margin-left: unset;
  margin-right: 0.255em;
}

.dropdown-menu span {
  font-size: 70%;
}

.dropdown-menu span:after {
  content: ")";
}

.dropdown-menu span::before {
  content: " (";
}

/** Section Dakatech **/

.dakatech {
  background: linear-gradient(rgba(31, 58, 147, 0.8), rgba(0, 0, 0, 0.6)), url(../img/bg1.jpg) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.darkBG {
  background-color: rgba(31, 58, 147, 0.3);
  padding: 50px;
  border-radius: 10px;
}

/** Section DakaSMS **/

.dakasms p {
  text-align: justify;
  text-justify: inter-word;
}

.dakasms .middle-row {
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #0026ff;
  border-bottom: 3px solid #0026ff;
  padding-top: 150px;
  padding-bottom: 150px;
}

/** Section NazemNet **/

.nazemnet {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(2, 0, 36, 1) 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimoial-carousel .owl-item {
  background-color: #000060;
  padding: 60px 30px;
  text-align: center;
  transition: 0.5s;
  cursor: grab;
  border-radius: 5px;
  border: 1px solid white;
}

.testimoial-carousel .owl-item:hover {
  background-color: #190A49;
}

.testimoial-carousel .owl-item:hover h4 {
  color: #fff;
}

.testimoial-carousel .owl-item:hover i {
  color: #190A49;
}

.testimoial-carousel .owl-item p {
  color: #fff;
  margin-top: 20px;
}

.testimoial-carousel .owl-item i {
  color: #909090;
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(50%);
  font-size: 2em;
  border: 3px solid #909090;
  padding: 20px;
  width: 90px;
  border-radius: 100%;
  background-color: #eef3f6;
}

/** Section SamaNet **/

.samanet .middle-row {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(78, 105, 190, 0.5) 50%, rgba(2, 0, 36, 1) 100%);
  border-top: 3px solid #0026ff;
  border-bottom: 3px solid #0026ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-group {
  padding-right: 0;
}

.samanet .alert {
  background-color: #000060;
}

/** Section Mohaseb **/

.mohaseb {
  border-bottom: 3px dotted blue;
  background: linear-gradient(rgba(31, 58, 147, 0.8), rgba(0, 0, 0, 0.6)), url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-top: 3px solid #0026ff;
  border-bottom: 3px solid #0026ff;
}

.mohaseb .top-row {
  padding-top: 200px;
  padding-bottom: 200px;
}

.mohaseb p {
  line-height: 2rem;
}

/** Section Footer **/

.footer {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(7, 0, 251, 1) 50%, rgba(2, 0, 36, 1) 100%);
}

.footer .links {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer .symbols {
  background-color: #000060;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px dashed wheat;
  border-bottom: 2px dashed wheat;
}

.footer .contact {
  color: white;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  word-spacing: 2px;
}

.footer p {
  color: wheat;
  word-spacing: 2px;
}

/* gotop Button */

#gotopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #190a49;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#gotopBtn i {
  font-size: 40px;
  color: white;
}

#gotopBtn:hover {
  background-color: rgb(14, 27, 218);
}