/* Defult */

@font-face {
  font-family: "Rokh";
  src: url("../fonts/rokh/Rokh-ExtraBold.otf");
  src: url("../fonts/rokh/Rokh-Black.eot") format("eot"),
    url("../fonts/rokh/Rokh-Black.otf") format("otf"),
    url("../fonts/rokh/Rokh-Black.ttf") format("ttf"),
    url("../fonts/rokh/Rokh-Black.woff") format("woff"),
    url("../fonts/rokh/Rokh-Black.woff2") format("woff2"),
    url("../fonts/rokh/Rokh-ExtraBold.ttf") format("ttf"),
    url("../fonts/rokh/Rokh-ExtraBold.woff") format("woff"),
    url("../fonts/rokh/Rokh-ExtraBold.woff2") format("woff2"),
    url("../fonts/rokh/Rokh-ExtraBold.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rokhl";
  src: url("../fonts/rokh/RokhFaNum-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rokhb";
  src: url("../fonts/rokh/Rokh-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Rokhl";
  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: #fff6cf !important;
}

html {
  scroll-behavior: smooth !important;
  position: relative;
  overflow-x: hidden !important;
}

.textheader h3,
.textheader span {
  color: #000 !important;
  font-family: "Rokhb" !important;
}

/* 
html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-position: left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 100% !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) {
  .bgintro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .conmessage,
  .conservise,
  .conarticle {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}

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

@media (max-width: 768px) {
  .bgintro,
  .secondintro,
  .conintrobotten,
  .concasinobox,
  .conboxcasinoonline,
  .conbestgame,
  .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;
  opacity: 0.9;
  margin: 7px 0px !important;
  animation: logomove 5s infinite linear !important;
}

@keyframes logomove {
  100% {
    transform: rotate(360deg);
  }
}

.textcasinoRoyal {
  color: #fff !important;
  padding-left: 20px !important;
}

.consecheader {
  background-color: #f4f7ff !important;
  width: 85% !important;
  border-radius: 200px !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: #fff6cf !important;
}

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

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

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

.header-search:hover {
  background-color: #d46de1 !important;
  clip-path: polygon(
    0 0,
    50% 0%,
    100% 0,
    100% 70%,
    100% 100%,
    50% 100%,
    0 100%,
    0% 30%
  ) !important;
  border-radius: 200px !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: #fff !important;
}

.header-search input::placeholder {
  color: #fff !important;
}

.menu-header-hambergerCLS {
  position: absolute;
  top: 75px;
  left: 108px;
  border-radius: 7px !important;
  height: 0px;
  overflow: hidden;
  backdrop-filter: blur(0px);
}

.menu-header-hamberger {
  position: absolute;
  background: linear-gradient(to bottom right, #fc894f7e, #fc894f7e) !important;
  top: 85px;
  left: 108px;
  height: auto;
  overflow: hidden;
  z-index: 555555555;
  backdrop-filter: blur(8px);
  border-radius: 25px !important;
  border: 2px solid #fcf296 !important;
}

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

.mibtn {
  padding: 12px 17px;
  height: 44px;
  cursor: pointer;
  background-color: #fff5cd;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 200px !important;
}

.mibtn a {
  color: #000000 !important;
}

.mibtn:hover {
  transform: scale(0.95) !important;
  background: #fdf1bf !important;
  backdrop-filter: blur(20px) !important;
}

.btnintro:hover {
  transform: rotate(-5deg);
}

.mibtn2:hover {
  transform: rotate(-5deg);
}

/* 
.menu-header-item-selected::before {
    content: "";
    width: 14px;
    height: 5px;
    border-radius: 200px !important;
    background: linear-gradient(#AC6DEB, #AC6DEB);
    position: absolute;
    margin: 0 auto !important;
    bottom: -3px;
} */
.menu-header-item-selected a {
  color: #fff !important;
}

@media (max-width: 1299px) {
  .consecheader {
    width: 80% !important;
  }
}

@media (max-width: 992px) {
  .menu-header-item {
    margin: 10px 12px;
  }

  .consecheader {
    width: fit-content !important;
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    display: block !important;
  }

  .logo {
    width: 44px !important;
  }

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

  .menu-header-item:hover a {
    color: #fcf296 !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: 140px;
  }

  .menu-header-item-selected::before {
    content: "";
    width: 80%;
    height: 2px;
    border-radius: 200px !important;
    background: #fcf296 !important;
    position: absolute;
    margin: 0 auto !important;
    bottom: -3px;
  }

  .menu-header-item-selected a {
    color: #fcf296 !important;
  }

  .menu-header-item-selected:hover a {
    color: #fcf296 !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: 128px;
  }

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

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

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

  .menu-header-hamberger {
    top: 80px;
    left: 85px;
    min-width: 120px !important;
  }

  .menu-header-hambergerCLS {
    top: 70px;
    left: 85px;
  }

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

.bgintro {
  max-height: 100vh !important;
  height: 100vh !important;
  overflow: hidden !important;
  margin: 0px !important;
  max-width: 1905px !important;
  margin: 0 auto !important;
  min-height: 100vh !important;
  background-color: transparent;
  background: url(../img/bgintro.png) !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}

.introbg {
  /* background-color: transparent;
    background: url(../img/bgintro.png) !important;
    background-size: cover !important;
    background-position: top center !important; */
  background-repeat: no-repeat !important;
  height: 100% !important;
}

.bgintro::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0px !important;
  background: url(../img/introimg.png) !important;
  background-position: center bottom !important;
  background-size: 38% !important;
  background-repeat: no-repeat !important;
}

.intro {
  /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
  position: relative !important;
  z-index: 3;
  margin: auto !important;
  max-width: 1900px !important;
}

@keyframes bounceScale3 {
  50% {
    transform: scale(0.9) rotate(5deg);
  }
}

.intro h3,
.intro span {
  font-family: "Rokhl" !important;
  font-size: 35px;
  text-align: right;
  position: relative;
  font-weight: bolder;
  font-weight: 900 !important;
  text-align: center !important;
  text-align-last: center !important;
}

.intro h3 {
  font-family: "Rokhb" !important;
  font-size: 60px;
  font-weight: 900 !important;
  color: #2a2a2a !important;
  text-align: center !important;
  text-align-last: center !important;
}

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

@keyframes bounceScale2 {
  0%,
  100% {
    transform: rotate(140deg) scale(1) translateX(-10px);
  }

  50% {
    transform: rotate(140deg) scale(1) translateX(0px);
  }
}

.btnintro a {
  font-family: "Rokh" !important;
}

.btnintro i {
  font-size: 14px;
  margin: 5px;
  margin-right: 5px;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.btnintro:nth-child(2) {
  margin-right: 10px;
  border: none !important;
  background-color: #b776e8 !important;
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
  color: #ffffff !important;
}

.btnintro:nth-child(1) {
  padding: 10px 30px !important;
}

.btnintro:hover {
  transform: scale(0.95) !important;
  background: #20202042 !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;
}

.intro .leftfooter {
  width: 100% !important;
  background: transparent !important;
  backdrop-filter: blur(0px) !important;
}

.intro p {
  font-size: 18px !important;
  color: #5e5e5e !important;
  text-align: center !important;
  text-align-last: center !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  line-height: 170% !important;
  margin-top: 120px !important;
  font-family: "Rokhl";
  letter-spacing: 0px !important;
}

.btnintro {
  padding: 12px 23px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  border: 1px solid #fff !important;
  cursor: pointer;
  font-size: 18px;
  position: absolute !important;
  right: 140px !important;
  bottom: 100px !important;
  clip-path: polygon(
    0 0,
    90% 0,
    100% 20%,
    100% 70%,
    100% 100%,
    10% 100%,
    0 80%,
    0% 30%
  ) !important;
}

.introtext {
  position: absolute !important;
  left: 3% !important;
  top: 40% !important;
  z-index: 2 !important;
}

.introtext2 {
  position: absolute !important;
  left: auto !important;
  right: 3% !important;
}

.text-introshow {
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #ffffff !important;
}

.text-introshow:nth-child(1) {
  border: none !important;
}

.text-introshow h5 {
  font-size: 35px !important;
  font-weight: 900 !important;
  font-family: "Rokhb";
  color: #fff6cf !important;
}

.text-introshow h6 {
  font-size: 14px !important;
  text-align: center !important;
  color: #fff !important;
}

@media (max-width: 1700px) {
  .intro p {
    font-size: 18px !important;
    color: #5e5e5e !important;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 170% !important;
    margin-top: 120px !important;
    font-family: "Rokhl";
    letter-spacing: 0px !important;
  }

  .btnintro {
    padding: 12px 23px !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    font-size: 18px;
    position: absolute !important;
    bottom: 110px !important;
  }
}

@media (min-width: 1900px) {
  .intro p {
    font-size: 18px !important;
    color: #5e5e5e !important;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 200% !important;
    margin-top: 150px !important;
  }

  .btnintro {
    padding: 12px 23px !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    font-size: 18px;
    position: absolute !important;
    right: 90px !important;
    bottom: 145px !important;
  }

  .bgintro {
    max-height: 952px !important;
    min-height: 952px !important;
    height: 952px !important;
  }
}

@media (min-width: 992px) {
  .marginrightext {
    margin-right: 250px !important;
  }

  .w-lg-70 {
    width: 35% !important;
    max-width: 350px !important;
    margin-top: 100px !important;
  }
}

@media (max-width: 1800px) {
  .margintoptext {
    margin-top: -20px !important;
  }
}
@media (max-width: 1600px) {
  .intro h3 {
    font-size: 3vw !important;
  }

  .intro span {
    font-size: 2vw !important;
  }

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

  .margintoptext {
    margin-top: -30px !important;
  }
}

@media (max-width: 1400px) {
  .margintoptext {
    margin-top: -55px !important;
  }
}
@media (max-width: 1200px) {
  .intro h3 {
    font-size: 4vw !important;
  }

  .intro span {
    font-size: 3.5 !important;
  }
}

@media (max-width: 992px) {
  .margintoptext {
    margin-top: 7vh !important;
  }
  .bgintro::before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background: url(../img/introimg.png) !important;
    background-position: center bottom !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    bottom: -15px !important;
    left: 2.5% !important;
    right: auto !important;
  }

  .bgintro {
    min-height: 750px !important;
    max-height: 100vh !important;
    height: 100vh !important;
    overflow: hidden !important;
  }

  .introtext {
    position: absolute !important;
    z-index: 2 !important;
    top: auto !important;
    bottom: -100% !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
  }

  .text-introshow {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: none !important;
    margin-left: 20px !important;
    padding-left: 20px !important;

    border-left: 1px solid #fcf296 !important;
  }

  .text-introshow:nth-child(1) {
    border-left: 1px solid #fcf296 !important;
    margin-top: -100px !important;
    transform: rotate(-25deg) !important;
  }
  .text-introshow:nth-child(2) {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
  }
  .text-introshow:nth-child(3) {
    border: none !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
    border-right: 1px solid #fcf296 !important;
    margin-top: -100px !important;
    transform: rotate(25deg) !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .text-introshow h5 {
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Rokhb";
    color: #fff6cf !important;
  }

  .text-introshow h6 {
    font-size: 10px !important;
    text-align: center !important;
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .btnintro {
    margin: 0px !important;
    transform: rotate(0deg) !important;
    margin-top: 0px !important;
    position: relative !important;
    inset: 0px !important;
  }

  .intro p {
    margin-top: 5px !important;
    padding: 0px 20px !important;
  }

  .intro-in {
    background: none !important;
  }

  .intro h3 {
    font-size: 7.5vw !important;
    margin-bottom: 0px !important;
  }

  .intro span {
    font-size: 4.5vw !important;
  }

  .intro .leftfooter a {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    margin: 0px 5px !important;
  }

  .intro .leftfooter img {
    height: 13px !important;
    min-height: 13px !important;
    max-height: 13px !important;
    width: 13px !important;
    min-width: 13px !important;
    max-width: 13px !important;
  }
}

@media (max-width: 600px) {
  /* .bgintro {
    max-height: 100vh !important;
    height: 100vh !important;
    overflow: hidden !important;
    margin: 0px !important;
    max-width: 1905px !important;
    margin: 0 auto !important;
    min-height: fit-content !important;
    background-color: transparent;
    background: url(../img/bgintrosm.png) !important;
    background-size: cover !important;
    background-position: center !important;
  } */

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

/* section2 */

/* section6 */

.conbestgame {
  padding-top: 85px !important;
  padding-bottom: 100px !important;
  background: url(../img/bggames.png) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 170px !important;
  max-width: 1905px !important;
}

.gamesbg {
  margin-top: 70px !important;
}

.gamesbg h3 {
  font-size: 27px !important;
}

.gamesbg h3:nth-child(2) {
  color: #fff6cf !important;
}

.gamesbg p {
  font-size: 15px !important;
  color: #fff6cf !important;
}

.gamesbg i {
  font-size: 13px !important;
  color: #fff6cf !important;
  margin-top: -18px !important;
  margin-right: 8px !important;
}

.gamesbg a:hover > * {
  color: #fff !important;
}

.gamesbg .a {
  width: 18% !important;
  cursor: pointer;
}

.gamesbg img {
  width: 100% !important;
}

.gamesbg img:hover {
  animation: gameselect 1.5s infinite !important;
}

@keyframes gameselect {
  50% {
    transform: scale(0.9);
  }
}

.intro-games {
  font-size: 18px !important;
  text-align: right !important;
  text-align-last: right !important;
  color: #ebebeb !important;
  line-height: 200% !important;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

@media (min-width: 992px) {
  .w-lg-game1 {
    width: 80% !important;
  }
}

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

  .gamesbg p {
    font-size: 12px !important;
  }

  .gamesbg i {
    font-size: 8px !important;
    margin-top: -18.5px !important;
    margin-right: 6px !important;
  }

  .gamesbg a:hover > * {
    color: #fff !important;
  }

  .gamesbg {
    padding: 10px !important;
    padding-top: 0px !important;
    border-radius: 0px !important;
    background-position: left !important;
    margin-top: 0px !important;
  }

  .conbestgame {
    padding-top: 55px !important;
    padding-bottom: 40px !important;
    background: url(../img/bggames.png) !important;
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 75px !important;
    max-width: 1905px !important;
  }

  .intro-games {
    font-size: 14px !important;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 230% !important;
    max-width: 92% !important;
    margin-top: 35px !important;
  }

  .gamesbg .a {
    width: 42% !important;
    margin: 3% !important;
  }
}

/* section6 */

/* section6.5 */

.concasinobox {
  /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
  background-color: transparent;
}

.conobutncasinobox {
  overflow: hidden;
  padding: 0px !important;
}

.conrightcosino {
  width: 30% !important;
}

.boxcasinoonline {
  background-color: #201701;
  backdrop-filter: blur(20px) !important;
  border-radius: 35px;
  padding: 5px 25px;
  width: 100%;
  height: 28% !important;
  position: relative;
  margin: 15px 0;
  cursor: pointer;
  transform: translateX(0px);
  min-height: 80px !important;
  backdrop-filter: blur(20px) !important;
}

.boxcasinoonline:hover {
  transform: translateX(10px);
  background-color: #201701e3;
}

.boxcasinoonline .leftimg {
  width: 50px !important;
}

.boxcasinoonline h1 {
  font-size: 30px;
  margin-top: 10px !important;
  margin-left: 20px !important;
  font-weight: bolder;
  letter-spacing: 3px;
  font-family: Pinar;
}

.boxcasinoonline .text {
  font-size: 20px;
  margin: 20px !important;
  color: #ffffff !important;
}

.boxcasinoonline p {
  font-size: 22px;
}

.boxcasinoonline small {
  margin-left: 5px;
  margin-top: -10px;
  text-align: center;
  font-size: 16px !important;
  color: #ffffff !important;
}

.boxcasinoonline .startimg {
  margin-top: -16px;
  max-width: 15px !important;
  margin-right: 2spx !important;
}

.btnonlinecasino {
  background: #db652a;
  width: 20% !important;
  border-radius: 200px;
  cursor: pointer;
  padding: 5px;
}

.btnonlinecasino span {
  margin: 5px;
  margin-right: 10px !important;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.boxcasinoonline .constart {
  margin-top: 10px !important;
}

@media (max-width: 1600px) {
  .boxcasinoonline h1 {
    font-size: 25px;
  }

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

  .boxcasinoonline .text {
    font-size: 16px;
    margin: 10px !important;
  }

  .btnonlinecasino span {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: 70% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }
}

@media (max-width: 992px) {
  .conobutncasinobox {
    max-height: fit-content !important;
    min-height: fit-content !important;
    margin-top: 25px !important;
    background: transparent !important;
  }

  .boxcasinoonline {
    background: linear-gradient(to right, #201701, #201701e8);
    backdrop-filter: blur(30px) !important;
    background-color: transparent !important;
  }

  .boxcasinoonline:nth-child(2) {
    background: linear-gradient(to right, #201701e8, #201701);
    backdrop-filter: blur(30px) !important;
    background-color: transparent !important;
  }

  .boxcasinoonline:nth-child(2) .btnonlinecasino {
    animation: btnworks 1s infinite linear !important;
  }

  @keyframes btnworks {
    50% {
      transform: scale(0.9);
    }
  }

  .conrightcosino {
    max-height: fit-content !important;
    min-height: fit-content !important;
  }

  .conrightcosino {
    width: 100% !important;
  }

  .boxcasinoonline:hover {
    transform: translateX(0px);
  }

  .conobutncasinobox {
    clip-path: none !important;
    background-color: transparent;
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  .boxcasinoonline {
    padding: 20px;
  }

  .boxcasinoonline h1 {
    font-size: 25px;
  }

  .boxcasinoonline p {
    font-size: 18px;
  }

  .btnonlinecasino span {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .conobutncasinobox {
    border: none !important;
    border-radius: 0px 0px 5px 5px !important;
    margin-top: 5px !important;
  }

  .boxcasinoonline {
    padding: 0px 13px !important;
    padding-left: 15px !important;
    margin: 18px 0px !important;
    border-radius: 25px !important;
    position: relative !important;
    max-height: 65px !important;
    min-height: 65px !important;
  }

  .boxcasinoonline:nth-child(1) {
    margin-top: 10px !important;
  }

  .boxcasinoonline h1 {
    font-size: 16px !important;
    margin-left: 5px !important;
    letter-spacing: 0px !important;
  }

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

  .btnonlinecasino {
    width: 35% !important;
    margin-right: 5px !important;
  }

  .boxcasinoonline .text {
    font-size: 11px !important;
    margin: 0px !important;
    margin-left: 10px !important;
    padding-top: 5px !important;
  }

  .boxcasinoonline span {
    font-size: 12px !important;
    margin: 5px !important;
    text-wrap: nowrap !important;
  }

  .btnonlinecasino img {
    max-width: 15px !important;
  }

  .btnonlinecasino {
    padding: 2px !important;
  }

  .boxcasinoonline small {
    font-size: 10px !important;
    margin-top: 0px !important;
  }

  .boxcasinoonline .startimg {
    width: 12px;
    margin-top: -8px;
  }

  .rightfooter .p {
    margin: 0px !important;
    padding: 0px !important;
  }

  .leftimg {
    position: absolute;
    max-width: 30px !important;
    max-height: 30px !important;
    top: -20px;
    right: 0px !important;
  }

  .leftfooter {
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
}

/* section6.5 */
/* section6.7 */

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

.article {
  background-color: #201701;
  width: 24%;
  overflow: hidden;
  border-radius: 35px !important;
  position: relative;
  cursor: pointer;
  backdrop-filter: blur(30px) !important;
}

.article small {
  color: #ffffff !important;
}

.article:hover {
  transform: scale(0.95) !important;
  background-color: #201701ef !important;
}

.article:hover::before {
  top: 10px;
}

.contextblog {
  padding: 10px 20px !important;
}

.article img {
  margin-top: -5px !important;
  width: 105% !important;
  border-radius: 45px !important;
}

.article p {
  font-size: 14px;
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff !important;
  line-height: 160% !important;
}

.article h3 {
  font-size: 18px;
  color: #ffffff;
  text-align: justify;
  text-align-last: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.btnarticle {
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}

.btnarticle span {
  text-align: left;
  font-size: 14px;
  color: #222222;
  margin: 0px 3px;
  font-weight: bold;
}

.btnarticle span:nth-child(2) {
  color: #ff9b1b;
  padding-top: 5px !important;
  padding-right: 5px !important;
}

.btnarticle span:nth-child(1) {
  margin-top: 5px !important;
  color: #fff !important;
}

.btnarticle:hover span {
  color: #ff9b1b !important;
}

.carousel-indicators {
  position: absolute;
  margin: 0 auto !important;
  bottom: -55px;
}

.carousel-indicators li {
  width: 7px !important;
  height: 7px !important;
  border-radius: 200px !important;
  background: #fff !important;
  color: #fff !important;
}

.carousel-indicators .active {
  background-color: #7dc5ff !important;
  color: #7dc5ff;
  width: 20px !important;
}

@media (max-width: 992px) {
  .article {
    width: 100%;
    margin: 10px 0px !important;
    border-radius: 30px !important;
    transform: scale(0.95) !important;
  }

  .article:hover {
    transform: scale(0.9) !important;
  }

  .article:nth-child(1) {
    margin-top: 10px !important;
  }

  .article p,
  span {
    font-size: 14px !important;
  }

  .article h3 {
    font-size: 18px !important;
  }

  .slidercon {
    width: 100% !important;
  }

  .carousel-indicators {
    bottom: -20px !important;
  }
}
/* section6.7 */

/* section7 */

.textheader {
  position: relative !important;
}

.textheaderleft {
  cursor: pointer;
}

.textheaderleft p {
  color: #000000 !important;
  font-family: "Rokhb" !important;
}

.textheaderleft i {
  color: #000000 !important;
}

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

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

/* section7 */
/* section8 */

.bgservicenew {
  padding-top: 85px !important;
  padding-bottom: 160px !important;
  background: url(../img/bgservice.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-top: 75px !important;
  max-width: 1905px !important;
}

.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(#201701, #201701) !important;
  border-radius: 50px !important;
}

.servicebox:hover:not(:nth-child(1)) {
  transform: scale(0.95) !important;
}
.servicebox:nth-child(1) {
  background: #fff6cf !important;
  animation: serviceanimation 2s infinite !important;
}

@keyframes serviceanimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
  }
}

.servicebox h3 {
  font-size: 22px !important;
  text-align: right !important;
  color: #fcf296 !important;
  font-weight: 900 !important;
}
.servicebox:nth-child(1) h3 {
  color: #0c0912 !important;
}

.servicebox p {
  font-size: 16px !important;
  text-align: right !important;
  text-align-last: right !important;
  line-height: 180% !important;
  color: #ffffff !important;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.servicebox:nth-child(1) p {
  color: #0c0912 !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: #ffffff !important;
}

.conbtnservice i {
  font-size: 11px !important;
  margin-top: 4px !important;
  color: #ffffff !important;
}
.servicebox:nth-child(1) .conbtnservice small {
  color: #000000 !important;
}

.servicebox:nth-child(1) .conbtnservice i {
  color: #000000 !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: 20px 0px !important;
  }

  .servicebox:nth-child(1) {
    margin-top: 30px !important;
    transform: scale(0.95);
  }

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

  .servicebox:nth-child(1) 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;
  }

  .bgservicenew {
    padding-top: 20px !important;
    padding-bottom: 75px !important;
    background: url(../img/bgservice.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 50px !important;
  }

  @keyframes serviceanimation {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0.8;
      transform: scale(0.9);
    }

    100% {
      opacity: 1;
    }
  }
}

@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: 10px 0px !important;
  }

  .servicebox {
    padding: 35px !important;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    cursor: pointer;

    min-height: 320px !important;
    max-width: 320px !important;
    margin: 10px 0px !important;
  }
  .servicebox:not(:nth-child(1)) {
    transform: scale(0.95) !important;
  }
  .servicebox:hover:not(:nth-child(1)) {
    opacity: 0.8 !important;
    transform: scale(0.9) !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;
  }
}
/* section8 */

.secondintro {
  /* background-image: linear-gradient(to bottom, #5c4e2bb2, #404728b7, #283e2ab7, #17342cbb, #0e2829b2); */
  background-color: transparent;
}

.secondintro p {
  text-align: right !important;
  text-align-last: right !important;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000 !important;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  overflow: hidden;
}

.textheader h3,
.textheader span {
  font-weight: 900 !important;
  letter-spacing: 0px !important;
}

.textheader img {
  margin-top: -10px !important;
  margin-left: 10px;
  font-weight: bolder !important;
}

.mibtn2 {
  padding: 10px 25px !important;
  font-size: 16px !important;
  border-radius: 200px;
  cursor: pointer;
}

.mibtn2:nth-child(1) {
  border: 1px solid #c34100 !important;
}

.mibtn2:nth-child(1):hover {
  transform: scale(0.95) !important;
  border: 1px solid #c34100 !important;
}
.mibtn2:nth-child(1) span {
  color: #c34100 !important;
}

.mibtn2:nth-child(2) {
  background: linear-gradient(to right, #201701, #201701) !important;
}

.mibtn2 p {
  font-size: 16px !important;
  letter-spacing: 0px;
  line-height: 0px;
}

.textheaderleft i {
  padding-bottom: 0.19rem !important;
}

@media (max-width: 1600px) {
  .secondintro p {
    font-size: 20px;
    line-height: 35px;
  }

  .textheader h3 {
    font-size: 26px !important;
  }

  .mibtn2 {
    padding: 10px 29px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1400px) {
  .secondintro p {
    font-size: 16px;
    line-height: 30px;
  }

  .textheader h3 {
    font-size: 18px !important;
  }

  .mibtn2 {
    padding: 10px 29px !important;
    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;
  }

  .secondintro p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px !important;
    text-align: center !important;
    text-align-last: center !important;
  }

  .wmd100 {
    width: 100% !important;
  }

  .mibtn2 {
    padding: 10px 25px !important;
    font-size: 12px !important;
  }

  .mibtn2:nth-child(1) {
    padding-top: 12px !important;
  }

  .mibtn2:nth-child(2) {
    padding-top: 11px !important;
  }
}

/* section8.5 */

/* section8.5 */

/* section 9 */

.conmessage {
  /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
  background: url(../img/bgmessage.png) !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  padding-top: 100px !important;
  padding-bottom: 200px !important;
  max-width: 1905px !important;
}

.messagebox {
  padding: 30px;
  padding-bottom: 20px !important;
  width: 32%;
  border: 1px solid rgba(255, 255, 255, 0.137) !important;
  background-color: #f1f1f1 !important;
  backdrop-filter: blur(100px) !important;
  border-radius: 55px !important;
}

.messagebox:hover {
  background-color: #ffffff0e !important;
  backdrop-filter: blur(100px) !important;
}

.messagebox h3 {
  font-size: 18px;
  color: #000000 !important;
}

.messagebox small {
  font-size: 10px !important;
  color: #000 !important;
}

.messagebox span {
  font-size: 14px !important;
  color: #000;
}

.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;
  color: #000;
}

@media (max-width: 1200px) {
  .messagebox h3 {
    font-size: 16px;
  }

  .messagebox small {
    font-size: 10px;
  }

  .messagebox p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .conmessage {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    padding-top: 45px !important;
    padding-bottom: 150px !important;
    max-width: 1905px !important;
    background-color: #db652a !important;
    background-image: url(../img/bgmessage.png) !important;
    background-size: 300% !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
  }

  .messagebox {
    width: 100%;
    margin-top: 20px;
    padding: 20px !important;
    border-radius: 30px !important;
  }

  .messagebox:nth-child(1) {
    margin-top: 0px;
  }

  .messagebox {
    width: 100%;
    margin-top: 25px;
  }

  .messagebox span {
    font-size: 13px;
  }
}

/* section 9 */

/* section 10 */

.bgbonus {
  margin-top: -40px !important;
}

.w35 {
  width: 35% !important;
}

.w65 {
  width: 65% !important;
}

.bgbonus h3 {
  font-size: 22px !important;
  color: #201701 !important;
  font-weight: 900 !important;
  font-family: "Rokhb" !important;
}
.bgbonus p {
  font-size: 18px !important;
  color: #201701 !important;
  text-align: right !important;
  text-align-last: right !important;
  line-height: 200% !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 992px) {
  .bgbonus {
    margin-top: 40px !important;
  }
  .bgbonus h3 {
    font-size: 16px !important;
    color: #201701 !important;
    font-weight: 900 !important;
    font-family: "Rokhb" !important;
    text-align: center !important;
    text-align-last: center !important;
  }
  .bgbonus p {
    font-size: 14px !important;
    color: #201701 !important;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 200% !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .w35 {
    width: 70% !important;
  }

  .w65 {
    width: 90% !important;
  }
}

/* section 10 */
/* section 11 */

.conquestionnew {
  margin-top: 130px !important;
  padding-top: 90px !important;
  padding-bottom: 100px !important;
  background: #201701 !important;
  max-width: 1905px !important;
}

.boxitem {
  background-color: #39311d !important;
  padding: 10px 10px !important;
  padding-left: 12px !important;
  padding-bottom: 0px !important;
  color: white !important;
  overflow: hidden !important;
  cursor: pointer;
  border-radius: 200px !important;
  padding-right: 20px !important;
}

.borderselected {
  background-color: #db652a !important;
}

.borderbotm {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.178) !important; */
}

.boxitemshow {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  padding: 23px !important;
  padding-bottom: 5px !important;
  color: white !important;
  font-size: 18px !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #5c5339 !important;
  border-radius: 35px !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: #ffffff;
  text-align: justify;
  text-justify: justify;
  line-height: 35px;
}

.boxitem h3 {
  font-size: 20px !important;
  color: #cdcdcd !important;
}

.borderselected h3 {
  color: #ffffff !important;
}

.boxitem img {
  width: 40px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 992px) {
  .conquestionnew {
    border-bottom: 1px solid #bebebe !important;
    padding-top: 23px !important;
    margin-top: 70px !important;
    padding-bottom: 35px !important;
  }
}

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

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

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

  .boxitem img {
    width: 25px !important;
    margin-left: 5px !important;
  }

  .boxitemshow {
    padding: 15px 25px !important;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }

  .boxitemshowclose {
    margin-top: 25px !important;
  }
}

/* section 11 */

/* Body */

/* Footer */

.bgfooter {
  background-color: #201701 !important;
  margin-top: -50px !important;
  position: relative;
}

.rightfooter {
  padding: 10px 0px;
}

.rightfooter {
  width: 100% !important;
}

.rightfooter .p {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  color: #fff !important;
}

.rightfooter .p:hover {
  color: #eb901a !important;
}

.leftfooter a {
  margin: 0 10px !important;
  transform: rotate(0deg);
  font-weight: 100 !important;
}

.leftfooter a:hover {
  transform: rotate(360deg);
}

.conmessage {
  /* margin: 0 20px !important; */
}

.circlefooter {
  position: absolute;
  top: -25px !important;
  margin: 0 auto !important;
  width: 55px;
  height: 55px;
  background-color: transparent !important;
  border: 1px solid #6975fac2 !important;
  border-radius: 200px !important;
  padding: 10px !important;
  cursor: pointer;
  z-index: 20 !important;
}

.circlefooter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px !important;
  border-radius: 200px;
  box-shadow: 0px 0px 10px 2px #fff6cf21 !important;
  opacity: 0;
  animation: mborder2 1s infinite;
  z-index: 20 !important;
}

.circlefooter::after {
  content: "";
  background-color: #201701 !important;
  width: 180% !important;
  height: 180% !important;

  position: absolute;
  border-radius: 200px !important;
  margin: 0 auto !important;
  z-index: -1 !important;
}

.circlefooter:hover {
  border: 1px solid #fff6cf !important;
}

.circlefooter:hover .circle2 {
  background: linear-gradient(#fdfae9, #fdfae9, #fdfae9) !important;
}

.circle2 {
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff6cf, #fff6cf, #fff6cf) !important;

  padding: 15px !important;
  border-radius: 200px !important;
  animation: mborder 1s infinite;
}

.circlefooter i {
  color: #000;
  font-size: 14px !important;
}

.textcopy {
  font-weight: 100 !important;
  font-size: 15px !important;
}

@keyframes mborder {
  0% {
    background-color: #38738bb0;
  }

  50% {
    background-color: #38738b7a;
  }

  100% {
    background-color: #38738bb0;
  }
}

@keyframes mborder2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 1299px) {
  .ml-lg-custom {
    margin-right: 350px !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;
    text-align: center !important;
    margin: 0px 5px !important;
    margin-top: 15px !important;
  }

  .rightfooter a {
    font-size: 12px !important;
    text-align: center !important;
  }

  .circlefooter {
    position: absolute;
    top: -20px !important;
    margin: 0 auto !important;
    width: 45px;
    height: 45px;
    border-radius: 200px !important;
    padding: 10px !important;
    cursor: pointer;
  }

  .circle2 {
    width: 100%;
    height: 100%;
    padding: 14px !important;
    border-radius: 200px !important;
  }

  .circlefooter i {
    font-size: 12px !important;
  }

  .circlefooter::after {
    content: "";
    width: 160% !important;
    height: 160% !important;

    position: absolute;
    border-radius: 200px !important;
    margin: 0 auto !important;
    z-index: -1 !important;
  }
}

/* Footer */

/* carousel-indicators */

.carousel-indicators {
  bottom: -80px !important;
}

.carousel-indicators li {
  background-color: #fff !important;
  bottom: -30px !important;
  border-radius: 200px !important;
  width: 7px !important;
  height: 7px !important;
}

.carousel-indicators .active {
  background: linear-gradient(to right, #fcf296, #fcf296) !important;
  width: 15px !important;
}

.carousel-indicators2 {
  bottom: -55px !important;
}

.carousel-indicators2 li {
  background: #bcb495 !important;
  bottom: -30px !important;
  border-radius: 200px !important;
  width: 7px !important;
  height: 7px !important;
}

.carousel-indicators2 .active {
  background: #ff9b1b !important;
  background: linear-gradient(to right, #ff9b1b, #ff9b1b) !important;

  width: 15px !important;
}

@media (max-width: 600px) {
  .carousel-indicators {
    bottom: -35px !important;
  }

  .carousel-indicators li {
    background-color: #fff !important;
    border-radius: 200px !important;
    width: 5px !important;
    height: 5px !important;
  }

  .carousel-indicators .active {
    background: linear-gradient(#fcf296, #fcf296) !important;
    width: 10px !important;
  }

  .carousel-indicators2 {
    bottom: -25px !important;
  }

  .carousel-indicators2 li {
    background: #bcb495 !important;
    border-radius: 200px !important;
    width: 5px !important;
    height: 5px !important;
  }

  .carousel-indicators2 .active {
    background: #ff9b1b !important;
    background: linear-gradient(to right, #ff9b1b, #ff9b1b) !important;
    width: 10px !important;
  }
}
