@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Graphik-Regular";
  src: url(../webfonts/Graphik/Graphik-Regular.eot) format("truetype");
  src: url(../webfonts/Graphik/Graphik-Regular.ttf) format("truetype");
  src: url(../webfonts/Graphik/Graphik-Regular.woff) format("truetype");
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Black";
  src: url(../webfonts/Graphik/Graphik-Black.eot) format("truetype");
  src: url(../webfonts/Graphik/Graphik-Black.ttf) format("truetype");
  src: url(../webfonts/Graphik/Graphik-Black.woff) format("truetype");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

:root {
  --main-color: #f16522;
  --main-color-dark: #d8571b;
  --second-color: #1c9a9a;
  --third-color: #0d0d0d;
}
body {
  font-family: Graphik-Regular;
  overflow-x: hidden;
  color: #171a1f;
  height: 100%;
}
main {
  overflow: hidden;
  z-index: 3;
  position: relative;
  height: calc(100% - 100px);
}
a {
  transition: all 0.3s ease !important;
  color: #171a1f;
}
.link-underline2{
  text-decoration: none;
}
.link-underline2:hover{
  text-decoration: underline;
  text-decoration-color: var(--third-color) !important;
}
.link-underline2:active{
  border-color: transparent !important;
}
.overflow-hidden {
  overflow: hidden;
}
.breadcrumb li {
  margin-bottom: 5px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child,
.breadcrumb li:last-child a {
  color: var(--main-color);
}

.main-font-family {
  font-family: "Graphik-Regular" !important;
}
.main-font-family-black {
  font-family: "Graphik-Black" !important;
}
.text-color-main {
  color: var(--main-color) !important;
}
.text-color-scondary {
  color: var(--second-color) !important;
}
.text-gradient-main {
  background: #ef6425;
  background: linear-gradient(to right, #ef6425 0%, #1c9a9a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.font-main-title {
  font-family: "Graphik-Regular";
}
.font-main-title-2 {
  font-family: "Graphik-Black";
}
.bg-green-15-Per{
    background: #1C9A9A26;
}
.border-left-bg-green{
    border-left: 3px solid #1C9A9A;
}

.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-42 {
  font-size: 42px;
}

.line-height-0{
  line-height: 0;
}

.top-3 {
  top: 3px;
}
.top-10 {
  top: 10px;
}
.start-10{
  left: 10px;
}
    
.top-50{
    top: 50px !important
}
.mt-5min {
  margin-top: -5px;
}
.bottom-10 {
  bottom: 10px;
}
.bg-grey {
  background-color: #f5f5f5 !important;
}
.text-bg-primary {
  background-color: var(--main-color) !important;
}

.rotate-54deg {
  rotate: -45deg;
}
.scaleX-1{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn-main {
  background: linear-gradient(90deg, #1c9a9a 0%, #f16522 100%);
  color: #fff;
  transition: 0.5s all ease;
}
.btn-main:hover {
  background: linear-gradient(90deg, #178585 0%, #df5e21 100%);
  color: #fff;
}
.btn-main:hover i {
  rotate: -45deg;
}
.btn-main:active,
.btn-main:focus {
  background: linear-gradient(90deg, #126868 0%, #c2511d 100%);
  color: #fff !important;
}
a.btn-gradient-blk, .btn-gradient-blk {
  background: linear-gradient(90deg, #000000 0%, #666666 100%);
  color: #fff;
  border: 2px solid #cdcdcd;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 70%);
}
.btn-gradient-blk:hover,
a.btn-gradient-blk:hover,
a.btn-gradient-blk:active,
a.btn-gradient-blk:focus-visible {
  color: #fff !important;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.whitBtn:hover {
  color: var(--main-color);
  border-color: transparent !important;
}
.btn-cirArrow:hover {
  text-decoration: underline;
}
.btn-cirArrow span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: var(--second-color);
  margin: 0 0 0 8px;
}
.custom .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.custom .accordion-button::after {
  display: none;
}
.cirArrow.collapsed span {
  rotate: 0deg;
}
.btn-cirArrow[aria-expanded="true"] span {
  rotate: 316deg;
}

a.main-link {
  text-decoration: none;
}
a.main-link:hover {
  text-decoration: underline;
}
a.main-link:hover i {
  rotate: 316deg;
}

a.main-link-2 {
  text-decoration: none;
  color: var(--third-color);
  font-size: 14px;
  transition: 1s all ease;
}
a.main-link-2 i {
  transition: 0.5s all ease;
}
a.main-link-2:hover {
  text-decoration: underline;
}
a.main-link-2:hover i {
  rotate: -45deg;
}
.main-link-2 span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin: 0 10px 0 0;
}

.main-link-2.main-link-second span{
    background: var(--second-color);
    transition: 1s all ease;
}
.main-link-2.main-link-second:hover span{
    background: var(--main-color);
}

a.main-link-3 {
  text-decoration: none;
  color: var(--third-color);
  font-size: 14px;
  transition: 1s all ease;
}

a.main-link-3:hover {
  color: var(--main-color);
}

a.main-link-4 {
  color: var(--second-color);
  text-decoration: none;
}
a.main-link-4:hover {
  text-decoration: underline;
}


.height-250px {
  height: 250px;
}
.sec-mt {
  margin-top: 40px;
}
.mt-70px {
  margin-top: 70px;
}
.mt-120px {
  margin-top: 120px;
}

/* pagination */
.pagination .page-link {
  color: var(--third-color);
  border:1px solid var(--third-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 15px;
  line-height: 20px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  line-height: 17px;
}
.pagination .page-item:first-child .page-link{
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  line-height: 17px;
}
.pagination .active>.page-link, .pagination .page-link.active {
  color: white;
  background-color: var(--third-color);
  border-color: var(--third-color);
}

/* Scrollbar  STYLE 1  */
body::-webkit-scrollbar-track,
.style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar,
.style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
.style-1::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #919191;
}

/* Loading style */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.75s, visibility 0.75s;
  z-index: 1001;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loader::after {
  content: "";
  width: 70px;
  height: 60px;
  background-image: url(../img/animation.gif);
  background-repeat: no-repeat;
}
#loadingCustom .loader::after {
  background-image: none;
}
#loadingCustom {
  background: url(../img/bg.png) no-repeat;
}
@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

/* Header style */
header .nav-link {
  color: var(--third-color);
  padding: 5px 20px 5px;
}
header .nav-link:focus,
.nav-link:hover {
  color: var(--main-color);
}
header .nav-link.active {
  color: var(--main-color);
  font-weight: bold;
}
header .nav-link.join {
  background: var(--main-color);
  color: #000;
  border-radius: 30px;
  transition: 1s all ease;
}
header .nav-link.join:hover {
  background: #bb4e1b;
  color: #fff;
}
.dropdown-menu {
  margin-top: 29px !important;
  border-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: var(--third-color);
}
.dropdown-menu li a {
  color: #fff;
}
header {
  position: relative;
  z-index: 4;
  padding: 15px 15px 10px;
}
#page-wrapper::after, .popular .plan::after {
  background: linear-gradient(270deg, #ef6425 0%, #1c9a9a 100%);
  content: "";
  width: 550px;
  height: 550px;
  position: absolute;
  z-index: -1;
  left: -160px;
  top: -110px;
  opacity: 0.5;
  filter: blur(140px);
  rotate: 227deg;
  max-width: 100%;
  animation: animGamesBg 10s linear infinite;
}
.logo {
  width: 200px;
  height: auto;
}
header .dropdown-item.active,
header .dropdown-item:active {
  background-color: var(--main-color);
}
.nav-start ul.nav {
  margin: 10px 0 0 0;
}
.navbar-toggler {
  color: rgb(0 0 0);
  background-color: transparent;
  border: none;
}
.header-profile-user {
    height: 48px;
    width: 48px;
}
.nav-end2 .nav-item .header-item button{
    border: none;
    background: transparent;
}
.nav-end2 .nav .nav-item a i{
    margin-top: 10px !important;
}
.nav-end2 .dropdown-menu {
    margin-top: 18px !important;
}
.nav-end2 .dropdown-menu .dropdown-item{
    color: #ffffff;
}
.nav-end2  .dropdown-item:focus, .nav-end2 .dropdown-item:hover {
    background-color: #f16522;
}
/* Mobile Menu */
.offcanvas-body .navbar-nav .nav-item a {
  padding: 10px 0;
}
.offcanvas-body .dropdown-menu {
  margin-top: 2px !important;
  padding: 5px 15px;
  font-size: 14px;
}
.offcanvas-body .navbar-nav .nav-item a.join {
  background: var(--main-color);
}
/* search */
.search-form{
  right: 0;
  top: 66px;
  width: 240px;
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 3px;
  display: none;
  border-radius: 9px;
}
.search-form .form-control{
  border: none;
}
/* Banner style */
.banner {
  z-index: 0;
  position: relative;
}
.banner-plus-bg::after {
  content: "";
  background-image: url(/assets/img/plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  position: absolute;
  animation: nudge 25s linear infinite alternate;
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.5;
  }

  50% {
    transform: translate(150px, 75px);
  }

  80% {
    transform: translate(-150px, 0);
    opacity: 0.2;
  }
}
.banner h1 {
  font-family: Graphik-Black;
  font-size: 64px;
  line-height: 75px;
}
.promoImg {
  margin: 0 15px;
}
.hotBar {
  margin: 90px 0 0 0;
}
.hotBar span {
  display: block;
  width: max-content;
  margin: 0 auto;
  background: #f0f0f0;
}
.hotBar span a {
  background: var(--third-color);
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
}
.hotBar span a:hover {
  background: var(--main-color);
  color: #fff;
}
.brefing i.position-absolute {
  top: 12px;
  right: 15px;
}
/* Footer Style */
footer {
  background: #000;
  color: #fff;
  margin: 15px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.footerBtnCon {
  position: relative;
  width: 183px;
  display: block;
}
.footerBtn {
  background: var(--main-color);
  color: var(--third-color);
  padding: 9px 46px 8px 15px;
  position: relative;
  z-index: 3;
}
.footerBtn i {
  position: absolute;
  right: -21px;
  top: 10px;
  font-size: 20px;
}
.footerBtnCon::after {
  content: url("../img/fooButton.png");
  position: absolute;
  right: 13px;
  top: -8px;
  width: 64px;
  height: 35px;
  z-index: 0;
}
.footerBtn:hover {
  color: #fff;
}
.footerBtn:hover i {
  rotate: -45deg;
  color: #fff;
}
.footerTitle {
  z-index: 11;
}

/* Homepage page */
.videoPlay {
  height: 420px;
}

.grBgAnimat::before {
  background: linear-gradient(270deg, #ef6425 0%, #1c9a9a 100%);
  content: "";
  width: 550px;
  height: 550px;
  position: absolute;
  z-index: -4;
  opacity: 0.5;
  filter: blur(140px);
  rotate: 227deg;
  animation: animGamesBg 10s linear infinite;
}
@keyframes animGamesBg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
#games {
  margin-top: 200px;
}
#games .grBgAnimat::before {
  left: -280px;
  bottom: 20px;
}
.games img.one {
  height: 100%;
}
.games img.tow {
  height: 50%;
}
.games img.tow-up {
  height: calc(50% - 30px);
}
.games img {
  object-fit: cover;
}

.g-border {
  border: 12px solid #fff;
}
.textNimation-g {
  animation: animName 20s linear infinite;
  width: 220px;
  height: 220px;
  top: -110px;
  right: -100px;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Service-carousel style */
#service::before, .rightAnimation::before {
  bottom: 80px;
  left: initial;
  right: -120px;
  top: initial;
}
.rightAnimation::before{
  top: 250px;
}
.service-carousel {
  width: 130%;
}
.service-carousel .item {
  overflow-x: hidden;
  border-radius: 28px;
}
.service-carousel .item .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.service-carousel .item img {
  height: 460px;
  object-fit: cover;
}
.service-carousel .item h2 {
  color: #fff;
  left: 30px;
  top: 30px;
}
.service-carousel .item h2 p {
  font-size: 22px;
  margin: 0 0 10px 0;
}
.service-carousel .owl-nav {
  position: absolute;
  left: 70%;
  margin-top: 15px;
}
.service-carousel .owl-nav button {
  border: 1px solid #171a1f !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: transparent !important;
}
.service-carousel .owl-nav button span {
  display: none;
}
.service-carousel .owl-nav button.owl-next::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
}
.service-carousel .owl-nav button.owl-prev::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
}
.service-carousel .owl-nav button:hover {
  background: #171a1f !important;
}

/* Blog section */
#blog .grBgAnimat::before {
  bottom: -290px;
  left: initial;
  right: -300px;
  top: initial;
}
.home-blog img {
  height: 400px;
}
.home-blog img:hover {
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 48%);
  transition: 3 all ease;
}
.home-blog .item:hover h3 {
  transition: 3 all ease;
  color: var(--second-color);
}

