@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #ffffffc9;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  background-color: #161a26;
}

@font-face {
  font-family: "americanCaptain";
  src: url("../fonts/American-Captain.otf");
  src: url("../fonts/American-Captain.ttf");
}

@font-face {
  font-family: "Blender";
  src: url("../fonts/Blender_Pro_Medium.ttf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "americanCaptain";
  color: #ffff;
  text-transform: uppercase;
}

h1 {
  font-size: 90px;
  line-height: 95px;
}

h2 {
  font-size: 70px;
  line-height: 75px;
}

h3 {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

/***** Paragraphs *****/
p {
  font-size: 14px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

/* ---------------------------------- */

.rd {
  color: #18a9ff;
  display: inline-block;
  text-shadow: 0 0 20px #18a9ff;
}

.maxWidth {
  max-width: 1460px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #18a9ff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

::-webkit-input-placeholder {
  color: #ffffff8a;
}

::-moz-placeholder {
  color: #ffffff8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff8a;
}

:-moz-placeholder {
  color: #ffffff8a;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffff;
  padding: 22px 10px;
  font-size: 15px;
  font-family: "Blender";
  text-transform: uppercase;
  transition: 0.2s;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #17a8ff;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

header {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 12;
}

/*Footer css Start*/

.left-text ul li {
  margin: 0 0 20px 0;
}

.left-text ul li a i,
.left-text ul li span i {
  color: #7b7e87;
  font-size: 16px;
}

.left-text ul li a,
.left-text ul li span {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.2s;
  color: #ffffff66;
}

.left-text ul li a p:hover {
  color: #fff;
  transition: ease-out;
}

.left-text ul li p {
  color: #7b7e87;
  margin: 0;
}

.middle-text p {
  color: #7b7e87;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}

footer h5 {
  margin-bottom: 24px;
  margin-top: 40px;
}

.bottom-footer p {
  color: #7b7e87;
  margin-bottom: 0;
  padding: 10px 0;
}

.bottom-footer .row {
  border-top: 1px solid #3b404d;
  width: 100%;
  padding: 16px 0px 0px;
}

.left-text {
  padding: 0 0 0 100px;
}

.ftr-bottom {
  padding: 0;
  position: relative;
  border-top: 1px solid #3b404d;
}

.ftr-bottom:before {
  position: absolute;
  content: "";
  background: #3b404d;
  width: 1px;
  height: 100%;
  top: 0;
  left: 30%;
}

.ftr-bottom:after {
  position: absolute;
  content: "";
  background: #3b404d;
  width: 1px;
  height: 100%;
  top: 0;
  right: 30%;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 0;
}

.footer-socials ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #0000;
  color: #7b7e87;
  border: 1px solid #7b7e87;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer-socials ul li a i:hover {
  background-color: #17a8ff;
  color: #fff;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer-main {
  position: relative;
  background: #232837;
}

.newlatter-form {
  width: 70%;
  margin: 0px auto 50px;
  text-align: center;
  padding: 10px 60px 60px;
  background: #161a26;
  position: relative;
}

.newlatter-form h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 24px;
}
.newsform {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  height: 55px;
  padding-left: 30px;
}

.newlatter-for .newsform input {
  width: 100%;
  flex-grow: 1;
  background: transparent;
  border: 0px;
  color: #ffffff6b;
  position: relative;
  z-index: 1;
}

.newsform input::placeholder {
  color: #ffffff6b;
}

.newsform .bt {
  position: relative;
}

.newsform:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  background: #343741;
}

.newsform .pbtn span {
  padding: 14px 20px;
  line-height: 24px;
  min-width: 170px;
}

a.ft-link-cl {
  display: block;
  margin: 20px 0px;
  color: #ffffff75;
}

.legal-policies-section {
  margin-bottom: 50px;
  padding: 40px 32px;
  background: linear-gradient(135deg, #1b2233 0%, #141a29 50%, #101524 100%);
  border: 1px solid #2c3346;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}

.legal-column-title {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.legal-link:hover {
  color: #fff;
}

.legal-link i {
  color: #17a8ff;
  font-size: 11px;
  transition: all 0.25s ease;
}

.legal-link:hover i {
  color: #17a8ff;
  transform: translateX(4px);
}
/* ----------------------------------- Footer Css End ----------------------*/

.bt {
  display: inline-block;
  position: relative;
}

.pbtn {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  background: #17a8ff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  min-width: 90px;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 12px #00aeff3b;
  overflow: visible;
}

.pbtn span {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  background: #212737;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Blender", sans-serif;
  line-height: 23px;
  min-width: 160px;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  transition: all 0.3s ease-in-out;
  transform: scaleY(1.1);
}

.pbtn:hover {
  background: #00baff;
  color: #fff;
}

.pbtn:hover span {
  background: #00baff;
  color: #fff;
  transform: unset;
}

.bt:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 60%;
  background: #17a8ffc7;
  right: 0;
  left: 0;
  margin: 0px auto;
  top: 20px;
  filter: drop-shadow(2px 4px 46px #17a8ffde);
}

/* ----------------------------- Rules --------------------- */

section.rules-sec {
  position: relative;
  padding: 80px 0 120px;
}

img.rules-yellow-img {
  position: absolute;
  left: 0;
  bottom: 70px;
}

section.rules-sec::after {
  bottom: -30%;
  right: -25%;
  width: 44%;
  content: "";
  height: 100%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

/* sourc-sec */

.sourc-bg {
  padding: 5px;
  border-radius: 5px;
}

.sourcMainSlider {
  left: 19px;
  height: 530px;
  min-height: 100%;
  border-radius: 10px;
}

.sourcMainSlider .slick-list,
.sourcMainSlider .slick-track {
  height: 100%;
}

.sourcMainSlider .slick-slide {
  margin: 0;
}

.sourc-text {
  margin-top: -50px;
  padding: 20px;
  padding-right: 0;
}

.sourc-text h6 {
  font-size: 20px;
  color: #f6f1eb;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Blender";
}

.sourc-text h5 {
  font-size: 20px;
  color: #f6f1eb;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Blender_Pro";
}

.sourc-text h3 {
  font-size: 36px;
  color: #f6f1eb;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 30px;
}

.sourc-text h3::before {
  left: 0%;
  width: 100%;
  content: "";
  height: 1px;
  bottom: 15px;
  position: absolute;
  background-color: #6a656161;
}

.sourc-text p {
  color: #ffffff87;
  margin-bottom: 10px;
  line-height: 28px;
}

.sourc-text a {
  margin-top: 5px;
}

.sourc-text .z-1 {
  z-index: 1;
}

.sourc-text h3::after {
  left: 0%;
  width: 25%;
  content: "";
  height: 1px;
  bottom: 15px;
  position: absolute;
  background-color: #fff;
}

.sourc-text h6 span {
  display: block;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 23px;
}

.source-txt-des {
  padding: 20px 26px 16px;
  background: #1f222b;
  margin: 10px 0px 10px;
}

.sourc-rate {
  display: flex;
  gap: 14px;
}

.sourc-rate .rating i {
  font-size: 12px;
  color: #ffb400;
}

.sourc-rate .rating span:last-child i {
  opacity: 40%;
  color: #bebdbd;
}

.sourc-rate span {
  font-family: "Blender";
  font-size: 15px;
}

section.sourc-sec:after {
  bottom: -70%;
  left: -21%;
  width: 38%;
  content: "";
  height: 100%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

@keyframes zoomOnceRotate {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.5);
  }
}

img.sourc-blue-img-right {
  position: absolute;
  right: 30px;
  bottom: 180px;
}

/* ------------------------------------------------------- Rules  ----------------------------------- */

/* ------------------------------------------------------- Banner Start ----------------------------------- */

section.banner .slick-slide {
  margin: 0px;
  opacity: 0;
}

img.banner-bg-img {
  height: 890px;
  object-fit: fill;
}

section.banner .bannercontent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-Wraper {
  padding-top: 130px;
}

.siteLogo {
  width: 190px;
  height: 120px;
  display: block;
}

.siteLogo img {
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -4px;
}

header .row::before {
  bottom: 0px;
  left: 185px;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #ffffff3b;
}

header .row::after {
  bottom: -2px;
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  background-color: #ffffff3b;
  left: -73px;
}

.menuSec a.siteLogo:before {
  left: -2px;
  right: 0;
  content: "";
  width: 160px;
  margin: auto;
  bottom: -25px;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 1px solid #ffffff3b;
  clip-path: polygon(0 55%, 100% 54%, 100% 100%, 0% 100%);
  height: 170px;
}

.slider-nav-wrap {
  right: 0;
  z-index: 5;
  bottom: 24%;
  width: 110px;
}

.custom-dots li {
  list-style: none;
}

.custom-dots button {
  display: none;
}

.dot-shape {
  width: 4px;
  height: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.4;
  background: #717691;
  border-radius: 45px;
  outline: 4px solid transparent;
  outline-offset: 0px;
  margin: 0px;
}

.custom-dots .slick-active .dot-shape {
  opacity: 1 !important;
  outline: 1px solid #fff;
  border-radius: 0px;
  background: #fff;
  outline-offset: 3px;
  transform: rotate(45deg);
}

.slider-counter {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  position: absolute;
  font-family: "americanCaptain";
  top: -90px;
  right: 60px;
  display: inline-block;
}

.custom-dots ul.slick-dots {
  width: 8px;
}

.custom-dots li.slick-active {
  opacity: 1;
  position: relative;
}

.custom-dots li.slick-active:before {
  position: absolute;
  content: "";
  width: 160px;
  background: #ffffff75;
  height: 1px;
  top: 14px;
  left: 18px;
}

.slider-tt-slides {
  font-size: 16px;
  font-family: "americanCaptain";
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 30%;
  left: 20px;
  position: relative;
  top: -20px;
}

.banner_text {
  z-index: 1;
}

img.banner-green-sh {
  left: -60px;
  width: auto;
  top: -70px;
}

img.bnner-right-tropy {
  width: 140px;
  left: -72px;
  bottom: 30px;
  z-index: 1;
}

header:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -20px;
  top: 30px;
  background-image: url(../images/trophy-img.png);
}

section.banner .innerWrap:before {
  top: -30%;
  right: -18%;
  width: 34%;
  content: "";
  height: 62%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(255 255 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

.slider-counter.act-in {
  position: absolute;
  z-index: 12;
  font-size: 120px;
  line-height: 120px;
  top: 84%;
  left: 170px;
  right: unset;
  width: auto;
  display: inline-block;
}

/* --------------------------- */
/* --------------------------- */

.banner_img {
  padding: 20px 80px 0;
  margin: 0px 50px 0px 20px;
}

.banner-monkee-img {
  z-index: 2;
  height: 600px;
  object-fit: fill;
}

section.banner .slick-slide.slick-current.slick-active {
  opacity: 1 !important;
}

img.banner-leaf-img1 {
  top: 0px;
  left: 60px;
  width: auto;
}

img.banner-leaf-img2 {
  left: 49px;
  top: 135px;
  width: auto;
  z-index: 12;
}

img.banner-leaf-img5 {
  top: 20px;
  width: auto;
  right: 170px;
}

img.banner-leaf-img3 {
  left: 120px;
  width: auto;
  bottom: 31%;
}

img.banner-monk {
  width: 180px;
  z-index: 12;
  right: 28px;
  top: -13px;
}

.banerlink-btn a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-family: "Blender";
}

img.banner-leaf-img6 {
  right: 70px;
  bottom: 54%;
  width: auto;
}

img.banner-leaf-img7 {
  width: auto;
  right: 91px;
  bottom: 61px;
  z-index: 12;
}

.step-card {
  padding: 20px 24px;
  margin: 0px auto;
  z-index: 12;
  filter: drop-shadow(2px 4px 6px #14141461);
}

img.step-card-img {
  left: 0;
}

.step-card-txt h3 {
  font-size: 25px;
  line-height: 30px;
}

.banerbtm {
  margin-top: 20px;
}

/* --------------------------- */
/* --------------------------- */

/* -------------------------------- skill header ------------------------ */

section.skill-header {
  padding: 110px 0px 40px;
  margin-top: -30px;
}

img.skill-green-leaf {
  left: 0;
  margin-bottom: 40px;
}

img.skill-reed-leaf-img {
  right: 70px;
  top: 0;
  z-index: 1;
}

img.skill-bf-shp {
  position: absolute;
  top: -260px;
  left: 0;
}

section.skill-header:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/bf-shp.png);
  width: 50%;
  height: 110%;
  left: 0;
  top: 0px;
  background-size: 100% 100%;
  background-position: top;
}

/* -------------------------------- skill header --------------------- */

/* ------------------- Competation List ---------------------------- */
/* 
.competation h2 {
  font-size: 26px;
  line-height: 40px;
}

.prize {
  color: #17a8ff;
}

.entry strong {
  font-size: 18px;
  font-family: poppins;
  color: #fff;
}

.divider img {
  width: 100%;
  object-fit: fill;
}

.time-box h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}

.time-box h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.comp-card {
  background: #232837;
  padding: 16px 12px 20px;
  margin-bottom: 24px;
  position: relative;
}

.entry span {
  font-size: 13px;
  line-height: 20px;
  color: #8c8c8c;
  font-family: "americanCaptain";
  letter-spacing: 1px;
}

img.compet-img {
  height: 290px;
  object-fit: cover;
  margin-bottom: 10px;
}

.timer {
  width: 80%;
  margin: -6px auto;
}

.comp-des p {
  font-size: 12px;
  line-height: 20px;
}

.comp-card .bt {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  width: auto;
  display: table;
  bottom: -29px;
}

.comp-card:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 103%;
  left: -8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/compet-bf-img.png);
  z-index: -1;
  right: 0;
  margin: 0px auto;
  top: -9px;
}

.competation .maxWidth {
  max-width: 1500px;
}

section.competation {
  position: relative;
  padding-bottom: 100px;
} */

/* ------------------- Competation List ---------------------------- */

/* ------------------- Play Section ---------------------------- */

.play-card {
  background: #232837;
  padding: 20px 14px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 10px 10px;
}

h3.step-heading {
  margin: 0px;
  width: 60px;
  height: 60px;
  border-radius: 45px;
  background: #18a9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
}

.play-heading {
  padding-bottom: 60px;
}

img.play-card-img-shape {
  height: 105%;
  top: -10px;
  object-fit: fill;
}

.play-wrap {
  width: 94%;
  margin: 0px auto;
}

img.play-shape-line {
  bottom: 160px;
}

img.play-monkey-let {
  margin-top: -45px;
  left: -30px;
}

img.play-yellow-leaf {
  top: 320px;
  z-index: 1;
}

/* ------------------- Play Section ---------------------------- */

.col-right {
  background: #212737;
  position: relative;
}

.col-right:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  background: #ffffff59;
  left: 0px;
  margin: 0px auto;
}

/* ============================ */
/*LATEST WORK SECTION*/
/* Full width carousel section */
.latest_work_sec {
  overflow: hidden;
  width: 100%;
  padding: 100px 0 150px;
  position: relative;
}

/* Remove width limits */
.latest_work_sec .container-fluid,
.latest_work_sec .col-md-12 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/* Card box larger size */
.card_box {
  background: #2b2c2e;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  /* increase card width */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: auto;
  transition: all 0.4s ease;
  padding: 10px;
  width: 360px;
  position: relative;
}

/* Card image */
.card_img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.card_date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #17a8ff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: "Blender";
  text-transform: uppercase;
  word-spacing: -1px;
}

/* Card content */
.card_content {
  padding: 18px 4px 10px;
}

.card_content h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Blender";
}

.card_price {
  font-size: 18px;
  color: #fff;
  font-family: "Blender";
}

.card_price small {
  color: #cdcaca96;
  font-size: 12px;
  text-transform: uppercase;
}

.card_content p {
  margin: 12px 0;
  color: #fff;
  opacity: 60%;
  font-weight: 400;
  line-height: 21px;
}

/* Progress */
.progress_bar {
  background: #3f4045;
  height: 6px;
  border-radius: 5px;
  overflow: hidden;
}

.progress_fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease;
  background: #17a8ff;
}

.progress_info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ffffffb5;
  margin-top: 6px;
  font-family: "Blender";
}

