@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap");

.brands-area {
  padding: 60px 0;
}

.kidsmart-nav .navbar .navbar-nav .nav-item a {
  position: relative;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
  color: #000;
  display: table;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.navbar {
  display: block;
}

.navbar-expand-md .navbar-collapse {
  justify-content: center;
}

.kidsmart-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
}

.call-now {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  gap: 10px;
}

.call-now img {
  width: 30px;
}

.call-now .number {
  display: flex;
  flex-direction: column;
}

.call-now .number span {
  color: var(--primaryColor);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.logo {
  width: 160px !important;
  margin-inline: auto;
}

.kidsmart-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 65px;
  border-top: 3px solid var(--primaryColor);
}

.kidsmart-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  padding: 0;
}

.kidsmart-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 14px 20px;
}

.kidsmart-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.kidsmart-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--primaryColor);
}

.navbar-area.style-three .kidsmart-nav .navbar .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

.number a {
  font-size: 14px;
  font-weight: 400;
}

.my-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.category {
  padding: 70px 0 70px;
  background: url(../images/cloudbg.png);
  background-size: cover;
  background-position: center;
}

.category .cat-wrapper {
  position: relative;
}

.category .cat-wrapper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  z-index: 1;
  padding: 6px;
  position: absolute;
  display: inline-block;
  background-color: var(--whiteColor);
  font-size: 24px;
  font-weight: 600;
  margin-left: 50px;
  margin-right: 50px;
  /* border-radius: 40px; */
  text-align: center;
  transition: 0.4s all;
}

