/* 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: #0c0912;
}

html {
  scroll-behavior: smooth !important;
  position: relative;
}

.textheader h3,
.textheader span {
  color: #fff !important;
  font-weight: 100 !important;
  font-family: "Pinar" !important;
}

html::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg.png);
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 1905px !important;
  margin: 0 auto !important;
  z-index: -10 !important;
}

/* 


html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: 100% !important;
    height: 100% !important;
} */

@media (max-width: 1900px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .conquestioncon,
  .conmessage,
  .conservise,
  .conarticle {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}

@media (max-width: 1100px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .conquestioncon,
  .conservise,
  .conmessage,
  .conarticle {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
}

@media (max-width: 768px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .conquestioncon,
  .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: 35px;
  transform: translateY(0px);
  opacity: 0.9;
  margin: 7px 0px !important;
}

.logo:hover {
  transform: scale(0.95) !important;
}

.textcasinolivebet {
  color: #ffffff !important;
  padding-left: 20px !important;
}

.consecheader {
  border-radius: 200px !important;
  position: relative;
}

.bg-menu {
  border-radius: 10px !important;
  backdrop-filter: blur(100px) !important;
  position: relative !important;
}

.bg-menu::before {
  content: "";
  width: 40% !important;
  height: 2% !important;
  background: linear-gradient(
    to right,
    transparent,
    #ffffff75,
    transparent
  ) !important;
  position: absolute !important;
  right: 15% !important;
  top: 0px !important;
}
.bg-menu::after {
  content: "";
  width: 40% !important;
  height: 2% !important;
  background: linear-gradient(
    to right,
    transparent,
    #ffffff75,
    transparent
  ) !important;
  position: absolute !important;
  left: 15% !important;
  bottom: 0px !important;
}

/* .consecheader::before {
    content: "";
    width: 100% !important;
    height: 98% !important;
    position: absolute !important;
    background: url(../img/bgheader.png) !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    border-radius: 200px !important;
} */

.mtlgcusttom {
  margin-top: -2.5vw !important;
}

.header-main {
  position: relative !important;
  z-index: 100000 !important;
  padding: 0 3% !important;
}

@media (max-width: 1700px) {
  .mtlgcusttom {
    margin-top: -4.1vw !important;
  }
  .header-main {
    padding: 0 2.5% !important;
  }
}

.header-mainin {
  width: 100% !important;
  position: relative !important;
  z-index: 10 !important;
}

.menu-header-item {
  font-size: 15px;
  margin: 0px 10px;

  position: relative;
}

.menu-header-item a {
  color: #ffffff !important;
}

.menu-header-item:hover a {
  color: #6fd7d2 !important;
}

.menu-header-item a {
  margin: 10px;
  color: #fff !important;
}

.header-search,
.header-menu-hamber {
  border-radius: 200px;
  background: transparent !important;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 110px;
  width: 40px;
  height: 40px;
  font-size: 17px;
  z-index: 30000 !important;
}

.header-search {
  margin-left: -20px !important;
}

/* .header-search:hover {
    background-color: #F27C47 !important;
} */

.header-menu-hamber {
  display: none !important;
  z-index: 2 !important;
}

.header-menu-hamber i {
  color: #fff !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: #fff !important;
}

.header-search input::placeholder {
  color: #fff !important;
}

.menu-header-hambergerCLS {
  position: absolute;
  top: 75px;
  left: 135px;
  border-radius: 7px !important;
  height: 0px;
  overflow: hidden;
  backdrop-filter: blur(0px);
  background: linear-gradient(#253541, #253541) !important;
}

.menu-header-hamberger {
  position: absolute;
  background: linear-gradient(#253541, #2535416e) !important;
  box-shadow: -1px -1px 0px 1px #465b6b80, inset -1px -1px 0px 1px #465b6b80 !important;
  top: 85px;
  left: 133px;
  border-radius: 20px !important;
  height: auto;
  overflow: hidden;
  z-index: 555555555;
  backdrop-filter: blur(10px);
}

.menu-header-hamberger .menu-header-item {
  display: none !important;
}

.mibtn {
  padding: 12px 17px;
  border-radius: 200px !important;
  height: 44px;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding-right: 47px !important;
  padding-left: 20px !important;
  padding-top: 11.5px !important;
  background: transparent !important;
}

.mibtn a {
  color: #ffffff !important;
}

.mibtn,
.btnintro,
.mibtn2 {
  transform: rotate(0deg);
}

.btnintro:hover {
  transform: rotate(-5deg);
}

.mibtn2:hover {
  transform: rotate(-5deg);
}

.mibtn:hover a {
  color: #28aca6 !important;
}

.menu-header-item-selected::before {
  content: "";
  width: 10px;
  height: 7px;
  border-radius: 200px !important;
  background: linear-gradient(to right, #ffffff, #ffffff);
  position: absolute;
  margin: 0 auto !important;
  bottom: -3px;
}

@media (min-width: 992px) {
  .menu-header-item {
    margin-top: 2px !important;
  }
}

@media (max-width: 992px) {
  .header-menu-hamber {
    background: linear-gradient(to right, #253541, #253541) !important;
  }

  .menu-header-item {
    margin: 10px 12px;
  }

  .menu-header-itemlogo {
    margin: 0px !important;
    padding: 0px !important;
    margin-right: 10px !important;
  }

  .header-search {
    margin-left: -30px !important;
  }

  .consecheader {
    background-color: transparent !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .logo {
    width: 44px !important;
  }

  .menu-header-item a {
    color: #fff !important;
  }

  .menu-header-item:hover a {
    color: #d4d2e0 !important;
  }

  .header-search {
    left: 140px;
  }

  .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: 165px;
  }

  .menu-header-item-selected::before {
    content: "";
    width: 80%;
    height: 1px;
    border-radius: 200px !important;
    background: linear-gradient(to right, #ffffffcc, #ffffffcc) !important;
    position: absolute;
    margin: 0 auto !important;
    bottom: -3px;
  }

  .menu-header-item-selected a {
    background: -webkit-linear-gradient(left, #ffffffcc, #ffffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .menu-header-item-selected:hover a {
    transform: scale(1) !important;
    letter-spacing: 0px !important;
    word-spacing: 0px !important;
  }
}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
  margin: 5px 10px !important;
}

@media (max-width: 600px) {
  .consecheader {
    background: none !important;
    border: none !important;
  }

  .consecheader::before {
    display: none !important;
  }

  .header-search {
    margin-left: -20px !important;
  }

  .header-search {
    left: 95px;
  }

  .header-search img {
    width: 17px !important;
    height: 17px !important;
  }

  .mibtn a {
    font-size: 12px !important;
  }

  .menu-header-item a {
    font-size: 14px !important;
  }

  .header-menu-hamber {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    left: 120px;
    padding-top: 13.5px !important;
  }

  .menu-header-hamberger {
    top: 60px;
    left: 81px !important;
    min-width: 120px !important;
  }

  .menu-header-hambergerCLS {
    top: 40px;
    left: 81px !important;
    min-width: 120px !important;
  }

  .header-mainin {
    padding: 0px 10px !important;
    margin: 0px !important;
  }

  .mibtn {
    max-height: 42px !important;
    min-height: 42px !important;
    padding-right: 39px !important;
    padding-left: 10px !important;
    margin-bottom: 6px !important;
  }

  .menu-header-itemlogo img {
    padding-top: 8px !important;
    max-width: 43px !important;
  }
}

/* Header */

/* --------------------------------------- */
/* Body */

/* section1 */

.intro-righttop {
  position: absolute !important;
  right: 0px !important;
  top: -25px !important;
  width: 20% !important;
}

.intro-leftop {
  position: absolute !important;
  left: 0px !important;
  width: 20% !important;
  top: -25px !important;
}
.intro-rightdown {
  position: absolute !important;
  right: 0px !important;
  width: 20% !important;
  bottom: -25px !important;
}
.intro-leftdown {
  position: absolute !important;
  width: 20% !important;
  left: 0px !important;
  bottom: -25px !important;
}

.intro {
  /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
  position: relative !important;
  z-index: 3;
  margin: auto !important;
}

.intro-bg {
  background-color: transparent;
  background: url(../img/bgintro.png) !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  border-bottom: 25px solid #264e58 !important;
  border-top: 25px solid #264e58 !important;
  position: relative !important;
}

.intro-bg::before {
  content: "";
  width: 65% !important;
  height: 50% !important;
  position: absolute !important;
  inset: 0px !important;
  top: 30px !important;
  background: url(../img/centertop.png) !important;
  background-position: center top !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin: 0 auto !important;
}
.intro-bg::after {
  content: "";
  width: 65% !important;
  height: 50% !important;
  position: absolute !important;
  inset: 0px !important;
  top: auto !important;
  bottom: 30px !important;
  background: url(../img/centerdown.png) !important;
  background-position: center bottom !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin: 0 auto !important;
}

@keyframes bounceScale3 {
  50% {
    transform: scale(0.9) rotate(5deg);
  }
}

.intro h3,
.intro span {
  font-family: "Pinar" !important;
  font-size: 45px;
  text-align: right;
  position: relative;
  font-weight: bolder;
  font-weight: 900 !important;
  text-align: right !important;
  text-align-last: right !important;
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
  text-shadow: 4px 4px 10px #00000075;
}

.shadowtext {
  text-shadow: 2px 2px 4px rgba(0.2, 0.2, 0.2, 0.2);
}

.intro h3 {
  font-size: 55px;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-align: center !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: 18px !important;
  color: #fff !important;
  text-align: right !important;
  text-align-last: right !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 150% !important;
  width: 100% !important;
}

.btnintro {
  padding: 11px 35px !important;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid #50b5b3 !important;
  border-radius: 200px !important;
}

.btnarrow {
  background-color: #830ae8 !important;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  justify-content: right !important;
  align-items: right !important;
  border-radius: 200px !important;
  transform: rotate(-50deg);
  font-size: 17px !important;
  margin-left: -15px !important;
  margin-trim: -5px !important;
  animation: bounceScale2 1.5s infinite;
}

@keyframes bounceScale2 {
  0%,
  100% {
    transform: rotate(140deg) scale(1) translateX(-10px);
  }

  50% {
    transform: rotate(140deg) scale(1) translateX(0px);
  }
}

.btnintro i {
  font-size: 15px;
  margin: 7px;
  margin-right: 10px;
}

.btnintro:nth-child(2) {
  margin-right: 10px;
  border: none !important;
  background: transparent !important;
  border-radius: 200px !important;
  background: linear-gradient(to right, #28aca6, #28aca6) !important;
  letter-spacing: 1px !important;
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
  color: #0c0b13 !important;
}

.btnintro:nth-child(1):hover {
  transform: scale(0.95) !important;
}

.btnintro:nth-child(1) a,
.btnintro:nth-child(1) i {
  color: #57cdc8 !important;
}

.btnintro:nth-child(2):hover {
  transform: scale(0.95) !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;
}

.icons-intro {
  width: 8% !important;
  position: absolute !important;
  left: 3% !important;
  bottom: 8px !important;
}

.icons-intro img {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
}
.icons-intro img:hover {
  transform: rotate(360deg) !important;
}

.godownintro {
  position: absolute !important;
  right: 5% !important;
  bottom: 0.8% !important;
  font-size: 18px !important;
  color: #fff !important;
  margin: 0px !important;
  padding: 0px !important;
}

.godownintro i {
  font-size: 14px !important;
  padding-right: 5px !important;
}

.godownintro:hover > * {
  color: #28aca6 !important;
}

@media (min-width: 1905px) {
  .intro-bg {
    min-height: 955px !important;
  }
}

@media (min-width: 1800px) {
  .mtlglg-custom {
    margin-top: 40px !important;
  }
}
@media (max-width: 1700px) {
  .icons-intro {
    width: 9% !important;
    position: absolute !important;
    left: 2% !important;
    bottom: 0px !important;
  }

  .godownintro {
    right: 5% !important;
    bottom: 0% !important;
    font-size: 18px !important;
    color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
  }
}
@media (max-width: 1500px) {
  .intro-righttop,
  .intro-leftop,
  .intro-rightdown,
  .intro-leftdown {
    display: none !important;
  }

  .intro-bg {
    border: none !important;
    padding-top: 30px !important;
  }

  .icons-intro {
    width: 9% !important;
    position: absolute !important;
    left: 4.5% !important;
    bottom: 4.5% !important;
  }

  .godownintro {
    position: absolute !important;
    right: 4.5% !important;
    bottom: 4.5% !important;
    font-size: 18px !important;
    color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .intro-bg::before {
    display: none !important;
  }
  .intro-bg::after {
    display: none !important;
  }

  .intro-bg::before {
    display: block !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.459),
      transparent
    ) !important;
    position: absolute !important;
    inset: 0px !important;
  }
}

@media (max-width: 992px) {
  .icons-intro {
    left: auto !important;
    right: auto !important;
    bottom: 3% !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .icons-intro img {
    margin: 0 10px !important;
    width: 15px !important;
    height: 15px !important;
  }

  .godownintro {
    display: none;
  }

  .intro-bg {
    background-position: left !important;
  }

  .intro-bg::before {
    display: block !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.356) !important;
    position: absolute !important;
    inset: 0px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: 65% !important;
    max-width: 750px !important;
  }
}

@media (max-width: 1600px) {
  .intro h3 {
    font-size: 3.4vw !important;
  }

  .intro span {
    font-size: 2.7vw !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 {
    margin-top: 10px !important;
  }
  .intro-bg {
    /* background: none !important; */
    position: relative !important;
    /* max-height: 100vh !important; */
    /* height: 100vh !important; */
    /* min-height: 680px !important; */
    overflow: hidden !important;
  }

  @keyframes moveintro {
    100% {
      background-position: right;
    }
  }

  .btnintro {
    margin: 0px !important;
    transform: rotate(0deg) !important;
    margin-top: 5px !important;
    padding: 25px 20px !important;
  }

  .btnintro a {
    margin-top: 1.5px !important;
    padding-top: -10px !important;
    letter-spacing: 0px !important;
  }

  .btnintro:nth-child(2) {
    padding: 10px 22px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .btnintro:hover {
    transform: scale(0.9) !important;
  }

  .btnintro:nth-child(2) {
    overflow: hidden;
  }

  .header-main {
    padding-bottom: 10px !important;
    border-bottom: none !important;
  }

  .intro h3 {
    font-size: 7vw !important;
  }

  .intro span {
    font-size: 5.5vw !important;
  }

  .conimgintro {
  }
}

@media (max-width: 600px) {
  .intro p {
    font-size: 14px !important;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 200% !important;
  }

  .intro h3,
  .intro span {
    text-align: center !important;
    text-align-last: center !important;
  }

  .btnintro {
    font-size: 14px !important;
    height: 44px !important;
    animation: introbtn 1s infinite;
  }
  @keyframes introbtn {
    50% {
      opacity: 0.5;
      filter: blur(0.5px);
    }
  }

  .btnintro i {
    font-size: 12px !important;
    margin-top: 6px;
  }

  .btnintro:nth-child(2) {
    padding-top: 10px !important;
    border-radius: 15px !important;
  }

  .btnintro:nth-child(2) a {
    margin-top: 1px;
  }

  .btnintro:nth-child(1) {
    padding: 8px 25px !important;
    padding-top: 10px !important;
  }

  .intro-bg {
    background: url(../img/bgintro-smn.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

/* section1 */

/* section2 */

/* section2 */

/* section3 */

/* section3 */
/* section4 */

/* section4 */
/* section5 */

/* section2 */

/* section2 */

/* section6 */

.customservice {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.servicebox {
  border-radius: 0px !important;
  padding: 35px !important;
  width: 23% !important;
  padding-bottom: 20px !important;
  cursor: pointer;
  /* background: url(../img/bgitemservice.png) !important; */
  /* background-size: contain !important; */
  /* background-position: top !important; */
  /* background-repeat: no-repeat !important; */
  background: linear-gradient(#203342, #203342) !important;
  clip-path: polygon(
    10% 0,
    100% 0,
    100% 90%,
    90% 100%,
    0 100%,
    0 10%
  ) !important;
}

.servicebox:hover {
  transform: scale(0.95) !important;
}

@keyframes serviceanimation {
  0% {
    background-position: 0% 0%;
    opacity: 0;
  }

  50% {
    background-position: 100% 100%;
    opacity: 1;
  }

  100% {
    background-position: 0% 0%;
    opacity: 0;
  }
}

.servicebox h3 {
  font-size: 20px !important;
  text-align: right !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.servicebox p {
  font-size: 14px !important;
  text-align: right !important;
  text-align-last: right !important;
  line-height: 170% !important;
  color: #d8d8d8 !important;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.conbtnservice small {
  font-size: 14px !important;
  margin-left: 8px !important;
  color: #bce6fc !important;
}

.conbtnservice i {
  font-size: 11px !important;
  margin-top: 4px !important;
  color: #bce6fc !important;
}

@media (max-width: 1288px) {
  .servicebox {
    padding: 35px !important;
    padding-top: 45px !important;
    padding-bottom: 20px !important;
    cursor: pointer;
  }
}

@media (max-width: 992px) {
  .servicebox {
    padding: 35px !important;
    padding-top: 50px !important;
    width: 100% !important;
    padding-bottom: 15px !important;
    cursor: pointer;
    margin: 15px 0px !important;
  }

  .servicebox:nth-child(1) {
    /* margin-top: -25px !important; */
  }

  .servicebox h3 {
    font-size: 18px !important;
    text-align: center !important;
    text-align-last: center !important;
    font-weight: 900 !important;
    margin-top: 40px !important;
  }

  .servicebox p {
    font-size: 14px !important;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 200% !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .servicebox {
    padding: 35px !important;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    cursor: pointer;

    min-height: 320px !important;
    max-width: 320px !important;
    margin: 5px 0px !important;
    transform: scale(0.95) !important;
  }

  .servicebox:hover {
    opacity: 0.7 !important;
  }
}

@media (max-width: 335px) {
  .servicebox img {
    max-width: 40px !important;
  }
}

@media (max-width: 310px) {
  .servicebox {
    padding: 35px !important;
    padding-top: 50px !important;
    width: 100% !important;
    padding-bottom: 15px !important;
    cursor: pointer;
    margin: 15px 0px !important;
  }
}

/* section6 */

/* section6.2 */

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  direction: rtl !important;
}

.bg-blog1 {
  overflow: visible !important;
  position: relative;
  background-color: #5c361565 !important;
  margin-top: 190px !important;
  min-height: 550px !important;
}

.bg-blog1::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0px !important;
  background: url(../img/bgblog1.png) !important;
  background-position: bottom left !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.btnblog {
  background-color: red !important;
  background: linear-gradient(#ffe100, #ff8912);
  padding: 12px 40px !important;
  border-radius: 200px !important;
  color: #000000 !important;
  font-size: 18px !important;
  animation: btnblog 1.5s infinite !important;
}

.myfirstblog {
  background: none !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  align-self: flex-start !important;
}

@keyframes btnblog {
  50% {
    transform: scale(0.95);
  }
}

.titleblog1 {
  font-size: 30px !important;
  font-family: "Pinar" !important;
  text-align: right !important;
  line-height: 160% !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.textblog1 {
  font-size: 18px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !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;
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 45% !important;
  }
  .textblog1 {
    width: 45% !important;
  }
}
.textblog11 {
  font-size: 18px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7 !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: 1288px) {
  .contextblog {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .btnblog {
    padding: 8px 22px !important;
    border-radius: 200px !important;
    color: #000000 !important;
    font-size: 14px !important;
  }

  .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;
    line-height: 210% !important;
  }

  .bg-blog1 {
    overflow: visible !important;
    position: relative;
  }

  .bg-blog1 {
    padding: 10px !important;
    padding-bottom: 20px !important;
    position: relative;
    margin-top: 80px !important;
  }

  .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 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center !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;
    text-align-last: 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;
  }
}

/* section6.2 */

/* section6.5 */

.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: #1b293683 !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;
    border-radius: 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: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/* section6.5 */
/* section6.7 */

.conworks {
  margin-top: 130px !important;
  background: url(../img/bgworknew.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 520px !important;
}

.feature {
  width: 23.5% !important;
  background: url(../img/m-work2.svg) !important;
  background-size: cover !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  border-radius: 15px !important;
  padding: 15px !important;
  min-height: 150px !important;
}
.feature:nth-child(2) {
  background: url(../img/m-work1.svg) !important;
  background-size: cover !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}
.feature:nth-child(4) {
  background: url(../img/m-work3.svg) !important;
  background-size: cover !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.feature h3 {
  font-size: 16px !important;
  padding-left: 20px !important;
  text-align: right !important;
  text-align-last: right !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  overflow: hidden !important;
  text-shadow: 0px 0px 14px #000000, 0px 0px 8px #000000a6,
    0px 0px 4px #00000069 !important;
  font-weight: 900 !important;
}

.circle-feature {
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 200px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
}

.feature img {
  max-width: 150px !important;
}

.feature:hover {
  animation: future 1s linear infinite !important;
}

@keyframes future {
  50% {
    transform: scale(0.95);
  }
}

@media (max-width: 992px) {
  .conworks {
    margin-top: 80px !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    min-height: fit-content !important;
    padding-top: 60px !important;
    padding-bottom: 88px !important;
  }

  .feature {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  .feature img {
    width: 80% !important;
    margin: 20px 0px !important;
  }
}

/* section6.7 */

/* section7 */

.textheader {
  position: relative !important;
}

.textheaderleft {
  cursor: pointer;
}

.textheaderleft p {
  color: #fff !important;
  font-weight: 900 !important;
}

.textheaderleft i {
  color: #fff !important;
}

.textheaderleft:hover p {
  color: #8c00ff !important;
}

.textheaderleft:hover i {
  color: #8c00ff !important;
}

/* section7 */
/* section8 */

/* section8 */

/* section8.5 */

/* section8.5 */

/* section 9 */

.messagebg {
  min-height: 900px !important;
  background: url(../img/bgmessage.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 105px !important;
  max-width: 1905px !important;
  margin: 0 auto !important;
}

.conmessage {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  background-color: transparent;
}

.conconmessage {
  padding-bottom: 200px !important;
  position: relative;
}

.messagebox {
  padding: 25px;
  max-width: 420px !important;
  width: 40%;
  border-radius: 15px !important;
  border: 1px solid #3fad7062 !important;
  background-color: #1b2936;
  position: absolute;
  left: 34%;
  top: 64%;
  padding-bottom: 5px !important;
  backdrop-filter: blur(10px) !important;
}

.messagebox:nth-child(1) {
  left: 20%;
  top: 54%;
  opacity: 0.5;
  z-index: 1;
  filter: blur(1px) !important;
}

.messagebox:nth-child(3) {
  left: 50%;
  top: 74%;
  opacity: 0.5;
  z-index: 1;
  filter: blur(1px) !important;
}
.messagebox:nth-child(2) {
  z-index: 211 !important;
}

.messagebox h3 {
  font-size: 16px;
  letter-spacing: 1px !important;
}

.messagebox small {
  font-size: 10px;
  color: #e1e1e1 !important;
}

.messagebox p {
  font-size: 14px;
  text-align: right !important;
  text-align-last: right !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-align-last: right !important;
  color: #b7b7b7 !important;
  line-height: 200% !important;
}

.starmessage {
  max-width: 100px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.left {
  position: absolute;
  left: 28%;
  top: 84%;
  cursor: pointer;
  z-index: 555555555555;
}

.right {
  position: absolute;
  right: 29.5%;
  top: 84%;
  cursor: pointer;
  z-index: 555555555555;
}

.fordownmessage {
  margin-top: -220px !important;
}

.messagebox span {
  font-size: 12px !important;
  color: #e1e1e1 !important;
}

@media (max-width: 1600px) {
  .right {
    right: 90px;
  }

  .left {
    left: 150px;
  }
}

@media (max-width: 992px) {
  .messagebg {
    padding-top: 150px !important;
    padding-bottom: 0px !important;
    min-height: 650px !important;
  }

  .mt-sm-custom {
    margin-top: -100px !important;
  }
  .messagebox h3 {
    font-size: 16px;
  }

  .messagebox small {
    font-size: 10px;
  }

  .messagebox p {
    margin: 0px !important;
    font-size: 14px;
  }

  .messagebox:nth-child(1) {
    margin-top: 0px;
  }

  .messagebox {
    margin-top: 20px;
    width: 70%;
  }

  .messagebox {
    padding: 15px;
    left: 14.4vw;
    top: 50%;
  }

  .messagebox:nth-child(1) {
    left: 5%;
    top: 40%;
  }

  .messagebox:nth-child(3) {
    left: 35%;
    top: 60%;
  }

  .messagebox span {
    font-size: 13px;
  }

  .left {
    position: absolute;
    left: 8%;
    top: 96%;
    cursor: pointer;
    z-index: 555555555555;
  }

  .right {
    position: absolute;
    right: 8%;
    top: 96%;
    cursor: pointer;
    z-index: 555555555555;
  }

  .messagebox {
    padding-top: 10px !important;
    top: 50px !important;
  }

  .messagebox:nth-child(1) {
    left: 20px !important;
    top: 30px !important;
  }

  .messagebox:nth-child(3) {
    right: 20px !important;
    top: 90px !important;
  }

  .userimg {
    max-width: 40px !important;
  }

  .tickimg {
    margin: 0px !important;
    max-width: 10px !important;
  }

  .messagebox h3 {
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-right: 5px !important;
  }

  .messagebox small {
    font-size: 10px;
  }

  .messagebox p {
    font-size: 12px;
    margin-top: 2px !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    line-height: 180% !important;
  }

  .starmessage {
    width: 70px;
  }

  .stars {
    margin: 0px !important;
    padding: 0px !important;
  }

  .stars img {
    max-width: 50px !important;
  }

  .stars span {
    font-size: 8px !important;
    padding-bottom: 7px !important;
    padding-left: 5px !important;
  }

  .left {
    left: 8%;
    top: 67%;
  }

  .right {
    right: 8%;
    top: 67%;
  }
}

/* section 9 */

/* section 10 */

.questionbg {
  background: url(../img/bgquesetion.png) !important;
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  max-width: 1905px !important;
  margin: 0 auto !important;
  margin-top: 50px !important;
}

.questionbox {
  width: 32%;
  background-color: #1b2936;
  border: 0.5px solid #ffffff4f !important;
  border-bottom: 0px !important;
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px) !important;
  padding-bottom: 20px !important;
  padding-top: 60px !important;
  position: relative !important;
}

.questionboxcenter {
  background-color: #ffffff0a !important;
  background: #ffffff0a !important;
  border: 1px solid #ffffff31 !important;
  border-bottom: none !important;
}

.questionbox::before {
  content: "" !important;
  width: 70px !important;
  height: 70px !important;
  background: url(../img/imgquesetion.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: -40px !important;
}

.questionbox h4 {
  text-align: center;
  font-size: 18px;

  text-align: center !important;
  text-align-last: center !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 180% !important;
  max-width: 90% !important;
  color: #ffffff !important;
}

.questionbox p {
  margin-top: 20px;
  font-size: 16px;
  color: #c4c4c6;
  line-height: 180% !important;
  text-align: center !important;
  text-align-last: center !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .questionbox h4 {
    font-size: 18px;
  }

  .questionbox {
    padding: 40px;
  }

  .questionbox p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .questionbg {
    margin-top: 110px !important;
    background: none !important;
  }

  .questionbox h4 {
    font-size: 18px;
  }

  .questionbox {
    padding: 20px !important;
  }

  .questionbox p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .questionbox {
    width: 100%;
    margin: 35px 0px !important;
    padding-bottom: 30px !important;
    padding-top: 50px !important;
    overflow: visible !important;
  }

  .questionbox::before {
    width: 55px !important;
    height: 55px !important;
    top: -28px !important;
  }

  .questionbox:nth-child(1) {
    margin-top: 50px !important;
  }

  .questionbox h4 {
    font-size: 16px !important;
  }

  .questionbox p {
    font-size: 14px !important;
    margin: 0px !important;
    margin-top: 5px !important;
    -webkit-line-clamp: 3 !important;
    line-height: 200% !important;
    margin-top: 10px !important;
  }
}

/* section 10 */
/* section 11 */

/* section 11 */

/* Body */

/* Footer */

.rightfooter {
  padding: 10px;
}

.rightfooter {
  width: 100% !important;
}

.rightfooter .a {
  width: 44px !important;
  height: 44px !important;
  border-radius: 200px !important;
  background-color: #ffffff10;
  padding: 10px;
  margin: 0 5px !important;
  transform: rotate(0deg);
  backdrop-filter: blur(100px) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.rightfooter .a:nth-child(1) {
  margin-right: 20px !important;
}

.rightfooter img {
  width: 80% !important;
  height: 80% !important;
}

.rightfooter .p {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  color: #aeaeae !important;
}

.rightfooter .p:hover {
  color: #6bf5d4 !important;
}

.leftfooter a:hover {
  transform: rotate(360deg);
}

.conmessage {
  /* margin: 0 20px !important; */
}

.btnfooter {
  background: linear-gradient(#6bf5d4, #44d2a8) !important;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  color: #000000 !important;
}

.btnfooter:hover {
  transform: scale(0.95) !important;
}

.copyright {
  background: radial-gradient(circle, #1b2936 0%, transparent 100%);
}

.copyright span {
  font-size: 14px !important;
  padding-top: 5px !important;
}

@media (max-width: 768px) {
  .conmessage {
    margin: 0 !important;
  }

  .leftfooter {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .rightfooter .p {
    margin-top: 21px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }

  .rightfooter a {
    font-size: 12px !important;
  }
}

/* Footer */

/* carousel-indicators */

.carousel-indicators {
  bottom: -65px !important;
}

.carousel-indicators li {
  background-color: #d9d9d9 !important;
  bottom: -30px !important;
  border-radius: 200px !important;
  width: 7px !important;
  height: 7px !important;
}

.carousel-indicators .active {
  background: linear-gradient(to right, #264e58, #264e58) !important;
  width: 15px !important;
}

@media (max-width: 600px) {
  .carousel-indicators {
    bottom: -60px !important;
  }

  .carousel-indicators li {
    background-color: #d9d9d9 !important;
    border-radius: 200px !important;
    width: 5px !important;
    height: 5px !important;
  }

  .carousel-indicators .active {
    background: linear-gradient(to right, #264e58, #264e58) !important;
    width: 10px !important;
  }
}

.Newtextheaderleft > * {
  margin: 0 5px;
  border: 1px solid #0f7176 !important;
  border-radius: 200px !important;
  padding: 9px;
  font-size: 16px;
  cursor: pointer;
  transform: scale(1);
}

.Newtextheaderleft a:hover {
  background-color: #00f2ff10;
  backdrop-filter: blur(10px) !important;

  transform: scale(1.05);
}

.Newtextheaderleft .span:hover {
  transform: scale(1.1);
  background-color: #00f2ff10 !important;
  backdrop-filter: blur(10px) !important;
}

.Newtextheaderleft p {
  padding: 9px 14px !important;
}

.Newtextheaderleft a {
  padding: 0px !important;
  padding: 8px 15px !important;
  padding-bottom: 6px !important;
  font-size: 14px !important;
  margin-left: 0px !important;
}

.Newtextheaderleft .span {
  font-size: 14px !important;
  padding: 9px !important;
  margin-left: 5px !important;
}

@media (max-width: 768px) {
  .Newtextheaderleft p {
    padding: 9px 14px !important;
  }

  .Newtextheaderleft a {
    padding: 0px !important;
    padding: 4px 10px !important;
    /* padding-bottom: 3px !important; */
    font-size: 10px !important;
    padding-top: 7px !important;
    margin: 0px !important;
  }

  .Newtextheaderleft .span {
    font-size: 10px !important;
    padding: 7px !important;
    margin: 0px 3px !important;
  }

  .Newtextheaderleft .span:nth-child(2) {
    font-size: 10px !important;
    padding: 7px !important;
    margin: 0px 3px !important;
    margin-left: 7px !important;
  }
}