/* quality Section */
.qualityCon .con {
  top: 15px;
  bottom: 15px;
  height: calc(100% - 30px);
  right: 30px;
  left: 30px;
  z-index: 7;
}
.qualityCon .main-link-2 span {
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 64px;
  color: var(--second-color);
  background: #fff;
  transition: 1s all ease;
}
.qualityItem:hover::after {
  content: "";
  left: 0;
  right: 0;
  top: -13px;
  bottom: 0;
  background-color: #00000057;
  position: absolute;
  margin: 13px;
  height: 100%;
  border-radius: 30px;
  z-index: 2;
}
.qualityItem i {
  transition: 0.5s all ease;
}
.qualityItem:hover i.la-arrow-right {
  rotate: -45deg;
}
.qualityRoTilte {
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  rotate: -90deg;
  font-size: 32px;
  margin-left: -15px;
  z-index: 1;
}
.qualityCon .con-2 {
  width: calc(100% - 20px);
  bottom: -240px !important;
  transition: 1s all ease;
}
.qualityCon .q-sec-2:hover .con-2 {
  bottom: 0 !important;
}
.qualityCon .q-sec-3 {
  overflow: hidden;
}
.qualityCon .q-sec-3::before {
  content: "";
  background: #00000052;
  position: absolute;
  z-index: 1;
  right: 12px;
  left: 12px;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  transition: 0.5s all ease;
}
.qualityCon .q-sec-3:hover::before {
  background: #000000af;
}
.bg-spec {
  background: url("/assets/img/bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
a.tag:hover {
  background-color: var(--third-color);
  color: #fff;
}
/* words animation */
.textMain {
  color: var(--third-color);
}
.text {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: fall 6s infinite;
  animation: fall 6s infinite;
  animation-delay: 5s;
}

@-webkit-keyframes fall {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg) translateX(270px);
    transform: rotate(90deg) translateX(270px);
    opacity: 0;
  }
}

