/* Defult */

@font-face {
  font-family: "dana";
  src: url("../fonts/dana/dana\ regular.woff");
  src: url("../fonts/dana/dana\ bold.woff") format("woff"),
    url("../fonts/dana/dana\ extrabold.woff") format("woff"),
    url("../fonts/dana/dana\ black.woff") format("woff");
}

@font-face {
  font-family: "danal";
  src: url("../fonts/dana/dana\ light.woff");
  src: url("../fonts/dana/dana\ light.woff") format("woff");
}

*:not(.fa) {
  font-family: "dana";
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  color: #fff;
  direction: rtl !important;
  transition: 0.2s !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 100 !important;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:hover {
  color: #fff;
}

::placeholder {
  color: #fff !important;
}

body {
  background-color: #0f0424 !important;
}

html {
  scroll-behavior: smooth !important;
  position: relative;
}

html::before {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg.png);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}
html::after {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg-sm.png);
  background-size: cover;
  background-position: left !important;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.conintrobotten,
.secondintro,
.casinoboxcon,
.concasinobox,
.conservises,
.conmessage,
.conarticle {
  padding-right: 130px !important;
  padding-left: 130px !important;
}

@media (max-width: 1100px) {
  .conintrobotten,
  .secondintro,
  .casinoboxcon,
  .concasinobox,
  .conservises,
  .conmessage,
  .conarticle {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

@media (max-width: 768px) {
  html::after {
    display: none !important;
  }
  html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg-sm.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
  }

  .conintrobotten,
  .secondintro,
  .casinoboxcon,
  .concasinobox,
  .conservises,
  .conmessage,
  .conarticle {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

/* Defult */

/* --------------------------------------- */

/* Header */

header > * {
  letter-spacing: 1px !important;
}

.logo {
  width: 50px;
  transform: translateY(0px);
}

.logo:hover {
  transform: scale(0.9) !important;
}

.header-mainin {
  border-bottom: none !important;
  background: transparent;
  border-radius: 200px !important;
  padding-right: 0px !important;
}

.header-main {
  background-color: transparent !important;
  z-index: 50;
}

.menu-header-item {
  font-size: 18px;
}

.menu-header-item:hover a {
  color: #f07aab !important;
}

.menu-header-item a {
  margin-right: 10px;
  font-size: 16px;
  color: #fff !important;
  padding-top: 3px !important;
  font-weight: 100 !important;
  font-family: "danal" !important;
}

.header-search,
.header-menu-hamber {
  background: linear-gradient(to right, #214aee, #dd088a);
  border-radius: 200px;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 114px;
  width: 44px;
  height: 44px;
  font-size: 17px;
  z-index: 30000 !important;
}

.header-menu-hamber {
  display: none !important;
  z-index: 2 !important;
}

.header-search:hover {
  background: #111934;
}

.header-search input {
  background-color: transparent;
  margin: 0 10px;
  display: none;
}

.header-search:hover {
  width: 250px;
}

.header-search:hover input {
  display: block;
}

.menu-header a {
  font-weight: 900 !important;
  padding: 10px 20px !important;
}

.menu-header a:nth-child(1) {
  padding-right: 0px !important;
}

.menu-header-hambergerCLS {
  position: absolute;
  background: linear-gradient(to right, #214aeea6, #dd088b9a);
  top: 80px;
  left: 100px;
  border-radius: 25px;
  height: 0px;
  overflow: hidden;
  backdrop-filter: blur(10px) !important;
}

.menu-header-hamberger {
  position: absolute;
  background: linear-gradient(to right, #214aeea6, #dd088b9a);
  top: 100px;
  left: 100px;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  z-index: 555555555;
  backdrop-filter: blur(10px) !important;
}

.menu-header-hamberger .menu-header-item {
  display: none !important;
}

.mibtn {
  padding: 9px 40px;
  padding-top: 10px !important;
  border-radius: 7px;
  height: 44px;
  cursor: pointer;
  border: 0px !important;
  font-weight: 900 !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  border: 1px solid #fff !important;
}

.mibtn a {
  font-weight: 900 !important;
  font-size: 14px;
  color: #fff !important;
  font-family: "danal" !important;
}

.mibtn,
.btnintro {
  transform: translateX(0px);
}

.btnintro:hover {
  transform: translateX(10px) scale(0.6);
}

.mibtn:hover {
  transform: scale(0.95) !important;
  opacity: 0.7;
}

.mibtn:nth-child(2) {
  background: transparent !important;
  border-radius: 200px !important;
  border: 1px solid #fff !important;
  padding-top: 7.5px !important;
}

.mibtn:nth-child(2) a {
  color: #ffffff !important;
}

.menu-header-item-selected a {
  font-weight: 900 !important;
}

@media (max-width: 992px) {
  .logo {
    width: 44px;
  }

  .menu-header-item-selected a {
    font-weight: 900 !important;
  }

  .header-mainin {
    width: 100% !important;
    padding: 10px !important;
  }

  .header-search {
    left: 120px !important;
  }

  .menu-header-item a {
    font-size: 16px;
    margin: 0 5px;
    text-align: center !important;
    text-align-last: center !important;
    padding: 5px 10px !important ;
    padding-left: 5px !important;
  }

  .mibtn a {
    font-size: 14px !important;
  }

  .mibtn {
    margin-left: 20px !important;
    margin-bottom: 5px !important;
    padding: 20px 30px !important;
    padding-top: 9px !important;
  }

  .menu-header-item {
    display: none !important;
  }

  .menu-header-hamberger .menu-header-item {
    display: flex !important;
  }

  .menu-header-item:first-child {
    display: flex !important;
  }

  .header-menu-hamber {
    display: flex !important;
    left: 133px;
  }

  .menu-header-item {
    font-size: 18px;
    margin: 8px;
  }

  .menu-header-hamberger {
    left: 97px;
    top: 80px;
  }

  .menu-header-hambergerCLS {
    left: 97px;
    top: 70px;
  }
}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
  margin: 0px 10px !important;
}

@media (max-width: 600px) {
  .mibtn:nth-child(1) {
    margin-left: 6px !important;
  }

  .menu-header-item {
    font-size: 18px;
    margin: 8px;
  }

  .header-search {
    left: 100px;
  }

  .menu-header-hamberger .menu-header-item a,
  .menu-header-hamberger .menu-header-item img {
    margin: 0px 10px !important;
  }

  .mibtn a {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .mibtn {
    margin: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 8.5px !important;
    margin-left: 3px !important;
    padding: 9px 30px !important;
  }

  .menu-header-item a {
    font-size: 14px !important;
  }

  .header-menu-hamber {
    display: flex !important;
    left: 112px;
  }

  .menu-header-hamberger {
    top: 80px;
    left: 78px;
    padding: 5px 1px !important;
    padding-top: 7px !important;
  }

  .menu-header-hambergerCLS {
    top: 79px;
    left: 78px;
    padding: 0px 0px !important;
  }

  .header-search:hover {
    width: 180px;
  }

  .header-search:hover input {
    width: 100%;
  }

  .header-search:hover img {
    display: none;
  }

  .menu-header a {
    padding: 2px 5px !important;
    font-size: 14px !important;
    padding-left: 3.5px !important;
  }
}

/* Header */

/* Body */

/* section1 */
.intro {
  /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
  background-color: transparent;
  position: relative;
  z-index: 30;
}

.intro-bg {
  position: relative;
  /* max-width: 1760px !important; */
  margin: 0 auto;
  /* height: 135vh !important; */
  /* max-height: 1350px; */
  /* min-height: 1350px; */
  background: url(../img/bgintro.png) !important;
  background-size: cover !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  width: calc(100% - 10%) !important;
  max-width: 1450px !important;
  min-height: 900px !important;
  border-radius: 25px !important;
  border: 1px solid #d9d9d962 !important;
  margin-top: 50px !important;
  padding: 30px 80px !important;
}

/* .intro-bg::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    left: 0px;
    background: url(../img/new-bg-intro.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
} */

.w-60 {
  width: 60%;
}

.link {
  width: 10%;
  height: 15%;
  position: absolute;
  left: 45%;
  bottom: 16%;
  cursor: pointer;
}

.lineartext {
  background: -webkit-linear-gradient(right, #214aee, #dd088a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro h3,
.intro span,
.intro .textintro {
  font-family: "dana" !important;
  font-size: 80px;
  position: relative;
  font-weight: 900 !important;
  text-align: right !important;
  letter-spacing: 0px;
  line-height: 150% !important;
}

.intro h3 {
  font-weight: 900 !important;
  font-size: 80px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.intro p {
  color: #fff !important;
  width: 45% !important;
  line-height: 200% !important;
  font-family: "danal" !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.bg-gra-yel {
  background-image: linear-gradient(
    to top,
    #f06426,
    #f27122,
    #f37e1f,
    #f48b1d,
    #f4971d
  );
}

.textbtnintro {
  font-size: 16px !important;
  text-align: right !important;
}

.btnintro {
  padding: 10px 20px !important;
  cursor: pointer;
  font-size: 14px;
  border-radius: 200px;
  background: linear-gradient(to right, #214aee, #dd088a) !important;
  border-bottom: none !important;
  letter-spacing: 1px !important;
  cursor: pointer;
  box-shadow: 0px 0px 20px #214aee57 !important;
}

.btnintro:hover {
  transform: scale(0.95) !important;
  opacity: 0.7;
}

.btnintro i {
  font-size: 15px;
  margin: 7px;
  margin-right: 10px;
}

.btnintro {
  color: #ffffff !important;
}

.btnintro:nth-child(1) {
  padding: 10px 50px !important;
}

.conrighttextinro {
  padding: 20px;
  padding-top: 40px;
}

.conrighttextinro h5 {
  color: #81ddff;
}

.lineintro {
  background-color: #8a8a8a;
  width: 1px;
  height: 70px;
}

.textbtnintro {
  font-size: 18px !important;
  font-weight: 100 !important;
  letter-spacing: 0.5px !important;
  text-align: right !important;
  text-align-last: right !important;
  color: #ffffff7c !important;
}

@media (max-width: 1600px) {
  .intro-bg {
    position: relative;
    margin: 0 auto;
  }

  .conrighttextinro h5 {
    font-size: 18px;
  }

  .conrighttextinro p {
    font-size: 16px;
  }

  .intro h3 {
    font-size: 4.5vw !important;
  }

  .intro span {
    font-size: 3.5vw !important;
  }

  .textbtnintro {
    font-size: 16px !important;
  }

  .intro h3,
  .intro span,
  .intro .textintro {
    font-family: "dana" !important;
    font-size: 70px !important;
    position: relative;
    font-weight: 900 !important;
    text-align: right !important;
    letter-spacing: 0px;
    line-height: 150% !important;
  }

  .intro h3 {
    font-weight: 900 !important;
    font-size: 70px !important;
  }
}

@media (max-width: 1400px) {
  .intro-bg {
    position: relative !important;
  }

  .intro h3,
  .intro span,
  .intro .textintro {
    font-family: "dana" !important;
    font-size: 45px !important;
    position: relative;
    font-weight: 900 !important;
    text-align: right !important;
    letter-spacing: 0px;
    line-height: 150% !important;
  }

  .intro h3 {
    font-weight: 900 !important;
    font-size: 45px !important;
  }
}

@media (max-width: 1200px) {
  .intro h3 {
    font-size: 4vw !important;
  }

  .intro span {
    font-size: 3.5 !important;
  }

  .intro-bg {
    position: relative !important;
  }
}

@media (max-width: 768px) {
  .w-md-csutom {
    width: 80% !important;
  }

  .intro h3 {
    font-weight: 900 !important;
    font-size: 65px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
  }

  .wmd100 {
    width: 100% !important;
  }

  .text-up-intro::after {
    top: 2px !important;
  }

  .btnintro img {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }

  .intro-bg {
    height: fit-content !important;
  }

  .intro-bg::before {
    background: url(../img/new-bg-intro.svg);
    background-size: cover !important;
    inset: 0px !important;
    width: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.5;
    filter: blur(5px);
  }

  .conrighttextinro h5 {
    font-size: 16px !important;
  }

  .conrighttextinro p {
    font-size: 14px !important;
  }

  .intro h3 {
    font-size: 8vw !important;
  }

  .intro span {
    font-size: 6.6vw !important;
  }

  .intro p {
    line-height: 170% !important;
  }

  .text-up-intro {
    font-size: 12px !important;
  }

  .text-up-intro::before {
    width: 12px !important;
    height: 12px !important;
    background-size: cover !important;
    margin-top: 1.5px !important;
    left: 8px !important;
  }

  .text-up-intro::after {
    font-size: 12px !important;
    right: 1px !important;
    margin-top: -1px !important;
  }

  .intro-bg {
    padding: 0px !important;
    padding-right: 5px !important;
    width: 90% !important;
    margin-top: 20px !important;
    min-height: 95vh !important;
    border-radius: 20px !important;
    background-position: right !important;
  }
}

@media (max-width: 600px) {
  .intro h3,
  .intro span,
  .intro .textintro {
    font-family: "dana" !important;
    font-size: 6vw !important;
    position: relative;
    font-weight: 900 !important;
    text-align: center !important;
    letter-spacing: 0px;
    line-height: 150% !important;
  }

  .text-up-intro {
    margin-top: -25px !important;
    margin-bottom: 5px !important;
  }

  .textbtnintro {
    font-size: 14px !important;
  }

  .btnintro {
    font-size: 13px !important;
    height: 44px !important;
    animation: btnmove 2s infinite !important;
  }

  @keyframes btnmove {
    50% {
      transform: scale(0.9);
      opacity: 0.7;
    }
  }

  .btnintro i {
    font-size: 12px !important;
    margin-top: 6px;
  }

  .btnintro:nth-child(2) {
    padding-top: 10px !important;
  }

  .btnintro:nth-child(2) a {
    margin-top: 12px;
  }

  .btnintro:nth-child(1) {
    padding: 9px 35px !important;
    max-height: 40px !important;
  }

  .btnintro:nth-child(1),
  .btnintro:nth-child(2) {
    padding-top: 11px !important;
  }

  .intro h3 {
    font-size: 6vw !important;
    text-align: center !important;
    text-align-last: center !important;
  }

  .intro span {
    font-size: 4vw !important;
  }

  .intro p {
    line-height: 200% !important;
    text-align: center !important;
    text-align-last: center !important;
    width: 90% !important;
  }

  .btnintro:hover {
    transform: scale(0.95) !important;
  }
}

/* section1 */

/* section1.5 */

/* section1.5 */

/* section2 */
.title-new {
  font-family: "dana" !important;
  font-size: 30px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-weight: 900 !important;
}
.text-title {
  color: #cecece !important;
  width: 55% !important;
  text-align: center !important;
  text-align-last: center !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  font-size: 18px !important;
  line-height: 200% !important;
  font-weight: 100 !important;
  font-family: "danal" !important;
}

.game {
  background-color: transparent !important;
  width: 31.5% !important;
  padding: 0px !important;
  min-height: 520px !important;
}

.game:nth-child(2) {
  transform: scale(0.8) !important;
}

.game:nth-child(2):hover {
  transform: scale(0.9) !important;
}

.game img {
  width: 100% !important;
}

.game:hover {
  transform: translateY(-20px);
}

.game h4 {
  font-size: 24px !important;
  text-align: center !important;
  text-align-last: center !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  font-weight: 900 !important;
}

@media (max-width: 992px) {
  .title-new {
    font-size: 18px !important;
  }

  .text-title {
    font-size: 14px !important;
    width: 85% !important;
  }

  .game {
    width: 100% !important;
    padding: 0px !important;
    transform: scale(0.8) !important;
    margin-top: -80px !important;
  }

  .game:nth-child(2) {
    transform: scale(0.8) !important;
  }
  .game:nth-child(1) {
    margin-top: -5px !important;
  }

  .game h4 {
    font-size: 18px !important;
    margin-top: 40px !important;
  }

  .game:nth-child(1):hover,
  .game:nth-child(2):hover,
  .game:nth-child(3):hover {
    transform: scale(0.85) !important;
  }
}

/* section2 */

/* section2.2 */
/* section2.2 */

/* section2.5 */

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  direction: rtl !important;
}

.bg-blog1 {
  border-radius: 25px !important;
  overflow: visible !important;
  position: relative;
}

.bg-blog1 img {
  border-radius: 5px !important;
}

.titleblog1 {
  font-size: 40px !important;
  font-family: "dana" !important;
  font-weight: 900 !important;
  text-align: right !important;
}

.textblog1 {
  font-size: 22px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  text-align: right !important;
  text-align-last: right !important;
  direction: rtl !important;
  color: lab(100% 0.01 -0.01 / 0.8) !important;
}

.textblog11 {
  font-size: 18px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-align: right !important;
  text-align-last: right !important;
  direction: rtl !important;
  color: #6949e7 !important;
}

.article > * {
  direction: ltr !important;
  text-align: left !important;
}

.article p {
  margin-top: 10px;
  text-align: right !important;
  text-align-last: right !important;
  font-size: 23px;
  line-height: 200%;
  color: #cbcbcb;
}

.endarticle img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  z-index: 10000000000000;
}

.conimg {
  position: relative;
}

.textmbox {
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.blog2text {
  font-size: 30px !important;
}

.conimg img {
  width: 80% !important;
}

.items p {
  font-size: 14px !important;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.items p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d81b31;
  position: absolute;
  left: 0px;
  border-radius: 200px;
  top: 9px;
}

.title-bg {
  color: #d81b31;
  position: relative;
}

@media (max-width: 1600px) {
  .article h3 {
    font-size: 24px;
  }

  .article p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {
  .conimg img {
    width: 100% !important;
  }

  .textblog1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    width: 90% !important;
  }

  .bg-blog1 {
    border-radius: 25px !important;
    overflow: visible !important;
    position: relative;
  }

  .bg-blog1 {
    padding: 0px !important;
    position: relative;
  }

  .bg-blog::before {
    display: none;
  }

  .Wmd100 {
    width: 100% !important;
  }

  .article h3 {
    font-size: 20px;
  }

  .bg-blog1::before {
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 70% !important;
    position: absolute;
    background-size: cover;
    background-position: top center;
    z-index: -1 !important;
  }
}

@media (max-width: 768px) {
  .textmbox {
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }

  .article h3 {
    font-size: 18px !important;
  }

  .endarticle img {
    width: 15px !important;
    height: 15px !important;
  }

  .endarticle span {
    font-size: 12px !important;
  }

  .items p {
    font-size: 10px !important;
    margin: 10px !important;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify !important;
    overflow: hidden;
    padding-left: 20px !important;
  }

  .items p::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #d81b31;
    position: absolute;
    left: 0px;
    border-radius: 200px;
    top: 15px;
  }

  .titleblog1 {
    margin-top: 20px !important;
  }

  .article p {
    font-size: 14px !important;
    margin-top: 3px !important;
    text-align: center !important;
    text-align-last: center !important;
  }

  .blog2text {
    margin-top: 20px !important;
  }
}

/* section2.5 */

/* section2.8 */

/* section2.8 */

/* section2.8.5 */

.blog2 .bg-blog1 {
  min-height: 200px !important;
  border: 1px solid #b9151588 !important;
  padding: 40px !important;
  background: #140c10b2 !important;
}

@media (max-width: 768px) {
  .blog2 .bg-blog1 {
    overflow: hidden !important;
    min-height: 400px !important;

    animation-name: change-color !important;
    animation-duration: 5s !important;
    animation-iteration-count: infinite;
  }

  .blog2 h3 {
    font-size: 35px !important;
  }

  .blog2 p {
    font-size: 20px !important;
  }
}

/* section2.8.5 */

/* section2.9 */

/* section2.9 */

/* section2.9.5 */

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  background-color: transparent;
}

.textheaderaritcle,
.textheader h3 {
  font-family: "dana" !important;
  font-weight: 900 !important;
}

.conblogcon {
  position: relative;
}

.conblog {
  position: relative;
  overflow: hidden;
}

.article3 > * {
  direction: ltr !important;
  text-align: left !important;
}

.article3 p {
  margin-top: 10px;
  text-align: right !important;
  text-align-last: right !important;
  font-size: 23px;
  line-height: 200%;
  color: #cbcbcb;
}

.endarticle img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  z-index: 10000000000000;
}

.conimg {
  position: relative;
}

.textmbox {
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.endarticle1 span {
  color: #ae5de4 !important;
}

.btnarticle1 {
  border-radius: 10px !important;
  border: 1px solid #fff !important;
  padding: 10px;
  margin-right: 10px;
  min-width: 130px !important;
  cursor: pointer;
}

.btnarticle1:hover {
  background-color: #ffffff11;
}

.btnarticle2 {
  border-radius: 10px !important;
  padding: 10px;
  margin-right: 10px;
  background: linear-gradient(#8232ae, #4d18a8);
  min-width: 130px !important;
  cursor: pointer;
  border: 1px solid transparent !important;
}

.btnarticle2:hover {
  border: 1px solid rgba(255, 255, 255, 0.671) !important;
}

.textmboxblog {
  font-size: 18px !important;
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  font-weight: 100 !important;
}

.textmboxblog2 {
  font-size: 16px !important;
  font-size: 18px !important;
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  font-weight: 100 !important;
}

@media (max-width: 1600px) {
  .article3 h3 {
    font-size: 24px;
  }

  .article3 p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article3 p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .Wmd100 {
    width: 100% !important;
  }

  .article3 h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .conblogcon::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -40%;
    width: 100%;
    height: 100%;
    background: url(../img/bglastblog.png);
    background-size: contain !important;
    background-position: left;
    background-repeat: no-repeat;
    z-index: -1;
    animation: mymove4 10s infinite !important;
    transform: translateY(-500px);
    z-index: -10 !important;
  }

  @keyframes mymove4 {
    0% {
      background-position: left;
      transform: translateY(200px);
    }

    50% {
      background-position: right;
      transform: translateY(-500px);
    }

    100% {
      background-position: left;
      transform: translateY(200px);
    }
  }

  .textmbox {
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }

  .article3 h3 {
    font-size: 18px !important;
  }

  .article3 p {
    font-size: 14px !important;
    margin-top: 3px !important;
  }

  .endarticle img {
    width: 15px !important;
    height: 15px !important;
  }

  .endarticle span {
    font-size: 12px !important;
  }

  .conblog {
    padding: 0px;
    width: 90% !important;
    margin: 0 auto !important;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* section2.9.5 */

/* section2.9.6 */

.newservice1 {
  width: 32% !important;
  border-radius: 15px !important;
  padding: 40px !important;
  backdrop-filter: blur(100px) !important;
  position: relative !important;
  background: linear-gradient(#1849e5, #e30880);
}

.newservice1::before {
  content: "" !important;
  position: absolute !important;
  width: 98% !important;
  height: 96% !important;
  left: 1% !important;
  right: 1% !important;
  top: 2% !important;
  bottom: 2% !important;
  background-color: #0f0424 !important;
  border-radius: 15px !important;
  z-index: -1 !important;
}

.newservice1 h5 {
  text-align: center !important;
  text-align-last: center !important;
  font-size: 20px !important;
  font-family: "dana";
  font-weight: 900 !important;
}

.newservice1 p {
  text-align: center !important;
  text-align-last: center !important;
  line-height: 200% !important;
  color: #cecece !important;
  font-size: 18px !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  font-weight: 100 !important;
  font-family: "danal" !important;
}

.newservice1lg {
  width: 49% !important;
}

@media (max-width: 768px) {
  .newservice1 {
    width: 91% !important;
    align-self: center !important;
    border: 1px solid #696969 !important;
    padding: 30px !important;
    margin: 15px 0px;
  }

  .newservice1 h5 {
    font-size: 17px !important;
  }

  .newservice1 p {
    font-size: 14px !important;
    margin-top: 25px !important;
  }

  .newservice1lg {
    width: 91% !important;
    align-self: center !important;
  }
}

/* section2.9.6 */

/* section3 */

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  direction: rtl !important;
}

.textblog11 {
  font-size: 18px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  text-align: right !important;
  text-align-last: right !important;
  direction: rtl !important;
  color: #6949e7 !important;
  line-height: 230% !important;
}

.article > * {
  direction: ltr !important;
  text-align: left !important;
}

.article p {
  margin-top: 10px;
  text-align: right !important;
  text-align-last: right !important;
  font-size: 23px;
  line-height: 200%;
  color: #cbcbcb;
}

.endarticle img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  z-index: 10000000000000;
}

.conimg {
  position: relative;
}

.textmbox {
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.blog2text {
  font-size: 30px !important;
  line-height: 200% !important;
}

.conimg img {
  width: 80% !important;
}

.items p {
  font-size: 14px !important;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.items p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d81b31;
  position: absolute;
  left: 0px;
  border-radius: 200px;
  top: 9px;
}

.title-bg {
  color: #d81b31;
  position: relative;
}

@media (max-width: 1600px) {
  .article h3 {
    font-size: 24px;
  }

  .article p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .bg-blog1 img {
    transition: 1s !important;
    transform: translateY(0px);
  }

  .bg-blog1 img {
    transform: translateY(-30px);
  }
}

@media (max-width: 992px) {
  .textblog11 {
    -webkit-line-clamp: 4 !important;
  }

  .conimg img {
    width: 100% !important;
  }

  .textblog1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
    overflow: hidden !important;
  }

  .bg-blog1 {
    border-radius: 25px !important;
    overflow: visible !important;
    position: relative;
  }

  .bg-blog1 {
    padding: 0px !important;
    position: relative;
  }

  .bg-blog::before {
    display: none;
  }

  .Wmd100 {
    width: 100% !important;
  }

  .article h3 {
    font-size: 20px;
  }

  .bg-blog1::before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .textmbox {
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }

  .article h3 {
    font-size: 18px !important;
  }

  .endarticle img {
    width: 15px !important;
    height: 15px !important;
  }

  .endarticle span {
    font-size: 12px !important;
  }

  .items p {
    font-size: 10px !important;
    margin: 10px !important;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify !important;
    overflow: hidden;
    padding-left: 20px !important;
  }

  .items p::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #d81b31;
    position: absolute;
    left: 0px;
    border-radius: 200px;
    top: 15px;
  }

  .titleblog1 {
    text-align: center !important;
    margin-top: 15px !important;
  }

  .article p {
    font-size: 14px !important;
    margin-top: 3px !important;
    text-align: center !important;
    text-align-last: center !important;
  }

  .blog2text {
    margin-top: 20px !important;
    text-align: right !important;
  }
}

/* section3 */

/* 
.bgfooter
{
    background: url(../img/footer.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 100px !important;
    min-height: 1000px !important;
    padding-top: 200px !important;
} */

.bgfooter {
  position: relative;
  min-height: fit-content !important;
  overflow: visible !important;
}

/* .bgfooter::before
{
    content: "";
    width: 100%;
    height: calc(100% + 50px) ;
    position: absolute;
    inset: 0px !important;
    top: -150px !important;
    background: linear-gradient(to right ,#1b3a3db9 , #379b93af) !important;
    opacity: .5;
    backdrop-filter: blur(200px) !important;
    background: red !important;
    z-index: -1;
    transform: translateY(200px) !important;
} */

.boxitem {
  background-color: transparent !important;
  padding: 30px 25px !important;
  color: white !important;
  overflow: hidden !important;
  cursor: pointer;
  border-radius: 15px !important;
  padding-bottom: 25px !important;
  border: 1px solid #ffffffc7 !important;
}

.borderselected {
  /* border-bottom: 1px solid #ffffff13 !important; */
  background: linear-gradient(to right, #214aee, #dd088a) !important;
  border: none !important;
}

.borderbotm {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.068) !important; */
}

.boxitemshow {
  margin-top: 20px !important;
  padding: 10px !important;
  color: white !important;
  font-size: 18px !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px !important;
}

.boxitemshowclose {
  margin-top: 20px !important;
  height: 0px;
  padding: 0px !important;
  color: white !important;
  font-size: 18px !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: 0.3s;
}

.boxitemshow p,
.boxitemshowclose p {
  font-size: 18px !important;
  color: #ffffffcc;
  text-align: right !important;
  text-align-last: right !important;
  line-height: 35px;
  font-weight: 100 !important;
  margin: 0 15px !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
  font-family: "danal" !important;
}

.boxitem h3 {
  font-size: 20px !important;
  font-weight: 900 !important;
  text-align: right !important;
  text-align-last: right !important;
  font-family: "danal" !important;
  margin-top: -6px !important;
}

.boxitem img {
  width: 15px !important;
  margin-top: -4px !important;
}

@media (max-width: 600px) {
  .boxitem {
    border-radius: 12px !important;
  }

  .bgfooter {
    position: relative;
    margin-top: 0px !important;
    min-height: fit-content !important;
    padding: 0px !important;
    overflow: visible !important;
    padding-top: 10px !important;
  }

  .bgfooter .textheader h3 {
    font-size: 16px !important;
  }

  .boxitem,
  .boxitemshow {
    padding: 10px 15px !important;
    padding-bottom: 9px !important;
  }

  .boxitemshow p {
    font-size: 14px !important;
  }

  .boxitem h3 {
    font-size: 14px !important;
    line-height: 35px !important;
    margin-left: 10px !important;
    margin-top: 3px !important;
    font-family: "danal" !important;
  }

  .boxitem img {
    max-width: 12px !important;
    margin-top: 0px !important;
  }
}
/* section3 */

/* Body */

/* Footer */

.social_icons img {
  max-width: 40px !important;
}
.social_icons img:hover {
  transform: scale(0.95) !important;
}

.confooter {
}

footer a {
  font-weight: 100 !important;
  color: #fff !important;
}

.rightfooter {
  padding: 10px;
}

.rightfooter {
  width: 100% !important;
}

.rightfooter .p {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.rightfooter .p:hover {
  color: #81ddff !important;
}

footer a {
  margin: 0 10px !important;
  transform: rotate(0deg);
  color: #ffffff !important;
}

.leftfooter a:hover {
  transform: rotate(360deg);
}

.conmessage {
  /* margin: 0 20px !important; */
}

@media (max-width: 768px) {
  .social_icons img {
    max-width: 25px !important;
  }
  .conmessage {
    margin: 0 !important;
  }

  .leftfooter {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .rightfooter .p {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }

  .rightfooter a {
    font-size: 12px !important;
  }

  footer a {
    margin-top: -10px !important;
  }
}

/* Footer */