@media (max-width: 768px) {
  .card_box {
    width: 270px;
  }
}

.compet-list {
  margin: 14px 0px 10px;
}

.compet-list .innts {
  display: flex;
  text-align: center;
  width: 78px;
  background: #3f4044;
  flex-direction: column;
  padding: 8px 0px;
  border-radius: 5px;
  font-family: "Blender";
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.2s;
}

.compet-list .innts:hover {
  transform: translate(0px, 2px);
  background: #17a8ff;
}

.crd-btt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.crd-btt .pbtn span {
  word-spacing: 3px;
}

/* Custom Range Slider */
.progress_range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #3f4045;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  margin-top: 5px;
}

/* Track fill (WebKit) */
.progress_range::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(
    90deg,
    #17a8ff var(--value, 21%),
    #3f4045 var(--value, 21%)
  );
  border-radius: 5px;
}

/* Thumb */
.progress_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17a8ff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(23, 168, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.progress_range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Firefox */
.progress_range::-moz-range-track {
  height: 6px;
  background: #3f4045;
  border-radius: 5px;
}
.progress_range::-moz-range-progress {
  background: #17a8ff;
  height: 6px;
  border-radius: 5px;
}
.progress_range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17a8ff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(23, 168, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}
.progress_range::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.latest_work_sec::before {
  top: 10%;
  right: -25%;
  width: 40%;
  content: "";
  height: 60%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

section.banner .slick-dotted.slick-slider {
  margin: 0px;
}
section.banner .innerWrap:after {
  bottom: -10%;
  left: -25%;
  width: 44%;
  content: "";
  height: 30%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(22 46 69) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

.latest_work_sec:after {
  top: -13%;
  left: -25%;
  width: 40%;
  content: "";
  height: 50%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

.play-icon1 {
  width: 35px;
  color: #18a9ff;
  filter: brightness(0) saturate(100%) invert(45%) sepia(99%) saturate(967%)
    hue-rotate(178deg) brightness(100%) contrast(105%);
}

ul.legal-links-list li {
  border-top: 1px solid #ffffff17;
}

ul.legal-links-list li:first-child {
  border-top: 0px;
}

button.flip-btns {
  width: 50px;
  height: 50px;
  border-radius: 45px;
  color: #17a8ff;
  background: #fff;
  border: 0;
  font-size: 28px;
  box-shadow: 0px 0px 0px 0px #17a8ff80;
  transition: 0.3s;
  top: 50%;
  position: absolute;
}

button.flip-btns:hover {
  background: #17a8ff;
  color: #fff;
  box-shadow: 0px 0px 20px 3px #17a8ff80;
}

button#flip-prev {
  left: 2%;
}

button#flip-next {
  right: 2%;
}
.legal-link:hover {
  color: #fff;
  padding-left: 6px;
  text-decoration: none;
}
/* =========================== */
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(30deg) scale(0.65);
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(25deg) scale(0.8);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-25deg) scale(0.8);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-27%) rotateY(-30deg) scale(0.65);
}