.category .cat-wrapper .title a {
  color: var(--blackColor);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category .cat-wrapper .title:hover {
  background-color: var(--primaryColor);
}

.category .cat-wrapper .title:hover a {
  color: var(--whiteColor);
}

.title-head {
  text-align: center;
  margin-bottom: 40px;
}

.title-head .title-img {
  position: absolute;
  left: -90px;
  top: -32px;
  width: 95px;
  filter: contrast(3.5);
  mix-blend-mode: darken;
}

.title-head .heading {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.title-head h2 {
  font-weight: 300;
  font-size: 30px;
  font-family: "Bubblegum Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* scroll top */
@media (max-width: 1439px) {
  body > .trx_addons_scroll_to_top.show {
    right: -50px;
  }
}
body > .trx_addons_scroll_to_top.show {
  bottom: 30px;
  right: -32px;
}
.scheme_default .trx_addons_scroll_to_top,
.scheme_default .trx_addons_cv .trx_addons_scroll_to_top {
  color: #ffffff;
  border-color: #ef5d50;
  background-color: #ef5d50;
}
.trx_addons_scroll_to_top.show {
  opacity: 1;
  bottom: 2em;
}
.scheme_default a {
  color: #ef5d50;
}
body > .trx_addons_scroll_to_top {
  background-size: cover;
  width: 146px;
  height: 70px !important;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
body > .trx_addons_scroll_to_top {
  bottom: 30px;
  right: -150px;
  background-color: transparent !important;
  height: auto;
  border: none;
}
body > .trx_addons_scroll_to_top {
  background: transparent url(../images/object_3_main.webp) no-repeat 50% 100%;
}
.show {
  display: block !important;
}
.trx_addons_scroll_to_top {
  display: block;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  bottom: -4em;
  right: 2em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body > .trx_addons_scroll_to_top:before {
  content: "";
  display: block;
  width: 52px;
  height: 14px;
  animation-name: spining;
  -webkit-animation-name: spining;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
.trx_addons_scroll_to_top:before {
  content: "";
  display: none;
}
.trx_addons_scroll_to_top:before {
  background: url(../images/object_3_addon.webp) no-repeat 50% 100%;
}

.trx_addons_scroll_to_top:before {
  margin: 0 !important;
}
.trx_addons_icon-up:before {
  content: "\e85a";
}
[class^="trx_addons_icon-"]:before,
[class*=" trx_addons_icon-"]:before {
  font-family: "trx_addons_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

body > .trx_addons_scroll_to_top:after {
  content: "";
  display: block;
  margin-top: 8px;
  margin-left: 59px;
  width: 8px;
  height: 30px;
  animation-name: rotating;
  -webkit-animation-name: rotating;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
body > .trx_addons_scroll_to_top:after {
  background: transparent url(../images/object_3_small.png) no-repeat 50% 100%;
}

@keyframes spining {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, -1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, -1, 0deg);
  }
  50% {
    -webkit-transform: translateY(8%) rotate3d(0, 0, -1, 3deg);
    transform: translateY(8%) rotate3d(0, 0, -1, 3deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, -1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, -1, 0deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.about {
  padding: 70px 0 60px;
  position: relative;
}

.about .abt-shape.one {
  position: absolute;
  rotate: -35deg;
  width: 90px;
  top: 16%;
  left: 6%;
  opacity: 0.8;
  animation: scale-up-down 5s ease-in-out infinite;
}

.about .abt-shape.two {
  position: absolute;
  width: 90px;
  bottom: 5%;
  left: 10%;
  opacity: 0.5;
  animation: float-up-down 5s ease-in-out infinite;
}
.about .abt-shape.three {
  position: absolute;
  width: 100px;
  top: 13%;
  right: 5%;
  opacity: 0.6;
  animation: float-up-down 5s ease-in-out infinite;
}

@keyframes float-up-down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes scale-up-down {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.abt-heading {
  text-align: center;
  position: relative;
}

.abt-heading .abt-heading-shape {
  animation: pxl_bounce 1s ease-out infinite;
  -webkit-animation: pxl_bounce 1s ease-out infinite;
  position: relative;
  display: inline-block;
  top: -30px;
}

@keyframes pxl_bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.abt-heading h5 {
  font-family: "Bubblegum Sans", cursive;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--primaryColor);
  font-weight: 400;
}

.abt-heading h3 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Bubblegum Sans", sans-serif;
  letter-spacing: 1px;
}

.about .abt-content ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 20px;
}

.about .abt-content ul li {
  list-style-type: none;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1e1e1e;
  font-weight: 600;
}

.about .abt-content ul li span {
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #7ce7ff;
  padding: 2px;
}

.about .abt-content {
  text-align: center;
  max-width: 70%;
  margin-inline: auto;
}

.about .abt-content p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.my-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  height: 50px;
  width: 175px;
  border-radius: 40px;
  background-color: #ffc053;
  color: #fff;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.my-btn:hover {
  color: #fff;
}

.my-btn span {
  display: flex;
  width: 20px;
  height: 20px;
}

.my-btn:hover span img {
  filter: invert(1);
}

.my-btn:hover span {
  -webkit-animation: moveright 0.5s forwards;
  -khtml-animation: moveright 0.5s forwards;
  -moz-animation: moveright 0.5s forwards;
  -ms-animation: moveright 0.5s forwards;
  -o-animation: moveright 0.5s forwards;
  animation: moveright 0.5s forwards;
}

@keyframes moveright {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

.boygirls {
  padding: 30px 0 50px;
  position: relative;
}

.boygirls::after {
  content: "";
  background-size: cover;
  background-position: center;
  position: absolute;
  background: url(../images/patternbg.png);
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  /* border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px; */
}

.boygirls .boyswrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.boygirls .boyswrapper img {
  border-radius: 15px;
}

.boygirls .boy-content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 31%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    width: 230px;
    height: 230px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boygirls .boy-content::before {
    content: "";
    background: url(../images/bg-title.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 31px;
    left: 38px;
    width: 74%;
    height: 74%;
    z-index: -1;
 }

.boygirls .boy-content:hover::before {
  animation: hovereffect 1s infinite;
}

.boygirls .boy-content h3 {
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 44px;
  color: var(--primaryColor);
}

.boygirls .boy-content a {
  border: 40px;
  padding: 2px 20px;
  border-radius: 40px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

@keyframes hovereffect {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.top-rated-products-area {
  padding: 115px 0 50px;
}

.top-rated-products-area .title-head .title-img {
  opacity: 1;
  width: 96px;
  mix-blend-mode: darken;
  top: -21px;
  filter: contrast(3.5);
}

.card-product {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: start;
  padding: 15px;
}

.card-product .card-product-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 20;
  background-color: transparent;
}

.card-product .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
}

.new-arrivals .card-product .card-product-wrapper .img-product {
  background-color: #fff;
}
.new-arrivals .card-product .card-product-wrapper .img-product {
  background-color: transparent;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s all;
  background-color: #f6f6f6;
}

@media (min-width: 768px) {
  .card-product .card-product-wrapper .list-product-btn {
    top: 15px;
    height: fit-content;
    left: unset;
    right: 15px;
  }
}
.card-product .card-product-wrapper .list-product-btn {
  z-index: 10;
  position: absolute;
  bottom: 48px;
  left: 15px;
  right: 15px;
  justify-content: end;
}
@media (min-width: 1150px) {
  .list-product-btn {
    gap: 6px;
  }
}
.list-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (min-width: 1150px) {
  .card-product:not(.list-layout) .box-icon:nth-child(1) {
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  }
}
@media (min-width: 1150px) {
  .card-product:not(.list-layout) .box-icon {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1150px) {
  .list-product-btn .box-icon {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 992px) {
  .list-product-btn .box-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 576px) {
  .card-product.style-9 .card-product-info .box-icon,
  .list-product-btn .box-icon {
    width: 45px;
    height: 45px;
  }
}
.list-product-btn .box-icon {
  width: 45px;
  height: 45px;
  min-width: 32px;
  border-radius: 3px;
  box-shadow: 0 8px 24px #959da533;
  background-color: #f2f2f2;
  position: relative;
  font-size: 20px;
  border: 1px solid #e9e9e9;
}
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.tf-loading-default:before,
.tf-btn-loading:before {
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: transparent !important;
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  animation: tf_rotator 0.6s linear infinite paused;
  opacity: 0;
}

@keyframes tf_rotator {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.color-selector,
.product-switch-right .color-selector {
  padding: 10px 20px;
  width: 90%;
  margin-inline: auto;
  bottom: 10px;
  z-index: 99;
  background: transparent;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  text-align: center;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.list-color-product {
  display: flex;
  gap: 8.5px;
  margin-top: 2px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

element.style {
}
.list-color-product .list-color-item {
  width: 38px;
  height: 38px;
}
.list-color-product .list-color-item.active,
.list-color-product .list-color-item:hover,
.list-color-product .list-color-item .swatch-value,
.list-color-product .list-color-item {
  border: 0;
}
.list-color-product .list-color-item {
  width: 40px;
  height: 40px;
  padding: 3px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.list-color-product .list-color-item img {
  width: 38px;
  height: 38px;
  position: absolute;
  border: 1px solid #d3d3d3;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s all;
  background-color: #f6f6f6;
}

.card-product .card-product-info {
  text-align: center;
}
@media (min-width: 1150px) {
  .card-product .card-product-info {
    padding-top: 20px;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .card-product .card-product-info {
    padding-top: 15px;
    gap: 10px;
  }
}
.card-product .card-product-info {
  padding-top: 10px;
  gap: 8px;
  display: grid;
}

.card-product .card-product-info .title {
  font-family: Jost, sans-serif;
  font-size: 18px;
}
.card-product .card-product-info .title {
  font-size: 18px;
  line-height: 19.2px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase;
}

.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.funfact-one {
  position: relative;
  padding: 138px 0 158px;
  background: url(../images/colorbg.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .funfact-one {
    padding: 80px 0 100px;
  }
}
.funfact-one__shape1 {
  position: absolute;
  left: 7%;
  top: 19%;
  mix-blend-mode: luminosity;
  width: 100px;
}
.funfact-one__shape1 img {
  animation: leftToRight 5s linear infinite;
}
@media (max-width: 1399px) {
  .funfact-one__shape1 {
    left: 2%;
  }
}
@media (max-width: 1199px) {
  .funfact-one__shape1 {
    display: none;
  }
}
.funfact-one__shape2 {
  position: absolute;
  left: 40%;
  bottom: 8%;
  /* mix-blend-mode: luminosity; */
}
.funfact-one__shape2 img {
  animation: rotated 6s infinite linear;
}
@media (max-width: 1199px) {
  .funfact-one__shape2 {
    display: none;
  }
}
.funfact-one__shape3 {
  position: absolute;
  right: 10%;
  top: 30%;
  /* mix-blend-mode: luminosity; */
  width: 150px;
}
@media (max-width: 1399px) {
  .funfact-one__shape3 {
    right: 3%;
  }
}
.funfact-one__shape3 img {
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1199px) {
  .funfact-one__shape3 {
    display: none;
  }
}
.funfact-one__shape4 {
  position: absolute;
  right: 5%;
  bottom: 14%;
  mix-blend-mode: luminosity;
}
.funfact-one__shape4 img {
  animation: rotated2 7s infinite linear;
}
@media (max-width: 1199px) {
  .funfact-one__shape4 {
    display: none;
  }
}
.funfact-one__shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.funfact-one__shape5 img {
  animation: zoomBig2 3s linear infinite;
}
@media (max-width: 1199px) {
  .funfact-one__shape5 {
    display: none;
  }
}
.funfact-one__item {
  position: relative;
  padding: 0 20px;
  transition: 500ms ease;
}
.funfact-one__item--noborder::after {
  display: none;
}
.funfact-one__item::after {
  position: absolute;
  right: -20px;
  top: -11px;
  bottom: 0;
  margin: auto;
  height: 220px;
  width: 1px;
  content: "";
  border-right: 1px dashed #1e1e1e;
}
@media (max-width: 767px) {
  .funfact-one__item::after {
    display: none;
  }
}
.funfact-one__item:hover .funfact-one__icon span {
  transform: rotateY(360deg);
}
@media (max-width: 991px) {
  .funfact-one .funfact-one__item--smnone::after {
    display: none;
  }
}
.funfact-one__icon {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 70px;

  margin-bottom: 20px;
}
.funfact-one__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.funfact-one__count {
  display: block;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;

  font-family: "Bubblegum Sans", cursive;
  margin: 0 0 2px;
}
.funfact-one__count .count-box {
  display: inline-flex;
  font-weight: 600;
}
.funfact-one__title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  /* color: #000; */
}

@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes zoomBig2 {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.new {
  padding: 50px 0 50px;
  background-color: #f8f8f8;
  position: relative;
  background-image: url(../images/product_bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.new .new-shape {
  position: absolute;
  left: 22px;
  top: 13px;
  width: 119px;
}

.new .new-img {
  position: relative;
  margin-top: 15px;
  width: 270px;
  text-align: center;
  margin-inline: auto;
}

.new .new-img video {
  filter: grayscale(0);
}

.new .new-img.new-two video {
  width: 100%;
}

.new .new-img .banner-wrapper-infor {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.new .new-img .banner-wrapper-infor .title-banner {
  font-family: "Bubblegum Sans", cursive;
  font-size: 50px;
  color: #4fa93e;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.new .new-img.new-two .banner-wrapper-infor .title-banner {
  color: #9f4b83;
}

.new .new-img .banner-wrapper-infor .button {
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffc600;
  font-weight: 500;
  display: inline-block;
  color: #000;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: "Jost", sans-serif;
}

.new .new-img .banner-wrapper-infor .bwp-image-description {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.testi {
  padding: 60px 0 70px;
  background: url(../images/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.testi .testi-content {
  background-color: #fff;
  padding: 30px;
  border-top: 4px solid #ffb400;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.testi .testi-content .testi-desc p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.testi .testi-content .testi-desc h4 {
  font-family: "Bubblegum Sans", cursive;
  font-size: 26px;
  font-weight: 600;
  margin-top: 15px;
}

.testi .testi-content .author-content {
  margin-top: 10px;
}

.testi .testi-content .author-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi .testi-content .author-content > img {
  width: 50px;
}

.brands {
  padding: 80px 0 50px;
  background: url(../images/colorbg2.png);
  background-repeat: no-repeat;
  margin-top: 20px;
}

.brand-img {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #dedede;
}

.subcribe-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subcribe-left h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.subcribe-left .sub-icon {
  font-size: 35px;
}

.subscribe {
  padding: 50px 0 30px;
  border-top: 1px solid #dedede;
}

.subscribe .subcribe-left {
  border-right: 1px solid #dedede;
  padding-right: 20px;
  padding: 20px;
  margin-right: 20px;
}

.subscribe .subcribe-left .sub-icon {
  border-radius: 50%;
  padding: 10px;
  border: 2px solid var(--primaryColor);
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
}

.subscribe .subscribe-middle p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}

.subscribe .sub-form {
  padding-left: 30px;
}

.subscribe .sub-form form {
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 50px;
  border: 2px solid rgb(223 223 223 / 93%);
  overflow: hidden;
}

.subscribe .sub-form form > input {
  flex: 1;
  outline: none;
  border: 0;
  padding: 8px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  height: 40px;
}

.subscribe .sub-form form button {
  padding: 8px;
  outline: none;
  border: 0;
  height: 40px;
  border-radius: 50px;
  background-color: #ffb400;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.wptb-services-one {
  padding: 60px 0 40px;
  position: relative;
}

.wptb-services-one .wptb-item-layer {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.wptb-item-layer {
  position: absolute;
  z-index: -1;
  top: 1.1rem;
  left: -10px;
  font-size: 6rem;
}

.theme-style--light .both-version.wptb-item-layer img:first-child {
  display: none;
}
.both-version.wptb-item-layer img {
  width: 100%;
}

.theme-style--light .both-version.wptb-item-layer img + img {
  display: block;
}
.both-version.wptb-item-layer img + img {
  display: none;
}
.both-version.wptb-item-layer img {
  width: 100%;
}

.wptb-heading .wptb-item--description {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-family: "Jost", sans-serif;
}

.wptb-icon-box5 {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 32px 32px;
  margin-bottom: 30px;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
  min-height: 290px;
}

.wptb-icon-box5 .wptb-item--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.wptb-icon-box5 .wptb-item--icon {
  position: relative;
  min-height: 110px;
}

.wptb-item--icon img {
  transition: all 0.5s ease-in-out;
  width: 88px;
}

.wptb-icon-box5 .wptb-item--icon .hover-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.wptb-item--icon img {
  transition: all 0.5s ease-in-out;
  width: 88px;
}

.wptb-icon-box5 .wptb-item--title {
  word-break: break-word;
  margin-top: 5px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.wptb-item--title {
  font-size: 20px;
  line-height: 40px;
}

.wptb-icon-box5 .wptb-item--description {
  font-size: 15px;
  line-height: 24px;
  transition: all 0.5s ease-in-out;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.wptb-services-one .abt-heading {
  text-align: left;
}

.wptb-icon-box5.active,
.wptb-icon-box5:hover {
  background-color: #ffb400;
  border-color: #ffb400;
  box-shadow: 0px 35px 40px 10px rgba(0, 0, 0, 0.05);
}

.wptb-icon-box5.active .wptb-item--icon .hover-icon,
.wptb-icon-box5:hover .wptb-item--icon .hover-icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.wptb-icon-box5.active .wptb-item--icon .default-icon,
.wptb-icon-box5:hover .wptb-item--icon .default-icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.wptb-icon-box5.active .wptb-item--title,
.wptb-icon-box5:hover .wptb-item--title {
  color: #ffff;
}

.wptb-icon-box5.active .wptb-item--description,
.wptb-icon-box5:hover .wptb-item--description {
  color: #ffff;
}

.footer {
  background-color: #f5f5f5;
  padding: 60px 0 20px;
}

.footer .footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-family: "Jost", sans-serif;
  color: #525252;
}

.footer .social {
  display: flex;
  gap: 10px;
  padding-left: 0;
  margin-top: 20px;
}

.footer .social li {
  list-style-type: none;
  border: 1px solid var(--primaryColor);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s all;
}

.footer .social li a {
  color: var(--primaryColor);
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.footer .social li:hover {
  background-color: var(--primaryColor);
}

.footer .social li:hover a {
  color: #fff;
}

.footer .quick {
  font-family: "Bubblegum Sans", cursive;
  color: #000;
  margin-bottom: 10px;
  font-size: 26px;
}

.footer .quick-links-wrapper {
  padding-left: 20px;
}

.footer .quick-links {
  padding-left: 0;
}

.footer .quick-links li {
  list-style-type: none;
  margin-bottom: 8px;
}

.footer .quick-links li a {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #525252;
  transition: all 0.5s ease-in-out;
}

.footer .quick-links li a:hover {
  color: var(--primaryColor);
}

.footer .address {
  padding-left: 0;
}

.footer .address li {
  list-style-type: none;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  color: #525252;
}

.footer .address li span {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  color: var(--primaryColor);
}

.footer .copyright {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;
  transition: all 0.5s ease-in-out;
  font-family: "Jost", sans-serif;
  color: #525252;
  text-align: center;
  border-top: 1px solid var(--primaryColor);
  padding-top: 20px;
}

.footer .copyright p {
  text-align: center;
  font-weight: 600;
}

.brands .blog-img {
}

.brands .blog {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 28px 5px rgb(0 0 0 / 7%);
}

.brands .item {
  padding: 20px;
}

.brands .blog .blog-content {
  padding: 30px;
}

.brands .blog .blog-content h4 {
  font-family: "Bubblegum Sans", cursive;
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.brands .blog .blog-content h4:hover {
  color: var(--primaryColor);
}

.brands .blog .blog-content p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #525252;
  margin-bottom: 20px;
}

.readmore {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffb400;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffb400;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
}

.new .title-img {
  width: 100px;
}

@media (min-width: 1150px) {
  .card-product:hover .btn-quick-add,
  .card-product:hover .box-icon,
  .card-product:hover .size-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.new-products {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.new-products .new-shape {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 120px;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.new-products .new-shape.one {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 75px;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.new-products .new-wrapper {
  display: flex;
}

.new-products .new-wrapper .new-img img {
  min-width: 250px;
  width: 250px;
  height: 100%;
  object-fit: contain;
}

.new-products .new-wrapper {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.new-products .readmore {
  font-size: 12px;
}

.readmore:hover {
  background: #ffb400;
  color: #fff;
}

.new-products .new-content {
  padding: 35px 15px;
}

.new-products .new-slider .owl-item {
  padding: 20px 0;
}

.new-products .new-content .title-banner {
  font-family: "Bubblegum Sans", cursive;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.new-products .new-content .bwp-image-description {
  font-family: "Jost", cursive;
  margin-bottom: 15px;
  font-size: 16px;
}

.new-products .new-content .colors {
  display: flex;
  padding-left: 0;
  gap: 10px;
}

.new-products .new-content .colors li {
  width: 40px;
  height: 40px;
  list-style-type: none;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.banner video {
  filter: grayscale(0);
}

.banner .banner-conent {
  text-align: center;
}

.banner .banner-conent h1 {
  font-family: "Bubblegum Sans", Sans-serif;
  font-size: 75px;
  line-height: 80px;
  color: #ffffff;
}

.banner .banner-conent h3 {
  font-family: "Bubblegum Sans", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}

.top-rated-products-area.bottom-products {
  padding-top: 50px;
  padding-bottom: 60px;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-link {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  outline: 1px solid rgb(255 192 83);
  border-radius: 0px;
  color: rgb(255 192 83);
  margin-right: 10px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 20px 10px;

  box-shadow: 6px 8px 10px #ed32370d;
}

.nav-tabs .nav-link.active {
  border: 0px;
  color: #fff;
  background-color: rgb(255 192 83);
  font-size: 14px;
  padding: 10px 20px;
}

.text {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  /* text-align: justify; */
  padding-right: 30px;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle img {
  width: 30px;
}

.pro-slider2 .card-product {
  /* padding: 0; */
  border: 1px solid #e3e3e3;
  border-left: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.pro-slider2 .card-product .product-img {
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.pro-slider2 .card-product .card-product-wrapper {
  overflow: visible;
}

.pro-slider2 .list-color-product {
  margin-bottom: 0;
}

.pro-slider2 .card-product .card-product-info .title {
  font-weight: 500;
}

/* offcanvas */
.aside_info_wrapper.show {
  right: 0;
  transform: scale(1);
}
.aside_info_wrapper {
  padding: 30px;
  background: #ffffff;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  overflow-y: auto;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
}

.aside_info_wrapper .aside_close {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 0px;
  background-color: transparent;
  border: none;
  margin-bottom: 45px;
  font-family: "Jost", sans-serif;
}

.aside_logo {
  margin-bottom: 20px;
}

.aside_info_wrapper .aside_close i {
  font-size: 33px;
  margin-left: 10px;
}

.aside_logo .logo {
  position: relative;
  min-width: 110px !important;
  transition: all 0.5s ease-in-out;
  margin-inline: auto !important;
}

.theme-style--light .logo a.dark_logo {
  display: inline-block;
}

.aside_info_wrapper .aside_logo a img {
  min-width: 95px;
  max-width: 150px;
  transition: all 0.5s ease-in-out;
}
.wptb-icon-box1.style2 {
  margin-bottom: 15px;
}

.wptb-icon-box1 {
  margin-bottom: 30px;
}

.wptb-icon-box1.style2 .wptb-item--inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.5s ease-in-out;
}
.wptb-icon-box1 .wptb-item--inner {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  transition: all 0.5s ease-in-out;
  align-items: center;
}

.theme-style--light .mr_menu h6,
.theme-style--light .wptb-heading .wptb-item--subtitle,
.theme-style--light .aside_info_wrapper .wptb-icon-box1.style2 .wptb-item--icon,
.theme-style--light
  .wptb-icon-box1.style2
  .wptb-item--description
  a:not(:hover) {
  color: #585858;
}

.aside_info_wrapper .wptb-icon-box1.style2 .wptb-item--icon {
  border-color: #585858;
}

.aside_info_wrapper .wptb-icon-box1.style2 .wptb-item--icon {
  color: var(--primaryColor);
  border-color: #4e4e4e;
}

.wptb-icon-box1.style2 .wptb-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #b90808;
  background-color: transparent;
  border: 1px solid #b90808;
  margin-right: 8px;
  box-shadow: none;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.wptb-icon-box1 .wptb-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  color: #ffffff;
  background-color: #b90808;
  margin-right: 22px;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.wptb-icon-box1.style2 .wptb-item--description {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  word-break: break-word;
}

.wptb-icon-box1 .wptb-item--description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 0px;
  color: #000;
  word-break: break-word;
}

.theme-style--light
  .wptb-icon-box1.style2
  .wptb-item--description
  a:not(:hover) {
  color: #585858;
}

.aside_info_wrapper h6 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}

.aside_info_wrapper .social-box ul {
  justify-content: center;
}
ul:last-child {
  margin-bottom: 0;
}
.social-box ul {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  justify-content: start !important;
}

.social-box ul li {
  position: relative;
}

.social-box.style-square ul li a {
  border-radius: 0px;
  border-color: rgba(221, 221, 221, 1);
}
.social-box ul li a {
  position: relative;
  font-size: 0.75rem;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.toggle {
  cursor: pointer;
}

.aside-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000007c;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}

.aside-overlay.show {
  opacity: 1;
  visibility: visible;
}

.posters {
  padding: 40px 0;
}

.posters .posters-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.brands .title-head .title-img {
  filter: contrast(2);
}

.banner .video-wrapper {
  width: 100%;
  position: relative;
}

.banner .video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ffffff24 3%, #ff000000 22%);
}

.banner .video-wrapper video {
  width: 100%;
}

.banner .video-wrapper .mn-banner-contact {
  position: absolute;
  right: -250px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner .video-wrapper .mn-banner-contact .inner-banner h3 {
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 60px;
  text-shadow: 1px 4px 11px #ffffff17;
}
.banner .video-wrapper .mn-banner-contact .inner-banner h4 {
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 1px 4px 11px #ffffff17;
}

.banner .video-wrapper .mn-banner-contact .inner-text {
  margin: 10px 0;
}

.banner .video-wrapper .mn-banner-contact .inner-text p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #000;
}

.video-left-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-left-wrapper .video-left {
  text-align: right;
}

.video-left h1 {
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 52px;
  text-shadow: 1px 4px 11px #ffffff17;
  margin-bottom: 20px;
}

.video-left h1 span {
  color: var(--primaryColor);
}

.new .inner-column {
  position: relative;
}

.new .inner-column .info-box {
  position: relative;
  padding-left: 92px;
  min-height: 50px;
  margin-bottom: 34px;
  flex-direction: column;
  padding-right: 20px;
}

.new .inner-column .info-box:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 40px;
  width: 1px;
  bottom: -40px;
  background-color: #ffb3a2;
}

.new .inner-column .info-box.one .icon {
  color: #ed4b03;
}

.new .inner-column .info-box .icon {
  padding: 15px;
}

.new .inner-column .info-box .icon img {
  position: relative;
  z-index: 2;
}

.new .inner-column .info-box.three:before {
  display: none;
}

.new .inner-column .info-box .icon:before {
  position: relative;
  z-index: 2;
}

.new .inner-column .info-box.one .icon:after {
  border: 2px dashed var(--primaryColor);
}

.new .inner-column .info-box .icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  pointer-events: none;
  line-height: 76px;
  background-color: #f8f8f8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px dashed var(--primaryColor);
  animation: rotateFull 12s infinite ease-in-out;
}

@keyframes rotateFull {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.new .inner-column .info-box .title {
  margin-bottom: 7px;
  font-weight: bold;
  font-family: "Bubblegum Sans", sans-serif;
  color: var(--primaryColor);
  font-size: 24px;
}

.new .inner-column .info-box .text {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  color: #1e1e1e;
}

.new .inner-column .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  font-size: 30px;
  border-radius: 50%;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-column-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box.two .title {
  color: #112665 !important;
}

.info-box.two .icon {
  color: #041a5c !important;
}

.info-box.two .icon:after {
  border: 2px dashed #041a5c !important;
}

.info-box.three .title {
  color: #feab22 !important;
}

.info-box .three .icon {
  color: #feab22 !important;
}

.info-box.three .icon:after {
  border: 2px dashed #feab22 !important;
}
