/* Defult */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("TTF"),
    url("../fonts/Poppins/Poppins-Light.ttf") format("TTF");
  font-weight: normal;
  font-style: normal;
}

.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "Poppins";
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  color: #fff;
  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: #0d0d0d;
}

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-repeat: no-repeat;
    width: 100%;
    height: 100%;
} */

.cicleslider {
  width: 7px !important;
  height: 7px !important;
  border-radius: 200px !important;
}

.carousel-indicators .active {
  background-color: #c2631c;
  color: #c2631c;
}

.carousel-indicators {
  position: absolute;
  bottom: -40px !important;
}

@media (max-width: 1900px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conservises,
  .conmessage,
  .conarticle,
  .conbestgame {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}

@media (max-width: 1100px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conservises,
  .conmessage,
  .conarticle,
  .conbestgame {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media (max-width: 768px) {
  .intro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conservises,
  .conmessage,
  .conarticle,
  .conbestgame {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.bgtext {
  position: relative;
  z-index: 5;
  color: #fffff7ea;
}

.imgheadtext {
  width: 30px;
  height: 30px;
}

.textheaderleft {
  cursor: pointer;
}

.textheaderleft:hover p {
  color: #c2631c !important;
}

.textheaderleft:hover i {
  color: #c2631c !important;
}

@media (max-width: 1600px) {
  .textheader h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 600px) {
  .textheader h3 {
    font-size: 16px !important;
  }

  .imgheadtext {
    width: 20px;
    height: 20px;
  }
}

/* Defult */

/* --------------------------------------- */

/* Header */

header {
  direction: rtl !important;
}

.header-mainin {
  width: fit-content !important;
  border: 1px solid #ffffff15 !important;
  background-color: #0d0d0d;
  border-radius: 200px !important;
  padding: 10px 20px !important;
}

.header-main {
  margin: 20px !important;
}

.menu-header-item {
  font-size: 16px;
  margin: 5px;
  position: relative;
}

.menu-header-item:hover a {
  color: #bdff02 !important;
}

.menu-header-item a {
  margin: 10px;
  color: #fff;
}

.header-search,
.header-menu-hamber {
  border-radius: 200px;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 160px;
  width: 44px;
  height: 44px;
  font-size: 17px;
  z-index: 30000 !important;
  background-color: #cccccc;
}

.header-search:hover {
  background-color: #fff !important;
}

.header-menu-hamber {
  display: none !important;
  z-index: 2 !important;
}

.header-menu-hamber i {
  color: #000000 !important;
}

.header-search input {
  background-color: transparent;
  margin: 0 10px;
  display: none;
}

.header-search:hover {
  width: 250px;
}

.header-search:hover input {
  display: block;
}

.menu-header-hambergerCLS {
  position: absolute;
  background-color: #cccccc;
  top: 80px;
  left: 100px;
  border-radius: 10px;
  height: 0px;
  overflow: hidden;
}

.menu-header-hamberger {
  position: absolute;
  background-color: #cccccc;
  top: 100px;
  left: 100px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  z-index: 555555555;
}

.menu-header-hamberger .menu-header-item {
  display: none !important;
}

.mibtn {
  padding: 9px 12px;
  border-radius: 200px;
  height: 44px;
  cursor: pointer;
  background: #bdff02;
  position: relative;
  z-index: 55;
  transform: rotate(0deg);
  box-shadow: 0px 0px 20px #bcff0260 !important;
}

.mibtn a {
  color: #000000;
}

.mibtn:hover {
  transform: rotate(-5deg);
  box-shadow: 0px 0px 0px 0px transparent !important;
  background: #bcff02bb;
}

@media (max-width: 1600px) {
  .header-main {
    margin: 20px !important;
  }
}

@media (max-width: 1300px) {
  .header-main {
    margin: 20px !important;
  }
}

@media (max-width: 992px) {
  .menu-header-item:hover a {
    color: #000000 !important;
  }

  .menu-header-item a {
    color: #0b0b0b !important;
  }

  .header-search {
    left: 120px;
  }

  .menu-header-item a {
    font-size: 16px;
    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: 210px;
  }

  .bgheader {
    padding-right: 80px !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: 100px;
  }

  .mibtn a {
    font-size: 12px !important;
  }

  .menu-header-item a {
    font-size: 14px !important;
  }

  .header-menu-hamber {
    display: flex !important;
    left: 175px;
  }

  .menu-header-hamberger {
    top: 80px;
    left: 80px;
  }

  .header-search:hover {
    width: 180px;
  }

  .header-search:hover input {
    width: 100%;
  }

  .header-search:hover img {
    display: none;
  }

  .bgheader {
    /* background: transparent !important; */
    padding-right: 85px !important;
    background-color: #0000006b !important;
  }
}

/* Header */

/* --------------------------------------- */
/* Body */

/* section1 */
.intro {
  /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
  position: relative;
  z-index: 3;
  overflow: hidden !important;
}

.bgtext {
  background: linear-gradient(90deg, #fffff7, #727267) !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
}

.intro span {
  background: linear-gradient(90deg, #fffff7, #727267);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.intro-in {
  width: 100%;
  height: 100vh !important;
  background: url(../img/bg-intro.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto !important;
  z-index: -1 !important;
  max-width: 1680px !important;
  max-height: 1000px;
}

.intro h1,
.intro span {
  font-size: 75px;
  text-align: right;
  letter-spacing: 2px;
  position: relative;
  font-family: "Poppins" !important;
  font-weight: 900;
  word-spacing: -10px;
}

.bg-gra-yel {
  background-image: linear-gradient(
    to top,
    #f06426,
    #f27122,
    #f37e1f,
    #f48b1d,
    #f4971d
  );
}

.btnintro {
  padding: 10px 20px !important;
  border-radius: 200px;
  border-left: none !important;
  background: #ffffff91;
  background-position: right;
  background-size: cover;
  cursor: pointer;
  font-size: 20px;
  direction: ltr !important;
  transform: translateY(0px);
}

.btnintro:hover {
  transform: translateY(-10px);
}

.intro span {
  font-size: 90px !important;
  font-weight: lighter !important;
  text-align: right;
  position: relative;
}

.btnintro a {
  color: #09090b;
}

.btnintro i {
  font-size: 16px !important;
  margin-left: 7px;
  margin-top: 8px;
}

.btnintro:hover {
  background-color: #af7c6b77 !important;
}

.btnintro:hover a {
  color: #fff !important;
}

.intro p {
  font-size: 22px !important;
  text-align: justify !important;
  text-align-last: center !important;
  color: #eeeeee !important;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textsmintro p {
  color: #ffffff3d !important;
  text-align: center !important;
}

.intro p {
  color: #7d7f78 !important;
  text-align: center !important;
}

@media (max-width: 1600px) {
  .intro h1,
  .intro span {
    font-size: 67px !important;
  }

  .intro h3 {
    font-size: 60px !important;
  }

  .intro p {
    font-size: 18px !important;
  }
}

@media (max-width: 900px) {
  .intro-in {
    background: none;
    height: fit-content !important;
  }
}

@media (max-width: 600px) {
  .sectextintro {
    background: linear-gradient(90deg, #bdff02, #bcff0279) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-background-clip: text !important;

    margin-top: 10px !important;
  }

  .w-md-100 {
    width: 100% !important;
    -webkit-line-clamp: 4 !important;
  }

  .intro h1,
  .intro span {
    font-size: 40px !important;
  }

  .intro h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .intro p {
    font-size: 14px !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 */

.conservice {
  background: url(../img/bg-sec2.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.boxitem {
  background-color: #161616;
  border: 1px solid #272727 !important;
  padding: 30px 25px;
  color: white !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  direction: ltr !important;
  text-align: left !important;
  cursor: pointer;
}

.boxitem p {
  font-size: 14px;
  text-align: justify !important;
  text-align-last: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-right: 50px !important;
  color: #cbcbcb !important;
}

.imgitemg {
  width: 60px !important;
  height: 60px !important;
  background: #131313 !important;
  border-radius: 200px;
  margin-bottom: 40px !important;
}

.imgitemg i {
  color: #bdff02 !important;
  font-size: 25px !important;
}

.textmessage {
  text-align: justify !important;
  font-size: 14px;
  color: #cbcbcb;
  text-align-last: center !important;
}

.boxitem:hover {
  background: #ffffff0e;
}

.boxitem:hover .imgitemg {
  opacity: 0.5;
}

.boxwork {
  width: 32% !important;
}

.boxitem h3 {
  font-size: 20px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.boxitem img {
  width: 25px !important;
}

.textheader p {
  font-size: 14px !important;
  color: #ddff00 !important;
  position: relative;
}

.textheader p::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/img-title.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 2px;
}

@media (max-width: 992px) {
  .boxwork {
    width: 100% !important;
    margin: 10px 0;
  }
}

@media (max-width: 600px) {
  .boxitem {
    padding: 10px !important;
  }

  .boxitem img {
    width: 15px !important;
    height: 15px !important;
  }

  .boxitem h3 {
    font-size: 14px !important;
    line-height: 35px !important;
    margin-left: 10px !important;
  }

  .textservice {
    font-size: 16px !important;
  }
}

/* section3 */

/* section3 */

/* section4 */

.bgblog {
  background: url(../img/bg-blog.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1680px !important;
  margin: 0 auto !important;
}

.textheader1 p {
  font-family: "Inter" !important;
  font-size: 20px !important;
  color: #ddff00 !important;
  position: relative;
  font-weight: 600;
}

.textheader1 p::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/img-title.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 11px;
}

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  direction: rtl !important;
}

.bgtranslate {
}

.article > * {
  direction: ltr !important;
  text-align: left !important;
}

.article p {
  margin-top: 10px;
  text-align: justify;
  text-align-last: left !important;
  font-size: 20px !important;
  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;
}

.btnarticle12 {
  border-radius: 10px !important;
  padding: 10px !important;
  margin-right: 10px;
  cursor: pointer;
  text-align: center !important;
  background-color: #391e106e;
  border: none !important;
  border: 2px solid #ffffff15 !important;
  font-size: 14px !important;
}

/* .btnarticle1:nth-child(1) {
    border: none !important;
    background: linear-gradient(#8232AE, #4D18A8);
}

.btnarticle1:nth-child(1):hover {
    border: none !important;
    background: linear-gradient(#8332aeb4, #4d18a8ab);
} */

.btnarticle1:hover {
  background-color: #ffffff0c;
}

.btnarticle2:hover {
  border: 1px solid rgba(255, 255, 255, 0.671) !important;
  background: #7dc5ff;
}

.btnblog {
  cursor: pointer;
}

.btnblog img {
  width: 20px;
  height: 20px;
  margin-left: 0px !important;
}

.btnblog:hover img {
  margin-left: 5px !important;
}

.btnblog img {
  width: 20px;
  height: 20px;
  margin-left: 0px !important;
}

.btnblog p {
  color: #e2ff02;
  font-size: 14px !important;
  margin-right: 5px;
  padding-top: 5px;
  font-family: "Inter" !important;
}

@media (max-width: 1600px) {
  .article h3 {
    font-size: 24px;
  }

  .article p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .textheader1 p::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/img-title.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -15px;
    top: 7px;
  }

  .Wmd100 {
    width: 100% !important;
  }

  .article h3 {
    font-size: 20px;
  }
}

@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;
  }
}

/* section4 */
/* section5 */

.gamebox {
  width: 24%;
  background-color: #161616;
  padding: 20px !important;
  border-radius: 30px !important;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #ffffff0e !important;
}

.gamebox img {
  width: 100%;
}

.gamebox:hover {
  opacity: 0.6;
}

.gamebox p {
  font-size: 20px !important;
  color: #bdff02;
}

@media (max-width: 768px) {
  .gamebox {
    width: 100%;
    padding: 20px !important;
    border-radius: 20px !important;
    margin: 10px 0;
  }
}

/* section5 */

/* section6 */

/* section6 */
/* section7 */

.boxitem1 {
  background-color: #16161688 !important;
  padding: 30px !important;
  padding-bottom: 20px !important;
  color: white !important;
  overflow: hidden !important;
  cursor: pointer;
  direction: ltr !important;
  margin: 15px 0px !important;
  margin-bottom: 0px !important;
  border-radius: 20px !important;
}

.border-down {
  border-radius: 20px 20px 0px 0px !important;
  border-bottom: none !important;
}

.boxitemshow1 {
  color: #cbcbcb !important;
  font-size: 18px !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  background-color: #16161688 !important;
  padding: 15px;
  border-radius: 5px !important;
  direction: ltr !important;
  border-radius: 0px 0px 20px 20px !important;
  border-top: none !important;
}

.boxitemshowclose1 {
  height: 0px;
  color: #cbcbcb !important;
  font-size: 18px !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: 0.3s;
  background-color: #161616 !important;
  opacity: 0;
  padding: 0px;
  border-radius: 0px 0px 20px 20px !important;
  border-top: none !important;
}

.boxitemshow1 p,
.boxitemshowclose1 p {
  font-size: 16px !important;
  color: #9f9f9f;
  text-align: justify;
  text-justify: justify;
  line-height: 35px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: "Inter";
}

.boxitem1 h3 {
  font-size: 20px !important;
  font-family: "Inter";
  color: #e8e8e8 !important;
}

.boxitem1 img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0px !important;
}

@media (max-width: 600px) {
  .boxitemshow1 p,
  .boxitemshowclose1 p {
    padding-left: 23px !important;
    padding-right: 10px !important;
  }

  .boxitem1 {
    padding: 15px !important;
    padding-bottom: 5px !important;
  }

  .boxitem1 img {
    width: 12px !important;
    height: 12px !important;
    margin-right: 0px !important;
  }

  .conblog {
    background-color: #ffffff18 !important;
    padding: 50px;
    border-radius: 30px !important;
    box-shadow: none !important;
    border-top: none !important;
  }

  .conblog {
    background-color: #ffffff18 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    width: 90% !important;
    margin: 0 auto;
  }

  .boxitemshow1 p {
    font-size: 14px !important;
  }

  .boxitem1 h3 {
    font-size: 14px !important;
    line-height: 35px !important;
    margin-left: 10px !important;
  }
}

/* section7 */
/* section8 */

.conarticle {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  direction: rtl !important;
}

.bg-blog {
  padding: 50px 150px !important;
  border-radius: 20px !important;
  background: linear-gradient(to right, #1a1a1aa6, #1a1a1a18) !important;
}

.endarticle img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  z-index: 10000000000000;
}

.conimg {
  position: relative;
}

/* .btnarticle1:nth-child(1) {
    border: none !important;
    background: linear-gradient(#8232AE, #4D18A8);
}

.btnarticle1:nth-child(1):hover {
    border: none !important;
    background: linear-gradient(#8332aeb4, #4d18a8ab);
} */

.btnarticle1:hover {
  background-color: #ffffff0c;
}

.btnarticle2:hover {
  border: 1px solid rgba(255, 255, 255, 0.671) !important;
  background: #7dc5ff;
}

.boxtitle {
  color: #cccccc !important;
}

.items p {
  font-size: 14px !important;

  position: relative;
  padding-left: 15px;
  color: #ffffff !important;
}

.items p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e2ff02;
  position: absolute;
  left: 0px;
  border-radius: 200px;
  top: 9px;
}

.title-bg {
  color: #e2ff02;
  position: relative;
}

.title-bg::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  background: url(../img/border-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.textmbox1 {
  text-align: center !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-align-last: center !important;
  font-size: 18px !important;
}

@media (max-width: 1600px) {
  .article h3 {
    font-size: 24px;
  }

  .article p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .bg-blog {
    padding: 15px 20px !important;
    padding-top: 0px !important;
  }

  .bg-blog::before {
    display: none;
  }

  .Wmd100 {
    width: 100% !important;
  }

  .article h3 {
    font-size: 20px;
  }
}

@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;
  }
}

/* section8 */
/* section9  */

/* section9  */

/* section10 */

/* section10 */
/* Body */

/* Footer */

footer > * {
  font-weight: lighter !important;
}

footer {
  direction: rtl !important;
  background: #e1ff02 !important;
  width: 100% !important;
  position: relative;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

footer p {
  font-size: 12px !important;
  font-weight: 100 !important;
}

.imgfot {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px !important;
}

.copyright a {
  font-size: 12px !important;
  margin: 7px !important;
}

.copyright a:hover {
  color: #cccccc;
}

.copyright span {
  font-size: 12px !important;
  padding-top: 5px !important;
  color: #dddddd;
  font-family: "Inter";
}

.circlefot {
  width: 35px;
  height: 35px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.circlefot:hover {
  opacity: 0.7;
}

.fotheader {
  color: #000 !important;
  font-weight: bolder !important;
  font-size: 16px !important;
}

.fotheader:hover {
  color: #fff !important;
}

.copyright > * {
  color: #000000;
}

.copyright a {
  color: #000000;
  font-family: "Inter";
  font-weight: 600;
}

.copyright {
  background-color: #e1ff0286 !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

.fotborder {
  height: 0.5px;
  background: radial-gradient(circle, #8d1113 0%, #281c1c3d 66%);
  width: 100% !important;
}

.social img {
  margin: 7px !important;
  cursor: pointer;
  opacity: 1 !important;
}

img:hover {
  opacity: 0.5 !important;
}

@media (max-width: 992px) {
  .rightfooter {
    width: 100% !important;
  }

  .w-md100 {
    width: 100% !important;
  }

  .textfot {
    text-align: justify !important;
    text-align-last: center !important;
  }
}

@media (max-width: 768px) {
  .gourpinput p {
    text-align: center !important;
  }

  .conmessage {
    margin: 0 !important;
  }

  .leftfooter {
    margin-top: 10px;
  }

  .bordermdnone {
    border: 0px !important;
  }
}

@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 */
