/* Defult */
@font-face {
  font-family: "Yekan_Bakh";
  src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-05-MEDIUM.TTF");
  src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-04-REGULAR.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-06-BOLD.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-03-LIGHT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-08-FAT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-07-HEAVY.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 04\ REGULAR.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 05\ MEDIUM.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 06\ BOLD.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 03\ LIGHT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 07\ HEAVY.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 02\ THIN.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 08\ FAT.TTF") format("TTF"),
    /* woff fonts */ url("../fonts/Yekan_Bakh/wotf/YekanBakh-Medium.woff")
      format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Regular.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Light.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Bold.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Heavy.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Fat.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Thin.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Hairline.woff") format("woff"),
    /* woff2 */ url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Medium.woff2")
      format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Regular.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Light.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Bold.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Heavy.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Fat.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Thin.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Hairline.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar/Pinar-Black.ttf");
  src: url("../fonts/Pinar/Pinar-Bold.ttf") format("TTF"),
    url("../fonts/Pinar/Pinar-DS1-ExtraBold.ttf") format("TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PeydaWeb Black";
  src: url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.eot");
  src: url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/b6012c0ae3de37a893ccd27ca8f2c41c.svg#PeydaWeb Black")
      format("svg");
}

* {
  font-family: "Yekan_Bakh";
  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;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:hover {
  color: #fff;
}

::placeholder {
  color: #fff !important;
}

body {
  background-color: #010000;
}

html {
  scroll-behavior: smooth !important;
  position: relative;
}

html::before {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg.png);
  background-position: left !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right !important;
    width: 100%;
    height: 100%;
    opacity: .5;
} */

@media (max-width: 1900px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .conmessage,
  .header-main,
  .conservise,
  .conarticle {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}

@media (max-width: 1100px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .header-main,
  .conservise,
  .conmessage,
  .conarticle {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media (max-width: 768px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .header-main,
  .conservise,
  .conmessage,
  .conarticle {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 1600px) {
  .textheader h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 1400px) {
  .textheader h3 {
    font-size: 18px !important;
  }

  .textheaderleft p {
    font-size: 14px !important;
  }

  .textheaderleft i {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .textheader h3,
  .textheader span {
    font-size: 16px !important;
  }

  .textheaderleft p {
    font-size: 14px !important;
    padding-bottom: 5px !important;
  }

  .textheaderleft i {
    font-size: 12px !important;
    padding-bottom: 0.39rem !important;
  }
}

/* Defult */

/* --------------------------------------- */

/* Header */

.logo {
  width: 50px;
  transform: translateY(0px);
  opacity: 0.9;
}

.logo:hover {
  transform: translateY(-5px);
}

.header-mainin {
  width: 100% !important;
  border-bottom: 1px solid #ffffff2a !important;
}

.menu-header-item {
  font-size: 15px;
  margin: 10px;
  position: relative;
}

.menu-header-item:hover a {
  color: #f6cf55 !important;
}

.menu-header-item a {
  margin: 10px;
  color: #fff;
}

.header-search,
.header-menu-hamber {
  border-radius: 7px;
  background: #e5c755 !important;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 113px;
  width: 44px;
  height: 44px;
  font-size: 17px;
  z-index: 30000 !important;
}

.header-search:hover {
  background-color: #e5c755 !important;
}

.header-menu-hamber {
  display: none !important;
  z-index: 2 !important;
}

.header-menu-hamber i {
  color: #000 !important;
}

.header-search input {
  background-color: transparent;
  margin: 0 10px;
  display: none;
}

.header-search:hover {
  width: 250px;
}

.header-search:hover input {
  display: block;
}

.header-search input {
  color: #000 !important;
}

.header-search input::placeholder {
  color: #000 !important;
}

.menu-header-hambergerCLS {
  position: absolute;
  background: linear-gradient(#d00f0f42, #e5c85588) !important;
  top: 80px;
  left: 100px;
  border-radius: 7px;
  height: 0px;
  overflow: hidden;
  backdrop-filter: blur(0px);
}

.menu-header-hamberger {
  position: absolute;
  background: linear-gradient(#d00f0f42, #e5c85588) !important;
  top: 100px;
  left: 100px;
  border-radius: 7px;
  height: auto;
  overflow: hidden;
  z-index: 555555555;
  backdrop-filter: blur(10px);
}

.menu-header-hamberger .menu-header-item {
  display: none !important;
}

.mibtn {
  padding: 12px;
  border-radius: 7px;
  height: 44px;
  cursor: pointer;
  background-color: #ffffff;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.mibtn a {
  color: #020202 !important;
}

.mibtn,
.btnintro,
.mibtn2 {
  transform: rotate(0deg);
}

.mibtn:hover {
  transform: rotate(-5deg);
}

.btnintro:hover {
  transform: rotate(-5deg) scale(0.9);
}

.mibtn2:hover {
  transform: rotate(-5deg);
}

.menu-header-item-selected {
  background: #ffffff0e !important;
  border-radius: 7px !important;
  backdrop-filter: blur(300px) !important;
}

@media (max-width: 992px) {
    .header-mainin {
  border-bottom: 0px solid #ffffff2a !important;
}

  .menu-header-item a {
    color: #fff !important;
  }

  .header-search {
    left: 130px;
  }

  .menu-header-item a {
    font-size: 14px !important;
    margin: 0 5px;
  }

  .mibtn a {
    font-size: 16px !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: 180px;
  }

  .menu-header-item-selected a {
    color: #ffffff !important;
  }

  .menu-header-item:hover a {
    color: #cecece !important;
  }
}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
  margin: 5px 10px !important;
}

@media (max-width: 600px) {
  .header-search {
    left: 110px;
  }

  .mibtn a {
    font-size: 12px !important;
  }

  .menu-header-item a {
    font-size: 14px !important;
  }

  .header-menu-hamber {
    display: flex !important;
    left: 160px;
  }

  .menu-header-hamberger {
    top: 80px;
    left: 80px;
  }

  .header-search:hover {
    width: 180px;
  }

  .header-search:hover input {
    width: 100%;
  }

  .header-search:hover img {
    display: none;
  }

  .header-mainin {
    padding: 0px 10px !important;
    margin: 0px !important;
  }
}

/* Header */

/* --------------------------------------- */
/* Body */

/* section1 */
.intro {
  /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
  background-color: transparent;
  background: url(../img/bgintro.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}

.intro h3,
.intro span {
  font-family: "PeydaWeb Black" !important;
  font-size: 50px;
  text-align: right;
  position: relative;
  font-weight: bolder;
  font-weight: 900 !important;
}

.intro h3 {
  font-size: 60px;
  font-weight: 900 !important;
}

.intro h3:nth-child(2) {
  margin: 0px !important;
  padding: 0px !important;
}

.bg-gra-yel {
  background-image: linear-gradient(
    to top,
    #f06426,
    #f27122,
    #f37e1f,
    #f48b1d,
    #f4971d
  );
}

.intro p {
  font-size: 22px !important;
}

.btnintro {
  padding: 10px 20px !important;
  border-radius: 10px;
  border: 1px solid #cccccc !important;
  cursor: pointer;
  font-size: 20px;
}

.btnintro i {
  font-size: 15px;
  margin: 7px;
  margin-right: 10px;
}

.btnintro:nth-child(2) {
  margin-right: 10px;
  border: none !important;
  background: linear-gradient(to bottom left, #f6cf55, #d00f0f);
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
  color: #fff !important;
}

.btnintro:nth-child(1) {
  padding: 10px 30px !important;
}

.godown {
  position: absolute;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background-color: #020307;
  border-radius: 200px;
  padding: 10px !important;
  cursor: pointer;
}

.godown a {
  text-decoration: none;
  color: #020307 !important;
}

.godowndiv {
  background-color: #f14141 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 200px;
}

@media (max-width: 1600px) {
  .intro h3 {
    font-size: 4vw !important;
  }

  .intro span {
    font-size: 3vw !important;
  }

  .intro p {
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) {
  .intro h3 {
    font-size: 4vw !important;
  }

  .intro span {
    font-size: 3.5 !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .intro h3 {
    font-size: 8vw !important;
  }

  .intro span {
    font-size: 6.6vw !important;
  }
}

@media (max-width: 600px) {
  .intro p {
    font-size: 14px !important;
    text-align: center !important;
    text-align-last: center !important;
  }

  .intro h3,
  .intro span {
    text-align: center !important;
    text-align-last: center !important;
  }

  .btnintro {
    font-size: 14px !important;
    height: 44px !important;
  }

  .btnintro i {
    font-size: 12px !important;
    margin-top: 6px;
  }

  .btnintro:nth-child(2) {
    padding-top: 10px !important;
  }

  .btnintro:nth-child(2) a {
    margin-top: 1px;
  }

  .btnintro:nth-child(1) {
    padding: 8px 25px !important;
    padding-top: 10px !important;
  }
}

/* section1 */

/* section2 */

/* section2 */

/* section3 */

/* section3 */
/* section4 */

/* section4 */
/* section5 */

/* section2 */

.consec3 {
  background: #ffffff10 !important;
  border-radius: 30px !important;
  padding: 15px !important;
  padding-top: 25px !important;
  backdrop-filter: blur(200px) !important;
}

.conintrobotten {
  background-color: transparent;
  position: relative;
  z-index: -2;
}

.conintrobotten img {
  width: 35px;
  margin-top: -15px;
}

.conintrobotten h5 {
  color: #ffe070;
  text-align: right;
}

.line {
  margin: 0 20px !important;
  width: 2px;
  height: 85px !important;
  border-left: 1px solid #8a8a8a83 !important;
}

@media (max-width: 1400px) {
  .conintrobotten h5 {
    font-size: 18px !important;
  }

  .conintrobotten p {
    font-size: 14px !important;
    text-align: right;
  }
}

@media (max-width: 992px) {
  .line {
    height: 2px !important;
    border-left: none !important;
    border-bottom: 1px solid #8a8a8a5b !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .conintrobotten img {
    width: 35px;
  }

  .consec3 {
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    padding-top: 30px !important;
  }
}

/* section2 */

/* section6 */

.conbestgame {
  /* background-image: linear-gradient(to right, #574b2a8f, #4447288c, #33412986, #243a2a, #19332b96, #142f2b96, #102c2a, #0d282985, #0b272979, #09262985, #07252985, #05242979); */
  background-color: transparent;
}

.gamebox {
  width: 19% !important;
  background: #e4e4e415;
  padding: 12px !important;
  border-radius: 25px;
  position: relative;
  z-index: 10 !important;
  opacity: 1;
  cursor: pointer;
  backdrop-filter: blur(200px) !important;
}

.gamebox:hover {
  opacity: 0.6;
  transform: scale(.97);
}

.gamebox:hover::before {
  transform: translate(0px, 0px);
  transition: 0.3s;
}

.gamebox img {
  width: 100% !important;
}

.gamebox h4 {
  font-size: 20px !important;
}

.gamebox span {
  font-size: 16px !important;
}

.btngame {
  cursor: pointer;
}

.gamebox:hover .btngame > * {
  color: #e2c554;
}

.gamebox i {
  font-size: 14px !important;
  margin-left: 10px !important;
  margin-right: 7px !important;
  color: #e2c554 !important;
}

.gamebox p {
  font-size: 16px;
  color: #c4c4c6;
  text-align: right;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gamebox {
    width: 100% !important;
    margin-top: 15px;
    padding: 10px !important;
  }

  .gamebox:nth-child(1) {
    margin-top: 0px !important;
  }
}

/* section6 */

/* section6.5 */

.textheader1 img {
  margin: 0px !important;
  margin-top: -9px !important;
}

.textheader1 {
  position: relative !important;
  padding-right: 17px !important;
}

.textheader1::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 11px;
  width: 8px;
  height: 13px;
  background: url(../img/2rightimg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20 !important;
}

.secitem {
  position: relative;
}

.secitem h3 {
  font-size: 25px !important;
  padding-top: 4px !important;
}

.secitem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px !important;
  z-index: 10 !important;
  background: url(../img/2blog1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color;
}

.secitem .blogtext {
  font-size: 20px !important;
  line-height: 200% !important;
  text-align: right !important;
  color: #c4c4c6 !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-top: 20px !important;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.secitem .btnsec2 {
  background: linear-gradient(to bottom, #f6cf55, #d00f0f) !important;
  margin: 0px 5px !important;
  padding: 10px 40px !important;
  border-radius: 200px !important;
  cursor: pointer;
  transform: translateY(0px);
}

.secitem .btnsec2:nth-child(1) {
  background: transparent !important;
  border: 1px solid #9c9c9c !important;
}

.secitem .btnsec2:hover {
  transform: translateY(5px) scale(1.05);
  background-color: #d00f0f10 !important;
  opacity: 0.5;
}

.secitem .btnsec2 {
  margin: 0px 5px !important;
  padding: 10px 30px !important;
  border-radius: 200px !important;
  cursor: pointer;
}

.contextblog {
  position: relative;
  z-index: 2000 !important;
}

@media (max-width: 768px) {
  .secitem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px !important;
    z-index: 10 !important;
    background: url(../img/2blog1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color;
    transform: rotate(180deg) !important;
  }

  .textheader1 {
    position: relative;
    padding-right: 14px !important;
    padding-top: 8px !important;
  }

  .textheader1::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 13px;
    width: 6px;
    height: 9px;
    background: url(../img/2rightimg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .w-md100 {
    width: 100% !important;
  }

  .contextblog {
    padding: 0px !important;
    margin: 0px !important;
    padding: 20px 25px !important;
    padding-bottom: 30px !important;
  }

  .secitem .blogtext {
    font-size: 14px !important;
    line-height: 200% !important;
    text-align: center !important;
    color: #c4c4c6 !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 7px !important;
  }

  .secitem h3 {
    font-size: 18px !important;
    padding-top: 8px !important;
  }

  .secitem {
    border-radius: 15px !important;
    overflow: hidden !important;
  }

  .secitem .btnsec2 {
    margin: 0px 5px !important;
    padding: 8px 25px !important;
    border-radius: 200px !important;
    cursor: pointer;
    font-size: 12px !important;
  }

  .secitem {
    background: linear-gradient(to top, #ffffff0e, #d00f0f18) !important;
  }
}

/* section6.5 */

/* section7 */

.textheaderleft {
  cursor: pointer;
}

.textheaderleft:hover p {
  color: #e2c554 !important;
}

.textheaderleft:hover i {
  color: #e2c554 !important;
}

/* section7 */
/* section8 */

.conservises {
  /* background-image: linear-gradient(to right, #574b2a8f, #4447288c, #33412986, #243a2a, #19332b96, #142f2b96, #102c2a, #0d282985, #0b272979, #09262985, #07252985, #05242979); */
  background-color: transparent;
}

.textservice {
  font-size: 20px !important;
  text-align: right;
  text-align-last: right !important;
  color: #c4c4c6;
  margin-top: 20px;
  line-height: 200%;
}

.boxitem1 {
  background-color: #ffffff0c !important;
  border: 2px solid rgba(255, 255, 255, 0.055) !important;
  border-bottom: 0px !important;
  padding: 15px 20px;
  color: white !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  backdrop-filter: blur(200px) !important;
}

.boxcente1 {
  background-color: #4120114d !important;
}

.boxitem1 h3 {
  font-size: 20px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #c4c4c6 !important;
  margin-right: 5px !important;
}

.boxitem1 img {
  width: 25px !important;
}

@media (max-width: 600px) {
  .boxitem1 {
    padding: 0px 15px !important;
  }

  .boxitem1 img {
    width: 15px !important;
    height: 15px !important;
  }

  .boxitem1 h3 {
    font-size: 14px !important;
    line-height: 35px !important;
    margin-left: 10px !important;
  }

  .textservice {
    font-size: 14px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 14px;
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/* section8 */

/* section8.5 */

.textmboxblog {
  font-size: 18px !important;
  text-align: right !important;
  text-align-last: right !important;
  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: right !important;
  text-align-last: right !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  overflow: hidden;
  font-weight: 100 !important;
  color: #c4c4c6 !important;
  line-height: 200% !important;
}

.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-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-last: right !important;
  direction: rtl !important;
  color: #6949e7 !important;
}

.article > * {
  direction: ltr !important;
  text-align: left !important;
}

.article p {
  margin-top: 10px;
  text-align: justify;
  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;
}

.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);
    border: 3px solid transparent !important;
  }

  .bg-blog1:hover img {
    transform: translateY(-30px);
  }
}

@media (max-width: 992px) {
  .textblog1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !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 {
    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;
  }

  .article p {
    font-size: 14px !important;
    margin-top: 3px !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_1 {
    font-size: 16px !important;
  }

  .conbox small {
    font-size: 10px !important;
    padding-top: 4px !important;
  }

  .textmboxblog2 {
    font-size: 14px !important;
  }
}

/* section8.5 */

/* section 9 */

/* section 9 */

/* section 10 */

.conmessage {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  background-color: transparent;
}

.messagebox {
  padding: 30px;
  width: 32%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.137) !important;
  border-bottom: 0px !important;
  background-color: #ffffff0c !important;
  backdrop-filter: blur(100px) !important;
}

.messagebox:hover {
  background-color: #ffffff0e !important;
  backdrop-filter: blur(100px) !important;
}

.messagebox h3 {
  font-size: 18px;
}

.messagebox small {
  font-size: 10px !important;
}

.messagebox span {
  font-size: 14px !important;
}

.messagebox p {
  font-size: 14px;
  text-align: right;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .messagebox h3 {
    font-size: 16px;
  }

  .messagebox small {
    font-size: 10px;
  }

  .messagebox p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .messagebox {
    width: 100%;
    margin-top: 20px;
    padding: 20px !important;
  }

  .messagebox:nth-child(1) {
    margin-top: 0px;
  }

  .messagebox {
    width: 100%;
    margin-top: 20px;
  }

  .messagebox span {
    font-size: 13px;
  }
}

/* section 10 */
/* section 11 */

.boxitem {
  background-color: #ffffff0e !important;
  backdrop-filter: blur(100px) !important;
  padding: 20px 20px !important;
  padding-bottom: 10px !important;
  color: white !important;
  overflow: hidden !important;
  cursor: pointer;
  border-radius: 15px !important;
}

.borderselected {
  /* border-bottom: 1px solid #D982F4 !important; */
}

.borderbotm {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.178) !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;
  margin-bottom: 0px !important;
}

.boxitemshow p,
.boxitemshowclose p {
  font-size: 18px !important;
  color: #fff;
  text-align: right;
  line-height: 35px;
}

.boxitem h3 {
  font-size: 20px !important;
  color: #cdcdcd !important;
}

.boxitem img {
  width: 25px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 600px) {
  .boxitem {
    padding: 15px !important;
    padding-bottom: 5px !important;
  }

  .boxitemshow p {
    font-size: 14px !important;
  }

  .boxitem h3 {
    font-size: 14px !important;
    line-height: 35px !important;
    margin-left: 10px !important;
  }
}

/* section 11 */

/* Body */

/* Footer */
.rightfooter,
.leftfooter {
  background-color: rgba(53, 42, 34, 0.425);
  backdrop-filter: blur(100px) !important;
  border-radius: 10px !important;
  padding: 10px;
  min-height: 70px !important;
}

.rightfooter {
  width: 88% !important;
}

.leftfooter {
  width: 13% !important;
}

.rightfooter .p {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.rightfooter .p:hover {
  color: #cab14d !important;
}

.rightfooter .circle {
  background-color: #ffffff;
  height: 44px;
  width: 44px;
  border-radius: 200px;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(20px) !important;
}

.rightfooter .circle i {
  color: #352a22;
}
.rightfooter .circle:hover {
  opacity: 0.6;
}

.leftfooter a {
  width: 40% !important;
  margin: 0;
  height: 100%;
  background-color: #20202080;
  backdrop-filter: blur(50px) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.leftfooter a img {
  transform: rotate(0deg);
}

.leftfooter a:hover img {
  transform: rotate(360deg);
}

.leftfooter a:hover {
  background-color: #20202091;
  backdrop-filter: blur(20px) !important;
}

@media (max-width: 1200px) {
  .leftfooter a {
    width: 40px !important;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 40px;
  }

  .rightfooter {
    width: 100% !important;
    order: 5;
    border-radius: 10px 10px 0px 0px !important;
  }

  .leftfooter {
    order: 3;
    align-self: flex-end;
    width: 160px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .rightfooter .p {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }

  .rightfooter .circle {
    height: 34px !important;
    width: 34px !important;
    font-size: 14px !important;
    margin-right: 10px !important;
  }

  .copyright {
    background-color: rgba(53, 42, 34, 0.425);
    backdrop-filter: blur(100px) !important;
    padding-bottom: 10px !important;
  }

  .copyright span {
    font-size: 12px !important;
  }

  .leftfooter {
    padding: 0px !important;
    width: 130px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }

  .leftfooter a {
    padding: 0px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 7px !important;
  }

  .leftfooter a img {
    max-width: 13px !important;
  }
}

/* Footer */
