@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito Regular.eot");
  src: url("../fonts/Nunito Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Nunito Regular.woff2") format("woff2"),
    url("../fonts/Nunito Regular.woff") format("woff"),
    url("../fonts/Nunito Regular.svg#Nunito Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "Doner Regular Display";
  src: url("../fonts/Doner Regular Display.eot");
  src: url("../fonts/Doner Regular Display.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Doner Regular Display.woff2") format("woff2"),
    url("../fonts/Doner Regular Display.woff") format("woff"),
    url("../fonts/Doner Regular Display.svg#Doner Regular Display")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007A;
  font-display: swap;
}
@font-face {
  font-family: "donner";
  src: url("../fonts/donner Bold.eot");
  src: url("../fonts/donner Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/donner Bold.woff2") format("woff2"),
    url("../fonts/donner Bold.woff") format("woff"),
    url("../fonts/donner Bold.svg#donner Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Doner Regular Text";
  src: url("../fonts/Doner Regular Text.eot");
  src: url("../fonts/Doner Regular Text.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Doner Regular Text.woff2") format("woff2"),
    url("../fonts/Doner Regular Text.woff") format("woff"),
    url("../fonts/Doner Regular Text.svg#Doner Regular Text") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007A;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Black";
  src: url("../fonts/Nunito Black.eot");
  src: url("../fonts/Nunito Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Nunito Black.woff2") format("woff2"),
    url("../fonts/Nunito Black.woff") format("woff"),
    url("../fonts/Nunito Black.svg#Nunito Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Black";
  src: url("../fonts/Archivo Black Regular.eot");
  src: url("../fonts/Archivo Black Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Archivo Black Regular.woff2") format("woff2"),
    url("../fonts/Archivo Black Regular.woff") format("woff"),
    url("../fonts/Archivo Black Regular.svg#Archivo Black Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-03BC;
  font-display: swap;
}

:root {
  --primary-color: #0b0b0b;
  --secondary-color: #ff5348;
  --secondary-color2: #731e89;
  --secondary-color3: #394196;
  --bs-white: #fff;
  --bodyFont: "Doner Regular Text";
  --headingFont: "Archivo Black";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 14px;
  font-family: var(--bodyFont);
  color: var(--bs-white);
  background: var(--primary-color);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}
p {
}
.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-family: var(--headingFont);
  font-weight: normal;
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 8.5vw;
  line-height: 0.9;
  text-transform: uppercase;
  font-family: var(--headingFont);
  font-weight: bold;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 25px;
  font-family: var(--semiBoldFont);
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 20px;
}

.p-v-100 {
  padding: 50px 0;
}

header {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 2;
  width: 100%;
}
/* header.fixed {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 9;
padding: 10px 0;
background: rgba(0, 0, 0, 0.5);
filter: blur(4px);
} */
.logo a {
  width: 130px;
  /* color: var(--bs-white);
	font-size: 19px;
	font-family: var(--headingFont); */
}
.navigation {
  width: auto;
}
.navigation li a {
  color: var(--bs-white);
  font-weight: bold;
  padding: 10px 25px !important;
}
.navigation li a:hover , li.current_page_item a{
  color: var(--secondary-color) !important;
}
.heroSec {
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
}
.heroSec video {
  height: 500px;
  border-radius: 15px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  object-fit: cover;
}
.heroSec img {
	width:100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.heroSec .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.bgEffect {
  position: relative;
}
.bgEffect:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: url(../images/1.png) no-repeat left center;
  background-size: contain;
  content: "";
  z-index: -1;
}
.bgEffect:after {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0;
  width: 100%;
  max-width: 25%;
  height: 100%;
  background: url(../images/2.png) no-repeat right center;
  background-size: contain;
  content: "";
  z-index: -1;
}
.heroSec .swiper-slide:hover img {
  filter: blur(4px);
}
.heroSec .swiper-slide {
  position: relative;
  overflow: hidden;
}
.heroSec .swiper-slide h6 {
  margin-bottom: 10px;
}

.floatInfos {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: -120px;
  opacity: 0;
  left: 0;
  padding: 0 20px;
  color: var(--bs-white);
  text-shadow: #000 1px 0 10px;
  display: none;
}

.heroSec .swiper-slide:hover .floatInfos {
  bottom: 20px;
  opacity: 1;
}
.floatInfos p {
  font-size: 90%;
  text-decoration: underline;
}
.btns {
  padding: 0.8em 1.8em;
  border: 2px solid var(--bs-white);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: var(--bs-white) !important;
}

.btns::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--secondary-color3);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.btns:hover::before {
  width: 105%;
}

.btns:hover {
  color: #111;
}

.counts h2 {
  margin-right: 20px;
  width: 200px;
  flex: 0 0 200px;
}
.counts p {
  font-size: 18px;
  margin: 0;
}
.pl-5 {
  padding-left: 10rem;
}
.section-scroll-text {
  align-items: center;
  overflow: hidden;
}
.section-scroll-text h2 {
  font-size: 100px;
  margin: 0;
  white-space: nowrap;
}
.section-images {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.section-images img {
  border-radius: 1rem;
  width: 100%;
}
.reveal {
  visibility: hidden;

  overflow: hidden;
}

.gsap-text {
  /* Full screen height for pinning */
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  font-family: var(--headingFont);
}

.text-scroll {
  display: flex;
  gap: 33px;
  font-size: 18vh;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  /* padding: 0 20px; */
  color: rgba(255, 255, 255, 0.3);
}

.text-scroll p {
  margin: 0;

  background-position: center;
  background-size: cover;
  font-weight: 600;
}

.gsap-text {
  overflow-x: hidden;
}
.gsap-text img {
  border-radius: 60px 60px 0 0;
  -webkit-border-radius: 60px 60px 0 0;
  -moz-border-radius: 60px 60px 0 0;
  -ms-border-radius: 60px 60px 0 0;
  -o-border-radius: 60px 60px 0 0;
}

.masking_text {
  /* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important; */
  /* background-repeat: no-repeat; 
	background-size: cover;  */
  /* background-clip: text;
	color: transparent; */
}
.contents {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 7% 5%;
  border: var(--bs-white) 5px solid;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 400px;
  background: rgba(0, 0, 0, 0.3);
}
.contents p {
  font-family: var(--bodyFont);
  font-size: 18px;
}
.musics .swiper-slide {
  display: flex;
  height: 350px;
}
.musics .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.musics img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
/* .musics .swiper-slide:nth-child(odd) {
align-items: flex-end;
}

.musics .swiper-slide:nth-child(odd) img {
height: 260px;
object-fit: cover;
width: 100%;
} */
.musics .swiper-slide:hover .floatInfos {
  bottom: 20px;
  opacity: 1;
}
.musics .swiper-slide .floatInfos p {
  margin-top: 10px;
}
.musics .swiper-slide:hover img {
  filter: blur(4px);
}
.video {
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.video-wrapper {
  position: relative;
}
.video-wrapper::before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

/* video controls */
.video-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}

video {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon {
  width: 70px;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play polygon {
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play:hover polygon {
  transform: scale(1.5);
}

.video__play-button[data-button-state="pause"] .video__play-button-icon--pause {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon--play {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon {
  opacity: 0;
}

.video__play-button[data-button-state="play"]:hover .video__play-button-icon {
  opacity: 1;
}

/* .video__play-button[data-button-state=play] {
background-color: rgba(0, 0, 0, 0);
}

.video__play-button[data-button-state=play]:hover {
background-color: rgba(0, 0, 0, 0.4);
} */

.video__fullscreen-button {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  z-index: 3;
  transition: all 200ms ease-in-out;
}

.video__fullscreen-icon {
  padding: 10px;
  display: block;
  vertical-align: top;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
}

.video__wrapper[data-state="pause"] .video__fullscreen-icon,
.video__wrapper[data-state="play"]:hover .video__fullscreen-icon {
  opacity: 1;
  visibility: visible;
}

.video__fullscreen-icon polygon {
  fill: currentColor;
}
.musics .video__play-button {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.musics .video__play-button-icon {
  width: 50px;
  transition: all 200ms ease-in-out;
  margin: 30px;
}
.btnSm.btns {
  padding: 0.8em 1em;
  font-size: 12px;
}
.more a {
  color: var(--secondary-color);
}
.more video {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 0px 32px -8px var(--secondary-color2);
  -webkit-box-shadow: 0px 0px 32px -8px var(--secondary-color2);
  -moz-box-shadow: 0px 0px 32px -8px var(--secondary-color2);
}
.more .swiper-wrapper {
  padding: 20px 0;
}
.testi p {
  font-size: 20px;
  padding-right: 50px;
}
.testi .qout-svg {
  position: absolute;
  left: -20px;
  top: -70px;
  width: 160px;
}
.testi .swiper-wrapper {
  padding: 30px;
}
.testi .swiper-button-next,
.testi .swiper-button-prev {
  top: 85%;
}
.testi .swiper-button-next:after,
.testi .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  color: var(--secondary-color);
}
.testi .swiper-button-prev,
.testi .swiper-rtl .swiper-button-next {
  left: auto;
  right: 80px;
}
.testi .swiper-button-next,
.testi .swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}
.wrapper {
  display: inline-flex;
  list-style: none;
  width: 100%;
  padding-top: 0;
  justify-content: flex-end;
  float: right;
}

.wrapper .icon {
  position: relative;
  background: var(--secondary-color3);
  border-radius: 50%;
  margin: 10px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  line-height: 50px !important;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-transform: capitalize;
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

ul.wrapper li.icon a i {
  color: #fff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #000;
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}
footer {
  background: var(--secondary-color2);
  padding: 60px 0 10px;
}
footer h6 {
  margin-bottom: 15px;
}
footer p a {
  color: var(--bs-white) !important;
  text-decoration: underline !important;
}
/* back to top */
#button {
  display: inline-block;
  background-color: var(--secondary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: var(--bs-white);
}
#button:hover {
  cursor: pointer;
  background-color: var(--bs-danger);
}
#button:active {
  background-color: var(--bs-danger);
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.more video {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.forMobile {
  display: none !important;
}
.innerBanner .col-12 {
  position: relative;
}
.innerBanner h2 {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto;
  right: 0;
}
/* .innerBanner h2::before {
  position: absolute;
  left: 15px;
  top: 50%;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  content: "";
  width: 25%;
}
.innerBanner h2::after {
  position: absolute;
  right: 15px;
  top: 50%;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  content: "";
  width: 25%;
} */
.abouts h5 {
  margin-bottom: 20px;
  font-family: "Doner Regular Text";
  line-height: 1.5;
}
.circle-chart {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.circle-chart__circle {
  stroke: var(--secondary-color);
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

/**
* 1. Rotate by -90 degree to make the starting point of the
*    stroke the top of the circle.
* 2. Scaling mirrors the circle to make the stroke move right
*    to mark a positive chart value.
* 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
*    and Edge, use the transform attribute directly on the SVG element as a
* .  workaround.
*/

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none;
}
.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
  color: #fff;
  filter: invert(100%);
}
.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 3px;
}

.success-stroke {
  stroke: #00c851;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: var(--secondary-color);
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.skills {
  color: black;
}

.skills_section {
  width: 100%;
  margin: 0 auto;
  /* margin-bottom: 80px; */
}

.skill-head {
  margin: 80px 0;
}

.skill-head h1 {
  font-size: 60px;
  font-weight: 700;
}

.skill-head p {
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.single-skill h4 {
  padding-left: 25px;
}

.success-stroke {
  stroke: var(--secondary-color);
}

.circle-chart__background {
  stroke: #ede4e4;
  stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .skill-head {
    margin: 50px 0;
  }

  .skill-head h1 {
    font-size: 30px;
  }

  .skill-icon {
    width: 50%;
  }

  .skill-icon i {
    font-size: 70px;
  }

  .circle-chart {
    width: 130px;
    height: 130px;
  }
}
.accordion-button::after {
  background-image: none !important;
  content: "\f0fe";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  transition: all 0.5s;
  font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\f146";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 0;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.accordion-item::after {
  position: absolute;
  right: -100px;
  top: -100px;
  background: var(--secondary-color2);
  height: 100px;
  width: 100px;
  border-radius: 100%;
  z-index: -1;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-item:hover::after {
  width: calc(100% + 100px);
  border-radius: 0;
  top: 0;
  height: 100%;
}
.accordion-button {
  background-color: transparent;
  font-family: var(--body-font-medium);
  text-transform: capitalize;
  color: var(--bs-white);
}
.accordion-item:hover {
  color: var(--bs-white);
}
.accordion-item:hover .accordion-button {
  color: var(--bs-white);
}
.aboutVideo video {
  height: 750px;
  object-fit: cover;
}
.blogBox {
  border: #333 1px solid;
  padding: 15px;
  color: var(--bs-white) !important;
}
.blogBox span {
  background: var(--secondary-color);
  display: inline-block;
  padding: 6px 10px;
  margin: 15px 0;
}
.blogBox h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blogBox:hover {
  border-color: var(--bs-white);
}
.blogBox img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.page-item.disabled .page-link {
  color: var(--bs-white);
  pointer-events: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link {
  color: var(--bs-white);
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #dee2e6;
}
.page-link:focus {
  color: var(--bs-white);
  background-color: var(--secondary-color);
}
.blogInfo li a {
  color: var(--bs-white);
  padding-right: 30px;
}
.form-control {
  background: #3c3c3c;
  border: none;
  height: 55px;
  color: var(--bs-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 15px;
}
.search .btn {
  padding: 0 25px;
  height: 55px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.list2 li a {
  margin-bottom: 20px;
  color: #ccc;
  text-transform: capitalize;
  position: relative;
  display: block;
}
.list2 li a:after {
  content: "\f054";
  font-family: "FontAwesome";
  transition: all 0.5s;
  font-size: 14px;
  float: right;
  position: relative;
  top: 3px;
}
.blogDetail h4 {
  font-family: var(--headingFont);
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.blogDetail h4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  content: "";
  background: var(--bs-white);
}
.list2 li a:hover,
.list3 li a:hover,
.list2 li a:hover:after {
  color: var(--secondary-color);
}
.list3 li a {
  color: #ccc;
  text-transform: capitalize;
  position: relative;
  display: block;
  border-bottom: #333 1px solid;
  padding: 15px 0;
}
.contact p {
  margin: 15px 0 0;
}
.contact h5 a {
  color: var(--secondary-color);
}
.contact h5 a:hover {
  color: var(--bs-white);
}
textarea {
  padding: 15px !important;
  height: 110px !important;
  resize: none !important;
}
.error-Page {
  padding: 150px 0 60px;
}
.main-font-size {
  font-size: 80px;
}
.footer-logo {
  background: #fff;
  padding: 15px;
  width: 100px;
  margin-bottom: 10px;
}
footer h4 {
  margin-bottom: 20px;
}
footer .col-lg-3 ul li a {
  color: var(--bs-white);
  margin-bottom: 10px;
}
footer .col-lg-3 ul li a:hover {
  color: var(--secondary-color);
}
footer h5 a {
  color: var(--secondary-color);
}
footer h5 a:hover {
  color: var(--bs-white);
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 7px;
}
.testi .swiper-button-next,
.testi .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  background: var(--bs-dark);
  padding: 0 15px;
}
.testi .swiper-button-prev,
.testi .swiper-rtl .swiper-button-next {
  left: auto;
  right: 30px;
  background: var(--bs-dark);
  padding: 0 15px;
}
.testi .swiper-button-next:after,
.testi .swiper-button-prev:after {
  font-size: 14px;
}
.heroSec.innerBanner {
  padding-bottom: 0;
}
.abouts .circle-chart {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.abouts h4 {
  font-size: 18px;
}
.abouts.single-skill {
  justify-content: flex-start;
}


/* ria */
.page-id-9 .more h2 {
  font-size: 48px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:hover {
   background:var(--secondary-color) !important; color:#fff; border:none !important; box-shadow:none
}
.btn {
    border-radius:0
}
#header-cart-count {
    text-align: center !important;
}
.quantity button {
    width: -10px;
    height: 38px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 19px;
    color: #fff !important;
    cursor: pointer;
    border: 0 !important;
    position: absolute;
    top: 23px;
}
.quantity {
position:relative
}
button.qty-button.qty-plus {
    right: 17px;
}



/* faq */

.faq.wrapper {
	display: unset;
  position: relative;
/*   width: 50vw; */
}

@media (width <= 991px) {
  body {
    font-size: 14px;
  }

  .wrapper {
    width: 80vw;
  }
}
@media (width <= 650px) {
  body {
    font-size: 12px;
  }

  .wrapper {
    width: 95vw;
  }
}
input[name=tip] {
  position: absolute;
  left: -39px;
  opacity: 0;
}

input[name=tip]:nth-child(1) {
  top: 0;
}

input[name=tip]:nth-child(2) {
  top: 30px;
}

input[name=tip]:nth-child(3) {
  top: 60px;
}

#tip1:checked ~ .tips #desc1,
#tip2:checked ~ .tips #desc2,
#tip3:checked ~ .tips #desc3 {
  color: #fff;
}
#tip1:checked ~ .tips #desc1:before,
#tip2:checked ~ .tips #desc2:before,
#tip3:checked ~ .tips #desc3:before {
  outline: 1px solid #731e89;
/* 	text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; */
}
#tip1:checked ~ .tips #desc1 > .tip_item__wrapper,
#tip2:checked ~ .tips #desc2 > .tip_item__wrapper,
#tip3:checked ~ .tips #desc3 > .tip_item__wrapper {
  transition: 0.2s ease-in;
  width: 100%;
  z-index: 1;
  background-color: #272716;
  background-image: repeating-linear-gradient(45deg, #2F2A1A, #2F2A1A 10px, #272716 10px, #272716 20px);
  color: #fff;
  border-radius: 20px;
  max-height: initial;
  height: calc(60vh + 40px);
  overflow-y: auto;
}

#tip1:checked ~ .tips #desc1 > .tip_item__wrapper {
  transform: translate(calc(-100% - 20px), 0);
}

#tip2:checked ~ .tips #desc2 > .tip_item__wrapper {
  transform: translate(calc(-100% - 20px), calc(-20vh - 20px));
}

#tip3:checked ~ .tips #desc3 > .tip_item__wrapper {
  transform: translate(calc(-100% - 20px), calc(-40vh - 40px));
}

.tips {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.tips_big {
  position: relative;
  grid-row: 1/4;
  grid-gap: 20px;
  border-radius: 20px;
  z-index: -2;
}

.tips_item {
  position: relative;
  grid-column: 2/-1;
  height: 20vh;
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
  z-index: 2;
  box-sizing: border-box;
}
.tips_item:after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.5em;
/*   font-weight: 700; */
/*   text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; */
}
.tips_item:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: calc(100% + 1px);
  z-index: 1;
  border-radius: 20px;
}

.tip_item__wrapper {
  box-sizing: border-box;
  transition: 0.2s ease-in;
  width: 100%;
  max-height: 100%;
  will-change: transform;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  left: 0;
  transform-origin: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
  scrollbar-width: thin;
  scrollbar-color: #565348 #1a1a17;
}
.tip_item__wrapper::-webkit-scrollbar {
  width: 12px;
}
.tip_item__wrapper::-webkit-scrollbar-track {
  background-color: #1a1a17;
  border-radius: 10px;
}
.tip_item__wrapper::-webkit-scrollbar-thumb {
  background-color: #565348;
  border-radius: 10px;
  border: 2px solid #272716;
}
.tip_item__wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #797565;
}

.tip_item__link {
  border: none;
  border-radius: 20px;
  padding: 20px 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  max-width: 60%;
  display: block;
  margin: 10px auto 0;
  text-decoration: none;
  z-index: 5;
}
.tip_item__link:hover {
  transition: 0.1s ease-in;
  background-color: #333;
}

#imageDialog img {
  display: block;
  margin: 0 auto;
}

#closeDialog {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
}

.tip_item__title {
  margin: 0 auto 10px;
  font-size: 1.2em;
}

.tip_item__main ul {
  margin: 10px 0;
}

.tip_item__main li {
  margin-bottom: 10px;
}

.tip_item__img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  border-radius: 20px;
  max-height: 20vh;
}

::-webkit-backdrop {
  opacity: 0;
  -webkit-transition: opacity 1s, display 1s allow-discrete, overlay 1s allow-discrete;
  transition: opacity 1s, display 1s allow-discrete, overlay 1s allow-discrete;
}

dialog, ::backdrop {
  opacity: 0;
  transition: opacity 1s, display 1s allow-discrete, overlay 1s allow-discrete;
}

[open]::-webkit-backdrop {
  opacity: 1;
}

[open], [open]::backdrop {
  opacity: 1;
}

@starting-style {
  [open]::-webkit-backdrop {
    opacity: 0;
  }
  [open], [open]::backdrop {
    opacity: 0;
  }
}
.edit-post-visual-editor
.editor-block-list__block
.wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
.wc-block-components-quantity-selector {border:#fff 1px solid}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border:none !important
}
.pt-150 {padding-top:150px}
.innerBanner img{width:100%; height:200px !important; object-fit:cover}
.portfolio-item {
		position: relative;
		overflow: hidden;
	}
	.portfolio-overlay {
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.portfolio-item:hover .portfolio-overlay {
		opacity: 1;
	}
	.btn-print-tshirt {
		padding: 10px 20px;
		background: #fff;
		color: #000;
		text-decoration: none;
		font-weight: 600;
		border-radius: 4px;
		transition: background 0.3s ease, color 0.3s ease;
	}
	.btn-print-tshirt:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
	}

  	.portfolio-item {
		position: relative;
		overflow: hidden;
	}
	.portfolio-overlay {
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.portfolio-item:hover .portfolio-overlay {
		opacity: 1;
	}
	.btn-print-tshirt {
		padding: 10px 20px;
		background: #fff;
		color: #000;
		text-decoration: none;
		font-weight: 600;
		border-radius: 4px;
		transition: background 0.3s ease, color 0.3s ease;
	}
	.btn-print-tshirt:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
	}
	.tshirt-preview-wrap {
		background: #f5f5f5;
		border-radius: 8px;
		padding: 10px;
		text-align: center;
	}