.play-how-btn {
  margin: 40px auto 0;
  text-align: center;
}

.footer-form input {
  width: 100%;
  height: 55px;
  background: #343741;
  border: 0;
  margin: 0 0 20px;
  padding: 0 20px;
  color: #fff;
}

.footer-form textarea {
  width: 100%;
  height: 130px;
  background: #343741;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  resize: none;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ========================================= Media Querries ========================================= */

@media (max-width: 1280px) {
  html {
    overflow-x: hidden;
  }
  .pbtn span {
    padding: 12px 20px;
    font-size: 13px;
  }

  .menuSec a.siteLogo:before {
    bottom: -15px;
  }

  .banner_img {
    padding: 0px 60px 0;
    margin: 0px 50px 0px 0px;
  }

  img.banner-monk {
    width: 180px;
    right: -2px;
    top: -33px;
  }

  .banner_text {
    padding-left: 40px;
  }

  button#flip-prev {
    left: -5%;
  }

  button#flip-next {
    right: -5%;
  }

  img.play-bg-img {
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .left-text {
    padding: 0 0 0 50px;
  }

  .newlatter-form {
    width: 80%;
  }

  h4 {
    font-size: 17px;
    line-height: 22px;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  .play-card {
    height: 310px;
    padding: 0px 14px;
  }

  button#flip-prev {
    left: -2%;
  }

  button#flip-next {
    right: -2%;
  }

  .latest_work_sec {
    padding: 40px 0 80px;
  }

  h1 {
    font-size: 70px;
    line-height: 70px;
  }

  .banner_img {
    padding-left: 0;
  }

  .banner-monkee-img {
    height: 500px;
  }

  img.banner-monk {
    width: 180px;
    right: -22px;
    top: -33px;
  }

  img.banner-bg-img {
    height: 780px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .legal-policies-section {
    margin-top: 20px;
  }
}