@keyframes fall {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg) translateX(270px);
    transform: rotate(90deg) translateX(270px);
    opacity: 0;
  }
}
/* ------------------- */
.text-2 {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: fall-2 7s infinite;
  animation: fall-2 7s infinite;
  animation-delay: 4s;
}

@-webkit-keyframes fall-2 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}

@keyframes fall-2 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}
/* ------------------- */
.text-3 {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: fall-3 8s infinite;
  animation: fall-3 8s infinite;
  animation-delay: 3s;
}

@-webkit-keyframes fall-3 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}

@keyframes fall-3 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}
/* ------------------- */
.text-4 {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: fall-4 9s infinite;
  animation: fall-4 9s infinite;
  animation-delay: 2s;
}

@-webkit-keyframes fall-4 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}

@keyframes fall-4 {
  from {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(140deg) translateX(270px);
    transform: rotate(140deg) translateX(270px);
    opacity: 0;
  }
}

/* Pricing Section */
.pricing .nav-link {
  border: 1px solid var(--third-color);
  color: var(--third-color);
}
.pricing .nav-link:hover {
  background: var(--third-color);
  color: #fff;
}
.pricing .nav-pills .nav-link.active,
.pricing .nav-pills .show > .nav-link {
  background: var(--third-color);
  color: #fff;
  border: 1px solid transparent;
}
.pricing .plan {
  padding: 2rem;
  border-radius: 30px;
  transition: 0.3s;
  margin: 0 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}
.pricing .plan h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.pricing .plan ul.features li {
  margin: 0 0 10px 0;
}
.pricing .plan ul.features li .fas {
  margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan button {
  border: 1px solid #171a1f;
  margin-top: 2rem;
  color: #171a1f;
  cursor: pointer;
  font-size: 16px;
}
.pricing .plan button:hover {
  color: #fff;
  background: #171a1f;
}
.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6ab04c;
  color: #fff;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.popular .plan::before {
  opacity: 0.15;
}

/* Testimonials Section */
.testimonials .owl-nav,
.testimonials .owl-dots {
  display: none;
}
.testimonials .testimonialsCon .item {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 0 0 10px 0;
  float: inline-start;
  box-shadow: -2px 2px 0 0px rgb(13 13 13);
  -webkit-box-shadow: -2px 2px 0 0px rgb(13 13 13);
  -moz-box-shadow: -2px 2px 0 0px rgb(13 13 13);
}
.testimonials .testimonialsCon .item i {
  background: #d9d9d98a;
  padding: 10px;
  display: inline;
  border-radius: 50%;
}
.testimonials .testimonialsCon .item .footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials .testimonialsCon .item .footer span:first-of-type h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.testimonials .testimonialsCon .item .footer .rating i {
  background: transparent;
  font-size: 14px;
  color: #ffe70f;
  padding: 0;
}
.testimonials .owl-carousel .owl-stage {
  left: 200px;
}

/* footer */
footer .list-unstyled li a {
  font-size: 14px;
  line-height: 30px;
}
footer .list-unstyled li a:hover {
  color: var(--main-color);
}
footer .subscrib form i {
  color: var(--third-color);
  top: 14px;
  left: 25px;
  font-size: 20px;
}
footer .subscrib form .form-control {
  padding: 10px 90px 10px 40px;
}
footer .subscrib form .btn {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 90px;
}
.copyrights {
  margin-top: 120px;
}
.langMenu .link-dark:focus,
.langMenu .link-dark:hover {
  color: var(--main-color) !important ;
}
footer a:hover {
  color: var(--main-color);
}
.langMenu .dropdown-item.active,
.langMenu .dropdown-item:active {
  color: var(--third-color);
  background-color: var(--main-color);
}
.langMenu .dropdown-menu {
  min-width: 80px;
  font-size: 13px;
}
.langMenu.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 7px;
}
footer :not(.btn-check) + .btn:active {
  background-color: var(--second-color);
}

