/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #BCBCBC;
  background: #07071C; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.slick-slide:focus {
  outline: none;
  box-shadow: none; }

.slick-slide img {
  display: inline-block !important; }

input:focus,
textarea:focus {
  outline: none; }

textarea {
  height: 120px;
  resize: none; }

button {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

.big-bg-wraper {
  background: url(../img/bg/big-bg.png) center no-repeat;
  background-size: cover; }

.inner-bg-wraper {
  background: url(../img/bg/inner-main-bg.png) center no-repeat;
  background-size: cover; }

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 50px;
  text-align: center; }
  .section-title h2 {
    font-size: 65px; }
  .section-title p {
    font-size: 20px;
    color: #BCBCBC; }

/* Start Primary btns css
============================================================================================ */
.primary-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 12.5px 22px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  z-index: 1;
  overflow: hidden;
  background: #FF664C;
  box-shadow: 0 15px 30px #330B01; }
  .primary-btn img {
    max-height: 35px;
    width: auto;
    margin-right: 10px; }
  .primary-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-linear-gradient(0deg, #FF664C 0%, #FF9E39 100%);
    background: -moz-linear-gradient(0deg, #FF664C 0%, #FF9E39 100%);
    background: -o-linear-gradient(0deg, #FF664C 0%, #FF9E39 100%);
    background: linear-gradient(0deg, #FF664C 0%, #FF9E39 100%);
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    color: #fff; }
    .primary-btn:hover:before {
      transform: rotateX(180deg); }

/* video button css
============================================================================================ */
.play-btn {
  position: relative;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #A931CA;
  color: #fff;
  font-size: 30px;
  z-index: 2; }
  .play-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    background: rgba(26, 119, 242, 0.4);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: glowing 1.5s linear infinite;
    -moz-animation: glowing 1.5s linear infinite;
    -o-animation: glowing 1.5s linear infinite;
    animation: glowing 1.5s linear infinite;
    z-index: -1; }
@-webkit-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@-moz-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@-o-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
/* gradient-bg css
============================================================================================ */
.gradient-bg {
  background: -webkit-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
  background: -moz-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
  background: -o-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
  background: linear-gradient(90deg, #A931CA 0%, #F05F74 100%); }

/* animation delay css
============================================================================================ */
.delay-1 {
  animation-delay: .1s; }

.delay-2 {
  animation-delay: .2s; }

.delay-3 {
  animation-delay: .3s; }

.delay-4 {
  animation-delay: .4s; }

.delay-5 {
  animation-delay: .5s; }

.delay-6 {
  animation-delay: .6s; }

.delay-7 {
  animation-delay: .7s; }

.delay-8 {
  animation-delay: .8s; }

.delay-9 {
  animation-delay: .9s; }

.delay-10 {
  animation-delay: 1s; }

.delay-11 {
  animation-delay: 1.1s; }

.delay-12 {
  animation-delay: 1.2s; }

.delay-13 {
  animation-delay: 1.3s; }

.delay-14 {
  animation-delay: 1.4s; }

.delay-15 {
  animation-delay: 1.5s; }

/* Start Header area style
============================================================================================ */
.sticky-wrapper {
  position: absolute;
  width: 100%; }
  .sticky-wrapper.is-sticky .header-area {
    background: #07071C;
    box-shadow: 0 5px 10px #ffffff1a;
    padding: 10px 0; }
    .sticky-wrapper.is-sticky .header-area .header-logo-wrap .navbar-brand {
      margin-bottom: 0; }
      .sticky-wrapper.is-sticky .header-area .header-logo-wrap .navbar-brand img {
        max-width: 80px; }

.header-area {
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  top: 0; }
  .header-area .header-logo-wrap .navbar-brand {
    margin-bottom: 0; }
    .header-area .header-logo-wrap .navbar-brand img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .header-area.active {
    box-shadow: 0 5px 10px #dddddd1a; }
  .header-area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .header-area .navbar .navbar-brand {
      display: block;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .header-area .navbar .navbar-nav .nav-item {
      margin-right: 70px; }
      .header-area .navbar .navbar-nav .nav-item a {
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        color: #fff;
        padding: 0px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-weight: 400; }
    .header-area .navbar .navbar-nav .nav-item:hover > a {
      color: #A931CA; }
    .header-area .navbar .header-social li:not(:last-child) {
      margin-right: 30px; }
    .header-area .navbar .header-social li a {
      height: 46px;
      width: 46px;
      min-width: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1.5px solid #fff;
      color: #fff; }
      .header-area .navbar .header-social li a:hover {
        background: #fff;
        color: #A931CA; }

/* banner area style
============================================================================================ */
.banner-area {
  background: url(../img/bg/banner-bg.png) bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0; }
  .banner-area.inner-banner {
    background: url(../img/bg/breadcrumb-bg.png) bottom no-repeat;
    background-size: cover;
    background-attachment: inherit;
    padding: 160px 0 80px; }
    .banner-area.inner-banner .banner-content {
      padding: 29px 40px; }
      .banner-area.inner-banner .banner-content::before {
        background: url(../img/bg/breadcrumb-bg.png) bottom no-repeat;
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -ms-filter: blur(10px);
        -o-filter: blur(10px);
        filter: blur(10px); }
      .banner-area.inner-banner .banner-content h2 {
        letter-spacing: 7px;
        font-size: 65px;
        font-weight: 900;
        /* As above, but with added background to produce text fill
        gradient and using background clip on text. */
        background: #8FE9FF;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px var(--white, #fff); }
  .banner-area .banner-content {
    position: relative;
    border: 8px solid #1B3760;
    border-radius: 28px;
    padding: 60px 90px;
    z-index: 1;
    overflow: hidden;
    text-align: center; }
    .banner-area .banner-content::before {
      position: absolute;
      left: -8px;
      top: -8px;
      height: calc(100% + 16px);
      width: calc(100% + 16px);
      content: "";
      background: url(../img/bg/banner-bg.png) bottom no-repeat;
      background-attachment: fixed;
      -webkit-filter: blur(6px);
      -moz-filter: blur(6px);
      -ms-filter: blur(6px);
      -o-filter: blur(6px);
      filter: blur(6px);
      z-index: -1; }
    .banner-area .banner-content .banner-title {
      margin-bottom: 30px; }
    .banner-area .banner-content p {
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 30px;
      text-shadow: -1.25px -1.25px 0 #1c3660, 1.25px -1.25px 0 #1c3660, -1.25px 1.25px 0 #1c3660, 1.25px 1.25px 0 #1c3660 }
    .banner-area .banner-content .primary-btn {
      box-shadow: 0 10px 40px #E52E00; }
      .banner-area .banner-content .primary-btn.btn2 {
        box-shadow: 0 10px 40px #610070;
        margin-left: 10px;
        background: #A931CA; }
        .banner-area .banner-content .primary-btn.btn2::before {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          content: "";
          background: -webkit-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
          background: -moz-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
          background: -o-linear-gradient(90deg, #A931CA 0%, #F05F74 100%);
          background: linear-gradient(90deg, #A931CA 0%, #F05F74 100%); }

/* media box area style
============================================================================================ */
.media-box-area {
  padding: 100px 0 60px; }

.single-media-box {
  background: url(../img/media-box-bg.png) center no-repeat;
  background-size: cover;
  border: 4px solid #5C5C85;
  border-radius: 15px;
  padding: 44px 35px;
  display: flex;
  align-items: center; }
  .single-media-box .media-thumbnail {
    min-width: 140px;
    width: 140px;
    text-align: center; }
  .single-media-box .media-content {
    margin-left: 30px; }
    .single-media-box .media-content h3 {
      font-size: 30px; }
    .single-media-box .media-content p {
      margin-bottom: 0; }

/* video area style
============================================================================================ */
.video-area .iframe-area iframe {
  height: 495px;
  border-radius: 18px; }
.video-area .video-content {
  margin-left: 60px; }
  .video-area .video-content img {
    margin-bottom: 25px; }
  .video-area .video-content h3 {
    margin-bottom: 20px;
    font-size: 30px; }
  .video-area .video-content p {
    margin-bottom: 0; }

/* service area style
============================================================================================ */
.service-area {
  padding: 180px 0 140px; }

.single-service {
  background: url(../img/service-box-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 15px;
  text-align: center;
  padding: 0 50px 30px; }
  .single-service .service-icon {
    min-height: 125px; }
    .single-service .service-icon img {
      margin-top: -50px; }
  .single-service h4 {
    font-size: 25px;
    font-weight: 700; }
  .single-service p {
    margin-bottom: 0; }

/* flip area style
============================================================================================ */
.rare-area {
  background: url(../img/bg/flip-bg.png) center no-repeat;
  background-size: cover;
  padding: 90px 0; }

.flip-area-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .flip-area-wrap .panel {
    min-height: 388px;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    margin-right: -5px; }
    .flip-area-wrap .panel .front,
    .flip-area-wrap .panel .back {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      border-radius: 30px;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 30px; }
    .flip-area-wrap .panel .front {
      z-index: 900;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg);
      border: 5px solid #EBEBEB; }
      .flip-area-wrap .panel .front .flip-box-front-content .crown-image {
        margin-bottom: 40px;
        min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .flip-area-wrap .panel .front .flip-box-front-content .crown-image img {
          max-width: 150px; }
      .flip-area-wrap .panel .front .flip-box-front-content h2 {
        font-size: 45px;
        text-transform: capitalize; }
    .flip-area-wrap .panel .back {
      z-index: 1000;
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      border: 1px solid #707070; }
      .flip-area-wrap .panel .back .flip-box-back-content h2 {
        font-size: 43px;
        margin-bottom: 30px; }
      .flip-area-wrap .panel .back .flip-box-back-content p {
        margin-bottom: 0;
        font-size: 18px;
        color: #CBCBCB; }
      .flip-area-wrap .panel .back:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        z-index: -1;
        border-radius: 30px;
        box-shadow: 0;
        box-shadow: inset 0 0 40px 5px #707070; }
    .flip-area-wrap .panel.flip .front {
      z-index: 900;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg); }
    .flip-area-wrap .panel.flip .back {
      z-index: 1000;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg); }

/* media box big area style
============================================================================================ */
.media-box-area-big {
  padding: 150px 0 50px; }
  .media-box-area-big.right-aligned {
    padding-top: 0; }
    .media-box-area-big.right-aligned .media-box-inner-big .big-media-content .primary-btn {
      background: #A931CA !important;
      box-shadow: 0 10px 40px #87009B;
      padding: 12.5px 49px; }
      .media-box-area-big.right-aligned .media-box-inner-big .big-media-content .primary-btn:before {
        background: -webkit-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: -moz-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: -o-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: linear-gradient(0deg, #A931CA 0%, #F05F74 100%); }

.media-box-inner-big {
  background: url(../img/media-box-bg2.png) center no-repeat;
  background-size: cover;
  border-radius: 18px;
  padding: 50px 80px; }
  .media-box-inner-big .big-media-content h2 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 30px; }
  .media-box-inner-big .big-media-content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px; }
  .media-box-inner-big .big-media-content .primary-btn {
    box-shadow: 0 10px 40px #a5210085;
    padding: 12.5px 49px; }

/* digital penguin area style
============================================================================================ */
.digital-penguin-area {
  background: url(../img/bg/digital-penguin-bg.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 140px 0 500px; }
  .digital-penguin-area .digital-penguin-family {
    position: absolute;
    right: 2%;
    bottom: -15px;
    z-index: -1; }
  .digital-penguin-area .digital-penguin-content {
    text-align: center; }
    .digital-penguin-area .digital-penguin-content .panda-img {
      margin-bottom: 30px; }
    .digital-penguin-area .digital-penguin-content h2 {
      font-size: 65px;
      font-weight: 400;
      margin-bottom: 15px; }
    .digital-penguin-area .digital-penguin-content p {
      color: #fff; }
    .digital-penguin-area .digital-penguin-content .digital-price-wrap {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 40px; }
      .digital-penguin-area .digital-penguin-content .digital-price-wrap .digital-price h3 {
        font-size: 35px;
        margin-bottom: 5px; }
      .digital-penguin-area .digital-penguin-content .digital-price-wrap .digital-price p {
        font-size: 20px;
        color: #fff; }
      .digital-penguin-area .digital-penguin-content .digital-price-wrap .digital-btn .primary-btn {
        box-shadow: 0 10px 40px #a5210085; }

/* Story area style
============================================================================================ */
.story-media-box-area {
  padding: 100px 0; }
  .story-media-box-area .story-item-thumb .img-fluid {
    width: 343px; }
  .story-media-box-area .story-item-thumb hr {
    border-color: #87959E; }
  .story-media-box-area .story-content h2 {
    font-size: 50px; }
  .story-media-box-area .story-content p {
    font-size: 22px; }

/* filtering area style
============================================================================================ */
.filtering-area {
  padding: 100px 0; }

.project-filter {
  border: 1px solid #707070;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 120px; }
  .project-filter span {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 18px;
    cursor: pointer; }
    .project-filter span.active {
      background: -webkit-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
      background: -moz-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
      background: -o-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
      background: linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
      border-radius: 27px; }

.single-category {
  height: 345px;
  margin-bottom: 30px;
  border-radius: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px; }
  .single-category img {
    height: 60%; }
  .single-category.backgrounds-bg1 {
    background: url(../img/attributes/backgrounds/Awards.png) top center no-repeat;
    background-size: cover; }
  .single-category.backgrounds-bg2 {
    background: url(../img/attributes/backgrounds/Dock.png) top center no-repeat;
    background-size: cover; }
  .single-category.backgrounds-bg3 {
    background: url(../img/attributes/backgrounds/Igloo.png) top center no-repeat;
    background-size: cover; }
  .single-category.backgrounds-bg4 {
    background: url(../img/attributes/backgrounds/Parachute.png) top center no-repeat;
    background-size: cover; }
  .single-category.backgrounds-bg5 {
    background: url(../img/attributes/backgrounds/Rainy-Day.png) top center no-repeat;
    background-size: cover; }
  .single-category.backgrounds-bg6 {
    background: url(../img/attributes/backgrounds/Western-Sunset.png) top center no-repeat;
    background-size: cover; }
  .single-category.skins-bg1 {
    background: url(../img/attributes/skins/Ghost.png) top center no-repeat;
    background-size: cover; }
  .single-category.skins-bg2 {
    background: url(../img/attributes/skins/Ice.png) top center no-repeat;
    background-size: cover; }
  .single-category.skins-bg3 {
    background: url(../img/attributes/skins/Merpenguin.png) top center no-repeat;
    background-size: cover; }
  .single-category.skins-bg4 {
    background: url(../img/attributes/skins/Penguin.png) top center no-repeat;
    background-size: cover; }
  .single-category.skins-bg5 {
    background: url(../img/attributes/skins/Vampire.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg1 {
    background: url(../img/attributes/hand/Acid-Guitar.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg2 {
    background: url(../img/attributes/hand/Bell.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg3 {
    background: url(../img/attributes/hand/Big-Lollipop.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg4 {
    background: url(../img/attributes/hand/Black-Electric-Guitar.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg5 {
    background: url(../img/attributes/hand/Black-iPod.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg6 {
    background: url(../img/attributes/hand/Blue-Armbands.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg7 {
    background: url(../img/attributes/hand/Blue-Lightsaber.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg8 {
    background: url(../img/attributes/hand/Blue-Pompoms.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg9 {
    background: url(../img/attributes/hand/Boombox.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg10 {
    background: url(../img/attributes/hand/Bow-And-Arrows.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg11 {
    background: url(../img/attributes/hand/First-Aid-Kit.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg12 {
    background: url(../img/attributes/hand/Fishing-Rod.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg13 {
    background: url(../img/attributes/hand/Flame-Surfboard.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg14 {
    background: url(../img/attributes/hand/Flower-Basket.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg15 {
    background: url(../img/attributes/hand/Football.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg16 {
    background: url(../img/attributes/hand/Friendship-Bracelet.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg17 {
    background: url(../img/attributes/hand/Gold-iPod.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg18 {
    background: url(../img/attributes/hand/Gold-Laptop.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg19 {
    background: url(../img/attributes/hand/Gold-Watch.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg20 {
    background: url(../img/attributes/hand/Hockey-Stick.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg21 {
    background: url(../img/attributes/hand/Maracas.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg22 {
    background: url(../img/attributes/hand/Orange-Armbands.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg23 {
    background: url(../img/attributes/hand/Pink-Pompoms.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg24 {
    background: url(../img/attributes/hand/Pirates-Hook.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg25 {
    background: url(../img/attributes/hand/Silver-Surfboard.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg26 {
    background: url(../img/attributes/hand/Snow-Shovel.png) top center no-repeat;
    background-size: cover; }
  .single-category.hand-bg27 {
    background: url(../img/attributes/hand/Violin.png) top center no-repeat;
    background-size: cover; }
  .single-category:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-linear-gradient(0deg, #0F0B3B 0%, transparent 65%);
    background: -moz-linear-gradient(0deg, #0F0B3B 0%, transparent 65%);
    background: -o-linear-gradient(0deg, #0F0B3B 0%, transparent 65%);
    background: linear-gradient(0deg, #0F0B3B 0%, transparent 65%);
    z-index: -1;
    border-radius: 14px; }
  .single-category .cat-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px; }
    .single-category .cat-content h3 {
      font-size: 30px;
      margin-bottom: 5px; }
    .single-category .cat-content h2 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 0; }

/* filtering area style
============================================================================================ */
.full-section-title {
  background: url(../img/media-box-bg2.png) center no-repeat;
  background-size: cover;
  padding: 68px 0;
  margin-bottom: 30px; }
  .full-section-title .section-title {
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0; }
    .full-section-title .section-title h2 {
      margin-bottom: 20px;
      font-size: 50px; }
    .full-section-title .section-title p {
      font-size: 35px;
      color: #fff;
      font-weight: 300;
      margin-bottom: 0; }

.accordion-area {
  padding: 120px 0; }

.accordion .accordion-item {
  background: transparent;
  border-bottom: 1px solid #5B5373;
  padding: 0; }
  .accordion .accordion-item.active {
    background: #08051F;
    border-radius: 14px;
    border: 1px solid #5B5373; }
  .accordion .accordion-item .accordion-header .accordion-button {
    color: #fff;
    background-color: transparent;
    font-size: 35px;
    padding: 35px 50px; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      display: none; }
    .accordion .accordion-item .accordion-header .accordion-button:focus {
      outline: none;
      box-shadow: none; }
    .accordion .accordion-item .accordion-header .accordion-button span {
      border: 5px solid #fff;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      align-items: center;
      justify-content: center;
      display: flex;
      margin-right: 25px; }
  .accordion .accordion-item .accordion-body {
    padding-left: 130px;
    width: 80%;
    padding-top: 0;
    padding-bottom: 50px; }
    .accordion .accordion-item .accordion-body p {
      font-size: 20px;
      color: #fff;
      font-weight: 300;
      margin-bottom: 0; }

/* roadmap area style
============================================================================================ */
.roadmap-area {
  background: url(../img/bg/road-map-bg.png) center no-repeat;
  background-size: cover;
  padding: 120px 0; }
  .roadmap-area .full-section-title {
    margin-bottom: 50px; }
    .roadmap-area .full-section-title .section-title {
      text-align: center; }
  .roadmap-area .timeline-wraper {
    position: relative;
    z-index: 1;
    padding: 80px 0; }
    .roadmap-area .timeline-wraper:before {
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 20px;
      content: "";
      background: #fff;
      border-radius: 50px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .roadmap-area .timeline-wraper .single-timeline-item.left-side-item .timeline-inner {
      margin-left: 0;
      margin-right: 25px; }
      .roadmap-area .timeline-wraper .single-timeline-item.left-side-item .timeline-inner:before {
        right: -40px;
        left: auto; }
      .roadmap-area .timeline-wraper .single-timeline-item.left-side-item .timeline-inner h3 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 15px; }
      .roadmap-area .timeline-wraper .single-timeline-item.left-side-item .timeline-inner h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px; }
      .roadmap-area .timeline-wraper .single-timeline-item.left-side-item .timeline-inner p {
        color: #fff; }
    .roadmap-area .timeline-wraper .single-timeline-item .timeline-inner {
      background: url(../img/roadmap-box-bg.png) center no-repeat;
      background-size: cover;
      margin-left: 25px;
      border-radius: 18px;
      padding: 60px;
      position: relative; }
      .roadmap-area .timeline-wraper .single-timeline-item .timeline-inner:before {
        position: absolute;
        left: -40px;
        top: 0;
        height: 20px;
        width: 20px;
        content: "";
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .roadmap-area .timeline-wraper .single-timeline-item .timeline-inner h3 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 15px; }
      .roadmap-area .timeline-wraper .single-timeline-item .timeline-inner h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px; }
      .roadmap-area .timeline-wraper .single-timeline-item .timeline-inner p {
        color: #fff; }

/* Footer area css
============================================================================================ */
.footer-area {
  background: -webkit-linear-gradient(90deg, #2E22C9 0%, #5E52F1 100%);
  background: -moz-linear-gradient(90deg, #2E22C9 0%, #5E52F1 100%);
  background: -o-linear-gradient(90deg, #2E22C9 0%, #5E52F1 100%);
  background: linear-gradient(90deg, #2E22C9 0%, #5E52F1 100%);
  padding: 100px 0; }
  .footer-area .footer-left .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .footer-area .footer-left .footer-logo .circle-logo img {
      max-width: 70px; }
    .footer-area .footer-left .footer-logo .text-logo {
      margin-left: 20px; }
      .footer-area .footer-left .footer-logo .text-logo img {
        max-width: 250px; }
  .footer-area .footer-left p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff; }
  .footer-area .footer-right {
    text-align: right; }
    .footer-area .footer-right .primary-btn {
      background: #A931CA;
      min-width: 220px;
      text-align: center;
      box-shadow: 0 10px 40px #87009B;
      margin-bottom: 30px; }
      .footer-area .footer-right .primary-btn:before {
        background: -webkit-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: -moz-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: -o-linear-gradient(0deg, #A931CA 0%, #F05F74 100%);
        background: linear-gradient(0deg, #A931CA 0%, #F05F74 100%); }
    .footer-area .footer-right .footer-social {
      display: flex;
      justify-content: flex-end; }
      .footer-area .footer-right .footer-social li {
        margin-left: 40px; }
        .footer-area .footer-right .footer-social li:first-child {
          margin-left: 0; }
        .footer-area .footer-right .footer-social li a {
          height: 46px;
          width: 46px;
          min-width: 46px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          border: 1.5px solid #fff;
          color: #fff;
          font-size: 20px; }
          .footer-area .footer-right .footer-social li a:hover {
            background: #fff;
            color: #A931CA; }

/*# sourceMappingURL=main.css.map */