@media (max-width: 880px) {
  .legal-policies-section {
    margin-top: 0px;
  }

  .custom-dots {
    display: none !important;
  }

  .slider-nav-wrap {
    display: none !important;
  }

  .banner_img {
    padding: 0px 0px;
    margin: 0px;
  }

  .banner-monkee-img {
    height: 430px;
    padding-right: 40px;
  }

  img.banner-monk {
    width: 140px;
    right: -2px;
    top: -53px;
  }

  .content-Wraper {
    padding-top: 200px;
  }

  .step-card {
    padding: 10px 14px;
    gap: 14px !important;
  }

  .step-card-img img {
    width: 40px;
  }

  .step-card-txt h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .banner_text {
    padding-left: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banerlink-btn a {
    font-size: 12px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  button#flip-prev {
    left: -6%;
  }

  button#flip-next {
    right: -6%;
  }

  img.play-monkey-let {
    height: 280px;
    margin-top: -33px;
  }

  .play-card {
    height: 350px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .sourcMainSlider {
    height: auto;
  }

  .sourc-text h3 {
    font-size: 30px;
    margin-bottom: 16px;
    padding-bottom: 18px;
  }

  .sourc-text p {
    line-height: 22px;
    font-size: 14px;
  }

  .newlatter-form {
    padding: 10px 30px 30px;
  }

  .right-text {
    text-align: center;
  }

  .ftr-bottom:before {
    display: none;
  }

  .ftr-bottom:after {
    display: none;
  }

  a.ft-link-cl {
    margin: 10px 0px;
  }

  .middle-text {
    text-align: center;
  }

  .left-text {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  footer h5 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-socials h6 {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center;
  }
}

@media (max-width: 768px) {
  button#flip-prev {
    left: -1%;
  }

  button#flip-next {
    right: 4%;
  }

  .card_img img {
    height: 160px;
  }

  section.latest_work_sec {
    padding: 40px 0 20px;
  }
}