.social-media {
  padding: 8px;
  top: 0;
  background: #fff;
  width: 59px;
}
.social-media::after {
  content: "";
  background-image: url(../img/footSoc.jpg);
  width: 60px;
  height: 38px;
  display: block;
  bottom: -23px;
  position: absolute;
  left: 0;
}
.social-media li a {
  color: var(--third-color);
}
.social-media .list-unstyled li a {
  font-size: 18px;
  line-height: 25px;
  background: #f16522;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
}
.social-media .list-unstyled li a:hover {
  color: var(--third-color);
}
.up {
  right: 0;
  top: 0;
  background: #fff;
  color: var(--third-color);
  padding: 5px 70px 5px 70px;
}
.up::after {
  content: "";
  background-image: url(../img/footUp.jpg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.upNimation {
  animation: upanimName 2s linear infinite;
  width: 20px;
  height: 29px;
  position: absolute;
  right: 30px;
}
@keyframes upanimName {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
#videoModal .closeVideo {
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 28px;
}
#videoModal video {
  width: 100%;
  height: 100%;
  border-radius: 60px;
}
#videoModal .modal-content {
  background: transparent;
  border: none;
}

/* Inner pages Style */
#innerPagesMain {
  z-index: 1;
}

.wizFormCon.page-1::before {
  width: 20%;
}
.wizFormCon.page-2::before {
  width: 40%;
}
.wizFormCon.page-3::before {
  width: 60%;
}
.wizForm .form-control,
.wizForm .form-select,
.select-items div,
.select-selected {
  line-height: 50px;
  padding: 7px 15px;
  border-color: var(--bs-btn-border-color);
  background: #fff;
  border: 1px solid #ddd;
}

.wizForm .form-control::placeholder {
  color: #00000094 !important;
}
.wizForm {
  min-height: 730px;
  position: relative;
}

.tt-select {
  position: relative;
}
.tt-select select {
  display: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  right: 35px;
  width: 0;
  height: 0;
}
.select-selected:before,
.select-selected:after {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.select-selected:before {
  position: absolute;
  content: "\f107";
  right: 35px;
  width: 0;
  height: 0;
}
.select-selected.select-arrow-active:before {
  border: none;
}
.select-selected.select-arrow-active:before {
  display: none;
}
.select-selected.select-arrow-active:after {
  content: "\f106";
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 260px;
  overflow: auto;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgb(58 58 58 / 19%);
  color: var(--main-color);
}

/* Certain color page */
#colorCodeBtn {
  top: 5px;
  right: 20px;
  font-size: 22px;
}
.colorCodeCon #message {
  color: #b10606;
  margin: 7px 0 10px;
  padding: 0 0 0 20px;
  font-size: 15px;
}
.colorCodeCon #message::before {
  content: "\f071";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: -5px;
  position: relative;
}

/* Question Pages */
.flip-box {
  height: 220px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  border-radius: 30px;
  display: block;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: block;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: block;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  height: 220px;
  border-radius: 30px;
  margin-bottom: 30px;
}

/* Style the back side */
.flip-box-back {
  background: linear-gradient(90deg, #1c9a9a 0%, #f16522 100%);
  color: #000000;
  transform: rotateY(180deg);
  height: 220px;
  border-radius: 30px;
  display: block;
}
.flip-box-back h2 {
  font-size: 20px;
}

/* Check by images */
.imgCheckWiz input[type="checkbox"][id^="myCheckbox"], .imgCheckWiz input[type="radio"]{
  display: none;
}

.imgCheckWiz label {
  display: block;
  position: relative;
  cursor: pointer;
}

.imgCheckWiz label:before {
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 1;
}

.imgCheckWiz label img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius: 30px;
}

.imgCheckWiz :checked + label:before {
  content: "\f00c";
  background-color: var(--main-color);
  transform: scale(1);
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.imgCheckWiz :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}

.imgCheckWiz.logosCon label img{
    height: 220px;
    width: 100%;
    object-fit: contain;
    padding: 20px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius: 30px;
    border: 1px solid #ddd;
}

/* Value with boxes */
.boxesSelect .imgCheckWiz .flip-box-back-white {
  border-radius: 30px;
  border: solid 5px transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(92.7deg, #1c9a9a, #f16522) border-box;
  padding: 20px;
}
.boxesSelect .imgCheckWiz .logo {
  width: 100%;
  height: auto;
  max-height: 70px;
}

/* Color and Pallet pages */
.colorPallete .item {
  height: 220px;
  text-decoration: none;
}
.colorPallete .item img {
  height: 100%;
  width: calc(100% - 15px);
  overflow: hidden;
  z-index: -1;
  object-fit: fill;
}
.colorPallete .item h3 {
  width: calc(100% + 15px);
  text-align: center;
}

/* Palletes Page style */
.Palletes .item img {
  height: 180px;
  width: 100%;
  object-fit: fill;
}
#colorContainer > div {
  margin: 10px 0;
  border: 1px solid #acacac;
  float: left;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
}
#colorContainer span {
  width: 74px;
  height: 74px;
  display: table-cell;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  float: left;
  line-height: 52px;
}
#colorContainer button {
  float: right;
  position: relative;
  border: none;
  font-size: 22px;
}
#colorContainer button::before {
  position: absolute;
  content: "\f056";
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 20px;
  top: 21px;
}
#colorContainer input {
  float: left;
  margin-top: 23px;
  cursor: pointer;
}
/* Font page style */
.imgCheckWiz-fonts.imgCheckWiz label img {
  height: 150px;
  width: 100%;
  object-fit: contain;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

/* icon page style */
.searchIcon i {
  transform: rotate(275deg);
  top: 25px;
  left: 15px;
}
.searchIcon .form-control {
  padding: 7px 15px 7px 40px;
}
.imgCheckWiz-icon.imgCheckWiz label {
  height: auto;
  border-radius: 30px;
  /* border: solid 1px transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(92.7deg, #1c9a9a, #f16522) border-box; */
}
.imgCheckWiz-icon.imgCheckWiz label img {
  height: 130px;
  width: auto;
  max-width: 96%;
  margin: auto;
  object-fit: contain;
  display: block;
  padding: 20px;
  border-radius: 0;
}

/* style page style */
.imgCheckWiz-style.imgCheckWiz label img {
  height: 70px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}
.imgCheckWiz-style.imgCheckWiz label {
  display: block;
  height: auto;
  border-radius: 30px;
  border: solid 1px transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(92.7deg, #1c9a9a, #f16522) border-box;
  overflow: auto;
  position: relative;
  height: 100%;
  min-height: 240px;
}
.imgCheckWiz-style .footer {
  min-height: 55px;
  width: 100% !important;
  align-items: baseline;
  margin: auto;
  position: absolute;
  bottom: 0;
}
.imgCheckWiz-style.imgCheckWiz label:hover .footer p {
  display: none;
}
.imgCheckWiz-style.imgCheckWiz label:before {
  background: linear-gradient(90deg, #1c9a9a 0%, #f16522 100%);
  width: 100%;
  height: 55px;
  border-radius: 0;
  bottom: 0;
  position: absolute;
  z-index: 111;
  top: auto;
  left: 0;
  right: 0;
  line-height: 50px;
  font-size: 33px;
}

/*Checkboxes styles*/
.checkCustom .form-group {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 15px;
}

.checkCustom .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkCustom .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 20px;
}

.checkCustom .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--main-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  top: 3px;
  border-radius: 50%;
  float: right;
}

.checkCustom .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 28px;
  width: 6px;
  height: 14px;
  border: solid var(--main-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkCustom i {
  top: 3px;
}

.calen i {
  right: 10px;
  top: 13px;
  z-index: 1;
  background: #ededed;
  color: #000;
  padding: 7px;
  font-size: 22px;
}

/*form styles*/
.forWizCon {
  min-height: 580px;
  clear: both;
  width: 100%;
}
#msform {
  position: relative;
}
#msform fieldset {
  /*stacking fieldsets above each other*/
  position: relative;
  width: 100%;
  margin-top: 35px;
}
.forWizCon .con{
    height: 500px;
}
.forWizCon .con .overflowY{
  overflow-y: auto;
  height: -webkit-fill-available;
  overflow-x: hidden;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*progressbar*/
#progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  padding: 0;
  position: relative;
  margin-top: -57px;
  left: -14.8%;
  width: calc(100% + 14.8%);
}
#progressbar li {
  list-style-type: none;
  width: 12.8%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  display: block;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  visibility: hidden;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 8px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

/*marking active/completed steps primary color*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--main-color);
}
.theeItems #progressbar {
  left: 0;
  width: 100%;
}
.theeItems #progressbar li {
  width: 33.333%;
}

.sixtems #progressbar {
  left: 0;
  width: 100%;
}
.sixtems #progressbar li {
  width: 16.666%;
}
.fivetems #progressbar{
  left: 0;
  width: 100%;
}
.fivetems #progressbar li{
  width: 20%;
}
.fivetemsPlus #progressbar{
  left: 0;
  width: 100%;
}
.fivetemsPlus #progressbar li{
  width: 20%;
}
.fourtems #progressbar{
  left: 0;
  width: 100%;
}
.fourtems #progressbar li{
  width: 25%;
}
.eighttems #progressbar {
  left: 0;
  width: 100%;
}
.eighttems #progressbar li {
  width: 12.5%;
}

/* input file in for image color */
.file-upload {
  cursor: pointer;
  border-radius: 5px;
  margin: 0 0 15px 0;
  background: #d9d9d978;
  border: none;
  padding: 22px 15px;
  width: 100%;
}
.file-upload-icon {
  margin-bottom: 10px;
  float: left;
  background: #fff;
  border-radius: 5px;
  padding: 5px 7px;
  margin: -5px 15px 0 0;
}
.file-upload-icon i {
  font-size: 22px;
}
.file-upload:hover .file-upload-icon {
  background: #333;
  color: #fff;
}
.file-upload-input,
.previewDivColors {
  display: none;
}
.preview {
  display: none;
  background: #d9d9d978;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px 15px;
}
.preview img {
  width: 70%;
  margin: 10px auto;
  display: block;
  height: 180px;
  object-fit: cover;
  border-radius: 7px;
}
.file-upload-icon span {
  margin: -1px 0 0 5px;
  float: inline-end;
}
.previewDivColors {
  background: #d9d9d978;
  padding: 7px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.colorBg {
  height: 40px;
  border-radius: 7px;
}
.previewDivColors .fs-13 {
  color: #7a7a7a;
}

.signUp {
  width: 600px;
  max-height: 96%;
  margin: 3% auto;
  /* display: none; */
  z-index: 1;
}
.signUp .signUpCon {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px 0 20px 20px;
  padding: 0 20px 0 0;
}
.required {
  color: var(--second-color);
  font-size: 13px;
}
.signUp .form-control {
  padding: 22px 22px 22px 30px;
  border-radius: 30px;
}
.signUp label {
  position: absolute;
  left: 22px;
  top: -17px;
  background: #fff;
  padding: 5px 10px;
  z-index: 1;
}
.signUp .tt-select .form-select {
  background: #ffffff78;
  text-align: start;
  border: 1px solid #dfe3e7;
  padding: 10px 22px 10px 30px;
  border-radius: 30px;
}
.signUp .select-items div {
  background: #ffffff;
}
.signUp .select-items {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.signUp .select-items div:hover {
  background-color: rgb(237 237 237);
  color: var(--main-color);
}
.signUp .orText::before {
  content: "";
  height: 1px;
  width: 46%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 12px;
}
.signUp .orText::after {
  content: "";
  height: 1px;
  width: 46%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 12px;
}

/* Login and registration animation */
#home {
  height: 100vh;
}
.items {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.items__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.items__layer {
  position: absolute !important;
}
.items__layer.horse.layer {
  right: 40vw !important;
  top: -4vh !important;
  left: auto !important;
  width: 20vw;
  opacity: 0.9;
}
.items__layer.tent.layer {
  right: 47vw !important;
  top: 13vh !important;
  left: auto !important;
  width: 9vw;
}
.items__layer.camera.layer {
  top: 33vh !important;
  left: 23vw !important;
  width: 5vw;
  height: 80px;
  z-index: 1;
}
.items__layer.plant.layer {
  top: -11vw !important;
  left: 28vw !important;
  width: 7vw;
  height: 300px;
}
.items__layer.chair.layer {
  top: 64vh !important;
  right: 41vw !important;
  left: 37vw !important;
  width: 33vw;
  height: 260px;
  opacity: 0.8;
}
.items__layer.blur-1.layer {
  top: 15vh !important;
  right: 20vw !important;
  left: 0 !important;
  width: 33vw;
  height: 260px;
  opacity: 0.8;
}
.items__layer.blur-1.layer img {
  width: 80px;
}
.items__layer.blur-2.layer {
  top: 40vh !important;
  left: -32vw !important;
  width: 33vw;
  height: 240px;
  opacity: 0.8;
  z-index: -1;
}
.items__layer.blur-2.layer img {
  filter: blur(2px);
  width: 70px;
}
.items__layer.snake.layer {
  top: 80vh !important;
  left: -42vw !important;
  width: 14vw;
}
.items__layer .items__item {
  position: absolute;
}

.img-Header {
  height: 280px;
  object-fit: cover;
}
.SloganCon {
  width: 100%;
  position: absolute;
  z-index: 11;
  top: -10px;
  height: 100px;
  overflow: hidden;
}
.SloganCon #Slogan {
  width: 200%;
  float: left;
}

.SloganCon #Slogan h3 {
  float: left;
  font-size: 70px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #9c7953;
  font-weight: 700;
  margin-right: 30px;
  color: transparent;
  font-family: "Graphik-Black";
}