@media (max-width: 480px) {
  header {
    position: unset;
  }

  .menuSec {
    padding: 20px 0;
  }

  .menuSec a.siteLogo:before {
    display: none;
  }

  header .row::before {
    display: none;
  }

  .siteLogo img {
    position: relative;
    margin-bottom: 30px;
  }

  .siteLogo {
    width: auto;
    height: auto;
  }

  .header-logo {
    position: relative !important;
  }

  header .row::after {
    display: none;
  }

  .content-Wraper {
    padding-top: 80px;
    text-align: center;
  }

  .banner_text {
    padding: 0;
  }

  .banner-monkee-img {
    padding: 0px;
    height: auto;
  }

  .banner_img {
    margin: 60px 0px 10px;
    padding: 0px 30px;
  }

  .latest_work_sec:after {
    display: none;
  }

  section.banner .innerWrap:after {
    display: none;
  }

  img.banner-bg-img {
    height: 1120px;
    object-fit: cover;
    object-position: 100% 100%;
  }

  .step-card {
    margin: 4px 0px;
  }

  img.bnner-right-tropy {
    width: 30px;
    left: 0px;
    bottom: 30px;
  }

  img.banner-leaf-img7 {
    width: auto;
    right: -10px;
  }

  .banerbtm {
    margin-top: 0;
  }

  img.banner-monk {
    width: 120px;
    right: 0px;
    top: -23px;
  }

  img.banner-leaf-img2 {
    left: 10px;
    top: 155px;
  }

  img.banner-leaf-img1 {
    left: -20px;
  }

  .heading p br {
    display: none;
  }

  button.flip-btns {
    top: 108%;
  }

  section.latest_work_sec {
    padding: 40px 0 160px;
  }

  button#flip-prev {
    left: 36%;
  }

  button#flip-next {
    right: 33%;
  }

  img.play-monkey-let {
    height: 140px;
    width: auto;
    margin-top: -18px;
    left: -16px;
  }

  .padd {
    padding: 60px 0;
  }

  .play-card {
    height: auto;
    padding: 50px 40px;
  }

  img.play-yellow-leaf {
    display: none;
  }

  .play-card img.play-icon {
    width: auto;
  }

  .sourc-bg .row {
    margin: 0px auto;
  }

  section.sourc-sec .col-md-10 {
    width: 100%;
  }

  .sourcMainSlider {
    left: 0;
  }

  .sourc-text {
    padding: 0;
  }

  img.source-img-rev {
    height: 340px;
    object-fit: cover;
  }

  img.sourc-blue-img-right {
    display: none;
  }

  .newlatter-form {
    width: auto;
  }

  .newlatter-form h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .creadit-img {
    text-align: center;
  }

  .bottom-footer .row {
    margin: 0px auto;
  }

  .bottom-footer p {
    text-align: center !important;
  }

  .play-card img.play-icon {
    width: 50px;
  }
  .play-heading p br {
    display: none;
  }

  .card_content h5 {
    font-size: 14px;
    line-height: 18px;
  }

  .shopping {
    justify-content: center !important;
  }
}

/* ========================================= Media Querries ========================================= */