/* Game styles */
.fraGame {
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--bs-border-radius-xxl) !important;
    border: 12px solid #fff;
    margin-bottom: 18px;
  }
  #game .modal-content,
  #game .modal-content iframe {
    min-height: 600px;
    background: #000;
  }
  #game .modal-content .fraGame {
    border: none;
  }

/* contact us page style */
.map iframe {
  width: 100%;
}
.contactForm-2 .form-control{
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 0 10px 35px;
}
.contactForm-2 i{
  font-size: 24px;
  color: var(--main-color);
  top: 5px;
}
/* Video Section */
#myVideo {
  min-width: 100%; 
  min-height: 100%;
}
/* Style the button used to pause/play the video */
#myBtn {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 110px;
  border: none;
  color: #000000b6;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  background: transparent;
  transition: .3s all ease;
}
#myBtn:hover{
  opacity: .8;
  color: black;
}

/* About us page style */
.logos {
  margin-top: 100px !important;
}
.logosCon img {
  height: 32px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
}
.breif .nav-link {
  color: var(--third-color);
}
.breif .nav-pills .nav-link.active,
.breif .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--main-color);
}
.aboutusBanner .fir-img {
  left: 0;
}
.aboutusBanner .sec-img {
  bottom: -90px;
}
.aboutusBanner .thir-img {
  bottom: 50px;
  left: 20px;
}
.aboutusBanner .fou-img {
  right: -10px;
  top: 30px;
}

/* Brefing page */
.chooseCategories .item {
    background: #fff;
    float: left;
    box-shadow: 2px 3px 12px rgb(0 0 0 / 48%);
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    padding-bottom: 15px;
    transition: all 0.3s ease !important;
    width: 100%;
}
.chooseCategories .item:hover{
    box-shadow: 1px 1px 3px rgb(0 0 0 / 48%); 
}
.chooseCategories .item p{
    opacity: .7;
}
.chooseCategories .item span{
    background: var(--main-color);
}
.chooseCategories .item img{
    height: 240px;
    object-fit: fill;
}

.line-control{
    background: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #898989 !important;
    border-radius: 0 !important;
    padding: 3px 0!important;
    line-height: 36px !important;
}
.line-control:focus{
    border-color: transparent !important;
    border-bottom: 1px solid #494949 !important;
    background: transparent;
    box-shadow:none
}

/* Blog pages */
.blogBanner{
    height: 300px;
    object-fit:cover ;
}
.blog img{
    height: 230px;
    object-fit: cover;
}
.blog .tag{
    color: #b1b1b1;
}
.blog a{
    text-decoration: none;
}
.blog a:hover{
    color: var(--main-color);
}
a.blogLink{
    text-decoration: none;
    font-size: 13px;
}
a.blogLink b{
    color: var(--third-color);
    font-size: 18px;
}
a.blogLink{
    color: gray;
}
a.blogLink span{
    margin: 15px 0 0 0;
    display: block;
}
a.blogLink:hover b{
    color: var(--main-color);
}
a.blogLink:hover span{
    color: var(--third-color);
}

/* Account pages :: Dashboard */
.sideMenu{
  min-width: 270px;
  padding: 20px;
  border-right: 1px solid #dee2e6;
}
.sideMenu ul li{
  margin-bottom: 7px;
}
.sideMenu ul li a{
  text-decoration: none;
  padding: 5px;
  width: 100%;
  display: block;
  border-radius: 7px;
  text-transform: capitalize;
}
.sideMenu ul li a:hover, .sideMenu ul li a.active{background: var(--main-color);color: #fff;}
.sideMenu ul li h5 {
  margin-top: 30px;
}
.sideMenu ul li .dropdown-divider{
  background: #8f8f8f;
  width: 100%;
  height: 1px;
}
.accountContent{
  padding: 20px;
  margin-left: 280px;
}

.runProjects{
  text-decoration: none;
  opacity: .9;
  margin-bottom: 20px;
}
.runProjects:hover{
  opacity: 1;
}
.runProjects img{ height: 190px; object-fit: cover;}
.runProjects .card-title{
  float: left;
    margin-top: -23px;
}
.runProjects .card-title.one{
    background: #FAE7D3;
    color: #ECA154;
}
.runProjects .card-title.two{
  background: #D4E2E3;
  color: #1C9A9A;
}
.runProjects a{
  text-decoration: none;
}
.runProjects a:hover{
  color: var(--main-color) !important
}
.table-custom tr {
  border: 1px solid transparent !important;
}
.table-custom thead tr th{
background-color: transparent;
}
.table-custom tbody tr td{
  padding: 20px;
  border: none;
  background-color: transparent !important;
}
.table-custom tbody tr{
  border: none;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 37%);
  margin-bottom: 20px;
  border-radius: 20px;
}

.tableSpace{
  border: none !important;
  box-shadow: none !important;
}
.tableSpace td{
  background-color: transparent !important;
  padding: 10px !important;
}

.Workspace {
  min-height: 220px;
  margin-bottom: 20px;
}

.catCon img {
  width: 46px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.catCon span {
  width: 36px;
  height: 36px;
  background: #EF6425C4;
  display: block;
  margin-top: -42px;
  margin-left: -5px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.profile-img{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ddd;
}
/* Freelancer my Profile page */
.uploadProfileImg .btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: var(--main-color);
  padding: 5px 10px;
}

.uploadProfileImg .btn_upload:hover,
.uploadProfileImg .btn_upload:focus {
  background-color: var(--second-color);
}

.uploadProfileImg {
  display: flex;
  align-items: flex-start;
  margin-top: 10px !important;
}

.uploadProfileImg .btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}

.uploadProfileImg .btn-rmv1,
.uploadProfileImg .btn-rmv2,
.uploadProfileImg .btn-rmv3,
.uploadProfileImg .btn-rmv4,
.uploadProfileImg .btn-rmv5 {
  display: none;
}

.uploadProfileImg .rmv {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: none;
  margin: 16px 0 0 25px;
  background: transparent;
  font-size: 26px;
}

.uploadProfileImg .rmv:hover {
  color: #af0000;
}
/* brand name page */
.brand-tabs li {
  margin: 0 15px;
}
.brand-tabs li:first-child {
  margin: 0 15px 0 0;
}
.brand-tabs li:first-child button {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) var(--bs-nav-link-padding-y) 0 ;
}
.brand-tabs li button{
  color: var(--bs-black);
}
.brand-tabs .nav-item.show .nav-link, .brand-tabs .nav-link.active, .brand-tabs .nav-link:focus, .brand-tabs .nav-link:hover {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: transparent;
  border-color: transparent;
}
.brand-tabs .nav-link.active{
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.filterSection .btn-outline-dark{
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.filterSection  #searchFormFilter .form-control{
  min-width: 250px;
  padding-left: 27px;
}
.filterSection  #searchFormFilter i{
  top: 12px;
  left: 7px;
}

/* OTP Styles */
#otp-form {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#otp-form input {
  border: none;
  color: var(--third-color);
  font-size: 32px;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-bottom: 2px solid rgb(66, 66, 66);
  background: transparent;
}
#otp-form input:focus-visible {
  outline: 2px solid transparent;
}
#otp-form input.filled {
  border-bottom: 2px solid rgb(7, 192, 99);
}
#verify-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  background: royalblue;
  color: white;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
}
.forWizCon .more{display: none;}
.choose-file-button {
  font-size: 34px;
  float: right;
  margin-top: -3px;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
  display: block;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
/* datapicker */
.datepicker.dropdown-menu {
  padding: 20px 50px;
}
.calend i{
  font-size: 30px;
  top: 18px;
  right: 20px;
}
.calend input{
  background: transparent !important;
  position: relative;
  z-index: 11;
}

.paletteItem span{
  min-height: 170px;
  width: auto;
}
.dropdownCompany .btn{
  border-color: transparent !important;
  padding: 0;
}
.dropdownCompany  .dropdown-toggle::after{
  display: none !important;
}
.dropdownCompany .dropdown-menu{
  margin-top: 0 !important;
  background-color: white;
  right: 0 !important;
  left: auto !important;
  min-width: 55px;
  padding: 0;
  top: 3px !important;
  border: none;
}
.dropdownCompany .dropdown-menu li a{
  color: var(--third-color) !important;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.dropdownCompany .dropdown-item.active, .dropdownCompany .dropdown-item:active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff !important;
}


/* image to layers page */

.dropzoneCust{
  border: 2px dashed rgba(0, 0, 0, .3);
  min-height: 220px;
  background: #fff;
  z-index: 1;
  margin-bottom: 40px;
}
.dropzoneCust .dropzone{border: none;background: transparent;height: 200px;}
.dropzoneCust .dz-preview.dz-image-preview {
   background: transparent; 
}
.dropzoneCust .uploadBtn{
  top: 80px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.dropzoneCust .dz-button{
  margin-top: 100px;
}
.dropzoneCust .dz-preview .dz-image img {
  display: block;
  width: 100%;
  height: auto;
}
.dropzoneCust .dz-preview .dz-image {

width: 135px;

height: 135px;

margin-top: 20px;
}

.dropzoneCust .dropzone input[type="submit"] {
  bottom: -60px;
  left: 0;
  right: 0;
  width: 160px;
  margin: 0 auto;
}
.dropzoneCust .dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 40px;
}
.dropzoneCust .dropzone .dz-preview .dz-progress {
  height: 8px;
  left: 50%;
  top: 55%;
  margin-top: -7px;
  width: 100px;
  margin-left: -50px;
  background: rgb(241 101 34);
  border-radius: 8px;
}


.videoSec {
  width: 100%;
  background: url(../img/vidBg2.png) center  top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  min-height: 600px;
  border-radius: 40px;
}
.layers span{
  font-size: 15px;
  background-color: var(--second-color);
  border-radius: 25px;
  line-height: 17px;
  font-family: 'Graphik-Regular';
  min-width: 80px;
  z-index: -1;
}
.layers span.main{
  background-color: var(--main-color);
}

/* brief page */
.brief h4, .brief h2{
  margin-top: 20px !important;
}
.brief p{
  margin-bottom: 7px !important;
}
.videoSec2 iframe{
  width: 100%;
  min-height: 550px;
}


/* account brand name page style */
.tabCustom{
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.tabCustom .nav-item {
  display: inline-block;
}
.tabCustom .nav-link{
  color: var(--third-color);
}
.tabCustom .nav-link:hover, .tabCustom .nav-link.active{
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}


/* image to pallete page style */
.color-picker-container {
  overflow: hidden;
}
#image-upload {
  display: none;
}

.image-container {
  margin: 0;
  max-width: 100%;
  position: relative;
  min-height: 480px;
  height: 100%;
}

#uploaded-image {
  max-width: 100%;
  display: block;
  cursor: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-bottom: 0;
  margin-left: -10px;
  background: #ededed;
  margin-bottom: 10px;
  max-height: 580px;
}

.controls {
  display: flex;
  gap: 10px;
  z-index: 111;
  left: 10px;
  top: 20px;
  height: 100%;
}

.control-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}

#add-color-btn {
  background-color: var(--main-color);
  color: white;
}

#add-color-btn:hover {
  background-color: var(--main-color-dark);
}

#add-color-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

#clear-colors-btn {
  background-color: var(--third-color);
  color: white;
}

#clear-colors-btn:hover {
  background-color: var(--third-color);
}

#color-palette {
  flex-wrap: wrap;
  justify-content: start;
}

.color-item {
  margin: 5px;
  width: 31%;
  float: left;
  margin-left: 1%;
}

.color-swatch {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.color-swatch:hover::after {
  content: '×';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.color-value{ width: 100%;}
.color-code {
  margin-top: 3px;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  height: 110px;
}

.copy-icon {
  cursor: pointer;
  color: #666;
  font-size: 16px;
  float: right;
}
.color-value-text{
  color: #a7a7a7;
    margin-left: 6px;
}
.copy-icon:hover {
  color: #2196F3;
}

.status-message {
  text-align: center;
  margin: 10px 0;
  color: #666;
  font-style: italic;
  font-size: 13px;
}

.notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}

.notification.show {
  opacity: 1;
}
.palCon{
  min-height: 480px;
}

.files-con{
  max-height: 330px;
  overflow-y: auto;
  height: -webkit-fill-available;
  overflow-x: hidden;
  padding-right: 10px;
}


/* Responsive Styles */
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .banner h1 {
        font-size: 44px;
        line-height: 58px;
    }
    .videoSec {
      min-height: 540px;
    }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .videoSec {
    min-height: 460px;
  }
  .color-item {
    width: 47%;
  }
  .color-code {
    height: 140px;
  }
}

/* (desktops, less than 1024px) */
@media (max-width: 1024px) {
    .breif .nav.justify-content-between{
        justify-content: center !important;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .home-blog img {
    height: 270px;
  }
  .copyrights {
    margin-top: 70px;
  }
  .subscrib {
    margin: 30px 0 0 0;
  }
  body,
  p {
    font-size: 14px;
  }
  .up {
    padding: 8px 70px 5px 70px;
  }
  .footerBtn {
    padding: 12px 46px 13px 15px;
  }
  .footerBtn i {
    right: -30px;
    top: 13px;
    font-size: 22px;
  }
  .sec-mt {
    margin-top: 20px;
  }
  .navbar-toggler.d-none {
    display: block !important;
  }
  .nav-end .nav,
  .nav-start .nav {
    display: none !important;
  }
  .items__layer .layer img {
    width: 80px;
  }
  .blogBanner{
    height: 260px;
  }
  .filterSection{
    display: block !important;
  }
  .videoSec {
    min-height: 390px;
  }
  .layers span{
    display: none;
  }
}

/* `md` applies to small devices (landscapephones, less than 800px) */
@media (max-width: 800px) {
  .banner h1 {
    font-size: 38px;
    line-height: 55px;
  }
  header .nav-link {
    padding: 5px 10px;
  }
  .video .height-250px {
    height: 170px;
  }
  .videoPlay {
    height: 270px;
  }
  .logo {
    width: 175px;
  }

  .textNimation-g {
    width: 140px;
    height: 140px;
    top: -70px;
    right: -60px;
  }
  .textNimation-g img {
    width: 140px;
  }
  .service .slide h3 {
    font-size: 16px;
    padding: 7px 10px !important;
  }
  .home-blog img {
    height: 190px;
  }
  .home-blog .item h3.main-font-family-black {
    font-size: 18px;
  }
  .qualityRoTilte {
    font-size: 21px;
  }
  .h1,
  h1 {
    font-size: calc(1.375rem + 1.2vw);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .blogBanner{
    height: 180px;
  }
  .videoSec {
    min-height: 260px;
  }
}
@media (min-width: 767.98px) {
  .topbar-user .dropdown-menu.show {
    display: none;
  }
    .datepicker.dropdown-menu th,
  .datepicker.dropdown-menu td {
    padding: 15px;
  }
  .datepicker-months .table-condensed,
  .datepicker-years .table-condensed{
    min-width: 325px;
  }
}

/* `md` applies to small devices (landscapephones, less than 768px) */
@media (max-width: 767.98px) {
  .games .d-flex .row .col-md-5 {
    margin-bottom: 20px;
  }
  .fooLogo {
    margin: 20px 0;
  }
  .sec-mt {
    margin-top: 10px;
  }
  .banner h1 {
    font-size: 37px;
    line-height: 48px;
  }
  .banner h1 img {
    width: 38px !important;
  }
  .service h2.display-3 {
    font-size: calc(1.525rem + 1.8vw);
  }
  .textNimation-g {
    top: -30px;
    right: -40px;
  }
  .qualityCon .main-link-2 span {
    width: 54px;
    height: 54px;
    font-size: 25px;
    line-height: 54px;
  }
  footer .subscrib form .btn {
    right: 10px;
  }
  header::before {
    left: -410px;
  }
  .pricing .plan button {
    padding: 10px 5px !important;
  }
  .social-media::after {
    display: none;
  }
  .social-media {
    background: transparent;
    width: auto;
  }
  .social-media ul.copyrightSocial {
    flex-direction: row !important;
  }
  .social-media ul.copyrightSocial li {
    margin-right: 7px;
  }
  .h2, h2 {
    font-size: calc(1.325rem + 0.6vw);
  }
  .signUp {
    width: 96%;
  }
  .SloganCon {
    top: 16px;
    height: 60px;
  }
  .SloganCon #Slogan h3 {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }
  .service-carousel .owl-nav {
    left: 62%;
  }
  .logos {
    margin-top: 0 !important;
  }
  .sideMenu{
    display: none;
  }
  .topbar-user .dropdown-menu.show{
    display: block;
  }
  .accountContent {
    margin-left: 0;
  }
  
  #uploaded-image {
    margin-left: 0;
  }
}

/* Respnsive media style */
@media (max-width: 575.98px) {
  .games img {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-blog .mt-120px {
    margin-top: 0;
  }
  .games {
    margin: 0 auto;
  }
  .qualityCon .qualityItem div h2 {
    font-size: 18px;
  }
  .qualityCon .qualityItem div p {
    font-size: 14px;
  }
  .pricing .nav-link {
    padding: 7px 20px !important;
  }
  .textNimation-g {
    width: 100px;
    height: 100px;
  }
  .textNimation-g img {
    width: 100px;
  }
  .video .height-250px {
    margin-top: 20px;
  }
  .slide-toggle-container {
    left: auto;
    top: -110px;
    right: -40px;
  }
  .service .slide h3 {
    margin-top: 20px;
  }
  .hotBar span {
    display: block;
    padding: 10px 25px !important;
  }
  .hotBar span a {
    display: block;
    margin-top: 5px;
  }
  .service-carousel .owl-nav {
    left: 58%;
  }
  .videoSec {
    min-height: 220px;
  }
}

@media (max-width: 400px) {
  .social-media ul.copyrightSocial {
    margin-top: 40px;
  }
  .navbar-brand .logo {
    margin-right: 0 !important;
  }
  .next.action-button,
  .Back.action-button {
    padding: 7px 20px !important;
  }
  .service-carousel .owl-nav {
    left: 48%;
  }
}




.con-fluid{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.con-fluid .hotBar {
        margin-top: 130px !important;
  }

@media (max-width: 1200px) {
  .con-fluid{
    width: 60%;
  }
}

@media (max-width: 991px) {
  .con-fluid{
    width: 70%;
  }
  .con-fluid .hotBar {
      margin-top: 90px !important;
  }
}

@media (max-width: 768px) {
  .con-fluid{
    width: 85%;
  }
    .banner h1 {
      font-size: 34px;
      line-height: 42px;
  }
  .con-fluid .hotBar {
      margin-top: 70px !important;
  }
      .banner h1 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 488px) {
  .con-fluid{
    width: 90%;
  }
}