* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Chillax-Regular";
}

*::before,
*::after {
  box-sizing: border-box;
}

.common::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}

/* Chillax font */
@font-face {
  font-family: "Chillax-Bold";
  src: url("../fonts/chillax-cufonfonts/Chillax-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Chillax-Extralight";
  src: url("../fonts/chillax-cufonfonts/Chillax-Extralight.otf");
  font-display: swap;
}

@font-face {
  font-family: "Chillax-Light";
  src: url("../fonts/chillax-cufonfonts/Chillax-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "Chillax-Medium";
  src: url("../fonts/chillax-cufonfonts/Chillax-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: "Chillax-Regular";
  src: url("../fonts/chillax-cufonfonts/Chillax-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Chillax-Semibold";
  src: url("../fonts/chillax-cufonfonts/Chillax-Semibold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("../fonts/Roboto/Roboto-ExtraBold.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla/Karla-Medium.eot");
  src: url("../fonts/Karla/Karla-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karla/Karla-Medium.woff2") format("woff2"),
    url("../fonts/Karla/Karla-Medium.woff") format("woff"),
    url("../fonts/Karla/Karla-Medium.ttf") format("truetype"),
    url("../fonts/Karla/Karla-Medium.svg#Karla-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla/Karla-Regular.eot");
  src: url("../fonts/Karla/Karla-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Karla/Karla-Regular.woff2") format("woff2"),
    url("../fonts/Karla/Karla-Regular.woff") format("woff"),
    url("../fonts/Karla/Karla-Regular.ttf") format("truetype"),
    url("../fonts/Karla/Karla-Regular.svg#Karla-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* impact font */

@font-face {
  font-family: "impact";
  src: url("../fonts/impact/impact.ttf");
}

/* common css */

:root {
  --white-color: #fff;
  --black-color: #000;
  --navy-color: #0f1929;
  --orange-color: #f17f1f;
  --blue-color: #2394d3;
  ---light-blue-color: #737588;
  --black-232628: #232628;
  --dark: #232235;
  --bluish: #2e7ad9;
  --black-transparent: #0000001a;
  --black-transparent1: #0000008a;
  --smokey-grey: #6c6c72;
  --charcoal: #363b3e;
  --smoky-black: #0f0f0f;
  --lightning-yellow-color: #ffbf14;
  --indigo: #5e0799;
  --purple-heart-color: #673ab7;
  --mercury: #f2deff;
  --water-blue: #0984e3;
  --sky-blue: #74b9ff;
  --marine: #002c72;
  --blue-101A29: #101a29;
}

.black-color {
  color: var(--black-color);
}

.blue-color {
  color: var(--blue-color);
}

body {
  background: #fff;
}

.mobile-contact-info {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 1.1;
  color: var(--red-color);
  font-family: "Chillax-Medium";
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Chillax-Semibold";
}

h1 {
  font-size: 60px;
  font-family: "Chillax-Semibold";
}

h1 span {
  color: var(--blue-color);
}

h2 {
  font-size: 50px;
}

h2 span {
  color: var(--blue-color);
}

h3 {
  font-size: 30px;
}

h3.semiBold {
  font-family: "Chillax-Semibold";
}

h3.regular {
  font-family: "Chillax-Regular";
}

h4 {
  font-size: 25px;
}

h4.semiBold {
  font-family: "Chillax-Semibold";
}

h5 {
  font-size: 20px;
}

h5.blue {
  color: var(--blue-color);
}

h5.semiBold {
  font-family: "Chillax-Semibold";
}

h6 {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: var(---light-blue-color);
  font-family: "Chillax-Regular";
}

p.medium {
  font-family: "Chillax-Medium";
}

p span {
  color: var(--green-color);
}

p a {
  color: var(--green-color);
  font-size: inherit;
}

p.white {
  color: var(--white-color);
}

p.black {
  color: var(--black-color);
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;

  text-transform: capitalize;

  display: inline-block;

  font-size: 16px;

  line-height: 1.1;

  color: var(--navy-color);

  font-family: "Chillax-Semibold";
}

span {
  display: inline-block;
}

.section-heading {
  text-align: center;

  margin-bottom: 30px;
}

.section-heading p {
  font-size: 16px;

  margin-bottom: 0;

  color: var(---light-blue-color);
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.game-box.mobile {
  display: none !important;
}

.game-box.desktop {
  display: flex !important;
}

.game-detail .verified.mobile,
.game-detail .ratings.mobile {
  display: none !important;
}

.game-detail .verified.desktop,
.game-detail .ratings.desktop {
  display: flex !important;
}

.game-detail .intro-box .badges.mobile {
  display: none !important;
}

.game-detail .intro-box .badges.desktop {
  display: flex !important;
}

.btn.btn-white {
  font-size: 16px;

  padding: 15px 30px;

  background: var(--blue-color);

  color: var(--white-color);

  border-radius: 50px;

  border: 2px solid var(--blue-color);

  font-family: "Chillax-Semibold";

  position: relative;

  z-index: 1;

  overflow: hidden;

  transition: 0.5s all ease-in-out;

  display: flex;

  align-items: center;
}

.btn.btn-white::after {
  content: "";

  background: var(--white-color);

  position: absolute;

  z-index: -1;

  padding: 0.85em 0.75em;

  display: block;

  transition: 0.5s all ease-in-out;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  transform: scale(0, 0);

  border-radius: 50px;
}

.btn.btn-white:hover {
  color: var(--blue-color);
}

.btn.btn-white:hover::after {
  transform: scale(1, 1);
}

.btn.btn-white i {
  font-size: 30px;

  margin-right: 5px;

  transition: 0.5s all ease-in-out;
}

.btn.btn-white img {
  max-width: 30px;

  margin-right: 10px;
}

section {
  padding-bottom: 80px;

  overflow: hidden;
}

.text-title p {
  color: #333c49;

  display: inline-block;

  background: var(--white-color);

  box-shadow: 0 0 20px 0px #00000015;

  padding: 6px 15px;

  border-radius: 50px;

  margin: 20px 0;

  font-size: 16px;
}

/* --------------------------------- forceone page css start ---------------------------------*/

/*--------------------------------- banner css ---------------------------------*/
.detail-cmn-banner {
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

#dacia-banner.detail-cmn-banner {
  background-image: url(../images/dacia-bannerBg.png);
}

.detail-cmn-banner-box .custom-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.detail-cmn-banner-box .text-border-wrapper {
  position: relative;
  background: var(--white-color);
  padding: 55px 40px;
  text-align: left;
  z-index: 1;
}

.detail-cmn-banner-box .text-border-wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 60px;
  bottom: -60px;
  border: 10px solid var(--white-color);
  z-index: -1;
  width: 100%;
}

.detail-cmn-banner-box .text-border-wrapper h1 {
  color: var(--bluish);
  font-family: "Chillax-Bold";
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 130%;
  text-transform: uppercase;
}

#dacia-banner.detail-cmn-banner .detail-cmn-banner-box .text-border-wrapper h1 {
  color: #f9243e;
}

.detail-cmn-banner-box .text-border-wrapper p {
  font-size: 18px;
  line-height: 31px;
  color: var(--smokey-grey);
}

.detail-cmn-banner .img-box {
  text-align: right;
}

/*--------------------------------- about_section css ---------------------------------*/
#about_section,
#dacia_about_section {
  padding: 90px 0;
}

.app-features-content-box .section-heading,
#about_section .text-box,
#dacia_about_section .text-box {
  margin-bottom: 20px;
}

#about_section .section-heading h2,
#dacia_about_section .section-heading h2 {
  font-family: "Chillax-Bold";
  font-size: 40px;
  line-height: 55px;
  color: var(--dark);
  text-transform: uppercase;
}

.about-content-box {
  text-align: center;
  margin-bottom: 50px;
}

.about-content-box p,
.about-text-box p {
  font-size: 18px;
  line-height: 31px;
  color: var(--smokey-grey);
}

.about-text-box p {
  font-size: 17px;
}

.about-content {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 20px;
}

.about-text-box {
  background-color: var(--white-color);
  box-shadow: 0 1.38px 13.84px 0 var(--black-transparent);
  margin-bottom: 30px;
  border-radius: 13px;
  padding: 35px 24px;
  position: relative;
  padding-left: 80px;
}

.about-text-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/checkbox-circle-fill.svg);
  width: 33px;
  left: 30px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}

#dacia_about_section .about-text-box::before {
  background-image: url(../images/red-tick.svg);
}

.about-text-box h4 {
  font-family: "Chillax-Semibold";
  text-transform: uppercase;
}

/*--------------------------------- app-features css ---------------------------------*/
.app-features-section {
  background-image: url(../images/features-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white-color);
  padding: 90px 0;
}

#dacia_app_features.app-features-section {
  background-image: url(../images/dacia-featureBg.png);
}

.app-features-content-box .section-heading h2 {
  font-family: "Chillax-Bold";
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}

.app-features-content-box {
  text-align: center;
  margin-bottom: 50px;
}

.app-features-content {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 20px;
}

.app-features-section .left-col-section {
  text-align: right;
  padding-right: 70px;
}

.app-features-section .middle-img-section img {
  border-radius: 49.39px;
  box-shadow: 49.39px 49.39px 123.47px 0 #18303f80;
}

.features-img-with-content-section .heading-block h4 {
  font-family: "Chillax-Semibold";
  line-height: 46px;
  text-transform: uppercase;
}

.features-img-with-content-section .icon-block {
  margin-bottom: 27px;
}

.features-img-with-content-section .left-col-section .icon-block p {
  margin-left: auto;
}

/* .features-img-with-content-section .right-col-section .icon-block p {
  margin-left: unset;
} */
.forceone-feature .features-img-with-content-section .icon-block p {
  color: #3281e0;
}

.features-img-with-content-section .icon-block p {
  color: #e52237;
  background: var(--white-color);
  display: inline-block;
  border-radius: 50px;
  padding: 10px 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "Chillax-Medium";
}

.features-img-with-content-section .text-block p,
.app-features-content p {
  color: var(--white-color);
  font-size: 17px;
  line-height: 31px;
}

.app-features-section .right-col-section {
  padding-left: 70px;
}

.features-img-with-content-section .icon-text-block {
  margin-bottom: 90px;
}

.features-img-with-content-section .left-col-section .text-block p {
  max-width: 300px;
  margin-left: auto;
  width: 100%;
}

/*--------------------------------- download_app css ---------------------------------*/
#download_app,
#dacia_download_app {
  padding: 90px 0;
}

#download_app .text-box h2,
#dacia_download_app .text-box h2 {
  font-family: "Chillax-Bold";
  font-size: 40px;
  line-height: 55px;
  color: var(--dark);
  margin-bottom: 15px;
  text-transform: uppercase;
}

#download_app .text-box p,
#dacia_download_app .text-box p {
  font-size: 18px;
  line-height: 31px;
  color: var(--smokey-grey);
}

.download-app-btn-wrap {
  margin: 50px -24px 10px;
}

.download-app-btn-wrap a {
  padding: 0 24px;
  width: 100%;
  max-width: 280px;
  transition: all 0.5s ease;
}

#download_app .img-box,
#dacia_download_app .img-box {
  padding-left: 70px;
}

.download-app-btn-wrap a:hover {
  transform: translatey(-5px);
}

/*--------------------------------- forceone page css end ---------------------------------*/

/*--------------------------------- meeter page css start ---------------------------------*/
.meeter-banner-section {
  background-color: var(--smoky-black);
  position: relative;
  padding: 160px 0px;
}

.meeter-banner-section::before {
  background-image: url(../images/line-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: 0;
  width: 360px;
  bottom: -50px;
  height: 360px;
  z-index: 0;
}

.meeter-banner-section::after {
  background-image: url(../images/line-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  width: 220px;
  top: -30px;
  height: 220px;
  z-index: 0;
  transform: rotate(180deg);
}

.meeter-banner-section .container {
  position: relative;
}

.meeter-banner-section .btn-box .cmn-btn {
  background-color: var(--charcoal);
  color: var(--white-color);
  padding: 20px 40px;
  font-size: 20px;
  font-family: "Karla";
  font-weight: 500;
  transition: all 0.5s ease;
}

.meeter-banner-section .btn-box .cmn-btn:hover {
  background: linear-gradient(180deg, #e6e345 0%, #a1ee7d 100%);
  color: var(--smoky-black);
}

.meeter-banner-section .banner-left-box .text-box {
  margin-bottom: 40px;
}

.meeter-banner-section .banner-left-box .text-box h1 {
  margin-bottom: 30px;
  font-size: 45px;
  color: var(--white-color);
  letter-spacing: -0.33px;
}

.meeter-banner-section .banner-left-box .text-box p {
  color: var(--white-color);
  font-size: 18px;
  font-family: "Chillax-Medium";
  line-height: 26px;
  letter-spacing: 0.13px;
  max-width: 555px;
  width: 100%;
}

.meeter-banner-section .img-box {
  display: flex;
  z-index: 1;
  gap: 30px;
  justify-content: center;
  position: relative;
}

.meeter-banner-section .img-box-1 {
  margin-top: -40px;
}

.img-box-3 {
  margin-top: 40px;
}

.meeter-banner-section .img-box img {
  max-width: 220px;
  width: 100%;
}

.meeter-banner-section .img-box::before {
  content: "";
  background: linear-gradient(180deg, #e6e345 0%, #a1ee7d 100%);
  border-radius: 50%;
  position: absolute;
  width: 600px;
  height: 600px;
  filter: blur(300px);
  z-index: -1;
  opacity: 0.5;
  right: 0;
}

.meeter-two-col-wrapper .img-box {
  z-index: 1;
  position: relative;
  text-align: center;
}

.meeter-two-col-wrapper .img-box::before {
  content: "";
  background: linear-gradient(180deg, #e6e345 0%, #a1ee7d 100%);
  border-radius: 50%;
  position: absolute;
  width: 300px;
  height: 300px;
  filter: blur(200px);
  z-index: -1;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meeter-text-box-wrap .text-box h2,
.meeter-text-box-block .text-box h2 {
  font-family: "Chillax-Semibold";
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: none;
}

#meeter_two_col_section {
  padding: 80px 0;
}

.meeter-text-box-wrap {
  padding-left: 30px;
}

.meeter-text-box-wrap .text-box p {
  color: var(--black-transparent1);
  font-size: 20px;
  line-height: 26px;
  width: 100%;
}

.meeter-text-box-block .text-box p {
  font-family: "Karla";
  font-size: 18px;
  line-height: 26px;
  color: var(--black-color);
}

.meeter-two-col-section .img-block {
  text-align: center;
}

#meeter_two_col_section1 {
  padding: 90px 0;
}

.meeter-about-our-app-section {
  background-color: var(--smoky-black);
  text-align: center;
  padding: 80px 0 270px;
  color: var(--white-color);
}

.meeter-about-content-box p {
  font-size: 18px;
  font-family: "Chillax-Medium";
  line-height: 26px;
  color: var(--white-color);
}

.meeter-about-content-box h2 {
  font-family: "Chillax-Bold";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 55px;
}

.meeter-about-content-box {
  margin-bottom: 180px;
}

.meeter-about-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.meeter-about-three-col-section .icon-heading-block {
  background-color: #272727;
  border-radius: 16px;
  margin-bottom: 112px;
  padding: 24px;
}

.meeter-about-three-col-section .icon-heading-wrapper .icon-block {
  margin-right: 10px;
}

.meeter-about-three-col-section .icon-heading-wrapper h6 {
  margin-bottom: 0;
  font-family: "Montserrat";
  text-align: left;
  font-weight: 500;
}

.meeter-about-three-col-section .icon-heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.meeter-about-three-col-section {
  position: relative;
  z-index: 0;
}

.meeter-about-three-col-section .middle-img-section::before {
  content: "";
  background: linear-gradient(180deg, #e6e345 0%, #a1ee7d 100%);
  position: absolute;
  width: 600px;
  height: 600px;
  z-index: -1;
  left: 50%;
  margin: 0 auto;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.meeter-about-three-col-section .icon-heading-block p {
  text-align: left;
  font-family: "Karla";
  font-weight: 500;
  color: #a1a2a1;
  font-size: 15px;
}

.meeter-about-three-col-section .middle-img-section::after {
  content: "";
  border: 1px solid #a1a2a14d;
  width: 850px;
  height: 850px;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin: 0 auto;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.meeter-about-three-col-section .icon-heading-block {
  position: absolute;
  max-width: 436px;
  width: 100%;
  min-height: 125px;
}

.meeter-about-three-col-section .left-col-section .icon-heading-block:first-child {
  top: 0;
  left: -30px;
}

.meeter-about-three-col-section .right-col-section .icon-heading-block:first-child {
  right: -30px;
  left: auto;
  top: 0;
}

.meeter-about-three-col-section .icon-heading-block:nth-child(2) {
  top: 35%;
}

.meeter-about-three-col-section .icon-heading-block:nth-child(3) {
  top: 70%;
}

.meeter-about-three-col-section .icon-heading-block:nth-child(4) {
  top: 105%;
}

.meeter-about-three-col-section .left-col-section .icon-heading-block:nth-child(2) {
  left: -150px;
}

.meeter-about-three-col-section .right-col-section .icon-heading-block:nth-child(2) {
  right: -150px;
}

.meeter-about-three-col-section .left-col-section .icon-heading-block:nth-child(3) {
  left: -150px;
}

.meeter-about-three-col-section .right-col-section .icon-heading-block:nth-child(3) {
  right: -150px;
}

.meeter-about-three-col-section .left-col-section .icon-heading-block:nth-child(4) {
  left: 80px;
}

.meeter-about-three-col-section .right-col-section .icon-heading-block:nth-child(4) {
  right: 80px;
}

.meeter-about-three-col-section .middle-gradient-section {
  background: linear-gradient(180deg, #e6e345 0%, #a1ee7d 100%);
  opacity: 0.2;
  filter: blur(200px);
  width: 685px;
  height: 629px;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

/*--------------------------------- meeter page css end ---------------------------------*/

/*--------------------------------- nult-bolt page css start ---------------------------------*/
#nult_bolt_banner {
  background-image: url(../images/nut-bolt-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
  background-position: center;
  position: relative;
}

.nult-bolt-banner-wrapper .img-box img {
  max-width: 580px;
  width: 100%;
}

.nult-bolt-banner-wrapper .img-box {
  text-align: right;
}

#nult_bolt_banner::before {
  content: "";
  background-image: url(../images/banner-shape.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 116px;
  position: absolute;
  bottom: 0;
}

#nult_bolt_banner .banner-left-box h1 {
  color: var(--lightning-yellow-color);
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 110%;
  text-transform: none;
  max-width: 500px;
  width: 100%;
}

#nult_bolt_banner .banner-left-box p {
  line-height: 26px;
  font-size: 20px;
  color: var(--white-color);
  font-family: "Chillax-Medium";
}

#nult-bolt_two_col_section {
  background-color: var(--mercury);
  padding-bottom: 10px;
}

.nult-bolt-img1 {
  position: absolute;
  right: 50px;
  top: 20px;
}

.nult-bolt-two-col-section {
  position: relative;
}

.nult-bolt-two-col-section .img-box img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

#nult_bolt_img_text {
  background-color: var(--purple-heart-color);
  position: relative;
  padding-bottom: 10px;
  overflow: visible;
}

.nult-bolt-img-text-section-wrapper .text-box {
  max-width: 600px;
  width: 100%;
}

#nult_bolt_img_text::after,
#nult_bolt_img_text::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 70px;
  z-index: 1;
}

#nult_bolt_img_text::after {
  background-image: url(../images/curve-shape2.png);
  bottom: -70px;
}

#nult_bolt_img_text::before {
  background-image: url(../images/curve-shape1.png);
  top: -50px;
}

.nult-bolt-img2 {
  position: absolute;
  left: 30px;
}

.nult-bolt-img3 {
  position: absolute;
  left: 27%;
  top: 70px;
}

.nult-bolt-img4 {
  position: absolute;
  right: 0;
  top: 70px;
}

.nult-bolt-img5 {
  position: absolute;
  bottom: 0;
}

.nult-bolt-two-col-wrapper .text-box h2 {
  font-family: "Chillax-Semibold";
  font-size: 40px;
  text-transform: none;
  color: var(--indigo);
  margin-bottom: 5px;
}

.nult-bolt-two-col-wrapper .text-box p {
  line-height: 26px;
  font-size: 20px;
  color: var(--black-color);
  font-family: "Chillax-Medium";
}

.nult-bolt-text-box-wrap {
  max-width: 570px;
  width: 100%;
}

.nult-bolt-img-text-section-wrapper h2 {
  font-family: "Chillax-Semibold";
  font-size: 40px;
  text-transform: none;
  color: #ffbf14;
}

.nult-bolt-img-text-section-wrapper p {
  line-height: 26px;
  font-size: 20px;
  color: var(--white-color);
  font-family: "Chillax-Medium";
}

#game_screenshots {
  background-color: var(--mercury);
  position: relative;
  padding: 130px 0 150px;
}

#game_screenshots::before {
  content: "";
  background-image: url(../images/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 116px;
  position: absolute;
  bottom: 0;
}

#game_screenshots .container,
.nult-bolt-two-col-wrapper,
.nult-bolt-img-text-section-wrapper {
  position: relative;
}

#game_screenshots .game-img {
  width: 20%;
}

#game_screenshots .section-heading h2 {
  font-family: "Chillax-Semibold";
  font-size: 40px;
  color: var(--purple-heart-color);
}

#game_screenshots .game-img img {
  box-shadow: 0 0 15px 0 #00000059;
  border-radius: 30px;
  margin-bottom: 30px;
}

.nult-bolt-img4 img {
  max-width: 80px;
  width: 100%;
}

.nult-bolt-img3 img,
.nult-bolt-img5 img {
  max-width: 100px;
  width: 100%;
}

.nult-bolt-img2 img {
  max-width: 120px;
  width: 100%;
}

.nult-bolt-img1 img {
  max-width: 140px;
  width: 100%;
}

/*--------------------------------- nult-bolt page css end ---------------------------------*/

/*--------------------------------- super6 page css start ---------------------------------*/
.hero-section {
  position: relative;
  background-color: var(--water-blue);
  padding: 80px 0;
}

.hero-section .marquee-container {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-section .container.z-1 {
  z-index: 1;
}

.hero-section .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero-section .text-block {
  margin-bottom: 100px;
  padding-left: 80px;
}

.hero-section .text-block h1 {
  font-size: 45px;
}

.hero-section .text-block p {
  font-size: 18px;
  font-family: "Chillax-Medium";
  line-height: 26px;
  max-width: 475px;
  width: 100%;
}

.hero-section::before {
  content: "";
  background-image: url(../images/Waves.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 529px;
  position: absolute;
  bottom: 0;
}

.mockup-img {
  max-width: 200px;
  width: 100%;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.animated-middle-section {
  background-color: var(--sky-blue);
  padding: 70px 0 0;
}

.mockup-img:first-child {
  margin-right: -30px;
  margin-top: 50px;
}

.mockup-img:nth-child(2) {
  margin-right: -30px;
  margin-top: 30px;
}

.mockup-img:nth-child(3) {
  margin-right: -30px;
  margin-top: 20px;
}

.mockup-img:nth-child(4) {
  margin-right: -30px;
  margin-top: 10px;
}

.mockup-img:last-child {
  margin-bottom: 10px;
}

.animated-middle-section .img-box {
  position: absolute;
  bottom: 0;
  max-width: 550px;
  width: 100%;
}

.animated-middle-content-box {
  text-align: center;
  margin-bottom: 90px;
}

.animated-middle-content-box .section-heading h2,
.super6-img-text-section .text-block h2,
.super6-video-section .video-content h2 {
  font-size: 40px;
  font-family: "Chillax-Semibold";
}

.animated-middle-content-box p {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Chillax-Medium";
  line-height: 26px;
}

.animated-middle-section::before {
  content: "";
  background-image: url(../images/middle-waves.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.animated-middle-section .container {
  position: relative;
}

.super6-img-text-section {
  background-color: var(--water-blue);
  padding: 360px 0 220px;
}

.super6-img-text-section .collage-wrapper {
  position: absolute;
  right: 0;
  bottom: -310px;
}

.super6-img-text-section .collage-wrapper img {
  max-width: 900px;
  width: 100%;
}

.super6-video-section {
  overflow: visible;
}

.super6-video-section .video-content {
  background-color: var(--marine);
  border-radius: 30px;
  padding: 50px;
  position: absolute;
  top: -180px;
  z-index: 1;
  width: 100%;
  left: 0;
  max-width: 1050px;
  margin: 0 auto;
  right: 0;
}

.super6-img-text-section .text-block p {
  font-size: 18px;
  font-family: "Chillax-Medium";
  line-height: 26px;
}

.super6-img-text-section .video-bg img {
  width: 100%;
}

.super6-video-section .video-content p {
  font-size: 22px;
  font-family: "Chillax-Medium";
  max-width: 700px;
  width: 100%;
  margin: 0 auto 10px;
}

.super6-img-text-section .text-block {
  max-width: 600px;
  width: 100%;
}

.super6-video-section .download-btn-block a {
  background-color: #ffffff33;
  border-radius: 11px;
  padding: 16px 20px;
  color: #fff;
  font-family: "Roboto-Regular";
  display: flex;
  align-items: center;
  max-width: 248px;
  width: 100%;
  justify-content: center;
  transition: all 0.5s ease;
}

.super6-video-section .download-btn-block a:hover {
  transform: translateY(-5px);
}

.super6-video-section .download-btn-block {
  margin-top: 40px;
}

.super6-video-section .download-btn-block a span {
  font-family: "Roboto-Regular";
}

.super6-video-section .download-btn-block a strong {
  font-size: 24px;
  font-family: "Roboto-ExtraBold";
  margin-top: 5px;
  display: block;
}

.super6-video-section .download-btn-block a img {
  margin-right: 10px;
}

/*--------------------------------- super6 page css end ---------------------------------*/

footer {
  padding-top: 150px;

  background: #f7f9fb;
}

.bg {
  background: #f7f9fb;
}

.textCenter {
  text-align: center;
}

.textEnd {
  text-align: center;
}

.alignItemCenter {
  align-items: center;
}

img {
  max-width: 100%;
}

.button-box ul {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  column-gap: 15px;

  row-gap: 10px;

  margin-top: 30px;
}

.owl-theme .owl-nav button:hover {
  background: transparent !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #2393d36b;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue-color);

  outline: 2px solid var(--blue-color);

  outline-offset: 3px;
}

.swiper-scrollbar-drag {
  background: var(--blue-color);

  height: 4px;

  top: -1px;
}

.swiper-scrollbar {
  height: 2px;
}

input[type="email"] {
  text-transform: lowercase !important;
}

/* header css start */

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);

    opacity: 0;
  }

  100% {
    transform: translateY(0px);

    opacity: 1;
  }
}

#headerwrapper.show {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  animation: smoothScroll 1s forwards;

  z-index: 1000;

  box-shadow: 0 0 10px 2px #fff;
}

/* #header .header-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #f7f9fb;

    margin-top: 15px;

    padding-left: 15px;

    box-shadow: 0 0 20px 0px #00000015;

} */

#header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #f7f9fb; */
  /* margin-top: 15px; */
  /* box-shadow: 0 0 20px 0px #00000015; */
  /* padding: 0 0 0 15px; */
}

#header .logo-box img {
  max-width: 180px;
  width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  font-size: 25px;
  color: black;
  cursor: pointer;
  display: none;
}

#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

#header .button-box {
  margin-left: 10px;
}

#header .button-box .btn.btn.btn-white {
  padding: 15px 25px !important;
  background: var(--blue-color);
  /* border-radius: 0; */
  color: var(--white-color);
  font-family: "Chillax-Semibold";
  border: none;
}

#header .button-box .btn.btn.btn-white::after {
  display: none;
}

#header nav>ul>li {
  display: inline-block;
  padding: 5px;
  position: relative;
}

#header nav ul li a {
  color: black;
  padding: 8px 8px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Chillax-Medium";
  font-weight: 600;
}

#header .button-box .btn.btn.btn-white img {
  max-width: 25px !important;
  height: 23px !important;
  width: 23px !important;
}

#header .top-header .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#header .top-header .link-box ul a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--white-color);
  font-family: "Chillax-Regular";
}

#header .top-header .link-box ul a.email {
  text-transform: lowercase;
}

#header .top-header .link-box ul a i {
  font-size: 16px;
}

#header .top-header .left-box .link-box ul a i {
  padding-right: 5px;
}

#header .top-header .left-box,
.right-box {
  display: inline-block;
}

#header .top-header .right-box {
  padding-left: 30px;
}

#header .top-header .left-box .link-box ul li:not(:last-child) {
  margin-right: 20px;
}

#header .top-header .left-box .link-box ul li:first-child {
  display: flex;
  color: white;
  gap: 15px;
  align-items: center;
}

@keyframes pulse-glow {
  0% {
    text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    transform: scale(1);
  }

  50% {
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
    transform: scale(1.05);
  }

  100% {
    text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    transform: scale(1);
  }
}

/* @keyframes pulse-glow1 {
  0% {
    text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    transform: translate(-50px, -50px);
  }
  50% {
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
    transform: translate(-100px, -100px);
  }
  100% {
    text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    transform: translate(0px, 0px);
  }
} */

#header .top-header .left-box .link-box ul li:first-child a {
  animation: pulse-glow 2s ease-in-out infinite;
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
  color: #ffffff;
}

#header .top-header .left-box .link-box ul li:first-child a:last-child {
  animation-delay: 1s;
}

#header .top-header .right-box .link-box ul li:not(:last-child) {
  margin-right: 10px;
}

#header .top-header .box2 .link-box i {
  margin-right: 10px;
}

#header .top-header .right-box a {
  width: 25px;
  height: 25px;
  background: var(--white-color);
  border-radius: 50%;
}

#header .top-header .right-box a i {
  color: var(--navy-color);
}

#header .top-header .right-box a {
  width: 25px;
  height: 25px;
  background: var(--white-color);
  border-radius: 50%;
  justify-content: center;
}

#header .top-header {
  padding: 10px 0;
  background: var(--navy-color);
}

#header .top-header .row {
  align-items: center;
}

#header .top-header .box2 .link-box ul {
  justify-content: flex-end;
}

/* #header nav ul li .sub-menu {

    position: absolute;

    background: var(--orange-color);

    top: 100%;

    left: 0;

    width: 200px;

    padding: 10px;

    opacity: 0;

    visibility: hidden;

    transition: .5s all ease-in-out;

    list-style-type: none;

}



#header nav>ul>li:hover .sub-menu {

    opacity: 1;

    visibility: visible;

} */

#header .top-header .col:first-child {
  flex: 0 0 70%;
}

#header .top-header .col:last-child {
  flex: 0 0 30%;
}

#header {
  position: relative;

  z-index: 9999999999;
}

div#headerwrapper {
  position: relative;
  z-index: 9999999999;
}

/* homeBanner css */

/* #homeBanner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#homeBanner .owl-nav button.owl-prev {
  left: 0;
}

#homeBanner .owl-nav button.owl-next {
  right: 0;
} */

#homeBanner .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#homeBanner {
  background: #f8f9fc;

  /* padding: 120px 0 0px; */
  padding: 20px 0 0px;

  margin-bottom: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  /* margin-top: -90px; */

  position: relative;

  z-index: 1;
}

#singleCaseStudyBanner {
  background: #f8f9fc;

  min-height: calc(100vh - 80px);

  padding: 120px 0 0px;

  margin-bottom: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  margin-top: -90px;

  position: relative;

  z-index: 1;
}

#homeBanner #homeBannerCarousel .item {
  min-height: 50vh;
}

#homeBanner #homeBannerCarousel .item,
#singleCaseStudyBanner .item {
  padding: 80px 0;
}

#homeBanner .shape-box .orange,
#singleCaseStudyBanner .shape-box .orange {
  width: 200px;

  height: 200px;

  background: var(--orange-color);

  border-radius: 50%;

  filter: blur(60px);

  position: absolute;

  top: 0;

  left: 0%;

  z-index: -1;

  animation: anim4 15s alternate infinite;
  display: none;
}

#homeBanner .shape-box .blue,
#singleCaseStudyBanner .shape-box .blue {
  width: 100px;

  height: 100px;

  background: #b9e0f7;

  border-radius: 50%;

  position: absolute;

  bottom: 25%;

  left: 5%;

  z-index: -1;

  animation: anim 10s infinite alternate;
}

#homeBanner .shape-box .dots,
#singleCaseStudyBanner .shape-box .dots {
  border-radius: 50%;

  position: absolute;

  bottom: 18%;

  left: 6%;

  z-index: -1;

  animation: anim2 10s alternate infinite;
}

#homeBanner .shape-box .orange.orange2,
#singleCaseStudyBanner .shape-box .orange.orange2 {
  position: absolute;

  right: 0%;

  bottom: -2%;

  width: 150px;

  height: 150px;

  left: auto;

  z-index: -1;

  animation: anim5 15s alternate infinite;

  top: auto;
  display: none;
}

#homeBanner h1 span,
#singleCaseStudyBanner h1 span {
  display: inline;
}

#homeBanner .text-title p,
#singleCaseStudyBanner .text-title p {
  margin-bottom: 30px;
}

#homeBanner .box.box2,
#singleCaseStudyBanner .box.box2 {
  text-align: right;
}

#homeBanner p,
#singleCaseStudyBanner p {
  max-width: 550px;
}

#homeBanner .box.box2 .img-box,
#singleCaseStudyBanner .box.box2 .img-box {
  position: relative;

  z-index: 1;
}

#homeBanner .box.box2 .img-box .dots,
#singleCaseStudyBanner .box.box2 .img-box .dots {
  position: absolute;

  left: 50px;

  top: 5%;

  z-index: -1;

  animation: anim3 10s alternate infinite;
}

#homeBanner .box.box2 .img-box .blue,
#singleCaseStudyBanner .box.box2 .img-box .blue {
  width: 200px;

  height: 200px;

  background: var(--blue-color);

  border-radius: 50%;

  filter: blur(80px);

  position: absolute;

  z-index: -1;

  bottom: 0px;

  left: 50px;
}

#homeBanner .box img,
#singleCaseStudyBanner .box img {
  width: auto;
}

/* brand css */

/* #brand img {
  max-width: 170px;

  max-height: 70px;

  object-fit: contain;

  display: block;

  margin: 0 auto;
} */

#brand img {
  /* max-width: 170px; */
  /* max-height: 90px; */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  filter: grayscale(1);
  transition: 0.5s;
}

#brand img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

#brand .owl-stage {
  display: flex;

  align-items: center;
}

/* #brand .brand-box {
  background: var(--white-color);

  box-shadow: 0 0 20px 0px #00000015;

  padding: 40px 20px;

  border-radius: 15px;

  margin-top: 0px;
} */

#brand .brand-box {
  background: var(--white-color);
  box-shadow: 0 0 20px 0px #00000015;
  padding: 20px 20px;
  border-radius: 15px;
  margin-top: 0px;
}

/* section css */

#about .box.box2 {
  padding-left: 30px;
}

#about .end-text h5 {
  margin-bottom: 5px;
}

/* service css */

#service .box {
  text-align: center;
  background: var(--white-color);
  box-shadow: 0 0 10px 0px #00000015;
  padding: 40px 30px;
  border-radius: 20px;
  margin: 10px;
  height: 100%;
}

#service .box.box1 h5.semiBold {
  text-transform: unset;
}

#service .item {
  height: 100%;
}

#service .owl-stage {
  display: flex;
  padding-bottom: 30px;
}

#service .box p {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  line-clamp: 4;

  -webkit-box-orient: vertical;

  min-height: 85px;

  max-height: 85px;
}

#service .box .btn.btn-white {
  padding: 10px 25px;
}

#service .box ul {
  justify-content: center;
}

#service .box .img-box img {
  width: 45px;

  height: 45px;

  margin: 0 auto 20px;

  object-fit: contain;
}

#service .box:hover .img-box img {
  animation: arrows-alt 2s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

#service #serviceCarousel {
  padding: 0 6%;
}

#service .owl-nav {
  margin-top: 0;
}

#service .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#service .owl-nav button.owl-prev {
  left: 0;
}

#service .owl-nav button.owl-next {
  right: 0;
}

/* gallery css */

#gallery .box {
  background: #fce3e1;

  border-radius: 40px;

  overflow: hidden;

  height: 100%;
  padding-bottom: 15px !important;
}

#gallery .row .col-md-6 {
  width: calc(50% - 15px);
}

#gallery .box .text-box {
  padding: 30px 50px 10px;

  position: relative;

  z-index: 1;
}

#gallery .box .text-box h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 25px;
  font-family: "Chillax-Semibold";
}

#gallery .box .text-box p {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black-color);
}

#gallery .box .text-box .readMore {
  text-decoration: underline;

  font-family: "Chillax-Semibold";
}

#gallery .gallery_box2 .box .img-box,
#gallery .gallery_box5 .box .img-box {
  text-align: right;

  margin-top: -55px;
}

#gallery .gallery_box2 .box,
#gallery .gallery_box5 .box {
  background: #dfe7ff !important;
}

#gallery .gallery_box3 {
  width: calc(100% - 15px) !important;
}

#gallery .gallery_box3 .box {
  background: #f3e3ff !important;

  padding: 40px 60px 0;
}

#gallery .row {
  row-gap: 40px;
  column-gap: 15px;
}

#gallery .box.box3 {
  background: #f3e3ff;

  padding: 40px 60px 0;
}

#gallery .box.box3 .text-box {
  padding: 0;
}

#gallery .button-box ul {
  justify-content: center;
}

#gallery {
  padding-top: 180px;

  margin-top: -180px;

  /* margin-bottom: 80px; */
}

/* product css */
#product {
  padding: 80px 0;
}

#product .text-box p {
  max-width: 600px;
}

/* hire css */

#hire .item {
  display: flex;

  align-items: center;

  background: #f7f9fb;

  box-shadow: 0 0 20px 0px #00000015;

  margin: 20px;

  border-radius: 30px;
}

#hire .item .left-box {
  width: 40%;
}

#hire .item .right-box {
  width: 60%;

  padding: 0 20px;
}

#hire .item .btn.btn-white {
  padding: 10px 25px;
}

#hire .item .title p {
  display: inline-block;

  background: var(--blue-color);

  color: var(--white-color);

  padding: 4px 16px;

  border-radius: 20px;

  margin-bottom: 15px;
}

#hire .swiper-slide {
  transform: scale(0.9);

  transition: 0.5s all ease-in-out;
}

#hire .swiper-slide-active {
  transform: scale(1);
}

#hire {
  padding-top: 80px;
  padding-bottom: 0;

  margin-bottom: 80px;
}

#hire .item .img-box img {
  width: 100%;
}

#hire .hireCarousel {
  padding-bottom: 40px;
}

/* partnership css */

#partnership {
  padding-bottom: 0;
}

#partnership .section-heading {
  margin-bottom: 50px;
}

#partnership .img-box img {
  max-width: 500px;

  width: 100%;
}

/* award css */

#award .certificate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#award .certificate-list .certificate-box {
  box-shadow: 0 0 10px 0px #00000020;

  padding: 30px;

  border-radius: 20px;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;
}

#award .certificate-list li:not(:last-child) {
  margin-right: 30px;
}

#award {
  padding-top: 80px;
}

#award .text-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

#award .text-box ul li {
  margin-bottom: 3px;
  color: var(---light-blue-color);
  font-family: "Chillax-Medium";
}

/* process css */

#process .content-box {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  row-gap: 10px;

  column-gap: 10px;
}

#process .content-box:hover img {
  transform: scale(1.15);
}

#process .content-box .text-box>* {
  margin: 0;
}

#process .content-box img {
  max-width: 40px;
  width: 25px;
  height: 25px;
  transition: 0.5s;
}

#process .content-box .img-box {
  background: #2796d033;
  padding: 10px;
  border-radius: 50%;
}

#process {
  padding: 80px 0;
}

/* news css */
section#news {
  padding: 70px 0;
}

#news .date {
  display: flex;

  align-items: center;

  margin-bottom: 30px;
}

#news .date i {
  color: var(---light-blue-color);

  margin-right: 10px;

  font-size: 20px;
}

#news .text-box hr {
  height: 2px;

  margin: 30px 0;
}

#news .end-box {
  display: flex;

  align-items: center;

  justify-content: space-between;

  row-gap: 10px;

  column-gap: 10px;

  flex-wrap: wrap;
}

#news .end-box>* {
  display: flex;

  align-items: center;
}

#news .end-box i {
  font-size: 20px;

  margin-right: 10px;

  color: var(---light-blue-color);
}

#news .content-box {
  display: flex;

  justify-content: space-between;
}

#news .body {
  padding: 30px 20px;

  background: var(--white-color);

  border-bottom-left-radius: 20px;

  border-bottom-right-radius: 20px;
}

/* touch css */

#touch {
  padding-top: 80px;
  /* padding-bottom: 120px; */
}

#touch .img-box {
  padding-top: 30px;
}

#touch .input-group {
  display: block;

  margin-bottom: 25px;
}

#touch .input-group .form-control,
#touch .input-group textarea {
  width: 100%;

  padding: 10px 20px;

  border-radius: 50px;

  border: none;

  background: #ebecef;

  appearance: textfield;

  font-size: 16px;
}

#touch .input-group textarea {
  border-radius: 25px;

  resize: none;
}

#touch .input-group label {
  font-size: 16px;

  margin-bottom: 10px;

  color: #101a29;
}

#touch .form-title {
  margin-bottom: 60px;
}

#touch .input-group button {
  background: var(--orange-color);

  border-color: var(--orange-color);

  padding: 14px 50px;

  border-radius: 50px;

  font-size: 16px;

  color: #fff;

  font-family: "Chillax-Semibold";

  display: flex;

  align-items: center;
}

#touch .input-group button:hover,
#touch .input-group button:hover i {
  color: var(--orange-color);
}

#touch .input-group button i {
  color: #fff;

  font-size: 30px;

  margin-right: 10px;
}

#touch .box.box2 {
  background: #f7f9fb;

  padding: 50px 30px;

  border-radius: 20px;

  box-shadow: 0 0 20px 0px #00000015;

  max-width: 700px;

  margin-left: auto;
}

#touch .col-md-12:last-child .input-group {
  margin-bottom: 0;
}

/* subscribe css */

#subscribe .text-box h2 {
  font-size: 35px;

  color: var(--white-color);

  margin-bottom: 0;
}

#subscribe .input-group .form-control {
  width: 100%;

  padding: 15px 150px 15px 20px;

  border-radius: 50px;

  border: none;

  background: #fff;

  appearance: textfield;

  font-size: 16px;
}

#subscribe .input-group button {
  background: var(--blue-color);

  border-color: var(--blue-color);

  padding: 10px 20px;

  border-radius: 50px;

  font-size: 16px;

  color: #fff;

  font-family: "Chillax-Medium";

  display: flex;

  align-items: center;

  position: absolute;

  right: 6px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 3;
}

#subscribe .input-group button:hover {
  color: var(--blue-color);

  background: #fff;
}

#subscribe .input-group .form-control::placeholder {
  font-family: "Chillax-Medium";
}

#subscribe .subscribe-box {
  background: url("../images/subscribe-bg.png");

  background-size: 100% 100%;

  background-position: center;

  background-repeat: no-repeat;

  padding: 40px 30px;

  position: relative;
}

#subscribe {
  padding: 0;

  margin-bottom: -65px;
}

/* footer css */

footer .top-box .logo-box img {
  max-width: 100px;

  margin-bottom: 30px;
}

footer .top-box h5 {
  margin-bottom: 30px;
}

footer .top-box .list-box li:not(:last-child) {
  margin-bottom: 15px;
}

footer .top-box .link-box ul {
  display: inline-block;

  width: 100%;

  align-items: flex-start;

  flex-wrap: wrap;

  column-gap: 10px;

  row-gap: 10px;

  flex-direction: column;
}

#footer .top-box .box.box2 ul li:first-child a {
  text-transform: unset;
}

footer .top-box .link-box ul a {
  color: #0f1928;
  font-family: "Chillax-Regular";
  background: white;
  /* padding: 10px; */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .top-box .link-box ul a i {
  font-size: 16px;
  /* width: 25px; */
  /* height: 25px; */
}

footer h4 {
  color: #fff;

  font-family: "Chillax-Semibold";

  margin-bottom: 30px;
}

footer .top-box .link-box ul img {
  max-width: 40px;
}

footer .end-box {
  padding: 30px 0;
}

footer .middle-box {
  border-top: 1px solid #ffffff73;

  border-bottom: 1px solid #ffffff73;

  padding: 40px 0;

  margin-top: 40px;
}

footer .end-box .link-box ul {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  flex-wrap: wrap;
}

footer .end-box .link-box ul li:not(:last-child) {
  margin-right: 10px;

  padding-right: 10px;

  border-right: 2px solid #cdcdcd;

  line-height: 1;
}

footer .middle-box .link-box ul {
  display: flex;

  align-items: center;
}

footer .middle-box .link-box ul a {
  font-size: 18px;

  display: flex;

  align-items: center;

  color: var(--navy-color);

  font-family: "Chillax-Regular";

  width: 30px;

  height: 30px;

  background: var(--white-color);

  border-radius: 50%;

  justify-content: center;
}

footer .middle-box .link-box ul a i {
  font-size: 18px;
}

footer .logo-box img {
  max-width: 220px;

  width: 100%;

  margin-bottom: 15px;
}

footer .middle-box .right-box {
  padding-left: 30px;
}

footer .middle-box .link-box ul li:not(:last-child) {
  margin-right: 15px;
}

footer .middle-box .right-box .link-box ul li:not(:last-child) {
  margin-right: 10px;
}

footer p,
footer a,
footer h5,
footer h6 {
  color: #cdcdcd;

  font-family: "Chillax-Regular";
}

/* weareHire css */

#weareHire {
  padding: 80px 0;
}

#weareHire .list-box ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding-top: 20px;
}

#weareHire .list-box ul .content-box {
  width: 260px;
  text-align: center;
  /* border: 1px solid #000; */
  /* border-radius: 50%; */
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -26px;
  background-image: url("/wp-content/themes/initfusion/assets/images/process-step-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#weareHire .list-box ul .content-box img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 10px;
  /* max-width: 50px; */
}

#weareHire .list-box ul .text-box h3 {
  font-size: 25px;
}

#weareHire .list-box ul li:nth-child(2),
#weareHire .list-box ul li:nth-child(4) {
  padding-top: 150px;
}

/* positions css */

#positions ul.list {
  display: flex;

  flex-direction: column;

  row-gap: 20px;
}

#positions ul.list .content-box {
  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  background: #f7f9fb;

  padding: 20px 20px;

  border-radius: 20px;

  max-width: 80%;

  margin: 0 auto;

  transition: 0.5s all ease-in-out;
}

#positions ul.list .content-box .time-box {
  display: flex;

  align-items: center;

  justify-content: center;
}

#positions ul.list .content-box .time-box i {
  color: var(---light-blue-color);

  margin-right: 5px;
}

#positions ul.list .content-box .button-box .btn.btn-blue {
  background: var(--blue-color);

  padding: 10px 20px;

  border-radius: 30px;

  margin-bottom: 20px;

  color: #fff;

  margin-bottom: 0;

  font-size: 16px;
}

#positions ul.list .content-box h5 {
  margin-bottom: 0;
}

#positions ul.list .content-box>* {
  width: 33.33%;
}

#positions ul.list .content-box .button-box {
  text-align: right;
}

#positions ul.list .content-box:hover {
  background: var(--white-color);
  box-shadow: 0 0 20px 0px #77757521;
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
  max-width: 85%;
}

/* whyChoose css */

#whyChoose .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#whyChoose .owl-nav button.owl-prev {
  left: 0;
}

#whyChoose .owl-nav button.owl-next {
  right: 0;
}

#whyChoose .box {
  text-align: center;

  background: #f7f9fb;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 30px 30px;

  border-radius: 20px;

  margin: 10px;

  height: 100%;
}

#whyChoose img {
  max-height: 60px;

  object-fit: contain;

  margin-bottom: 10px;
}

#whyChoose .text-box h5 {
  margin-bottom: 5px;

  font-size: 22px;
}

#whyChoose {
  padding: 80px 0;

  position: relative;

  z-index: 1;
}

#whyChoose .owl-dots {
  margin-top: 20px;

  text-align: center;
}

#whyChoose::before {
  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  left: -20px;

  top: 50px;

  background: #b1d7ee;

  border-radius: 50%;

  filter: blur(60px);

  z-index: -1;
}

#whyChoose::after {
  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  right: -20px;

  bottom: 20px;

  background: #b1d7ee;

  border-radius: 50%;

  filter: blur(60px);
}

#whyChoose .owl-stage {
  display: flex;
}

#whyChoose .item {
  height: 100%;

  padding-bottom: 20px;
}

#banner .link-box ul {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: var(--blue-color);

  padding: 10px 20px;

  border-radius: 30px;

  margin-bottom: 20px;
}

#banner .link-box ul li:not(:last-child) {
  padding-right: 10px;

  margin-right: 10px;

  border-right: 1px solid #fff;

  line-height: 1;
}

#banner .link-box ul li {
  line-height: 1;
  color: var(--white-color);
}

a.medium {
  font-family: "Chillax-Medium";
}

#banner .link-box ul a {
  color: #fff;
}

#banner {
  text-align: center;

  position: relative;

  margin-top: -90px;

  padding-top: 180px;
}

#banner .shape-box .orange {
  width: 200px;

  height: 200px;

  background: var(--orange-color);

  border-radius: 50%;

  filter: blur(60px);

  position: absolute;

  top: -10%;

  left: -5%;
}

#banner .shape-box .orange.orange2 {
  position: absolute;

  right: -4%;

  bottom: -14px;

  top: auto;

  width: 150px;

  height: 150px;

  left: auto;
}

#banner .shape-box .dots {
  border-radius: 50%;

  position: absolute;

  bottom: -10%;

  left: -20px;
}

#banner .shape-box .dots2 {
  border-radius: 50%;

  position: absolute;

  top: -30%;

  right: -20px;
}

#banner .shape-box .blue {
  width: 100px;

  height: 100px;

  background: #b9e0f7;

  border-radius: 50%;

  position: absolute;

  bottom: 30%;

  left: -40px;
}

#banner .banner-box {
  position: relative;
}

.white {
  color: white;
}

h5.textTransform {
  text-transform: uppercase;
}

.btn.btn-white.orange {
  background: var(--orange-color);

  border-color: var(--orange-color);

  color: #fff;

  padding: 12px 30px;
}

.btn.btn-white.orange i {
  color: #fff;
}

.btn.btn-white.orange::after {
  background: #fff;
}

.btn.btn-white.orange:hover {
  color: #000;
}

.btn.btn-white.orange:hover i {
  color: #000;
}

#mission {
  padding: 0;
}

#expert #expertCarousel {
  padding: 0 6%;
}

#expert .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#expert .owl-nav button.owl-prev {
  left: 0;
}

#expert .owl-nav button.owl-next {
  right: 0;
}

#expert .box {
  text-align: center;

  background: #f7f9fb;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 20px 40px;

  border-radius: 20px;

  margin: 10px;
}

#expert .text-box h5 {
  margin-bottom: 5px;

  font-size: 22px;
}

#expert {
  padding: 80px 0;
}

#comming {
  padding: 80px 0 0;
}

#gallery.galleryb {
  padding: 80px 0;

  margin: 0;
}

#gallery.galleryb .nav-tabs {
  border: none;

  justify-content: center;

  margin-bottom: 40px;

  column-gap: 20px;
}

#gallery.galleryb .nav-tabs button {
  color: #737588;

  font-size: 19px;

  font-family: "Chillax-Medium";

  background: transparent;

  text-transform: capitalize;

  border: 1px solid #737588;

  margin-bottom: 0;

  border-radius: 50px;

  padding: 10px 30px;
}

#gallery.galleryb .nav-tabs button.active {
  background: var(--blue-color);

  border-color: var(--blue-color);

  color: var(--white-color);
}

#mobileDevelopment .box.box1 ul {
  display: flex;

  column-gap: 20px;

  row-gap: 20px;

  flex-wrap: wrap;
}

#mobileDevelopment .box.box1 ul li {
  width: calc(50% - 10px);
}

#mobileDevelopment .box.box1 ul li .text-box {
  background: var(--blue-color);

  border-radius: 10px;

  text-align: center;

  padding: 15px 10px;
}

.white {
  color: white;
}

#mobileDevelopment .box.box1 ul li .text-box h2 {
  margin-bottom: 0;

  line-height: 1;

  font-size: 40px;
}

#mobileDevelopment .box.box1 ul li div:not(:last-child) {
  margin-bottom: 20px;
}

#mobileDevelopment .box.box1 ul li:last-child {
  margin-top: 20px;
}

#mobileDevelopment {
  padding: 80px 0;
}

#mobileDevelopment .box.box2 {
  padding-left: 12%;
}

#mobileDevelopment .box.box2 p:not(:last-child) {
  margin-bottom: 15px;
}

#ourExpertise .box {
  text-align: center;
}

#ourExpertise .box .list-box ul {
  display: flex;

  padding-top: 30px;
}

#ourExpertise .box .list-box ul li {
  max-width: 160px;
}

#ourExpertise .box .list-box ul li .mobile-box {
  text-align: center;

  background: #fff;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 10px;

  border-radius: 15px;

  margin: 10px;

  height: 100%;
}

#ourExpertise .box .list-box ul li .mobile-box .img-box {
  margin-top: -30px;

  padding-bottom: 5px;
}

#ourExpertise {
  padding: 80px 0;
}

#ourExpertise .section-heading {
  text-align: left;
}

#ourExpertise .section-heading h2 {
  font-size: 40px;
}

#ourExpertise .content-box h4 {
  color: var(--blue-color);
  text-align: left;
  font-family: "Chillax-Semibold";
}

#ourExpertise .content-box .text-box p {
  text-align: left;
}

#galleryc {
  margin-bottom: 0;
}

#expert #expertCarousel {
  padding: 0 6%;
}

#expert .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#expert .owl-nav button.owl-prev {
  left: 0;
}

#expert .owl-nav button.owl-next {
  right: 0;
}

#expert .box {
  text-align: center;

  background: #f7f9fb;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 20px 40px;

  border-radius: 20px;

  margin: 10px;
}

#expert .text-box h5 {
  margin-bottom: 5px;

  font-size: 22px;
}

#expert {
  padding: 80px 0;
}

#brand {
  padding: 80px 0;
}

#hireWeb .box.box2 ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;
}

#hireWeb .box.box2 ul li:nth-child(2) {
  width: 75%;
}

#hireWeb .box.box2 {
  position: relative;

  padding-top: 80px;
}

#hireWeb .box.box2 ul li:first-child {
  position: absolute;

  left: 0;

  top: 0px;

  width: 40%;
}

#hireWeb .box.box2 ul .text-box {
  background: #fff;

  box-shadow: 0 0 10px #00000015;

  text-align: center;

  padding: 15px 20px;

  border-radius: 15px;
}

#hireWeb .box.box2 ul .text-box p {
  font-size: 18px;
}

#hireWeb .box.box2 ul li:last-child {
  max-width: 80%;
}

#hireWeb .box.box2 ul li:last-child {
  position: absolute;

  bottom: 5%;

  right: 10%;

  width: 80%;
}

#hireWeb .box.box2::after {
  content: "";

  position: absolute;

  right: -40px;

  top: 0px;

  width: 150px;

  height: 150px;

  background: #e5e5e5;

  border-radius: 50%;

  z-index: -1;
}

#businessModels .box {
  text-align: center;

  background: var(--white-color);

  box-shadow: 0 0 10px 0px #00000015;

  padding: 40px 40px;

  border-radius: 20px;

  height: 100%;
}

#businessModels .button-box ul {
  justify-content: center;
}

#businessModels .box .btn.btn-white {
  padding: 10px 25px;
}

#businessModels .box ul {
  justify-content: center;
}

#businessModels .box .img-box {
  margin-bottom: 15px;

  display: inline-block;

  padding: 10px;

  width: 60px;

  height: 60px;

  border-radius: 10px;

  display: inline-flex;

  align-items: center;

  justify-content: center;
}

#businessModels .box1 .img-box {
  background: #ffd8c6;
}

#businessModels .icon-color2 .box1 .img-box {
  background: #cfedc5;
}

#businessModels .icon-color3 .box1 .img-box {
  background: #b8d8ff;
}

#businessModels .box .img-box img {
  width: auto;
}

#businessModels .box .img-box img:hover {
  animation: arrows-alt 2s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

#whyChoose.whyChoosec::after,
#whyChoose.whyChoosec::before {
  display: none;
}

#whyChoose.whyChoosec {
  margin-bottom: 80px;
}

.page-id-56 #banner {
  text-align: center;

  position: relative;

  margin-top: -90px;

  padding-top: 180px;

  padding-bottom: 400px;
}

#careers .box ul {
  display: flex;

  justify-content: center;

  column-gap: 20px;

  row-gap: 20px;

  flex-wrap: wrap;
}

#careers .box.box1 ul li .text-box {
  background: var(--blue-color);

  border-radius: 10px;

  text-align: center;

  padding: 15px 10px;
}

#careers .box.box1 ul li .text-box h2 {
  margin-bottom: 0;

  line-height: 1;

  font-size: 40px;
}

#careers .box.box1 ul li:last-child {
  margin-top: 20px;
}

#careers {
  padding-top: 50px;

  margin-top: -400px;

  position: relative;
}

#opportunity .opportunityCarousel {
  padding-bottom: 50px;
}

#opportunity .opportunityCarousel img {
  width: 100%;
  border-radius: 12px;
}

#opportunity .opportunityCarousel .text-box {
  padding-top: 20px;
}

#opportunity .opportunityCarousel .text-box h5 {
  margin-bottom: 10px;
}

#opportunity {
  padding: 80px 0;
}

#aboutUs .box.box1 ul {
  display: flex;

  column-gap: 20px;

  row-gap: 20px;

  flex-wrap: wrap;
}

#aboutUs .box.box1 ul li {
  width: calc(50% - 10px);
}

#aboutUs .box.box1 ul li .text-box {
  background: var(--blue-color);

  border-radius: 10px;

  text-align: center;

  padding: 15px 10px;
}

#aboutUs .box.box1 ul li .text-box h2 {
  margin-bottom: 0;

  line-height: 1;

  font-size: 40px;
}

#aboutUs .box.box1 ul li div:not(:last-child) {
  margin-bottom: 20px;
}

#aboutUs .box.box1 ul li div img {
  border-radius: 10px;
}

#aboutUs .box.box1 ul li:last-child {
  margin-top: 20px;
}

#aboutUs .box.box1 {
  background: url("/wp-content/themes/initfusion/assets/images/about/about-bg.png");

  background-repeat: no-repeat;

  background-size: 100% 100%;

  background-position: 100% 100%;

  padding-top: 40px;
}

#aboutUs {
  padding-top: 50px;
  padding-bottom: 40px;
}

#expert #expertCarousel {
  padding: 0 6%;
}

#expert .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#expert .owl-nav button.owl-prev {
  left: 0;
}

#expert .owl-nav button.owl-next {
  right: 0;
}

#expert .box {
  text-align: center;

  background: #f7f9fb;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 20px 40px;

  border-radius: 20px;

  margin: 10px;
}

#expert .text-box h5 {
  margin-bottom: 5px;

  font-size: 22px;
}

#expert {
  padding: 80px 0;
}

#design.portfolioDetails {
  margin-top: 0;
}

#banner.portfolioDetailsBanner {
  text-align: left;

  position: relative;

  margin-top: -90px;
}

#banner.portfolioDetailsBanner .shape-box .dots {
  bottom: -10%;

  left: -113px;
}

#banner.portfolioDetailsBanner .shape-box .blue {
  bottom: 30%;

  left: -130px;
}

#design .box.box21.list-box p {
  margin-bottom: 10px;
}

#design .box.box1 .list-box {
  display: flex;

  padding-top: 30px;
}

#design .box.box1 .list-box li {
  width: 28.33%;

  position: relative;

  display: flex;

  justify-content: center;
}

#design .box.box1 .list-box li p {
  margin-bottom: 15px;
}

#design .box.box1 .list-box li:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  width: 1px;

  height: 100%;

  background: #d9d7d7;

  transform: translateY(-50%);
}

#design .box.box1 .list-box li:last-child {
  width: 15%;
}

#design .box.box1 .list-box li:not(:last-child) {
  padding-right: 2%;

  margin-right: 2%;
}

#design .btn.btn-white {
  padding: 10px 40px 10px 20px;
}

#design .btn.btn-white::before {
  content: "\f061";

  position: absolute;

  right: 20px;

  top: 50%;

  font-family: fontawesome;

  transform: translateY(-50%) rotate(-45deg);

  font-size: inherit;
}

#design .box.box1 .list-box li:first-child {
  justify-content: flex-start;
}

#design .box.box1 .list-box li:last-child {
  justify-content: flex-end;
}

#design .box.box2 {
  padding: 50px 0 30px;
}

#design .end-box .box.left-box .list-box ul {
  display: flex;

  flex-direction: column;

  row-gap: 10px;

  align-items: center;
}

#design .end-box .box.left-box .list-box a {
  font-size: 16px;

  display: flex;

  align-items: center;

  color: #b2b2b2;

  font-family: "Chillax-Regular";

  width: 30px;

  height: 30px;

  border: 1px solid #b2b2b2;

  border-radius: 50%;

  justify-content: center;
}

#design .end-box .box.left-box .list-box a.email {
  text-transform: lowercase;
}

#design .end-box .box.left-box .list-box a i {
  font-size: 18px;
}

#design .box.left-box .title {
  text-align: center;

  padding-bottom: 20px;
}

#design .end-box .box.right-box .top-box h2 {
  text-transform: unset;
}

#design .end-box .box.right-box .top-box {
  padding-bottom: 30px;
}

#design .end-box .box.right-box .middle-box li {
  position: relative;

  margin-bottom: 15px;

  padding-left: 20px;
}

#design .end-box .box.right-box .middle-box li::before {
  content: "";

  position: absolute;

  left: 0;

  top: 8px;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background: #737587;
}

#design .end-box .end-box ul {
  display: flex;

  flex-wrap: wrap;

  column-gap: 30px;

  row-gap: 30px;

  padding: 30px 0 50px;
}

#design .end-box .end-box ul li {
  width: calc(50% - 15px);
}

#design {
  margin-top: -500px;

  position: relative;
}

#gallery.galleryd #galleryCarousel img {
  width: auto;
}

#gallery.galleryd .box2 .img-box img {
  display: block;

  margin-left: auto;
}

#gallery.galleryd {
  padding-top: 80px;

  margin-top: 0;

  margin-bottom: 80px;
}

#gallery.galleryd .owl-theme .owl-dots .owl-dot span {
  background: #2393d36b;
}

#gallery.galleryd .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue-color);

  outline: 2px solid var(--blue-color);

  outline-offset: 3px;
}

#gallery.galleryd .owl-dots {
  margin-top: 40px;
}

#banner.careersDetailBanner {
  text-align: left;

  margin-top: -90px;

  padding-top: 180px;
}

#banner.careersDetailBanner .shape-box .dots {
  bottom: -10%;

  left: -113px;
}

#banner.careersDetailBanner .shape-box .dots2 {
  top: -30%;

  right: -100px;
}

#banner.careersDetailBanner .shape-box .blue {
  bottom: 30%;

  left: -130px;
}

#developer .box ul {
  display: flex;

  flex-wrap: wrap;

  padding-top: 10px;
}

#developer .box ul li:not(:last-child) {
  margin-right: 30px;

  padding-right: 30px;

  border-right: 2px solid #ededed;
}

#developer .box ul p {
  margin-bottom: 10px;
}

#developer .box ul h5 {
  margin-bottom: 0;
}

#developer .box.box1 ul li .text-box {
  background: var(--blue-color);

  border-radius: 10px;

  text-align: center;

  padding: 15px 10px;
}

#developer .btn.btn-white {
  text-align: center;

  justify-content: center;

  margin-top: 20px;

  font-size: 22px;

  position: relative;
}

#developer .btn.btn-white::before {
  content: "\f062";

  position: absolute;

  right: 25%;

  top: 50%;

  z-index: 1;

  font-family: "fontawesome";

  transform: translateY(-50%) rotate(40deg);

  font-size: 22px;
}

#developer .box.box1 ul li .text-box h2 {
  margin-bottom: 0;

  line-height: 1;

  font-size: 40px;
}

#developer {
  padding: 50px 0;
  /* margin-top: -250px; */
  /* margin-top: -210px; */
  position: relative;
}

#textSection .text-box:not(:last-child) {
  margin-bottom: 40px;
}

#textSection p {
  margin-bottom: 15px;
  color: var(--black-color);
  font-size: 18px;
}

#textSection .text-box .list-box {
  padding-left: 30px;

  list-style-type: disc;
}

#textSection ul {
  list-style-type: disc;
  padding-left: 30px;
}

#textSection ol {
  list-style-type: decimal;
  padding-left: 30px;
}

/* #textSection .text-box .list-box li {
  position: relative;

  padding-left: 30px;

  list-style-type: disc;
} */

#textSection .text-box .list-box li p {
  font-family: "Chillax-Medium";
}

/* #textSection .text-box .list-box li::before {
  content: "\f061";

  position: absolute;

  left: 0;

  top: -2px;

  z-index: -1;

  font-family: "fontawesome";

  font-size: inherit;

  color: var(---light-blue-color);
} */

/* #textSection .text-box .list-box {
  max-width: 55%;
} */

/* #textSection h3 {

    font-size: 35px;

} */

#positions.careersDetail ul.list .content-box {
  background: #fff;
}

#positions.careersDetail {
  padding: 80px 0;
}

#capabilities .box.box1 ul {
  display: flex;

  flex-wrap: wrap;

  position: relative;
}

#capabilities .box.box1 ul li:first-child {
  width: calc(70%);
}

#capabilities .box.box1 ul li:last-child {
  position: absolute;

  right: 0;

  width: 45%;
}

#capabilities .box.box1 ul li .text-box {
  background: var(--blue-color);

  border-radius: 10px;

  text-align: center;

  padding: 15px 10px;
}

#capabilities .box.box1 ul li .text-box h2 {
  margin-bottom: 0;

  line-height: 1;

  font-size: 40px;
}

#capabilities {
  padding-top: 80px;
}

#expert #expertCarousel {
  padding: 0 6%;
}

#expert .owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

#expert .owl-nav button.owl-prev {
  left: 0;
}

#expert .owl-nav button.owl-next {
  right: 0;
}

#expert .box {
  text-align: center;
  background: #f7f9fb;
  box-shadow: none;
  padding: 40px 30px 0px 30px;
  border-radius: 20px;
  margin: 10px;
  background: #2394d3;
  background: linear-gradient(180deg,
      rgba(35, 148, 211, 1) 0%,
      rgba(35, 148, 211, 0) 75%);
}

#expert img {
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 14px;
}

#expert .text-box h5 {
  margin-bottom: 5px;
  color: var(--black-232628);

  font-size: 22px;
}

#expert {
  padding: 80px 0 80px 0;
}

#idea {
  padding: 80px 0;
}

#idea .box {
  background: #fff;

  box-shadow: 0 0 10px 0px #00000015;

  padding: 10px;

  border-radius: 60px;

  display: flex;

  align-items: center;

  height: 100%;
}

#idea .row {
  row-gap: 40px;
}

#idea .box .img-box .animated {
  width: 90px;

  height: 90px;

  background: #ffe5de;

  border-radius: 50%;
}

#idea .idea2 .box .img-box .animated {
  background: #e9ffc0 !important;
}

#idea .idea3 .box .img-box .animated {
  background: #fedbff;
}

#idea .idea4 .box .img-box .animated {
  background: #feefab;
}

#idea .idea5 .box .img-box .animated {
  background: #d7e5f8;
}

#idea .idea6 .box .img-box .animated {
  background: #e1e1e1;
}

#idea .box .img-box {
  position: relative;

  margin-right: 15px;
}

#idea .box:hover .animated {
  animation: blink 2s linear infinite;
}

#idea .box .img-box img {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

  max-width: 75%;
}

#explore .button-box ul {
  justify-content: center;
}

#explore .button-box ul .btn.btn-white {
  padding: 15px 50px;
}

#explore {
  padding: 80px 0;
}

/* our Journery-page css */

#walk {
  padding: 80px 0;
}

#walk img {
  width: 100%;
}

#journery .content-box {
  display: flex;

  align-items: center;

  background: var(--white-color);

  box-shadow: 0 0 10px 0 #ebebeb;

  padding: 15px 30px;
}

#journery .content-box .img-box img {
  border-radius: 50%;

  width: 100px;
}

#journery .content-box .text-box {
  width: calc(100% - 100px);

  padding-left: 15px;
}

#journery .content-box .text-box h3 {
  font-family: "Chillax-Semibold";

  margin-bottom: 10px;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

#journery .content-box .text-box p {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

#journery .box .year {
  font-family: "Chillax-Semibold";

  font-size: 60px;

  color: var(--blue-color);

  margin-bottom: -20px;
}

#journery .box.box3 .year {
  text-align: right;
}

#journery .box.box1 .content-box {
  border-right: 5px solid var(--blue-color);
}

#journery .box.box3 .content-box {
  border-left: 5px solid var(--blue-color);
}

#journery .box.box2 {
  height: 100%;
}

#journery .box.box2 .line {
  background: #ebebeb;

  width: 1px;

  height: 100%;

  margin: 0 auto;
}

#journery .outer::before {
  content: "";

  position: absolute;

  background: #ebebeb;

  height: 1px;

  width: 120px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;
}

#journery .box.box3 .outer::before {
  right: 100%;
}

#journery .box.box1 .outer::before {
  left: 100%;
}

#journery .outer {
  position: relative;
}

#journery .outer::after {
  content: "";

  position: absolute;

  top: 50%;

  z-index: 1;

  width: 25px;

  height: 25px;

  transform: translateY(-50%);

  border-radius: 50%;

  background: var(--blue-color);
}

#journery .box.box3 .outer::after {
  left: -134px;
}

#journery .box.box1 .outer::after {
  right: -134px;
}

#journery .box.box1 {
  margin-top: 150px;
}

/* contact-page css */

#getInTouch .form-control {
  border-radius: 0;

  padding: 15px 20px;

  font-size: 18px;

  color: var(--black-color) !important;

  background: var(--white-color) !important;

  box-shadow: none !important;

  text-transform: capitalize;

  appearance: textfield;

  resize: none;
}

#getInTouch .btn.btn-white {
  font-family: "Chillax-Regular";

  padding: 10px 40px;

  font-size: 22px;

  margin: 0 auto;
}

#getInTouch .box1 iframe {
  width: 100%;

  height: 500px;
}

#getInTouch .get_in_touch_form iframe {
  border-radius: 10px;
}

#getInTouch .get_in_touch_form {
  background: var(--white-color);
  padding: 50px 20px 35px !important;
  border-radius: 20px !important;
  box-shadow: 0 3px 20px 0px #00000038 !important;
}

#getInTouch {
  padding: 80px 0;
}

#getInTouch .box2 label {
  color: var(--black-color) !important;
  font-family: "Chillax-Medium";
  padding-left: 15px;
}

#getInTouch .button-box {
  display: flex;
  justify-content: center;
  padding-top: 35px !important;
}

#getInTouch .box2 input,
#getInTouch .box2 select {
  padding: 12px 20px;
  font-family: "Chillax-Medium";
  color: #737588;
  border-radius: 50px;
  background-color: #ebecef;
  border: none !important;
  width: 100%;
}

/* #getInTouch .box2 select{

} */

/*ATUL CSS*/

.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: 0;

  padding-bottom: 0;
}

.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: 0;

  margin-bottom: 0;
}

button.sub-menu-toggle {
  display: none;
}

#brand,
#touch,
#about,
#service,
#partnership,
#hire,
#product,
#award,
#process,
#news,
#mission,
#expert,
#capabilities,
#aboutUs,
#explore,
#idea,
#positions,
#weareHire,
#opportunity,
#hireWeb,
#whyChoose,
#businessModels,
#mobileDevelopment {
  margin: 0;
}

.home #banner {
  margin: 0;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*="inner-container"]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: 100%;

  margin-left: auto;

  margin-right: auto;
}

.site-header {
  width: 100%;

  display: inline;
}

#whyChoose .owl-theme .owl-dots .owl-dot span {
  width: 10px;

  height: 10px;

  margin: 5px 7px;

  display: block;

  -webkit-backface-visibility: visible;

  transition: opacity 0.2s ease;

  border-radius: 30px;
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}

.site-main>article>*,
.site-main>.not-found>*,
.entry-content>*,
[class*="inner-container"]>*,
.wp-block-template-part>*,
.wp-block-post-template :where(li > *) {
  margin-top: 0;

  margin-bottom: 0;
}

.page-id-514 #process {
  padding-top: 0;
}

.page-id-609 #banner.bg,
.page-id-642 #banner.bg {
  text-align: left !important;
}

.page-id-609 #banner.bg .shape-box .blue,
.page-id-642 #banner.bg .shape-box .blue {
  bottom: 30%;

  left: -130px;
}

.page-id-609 #banner.bg .shape-box .dots,
.page-id-642 #banner.bg .shape-box .dots {
  bottom: -10%;

  left: -113px;
}

.site-main>* {
  margin-top: 0;

  margin-bottom: 0;
}

#gallery .owl-theme .owl-dots .owl-dot span {
  width: 10px;

  height: 10px;

  margin: 5px 7px;

  display: block;

  -webkit-backface-visibility: visible;

  transition: opacity 0.2s ease;

  border-radius: 30px;
}

#gallery .owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;

  -webkit-tap-highlight-color: transparent;
}

#gallery .gallery_bg2 .box.box1 {
  background: #dfe8ff;
}

.page-id-609 #gallery .gallery_bg2 .box.box1 img {
  float: right;
}

#gallery.galleryd {
  margin-bottom: 0px;
}

#walk {
  padding: 80px 0;
}

#getInTouch input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  border: 1px solid #ced4da;
}

#getInTouch input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
  color: var(--form--color-text);

  outline-offset: 0;

  outline: 0;

  border-color: #86b7fe;
}

#getInTouch .input-group .btn.btn-white {
  background: var(--blue-color) !important;

  color: #fff;
}

#getInTouch .input-group .btn.btn-white:hover {
  color: var(--blue-color);
}

.footer-navigation {
  margin-top: 0;

  margin-bottom: 0;
}

.footer_custom1 .footer-navigation-wrapper {
  display: inline-block;
}

.footer_custom1 .footer-navigation-wrapper li {
  display: inline-block;

  line-height: normal;

  width: 32.33%;

  padding: 8px 0;
}

.footer_custom1 .footer-navigation-wrapper li a {
  padding: 0;

  color: #fff;
}

.footer_custom2 .footer-navigation-wrapper {
  display: inline-block;
}

.footer_custom2 .footer-navigation-wrapper li {
  display: inline-block;

  line-height: normal;

  width: 100%;

  padding: 8px 0;
}

.footer_custom2 .footer-navigation-wrapper li a {
  padding: 0;

  color: #fff;
}

.footer_custom3 .footer-navigation-wrapper {
  display: inline-block;
}

.footer_custom3 .footer-navigation-wrapper li {
  display: inline-block;

  line-height: normal;

  width: 48.5%;

  padding: 8px 0;
}

.footer_custom3 .footer-navigation-wrapper li a {
  padding: 0;

  color: #fff;
}

.partnership-part {
  padding-top: 70px;
  background-image: url("/wp-content/themes/initfusion/assets/images/event-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: bottom;
}

#our_team_section {
  padding: 80px 0 40px;
  margin: 0;
}

#our_team_section .team_list .team {
  width: 100%;
  display: inline-block;
  background: #fff;
  /* box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06); */
  border-radius: 16px;
  text-align: center;
  padding: 0;
  background: #2394d3;
  background: linear-gradient(180deg,
      rgba(35, 148, 211, 1) 0%,
      rgba(35, 148, 211, 0) 75%);
}

#our_team_section .team_list .team h3 {
  width: 100%;

  display: inline-block;

  margin: 0;

  font-size: 22px;

  font-weight: 600;

  color: var(--black-232628);

  padding: 15px 0 5px 0;
}

#our_team_section .team_list .team p {
  font-weight: 500;

  font-size: 16px;

  color: #737588;
}

#our_team_section .team_list .col-lg-4 {
  padding: 0 20px;
}

#our_team_section .team_list .row {
  row-gap: 20px;
}

.link-box ul li a {
  color: #fff;
}

.link-box ul li a:hover {
  color: #2394d3;
}

.our_team_section {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

#our_team_section .team_list .col-lg-4 {
  margin: 20px 0 0;
}

.team {
  position: relative;

  clear: both;

  margin: 0 auto;

  max-width: 1000px;

  list-style: none;

  text-align: center;

  overflow: hidden;
}

.team-effect {
  position: relative;
  float: left;
  /* margin: 10px 1%; */
  /* min-width: 100%; */
  max-width: 480px;
  max-height: 100%;
  /* width: 48%; */
  height: auto;
  text-align: center;
  cursor: pointer;
}

.team-effect .box {
  /* opacity: 0.95;

  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;

  transition: opacity 0.8s, transform 0.8s; */

  /* -webkit-transform: scale3d(1.05, 1.05, 1);

  transform: scale3d(1.05, 1.05, 1); */

  padding: 40px 30px 0px 30px;
}

.team-effect .box img {
  border-radius: 14px;
  max-width: 100%;
  transition: 0.7s ease-in-out;
}

.team-effect .box img:hover {
  transform: scale(1.05);
}

/* .team-effect figcaption::before {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(35, 141, 211, 0.3);

  content: "";

  -webkit-transition: -webkit-transform 0.9s;

  transition: transform 0.9s;

  -webkit-transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);

  transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
} */

/* .team-effect:hover .box {
  -webkit-transform: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);
} */

/* .team-effect:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);

  transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
} */

.team-box .text-title p {
  margin-top: 0;
}

#event {
  width: 100%;

  display: inline-block;

  padding-top: 80px;

  text-align: center;
}

#event .banner img {
  border-radius: 20px;
  max-height: 338px;
  object-fit: cover;
  width: 100%;
}

#event .banner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}

#event .banner .info {
  position: absolute;
  bottom: 0;
  color: var(--white-color);
  width: 100%;
  background: #155a80;
  background: linear-gradient(180deg,
      rgba(21, 90, 128, 0) 0%,
      rgb(21 90 128 / 6%) 42%,
      rgb(29 121 172 / 55%) 77%,
      rgb(35 148 211 / 79%) 100%);
  height: 70%;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
}

#event .banner .info h6 {
  font-size: 24px;
  font-family: "Chillax-Semibold";
}

#gallery.gallerye .row {
  row-gap: 30px;

  column-gap: 0px;
}

#gallery.gallerye {
  background: transparent;
}

#gallery.gallerye .section-heading .text-title p {
  margin-top: 0;
}

#gallery.gallerye .tab-content .img-box img {
  border-radius: 24px;
}

#gallery.gallerye .nav-tabs button {
  color: #737588;

  font-size: 20px;

  font-family: "Chillax-Medium";

  background: transparent;

  text-transform: capitalize;

  border: 1px solid #737588;

  margin-bottom: 0;

  border-radius: 50px;

  padding: 12px 65px;
}

#eventC .swiper-slide {
  transform: scale(0.9);

  transition: 0.5s all ease-in-out;
}

#eventC .swiper-slide-active {
  transform: scale(1.1);
}

#eventC .img-box img {
  width: 100%;
}

#eventC .swiper-slide-active .img-box::before {
  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  background: #1a1e24b0;
}

#eventC .swiper-slide-active .img-box::after {
  width: 57px;

  height: 27px;

  position: absolute;

  left: 50%;

  bottom: 20px;

  content: "";

  background: url(../images/gray_arrow.png) no-repeat center bottom;

  transform: translateX(-50%);
}

#eventC .img-box .info {
  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  text-align: center;

  transform: translateY(-50%);
}

#eventC .swiper-slide .img-box .info {
  display: none;
}

#eventC .swiper-slide-active .img-box .info {
  display: inline-block;
}

#eventC .swiper-slide-active .img-box .info h3 {
  color: #fff;
}

#eventC .swiper-slide-active .img-box .info a {
  color: #fff;

  font-weight: 500 !important;

  font-size: 15px;

  letter-spacing: 0.5px;

  border: 1px solid #fff;

  padding: 12px 25px;

  border-radius: 100px;
}

#eventC .swiper-slide-active .img-box .info a:hover {
  color: #2394d3;

  border-color: #2394d3;
}

section#eventC {
  padding-top: 20px;

  padding-bottom: 60px;
}

/* #eventC .swiper-slide-active .img-box img {

    border-radius: 20px;

} */

#touch .input-group input {
  width: 100%;

  padding: 10px 20px;

  border-radius: 50px;

  border: none;

  background: #ebecef;

  appearance: textfield;

  font-size: 16px;
}

#touch .input-group textarea {
  width: 100%;

  padding: 10px 20px;

  border-radius: 25px;

  border: none;

  background: #ebecef;

  appearance: textfield;

  font-size: 16px;

  height: 150px;
}

#touch .input-group .wpcf7-form-control-wrap {
  width: 100%;
}

/* #touch .input-group .submit_btn .wpcf7-submit {
  background: var(--orange-color);

  border-color: var(--orange-color);

  padding: 16px 55px;

  border-radius: 50px;

  font-size: 18px;

  color: #fff;

  font-family: "Chillax-Semibold";

  display: flex;

  align-items: center;

  transform: scale(1);

  width: auto;

  transition: 0.5s all ease-in-out;

  position: relative;
} */
#touch .input-group .submit_btn .wpcf7-submit {
  background: transparent;
  color: var(--white-color);
  padding: 16px 8px;
}

#touch .input-group .submit_btn {
  background: var(--orange-color);

  border-color: var(--orange-color);

  padding: 1px 55px;

  border-radius: 50px;

  font-size: 18px;

  color: #fff;

  font-family: "Chillax-Semibold";

  display: flex;

  align-items: center;

  transform: scale(1);

  width: max-content;

  transition: 0.5s all ease-in-out;

  position: relative;
}

#touch .input-group .submit_btn::before {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  /* position: absolute !important; */
  font-size: 16px !important;
}

#touch .input-group .submit_btn .wpcf7-submit::after {
  content: "";

  background: #ecf0f1;

  position: absolute;

  z-index: -1;

  padding: 0.85em 0.75em;

  display: block;

  transition: 0.5s all ease-in-out;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  transform: scale(0, 0);
}

#touch .input-group .submit_btn:hover {
  background: #eb954e;
  cursor: pointer;
}

#touch .input-group .submit_btn .wpcf7-submit:hover::after {
  transform: scale(1, 1);

  background: #ecf0f1;
}

.wpcf7-spinner {
  display: none;
}

.site .button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline-offset: 0px;

  outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
  color: inherit;

  outline-offset: 0;

  outline: 1px solid #f17f1f;
}

#touch .input-group textarea:focus,
#touch .input-group input:focus {
  color: inherit;

  outline-offset: 0;

  /* outline: 1px solid #f17f1f; */
}

#getInTouch .input-group {
  width: 100%;

  display: inline-block;
}

#getInTouch .row {
  row-gap: 20px;
}

#getInTouch .input-group .wpcf7-form-control-wrap {
  width: 100%;
}

#getInTouch .input-group textarea {
  border-radius: 35px;

  padding: 15px 20px;

  color: #737588 !important;

  background: #ebecef;

  box-shadow: none !important;

  text-transform: capitalize;

  appearance: textfield;

  resize: none;

  height: 150px;
  border: none;

  font-family: "Chillax-Medium";
  width: 100%;
}

#getInTouch .input-group textarea:focus,
#getInTouch .input-group input:focus {
  color: inherit;

  outline-offset: 0;

  outline: 1px solid #f17f1f;
  border: none;
}

#getInTouch .input-group .wpcf7-submit {
  background: var(--orange-color) !important;

  border-color: var(--orange-color);

  padding: 10px 40px;

  border-radius: 50px;

  font-size: 22px;

  color: #fff !important;

  font-family: "Chillax-Medium";

  display: flex;

  align-items: center;

  transform: scale(1);

  width: auto;

  transition: 0.5s all ease-in-out;

  margin: 0 auto;
}

#getInTouch .input-group .wpcf7-submit:hover {
  /* color: #f17f1f; */

  background: #eb954e !important;
}

#getInTouch .input-group .wpcf7-submit:hover::after {
  transform: scale(1, 1);

  background: #ecf0f1;
}

.send_btn .input-group {
  padding: 0 !important;
}

#getInTouch .send_btn .input-group input:focus {
  outline: 0 !important;
}

#getInTouch .checkbox-contact {
  border: none;
  padding-left: 0;
}

#getInTouch .checkbox-contact label {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  padding-left: 0;
}

#getInTouch .checkbox-contact span.wpcf7-list-item-label {
  font-family: "Chillax-Medium";
}

#getInTouch .input-group .checkbox-contact input:focus {
  outline: none;
}

a.wd-btn {
  width: 100%;

  display: inline-block;
}

.blog-img {
  display: block;
}

.post-thumbnail .wp-post-image {
  margin: 0;
}

.content-box .blog-list a:hover {
  color: #2394d3;
}

.blog-list {
  box-shadow: 0 0 10px 0px #00000015;

  margin: 10px;

  border-radius: 20px;

  width: 31.5%;
}

footer.entry-footer.default-max-width {
  display: none;
}

div#comments {
  display: none;
}

.blog_listing {
  width: 100%;

  display: inline-block;

  padding: 80px 0;

  margin: 0 0 0 0;
}

/* news css */

.blog_listing .date {
  display: flex;

  align-items: center;

  margin-bottom: 30px;
}

.blog_listing .date i {
  color: var(---light-blue-color);

  margin-right: 10px;

  font-size: 20px;
}

.blog_listing .text-box hr {
  height: 2px;

  margin: 30px 0;
}

.blog_listing .end-box {
  display: flex;

  align-items: center;

  justify-content: space-between;

  row-gap: 10px;

  column-gap: 10px;

  flex-wrap: wrap;
}

.blog_listing .end-box>* {
  display: flex;

  align-items: center;
}

.blog_listing .end-box i {
  font-size: 20px;

  margin-right: 10px;

  color: var(---light-blue-color);
}

.blog_listing .body {
  padding: 30px 20px;

  background: var(--white-color);

  border-bottom-left-radius: 20px;

  border-bottom-right-radius: 20px;
}

.blog_listing h2 {
  font-family: "Chillax-Semibold";

  font-size: 25px;
}

.blog_listing h2 a {
  font-size: inherit;
}

.blog-list .entry-header {
  margin: 0;
}

.blog_listing .body p {
  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.blog_listing .blog-list .blog-img {
  margin: 0;
}

.alignwide {
  max-width: 100%;

  padding: 0;

  border: 0;
}

.blog #subscribe,
.single-post #subscribe {
  background: transparent;
}

.blog_box {
  width: 31%;

  float: left;

  box-shadow: 0 0 10px 0px #00000015;

  margin: 15px;

  border-radius: 20px;
}

/* .blog-detail-page {
  width: 100%;

  display: inline-block;

  padding: 80px 0 0 0;
}

.blog-detail-page-left {
  width: 68%;

  float: left;
}

.blog-detail-page .rightside {
  width: 28%;

  float: right;

  list-style-type: none;
} */

.rightside .wp-block-latest-posts {
  width: 100%;

  display: inline-block;

  background: #f3f3f3;

  padding-bottom: 5px;

  margin-bottom: 30px;
}

.rightside .wp-block-categories {
  width: 100%;

  display: inline-block;

  background: #f3f3f3;

  padding-bottom: 5px;

  margin-bottom: 30px;
}

.rightside #block-1 {
  width: 100%;

  display: inline-block;

  background: #f3f3f3;

  padding-bottom: 5px;

  margin-bottom: 30px;
}

.rightside #block-1 a {
  text-align: left;

  padding: 12px 20px;

  font-size: 18px;

  border-radius: 0;

  text-decoration: none;

  font-family: "Chillax-Semibold";
}

.rightside #block-1 li::before {
  content: "";

  position: absolute;

  background-image: url(../images/next-1.webp);

  background-size: cover;

  width: 1em;

  height: 1em;

  left: 11px;

  top: 15px;
}

.rightside #block-1 li {
  margin: 0;

  border-bottom: 1px solid #cfcfcf;

  padding-left: 20px;

  position: relative;
}

.rightside #block-1 li:last-child {
  border-bottom: 0;
}

.rightside #block-1 a:hover {
  color: #f17f1f;
}

.rightside h2.wp-block-heading {
  color: #fff;

  font-size: 25px;

  background: #f17f1f;

  padding: 12px 20px 12px 20px;

  line-height: 1;

  font-weight: 600;

  letter-spacing: 1.5px;
}

.rightside h2 {
  color: #fff;

  font-size: 25px;

  background: #f17f1f;

  padding: 12px 20px 12px 20px;

  line-height: 1;

  font-weight: 600;

  letter-spacing: 1.5px;

  margin: 0;
}

.rightside .wp-block-latest-posts li:before {
  content: "";

  position: absolute;

  background-image: url(../images/next-1.webp);

  background-size: cover;

  width: 1em;

  height: 1em;

  left: 11px;

  top: 15px;
}

.rightside .wp-block-categories li:before {
  content: "";

  position: absolute;

  background-image: url(../images/next-1.webp);

  background-size: cover;

  width: 1em;

  height: 1em;

  left: 11px;

  top: 15px;
}

.rightside .wp-block-latest-posts a {
  width: 100%;

  text-align: left;

  padding: 12px 20px;

  font-size: 18px;

  border-radius: 0;

  text-decoration: none;

  font-family: "Chillax-Semibold";
}

.rightside .wp-block-latest-posts a:hover {
  color: #f17f1f;
}

.rightside .wp-block-latest-posts li {
  margin: 0;

  border-bottom: 1px solid #cfcfcf;

  position: relative;

  padding-left: 20px;
}

.rightside .wp-block-latest-posts li:last-child {
  border-bottom: 0;
}

.rightside .wp-block-categories a {
  width: 100%;

  text-align: left;

  padding: 12px 20px;

  font-size: 18px;

  border-radius: 0;

  text-decoration: none;

  font-family: "Chillax-Semibold";
}

.rightside .wp-block-categories a:hover {
  color: #f17f1f;
}

.rightside .wp-block-categories li {
  margin: 0;

  border-bottom: 1px solid #cfcfcf;

  padding-left: 20px;

  position: relative;
}

.rightside .wp-block-categories li:last-child {
  border-bottom: 0;
}

.blog-detail-page-left .singular .entry-title {
  font-size: inherit;
}

.blog-detail-page-left h1 {
  font-size: 40px !important;

  border-bottom: 1px solid #cfcfcf;

  width: 100%;

  display: inline-block;

  padding: 10px 0 30px 0;
}

.blog-detail-page-left p {
  font-size: 18px;

  line-height: 28px;

  padding: 30px 0 0 0;
}

.post-navigation {
  max-width: 1300px;

  margin: 40px auto 80px auto;
}

.post-navigation .post-title {
  margin: 0;
}

.singular .blog-detail-page .has-post-thumbnail .entry-header {
  padding-bottom: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  background: #f3f3f3;

  padding: 15px;

  font-family: "Chillax-Semibold";
}

.post-navigation .post-title {
  margin: 0;

  font-size: 20px;

  color: #28303d;

  font-family: "Chillax-Semibold";
}

.post-navigation .meta-nav {
  margin-bottom: 10px;

  color: #e97b1e;
}

#subscribe .wpcf7-form-control-wrap {
  position: relative;

  width: 100%;
}

#subscribe .input-group {
  display: inline-block;
}

#subscribe .input-group .btn.btn-white {
  position: absolute;

  top: 4px;

  right: 2px;
}

#subscribe .input-group .btn.btn-white {
  padding: 12px 30px 13px 30px;

  background: #38a0d7;

  color: #fff;

  border: 0;
}

#subscribe .input-group .btn-check:focus+.btn,
.btn:focus {
  outline: 0;

  box-shadow: none;
}

#subscribe .input-group p {
  margin: 0;
}

#subscribe .input-group .wpcf7-not-valid-tip {
  position: absolute;

  top: 50%;

  right: 170px;

  transform: translateY(-50%);
}

#subscribe .input-group .wpcf7-response-output {
  display: none;
}

#gallery.gallerye .nav-tabs #eventInYear button {
  background: transparent;
  padding: 0;
  border-radius: 0px;
  border: none !important;
  position: relative;
}

#gallery.gallerye .nav-tabs #eventInYear button img {
  border-radius: 25px;
}

#gallery.galleryb .nav-tabs #eventInYear button::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #1a1e2466;
  border-radius: 25px;
  transition: 0.5s all;
}

#gallery.galleryb .nav-tabs #eventInYear button.active::after {
  background: #1a1e24d6;
}

#gallery.galleryb .nav-tabs #eventInYear button.active {
  position: relative;
}

#gallery.galleryb .nav-tabs #eventInYear .owl-dots button::after {
  display: none;
}

#gallery.galleryb .nav-tabs #eventInYear .owl-dots {
  margin-top: 15px;
}

#gallery.galleryb .nav-tabs #eventInYear .nav-item button {
  position: relative;
}

#gallery.galleryb .nav-tabs #eventInYear .nav-item button h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 31px;
  z-index: 11;
}

/* new footer css 27-06-2025 */

#footer {
  position: relative;
  /* margin-top: 120px; */
  padding-top: 120px;
}

#footer .footer-part {
  background: var(--navy-color);
  padding-top: 120px;
  position: relative;
}

#footer .container {
  max-width: 90%;
  margin: 0 auto;
}

#footer .top-box .logo-box img {
  max-width: 220px;
  margin-bottom: 30px;
}

#footer .top-box .text-box {
  margin-bottom: 15px;
}

#footer .top-box .link-box ul {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
  flex-direction: row;
}

#footer .top-box .link-box ul img {
  height: 25px;
  width: 25px;
}

#footer .top-box h5 {
  margin-bottom: 30px;
  color: var(--blue-color);
  font-size: 25px;
}

#footer .top-box .list-box li {
  font-family: "Chillax-Medium";
  color: var(--white-color);
  /* min-width: 110px; */
}

/* #footer .top-box .box3 .list-box li {
  min-width: 280px;
} */

#footer .top-box .box.box2 {
  padding-left: 50px;
}

#footer .top-box .box.box2 .list-box ul {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#footer .top-box .box.box3 .list-box ul {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#footer .end-box {
  padding: 30px 0;
  border-top: 1px solid var(--white-color);
  margin-top: 30px;
}

footer .end-box p {
  color: var(--white-color);
}

#footer .list-box a:hover {
  color: var(--blue-color);
}

/* #footer .store-btns {
  display: flex;
}

#footer .store-btns .store img {
  max-width: 25px;
}

#footer .store-btns .store a {
  display: flex;
  border-radius: 10px;
  border: 1px solid var(--white-color);
  align-items: center;
  gap: 10px;
} */

#footer .store-btns {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

#footer .store-btns .store {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background-color: transparent;
  color: var(--white-color);
  border-radius: 12px;
  border: 1px solid var(--white-color);
  min-width: 150px;
  transition: 0.5s;
}

#footer .store-btns .store:hover {
  background-color: var(--white-color);
  transform: translateY(-2px);
}

#footer .store-btns .store:hover p {
  color: var(--black-232628);
}

#footer .store-btns .store img {
  max-width: 25px;
  height: auto;
}

#footer .store-btns .store p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--white-color);
  white-space: nowrap;
  font-family: "Chillax-Medium";
}

/* new header submenu code 30-06-2025 */

.end-header {
  box-shadow: 0 0 20px 0px #00000015;
  background-color: var(--white-color);
  padding: 12px 0;
}

.end-header .mega-sub-menu li {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.end-header .mega-sub-menu img {
  max-width: 22px !important;
  height: 22px !important;
  width: 22px !important;
}

.end-header .mega-sub-menu .mega-menu-item a {
  background: rgba(35, 149, 211, 0.21);
  border-radius: 50% !important;
  padding: 10px !important;
}

.end-header .mega-sub-menu .mega-block-title a {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.end-header .mega-menu-item .mega-main-content {
  /* width: 900px !important; */
  border-radius: 0 0 20px 20px !important;
  box-shadow: 0px 6px 11px #00000014 !important;
  transform: translate(-50%, 10%) !important;
  left: 52% !important;
}

.end-header .mega-company .mega-main-content {
  width: max-content !important;
  /* transform: translateX(-50%) !important;
  left: 50% !important; */
}

.end-header .mega-services .mega-main-content {
  top: 16px !important;
}

.end-header .mega-company .mega-menu-row {
  justify-content: center !important;
}

.end-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  font-size: 16px !important;
  font-family: "Chillax-Medium" !important;
}

.end-header .mega-menu-item h4 {
  font-family: "Chillax-Semibold" !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  padding: 0 !important;
  width: 80%;
}

.end-header .mega-menu-item h4 a {
  color: var(--black-232628) !important;
}

.end-header .widget_text h4.mega-block-title {
  border-bottom: 1px solid #737588 !important;
  padding-bottom: 5px !important;
  font-size: 18px !important;
  color: var(--black-232628) !important;
}

.service-sub-menu .mega-menu-column {
  width: 20% !important;
}

.end-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: "" !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 5px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid var(--blue-color) !important;
  border-radius: 3px;
  transition: 0.5s;
}

.end-header .mega-toggle-on:hover .mega-indicator::after {
  transform: rotate(180deg) !important;
}

/* news-letter css */

#news-letter {
  position: absolute;
  width: 75%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}

#news-letter .col-md-6:first-child {
  display: flex;
  align-items: center;
}

#news-letter .news-letter-box {
  background-image: url("/wp-content/themes/initfusion/assets/images/news-letter-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 25px;
  border-radius: 20px;
}

#news-letter h3 {
  color: var(--white-color);
  margin: 0;
}

.mail-box input {
  width: 100%;
  border-radius: 50px;
  position: relative;
  padding: 10px 15px;
  font-family: "Chillax-Medium";
  color: var(--black-232628) !important;
}

#news-letter form {
  position: relative;
}

#news-letter .mail-box .btn.btn-white {
  position: absolute;
  top: 4px;
  z-index: 99;
  right: 5px;
  font-family: "Chillax-Medium";
  padding: 5px 20px;
  /* transform: translateY(-50%); */
  width: max-content;
  background-color: var(--blue-color);
  color: var(--white-color) !important;
}

#news-letter .mail-box .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

#news-letter .mail-box form p {
  margin-bottom: 0;
}

#news-letter .wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  color: var(--white-color);
  margin-top: 10px;
  margin: 10px 0 0;
}

/* testimonial  css */

#testimonial {
  padding: 80px 0;
  position: relative;
  overflow-x: clip;
}

/* .review-box {
  overflow-x: clip;
}

.review-box .testimonial-slider {
  overflow-x: clip;
} */

#testimonial .blue {
  width: 200px;
  height: 200px;
  background: var(--blue-color);
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  /* z-index: 0; */
  bottom: 0px;
  right: 0;
}

#testimonial .review-box .top-part {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

/* #testimonial .review-box .testimonial-slider-1 .top-part {
  flex-direction: row-reverse;
} */

#testimonial .review-box .left-part {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* #testimonial .review-box .testimonial-slider-1 .left-part {
  flex-direction: row-reverse;
} */

#testimonial .review-box .dp-image img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

#testimonial .review-box .name h6 {
  font-family: "Chillax-Semibold";
  margin-bottom: 5px;
  text-align: left;
}

#testimonial .review-box .name p {
  font-family: "Chillax-Medium";
  font-size: 12px;
  color: gray;
  text-align: left;
}

#testimonial .review-box .right-part img {
  width: 35px;
  height: 30px;
}

#testimonial .review-box .bottom-part p {
  color: gray;
  font-family: "Chillax-Medium";
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#testimonial .review-box .item {
  background: var(--white-color);
  box-shadow: 0px 0px 14px #00000026;
  /* margin: 15px 0; */
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
}

#testimonial .review-box .owl-stage {
  display: flex;
  height: 100%;
  margin: 15px 0;
}

#testimonial .testimonial-slider-1 .item {
  direction: ltr;
  text-align: left;
}

#testimonial .testimonial-slider-1 .top-part,
#testimonial .testimonial-slider-1 .bottom-part {
  direction: ltr;
}

/* gallary section css 02-07-2025 */

#gallery .box .img-box img {
  margin: 0 auto;
  display: flex;
}

#gallery .box {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#wpcal-widget .widget-main .ribbon-mask {
  z-index: 9 !important;
}

.vc-arrows-container {
  z-index: 9 !important;
}

#aboutUs .box.box2 {
  padding-left: 50px;
}

/* life at initfusion css 04-07-2025 */

#life .events-box .box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

#life .events-box .events-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#life .events-box .img-box img {
  border-radius: 20px;
}

#life .events-box .info {
  position: absolute;
  bottom: 0;
  color: var(--white-color);
  width: 100%;
  background: #155a80;
  background: linear-gradient(180deg,
      rgba(21, 90, 128, 0) 0%,
      rgb(21 90 128 / 6%) 42%,
      rgb(29 121 172 / 55%) 77%,
      rgb(35 148 211 / 79%) 100%);
  height: 70%;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  transform: translateY(100%);
  left: 0;
  transition: 0.5s;
}

#life .events-box .box:hover .info {
  transform: translateY(0%);
}

#life .events-box .info h6 {
  font-size: 20px;
  font-family: "Chillax-Semibold";
}

/* 
#life .events-box .modal-box {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

#life .events-box .modal-box.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #ffffffc7;
} */

#life .events-box .modal-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffffc7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#life .events-box .modal-box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999999;
}

#life .events-box .modal-box .modal-box-body {
  /* max-width: 60vw; */
  max-height: 90dvh;
  overflow: hidden;
  margin: 0 auto;
  /* padding: 35px 35px; */
  transform: translateY(-100%);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* background: white; */
  /* border-radius: 20px; */
}

#life .events-box .modal-box.active .modal-box-body {
  transform: translateY(0%);
}

#life .events-box .events-popup-slider .item {
  transform: scale(0.9);
  transition: transform 0.5s;
}

#life .events-box .events-popup-slider .center .item {
  transform: scale(1);
}

#life .events-box .events-popup-slider .item img {
  /* aspect-ratio: 4 / 3; */
  border-radius: 15px;
}

#life .events-box .events-popup-slider .item video {
  max-width: 750px;
  width: 100%;
  max-height: 500px;
}

#life .events-box .close-btn {
  display: flex;
  justify-content: end;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 89;
}

#life .events-box .close-btn i {
  font-size: 30px;
  cursor: pointer;
}

#life div#pills-tab {
  gap: 10px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  margin-bottom: 35px !important;
}

#life .nav-link {
  color: var(--black-color) !important;
  border: 1px solid var(--blue-color) !important;
  border-radius: 12px !important;
  padding: 10px 50px;
  font-family: "Chillax-Semibold";
  flex-grow: 1;
}

#life .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--white-color) !important;
  background-color: var(--blue-color) !important;
}

/* form  css  17-07-2025 */
#textSection .form-box {
  max-width: 100% !important;
  padding: 50px 50px !important;
  border-radius: 50px !important;
  box-shadow: 0 3px 20px 0px #00000038 !important;
}

#textSection .cv-form .button-box {
  display: flex;
  justify-content: center;
  padding-top: 35px !important;
}

#textSection .cv-form .form-label {
  color: var(--black-color) !important;
  font-family: "Chillax-Medium";
}

#textSection .form-box input {
  padding: 12px 20px !important;
  font-family: "Chillax-Medium";
  color: #737588;
}

#textSection .form-box select {
  font-family: "Chillax-Medium";
  padding: 12px 20px !important;

  color: #737588;
}

#textSection .form-box select option {
  font-family: "Chillax-Medium" !important;
}

#textSection .row {
  row-gap: 20px;
}

#textSection .form-box input::placeholder {
  font-size: 16px;
}

#textSection .form-title h3 {
  font-size: 27px;
  color: var(--black-color);
  font-family: "Chillax-Semibold";
  margin-bottom: 30px;
}

#textSection .form-box .wpcf7-form-control-wrap {
  width: 100%;
}

/* dynamic css start 18-07-2025 */

#dynamic .dynamic-wrapper {
  display: flex;
  height: 100vh;
}

#dynamic .dynamic-wrapper .left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
}

#dynamic .dynamic-wrapper .counter-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#dynamic .dynamic-wrapper .mySwiper {
  width: 80%;
  height: 100vh;
}

#dynamic .top-part {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
}

#dynamic .line {
  width: 90%;
  border: 1px solid var(--orange-color);
  height: 0;
}

#dynamic .project-name {
  width: 10%;
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  border-radius: 50px;
  text-align: center;
  font-family: "Chillax-Bold";
  padding: 6px 10px;
}

#dynamic h2 {
  font-size: 30px;
  color: var(--blue-101A29);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Chillax-Bold";
}

#dynamic p {
  color: var(--blue-101A29);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#dynamic a {
  color: var(--blue-101A29);
  text-decoration: underline;
}

#dynamic .img-box {
  display: flex;
  justify-content: end;
}

#dynamic .img-box img {
  max-width: 40%;
}

#dynamic .slide-title {
  font-family: "Chillax-Bold";
  font-size: 26px;
  text-transform: uppercase;
  border-top: 1px solid var(--orange-color);
  padding-top: 20px;
  font-weight: 100;
}

#dynamic .swiper-slide {
  padding-left: 200px;
}

#dynamic #slide-counter {
  position: relative;
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160px;
  font-family: "impact";
  font-weight: 100;
  letter-spacing: 5px;
  color: var(--orange-color);
}

#dynamic #slide-counter .fixed-zero {
  z-index: 1;
  font-family: "impact";
}

#dynamic #slide-counter .slide-digit {
  font-family: "impact";
}

/* ---------------------------------------------------- */

/* new css code */

.product-dynamic {
  overflow: clip;
  padding: 80px 0;
}

.product-dynamic .product-dynamic-box {
  display: flex;
}

.product-dynamic .sticky-panel {
  width: 15%;
  background: transparent;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  flex-direction: column;
  gap: 14px;
}

.product-dynamic .number {
  display: flex;
  overflow: hidden;
  height: 12rem;
  width: 100%;
  justify-content: center;
}

.product-dynamic .digit-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

@keyframes digitUpOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes digitUpIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes digitDownOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes digitDownIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.product-dynamic #tens .digit {
  justify-content: end;
}

.product-dynamic .digit {
  width: 100%;
  font-family: "impact";
  font-size: 9vw;
  font-weight: 100;
  color: var(--orange-color);
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
}

.product-dynamic .boxes {
  width: 80%;
  margin-left: auto;
  padding-left: 100px;
}

.product-dynamic .box {
  height: 100dvh;
}

.product-dynamic .top-part {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
}

.product-dynamic .line {
  width: 90%;
  height: 1px;
  background: var(--orange-color);
}

.product-dynamic .project-name {
  width: 15%;
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  border-radius: 50px;
  text-align: center;
  font-family: "Chillax-Bold";
  padding: 6px 10px;
}

.product-dynamic h2 {
  font-size: 32px;
  color: var(--blue-101A29);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Chillax-Bold";
}

.product-dynamic p {
  color: var(--blue-101A29);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.product-dynamic a {
  color: var(--blue-101A29);
  text-decoration: underline;
}

.product-dynamic .img-box {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}

/* 
.product-dynamic .img-box img {
  max-width: 40%;
} */

.product-dynamic .slide-title {
  font-family: "Chillax-Bold";
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 100;
  color: var(--black-232628);
  position: relative;
  width: 100%;
  text-align: center;
}

.product-dynamic .slide-title::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: var(--orange-color);
  border-radius: 100%;
}

.product-dynamic .slide-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 2px;
  background-color: var(--orange-color);
}

/* ---------------------------------------------------- */

/* blog-section css start */
.cmn-blog-section {
  padding: 80px 0;
}

.cmn-blog-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.cmn-blog-section .row {
  row-gap: 50px;
}

.cmn-blog-section .box {
  position: relative;
}

.cmn-blog-section .box .img-box {
  /* max-width: 435px; */
  height: 245px;
  overflow: hidden;
  border-radius: 20px;
}

.cmn-blog-section .box:hover .date {
  background-color: var(--orange-color) !important;
}

.cmn-blog-section .box:hover .date p,
.cmn-blog-section .box:hover .date span {
  color: var(--white-color);
}

.cmn-blog-section .box .img-box a {
  display: block;
  height: 100%;
}

.cmn-blog-section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmn-blog-section .box .date {
  background-color: var(--white-color);
  padding: 13px 25px;
  transition: all 0.5s;
  position: absolute;
  top: -30px;
  left: 35px;
  filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.37));
  border-radius: 10px;
}

.cmn-blog-section .box .date span {
  color: var(--black-color);
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  transition: 0.5s;
}

.cmn-blog-section .box .date p {
  color: var(---light-blue-color);
  font-family: "Poppins-SemiBold";
  text-align: center;
  font-size: 14px;
  transition: 0.5s;
}

/* .cmn-blog-section .box .date:hover p,
.cmn-blog-section .box .date:hover span {
  color: var(--white-color);
} */

/* .cmn-blog-section .box .date:hover {
  background-color: var(--orange-color);
} */

.cmn-blog-section .box .text-box {
  padding: 15px 5px;
}

.cmn-blog-section .box .title {
  padding: 5px 25px;
  background-color: var(--orange-color);
  border-radius: 50px;
  margin-bottom: 16px;
  display: inline-block;
}

.cmn-blog-section .box .title p {
  color: var(--white-color);
  font-family: "Chillax-Medium";
}

.cmn-blog-section .box .text a {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 18px;
}

.cmn-blog-section .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}

.cmn-blog-section .box .text a:hover,
.cmn-blog-section .box .more-btn a {
  color: var(--blue-color);
}

.cmn-blog-section .box .more-btn a {
  color: var(--blue-color);
  text-transform: uppercase;
  text-decoration: underline;
}

.cmn-blog-section .box .more-btn a:hover {
  color: #0a58ca;
}

.cmn-blog-section .navigation .nav-links {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  gap: 20px;
  align-items: center;
}

.cmn-blog-section span.page-numbers.current {
  background: var(--orange-color);
  border-radius: 10px;
  padding: 3px 10px;
  color: var(--white-color);
}

.cmn-blog-section nav.navigation.pagination {
  width: 100%;
}

.cmn-blog-section .navigation a:hover {
  color: var(--blue-color);
  text-decoration: none;
}

#blog-section-home .button-box {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

/* connect-company css19-07-2025 */

#connect-company {
  padding: 80px 0;
}

#connect-company .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

#connect-company .box {
  border-radius: 30px;
  box-shadow: 0px 3px 2px #00000029;
  height: 100%;
  padding: 30px 25px;
  background-color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#connect-company .box h6 {
  font-family: "Chillax-Semibold";
  font-size: 23px;
  color: var(--black-color);
}

#connect-company .box p {
  color: var(--black-color);
  margin-bottom: 15px;
  line-height: 1.5;
}

#connect-company .box p:last-child {
  margin-bottom: 0;
}

#connect-company .box p span {
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
}

#connect-company .box p i {
  font-size: 12px;
  background-color: var(--blue-color);
  border-radius: 50%;
  padding: 6px;
  margin-right: 10px;
  color: var(--white-color);
}

#connect-company .box a {
  font-family: "Chillax-Regular";
  text-transform: unset;
}

/*  Policy pages css 21-07-2025 */

.cmn-pages {
  padding: 50px 0;
}

.cmn-pages .title h1 {
  text-align: center;
  font-size: 50px;
}

.cmn-pages .title {
  margin-bottom: 40px;
}

.cmn-pages h2 {
  font-size: 25px;
  font-family: "Chillax-Semibold";
  margin-bottom: 15px;
}

.cmn-pages p {
  margin-bottom: 15px;
}

.cmn-pages ul {
  padding-left: 30px;
  list-style-type: disc;
}

.cmn-pages ul li {
  color: var(---light-blue-color);
  margin-bottom: 15px;
  line-height: 1.3;
}

.cmn-pages strong {
  font-family: "Chillax-Semibold";
  font-weight: 100;
  color: var(--black-232628);
}

.cmn-pages a {
  color: var(--blue-color);
  text-decoration: underline;
}

/* blog-details page css 22-07-2025 */

#blog-details {
  padding: 80px 0;
}

#blog-details h1,
#blog-details h2,
#blog-details h3,
#blog-details h4,
#blog-details h5,
#blog-details h6 {
  font-family: "Chillax-Semibold";
}

#blog-details h1 {
  font-size: 35px;
}

#blog-details h2 {
  font-size: 28px;
}

#blog-details h3 {
  font-size: 26px;
}

#blog-details h4 {
  font-size: 23px;
}

#blog-details h5 {
  font-size: 20px;
}

#blog-details h6 {
  font-size: 20px;
}

#blog-details .detail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

#blog-details .profile-img {
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

#blog-details .profile-img img {
  width: 100%;
  height: 100%;
}

#blog-details .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

#blog-details .profile .name p {
  font-family: "Chillax-Medium";
}

#blog-details .blog-date p {
  font-family: "Chillax-Medium";
}

#blog-details .main-blog-img {
  max-height: 550px;
  overflow: hidden;
  border-radius: 20px;
}

#blog-details .main-blog-img img {
  width: 100%;
}

#blog-details .blog-content {
  padding: 30px 0 10px;
}

#blog-details .blog-content p {
  font-family: "Chillax-Medium";
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 16px;
}

#blog-details .blog-content ul {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(---light-blue-color);
}

#blog-details .blog-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(---light-blue-color);
}

#blog-details .blog-content li {
  font-family: "Chillax-Medium";
  margin-bottom: 15px;
  font-size: 16px;
}

#blog-details .blog-content span {
  font-family: "Chillax-Semibold";
}

#blog-details .blog-content strong {
  font-family: "Chillax-Semibold";
  font-weight: 100;
}

#blog-details .blog-content a {
  font-family: "Chillax-Medium";
  color: var(--blue-color);
}

/* thankyou page css 23-07-2025 */

.thankyou-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  position: relative;
}

.thankyou-main .img-box img {
  max-width: 40%;
  display: flex;
  margin: 0 auto;
}

.thankyou-main .text-box {
  padding: 40px 0 20px;
}

.thankyou-main .text-box h2 {
  font-family: "Chillax-Semibold";
  font-size: 42px;
  color: var(--orange-color);
  margin-bottom: 25px;
}

.thankyou-main .text-box p {
  font-family: "Chillax-Medium";
  color: var(--black-color);
  font-size: 22px;
  max-width: 1000px;
  margin: 0 auto;
}

.thankyou-main .btn.btn-white {
  width: max-content;
  margin: 0 auto;
}

.thankyou-main .shape-box .orange {
  width: 200px;
  height: 200px;
  background: var(--orange-color);
  border-radius: 50%;
  filter: blur(60px);
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
  animation: anim4 15s alternate infinite;
}

.thankyou-main .shape-box .orange.orange2 {
  position: absolute;
  right: 0%;
  bottom: -2%;
  width: 150px;
  height: 150px;
  left: auto;
  z-index: -1;
  animation: anim5 15s alternate infinite;
  top: auto;
}

.thankyou-main .shape-box .blue {
  width: 100px;
  height: 100px;
  background: #b9e0f7;
  border-radius: 50%;
  position: absolute;
  bottom: 25%;
  left: 5%;
  z-index: -1;
  animation: anim 10s infinite alternate;
}

.thankyou-main .shape-box .dots {
  border-radius: 50%;
  position: absolute;
  bottom: 18%;
  left: 6%;
  z-index: -1;
  animation: anim2 10s alternate infinite;
}

/* product-detail page css */

#intro-part {
  background-image: url("/wp-content/themes/initfusion/assets/images/dot-frame.png");
  background-repeat: no-repeat;
  background-size: 45% 100%;
  background-position: center right;
  padding: 80px 0 160px;
}

#intro-part .img-box {
  display: flex;
  justify-content: end;
}

#intro-part .img-box img {
  max-width: 80%;
}

#intro-part .text-box h2 {
  font-size: 35px;
  font-family: "Chillax-Semibold";
  line-height: 1.3;
}

#intro-part .text-box p {
  line-height: 1.6;
  font-size: 18px;
}

#intro-part .triangle {
  position: absolute;
  left: 0;
  top: 50%;
}

#intro-part .row {
  align-items: center;
}

#feature {
  background: url("/wp-content/themes/initfusion/assets/images/color-bg.png") no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding: 80px 0;
}

#feature .section-heading {
  margin-bottom: 60px;
}

#feature .section-heading h2 {
  font-family: "Chillax-Semibold";
}

#feature .text-box h3 {
  font-size: 35px;
  font-family: "Chillax-Medium";
  line-height: 1.3;
}

#feature .text-box p {
  line-height: 1.6;
  font-size: 18px;
}

#feature .col-lg-6:nth-child(odd) .img-box {
  background: url("/wp-content/themes/initfusion/assets/images/dot-frame-2.png") no-repeat;
  background-size: contain;
}

#feature .col-lg-6:nth-child(even) .img-box {
  background: url("/wp-content/themes/initfusion/assets/images/dot-frame-3.png") no-repeat;
  background-size: contain;
}

#feature .img-box img {
  display: flex;
  margin: 0 auto;
  max-width: 60%;
}

#feature .row {
  align-items: center;
  margin-bottom: 20px;
}

#feature .row:last-child {
  margin: 0;
}

#screens {
  background: #bb20d2;
  background: linear-gradient(0deg,
      rgba(187, 32, 210, 1) 0%,
      rgba(93, 103, 215, 1) 100%);
  position: relative;
  padding-top: 50px;
}

#screens::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100%;
  height: 300px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' d='M0,192 C360,320 1080,0 1440,192 L1440,320 L0,320 Z'></path></svg>") no-repeat bottom;
  background-size: cover;
  z-index: 9;
  transform: rotateY(180deg);
}

#screens .section-heading {
  margin-bottom: 50px;
}

#screens .section-heading h2 {
  color: var(--white-color);
  font-family: "Chillax-Semibold";
  opacity: 87%;
}

#screens .section-heading p {
  color: var(--white-color);
  font-family: "Chillax-Medium";
}

#download-btns .text-box h3 {
  font-size: 35px;
  font-family: "Chillax-Semibold";
  line-height: 1.3;
  text-align: center;
}

#download-btns .text-box p {
  line-height: 1.6;
  font-size: 18px;
}

#download-btns .buttons-box {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-top: 20px;
  max-width: 30%;
  margin: 0 auto;
}

.dynamic-swiper .swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.dynamic-swiper .swiper-slide {
  will-change: transform;
}

html {
  scroll-behavior: smooth !important;
}

/* hire-developer css start 26-08-2025  */
.hire-developer .boxes {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 60px;
}

.hire-developer .boxes:last-child {
  margin: 0;
}

.hire-developer .tech-icon img {
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto 10px;
  display: flex;
}

.hire-developer .box a {
  border: 1px solid var(--blue-color);
  border-radius: 20px;
  padding: 20px 10px 10px;
  display: block;
  height: 100%;
  box-shadow: 2px 10px 14px #00000024;
  transition: 0.5s;
}

.hire-developer .box a:hover {
  box-shadow: 2px 10px 14px #00000052;
}

.hire-developer .box a:hover .arrow-img img {
  transform: translate(-5px, -5px);
}

.hire-developer .box .text {
  padding: 10px 0;
}

.hire-developer .box .text p {
  color: black;
  font-family: "Chillax-Medium";
  text-align: center;
}

.hire-developer .box .arrow-img {
  display: flex;
  justify-content: end;
}

.hire-developer .box .arrow-img img {
  max-width: 15px;
  transition: 0.5s;
}

.hire-developer .title h4 {
  font-family: "Chillax-Semibold";
}

.hire-developer .info-modal .modal-header {
  border: none;
  padding: 10px 15px 0;
}

.hire-developer .info-modal .role-title h3 {
  font-family: "Chillax-Semibold";
  margin-bottom: 30px;
  text-align: center;
}

.hire-developer .info-modal .role-title h3 br {
  display: none;
}

.hire-developer .info-modal .role-info p {
  font-family: "Chillax-Medium";
  color: var(--black-color);
  line-height: 1.5;
  text-align: center;
}

.hire-developer .info-modal .role-info ul {
  color: var(--black-color);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 40px;
  list-style-type: disc;
  padding-left: 30px;
}

.hire-developer .info-modal .role-info li {
  font-family: "Chillax-Semibold";
}

.hire-developer .info-modal a.btn.btn-white {
  margin: 0 auto;
  justify-content: center;
  width: max-content;
  padding: 10px 50px;
}

.hire-developer .info-modal .modal-dialog {
  max-width: 45%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.334));
}

.hire-developer .info-modal .modal-content {
  border-radius: 40px;
  padding: 20px 30px;
}

.hire-developer .info-modal .btn-close:focus {
  box-shadow: none;
}

.hire-developer .info-modal {
  z-index: 99999999;
}

/* hire-developer css end */

/* portfolio details page css start */

.single-our_portfolio #banner {
  padding-bottom: 350px;
}

.single-our_portfolio .mobiles-banner {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -17%;
  padding-bottom: 80px;
}

.development {
  padding: 80px 0;
}

.development .box-wrapper {
  height: 100%;
}

.development .box {
  background: var(--white-color);
  padding: 30px 20px 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 7px #0000003d;
  height: 100%;
}

/* .development .box-wrapper {
  padding: 10px;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 85%,
    rgba(255, 255, 255, 0) 0%
  );
} */

.development .box .img-box {
  display: flex;
  justify-content: center;
}

.development .box .text-box {
  text-align: center;
  padding: 20px 0;
}

.development .box .button-box ul {
  justify-content: center;
  margin: 0;
}

.development .box .btn.btn-white {
  padding: 10px 30px;
}

.develop-process {
  padding: 80px 0;
}

.develop-process .section-heading {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
  margin-bottom: 60px;
}

.develop-process .section-heading h2 {
  font-size: 30px;
  width: 40%;
  margin: 0;
  font-family: "Chillax-Semibold";
}

.develop-process .section-heading p {
  width: 100%;
  text-align: left;
}

.develop-process .box .text {
  text-align: center;
  padding: 15px 0;
}

.develop-process .box .text h6 {
  font-family: "Chillax-Semibold";
}

.develop-process .box .img-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.develop-process .box .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: url("/wp-content/themes/initfusion/assets/images/steps-design.png") no-repeat;
  /* background-size: 100% 100%; */
  transform: translate(50%, -50%);
  top: 50%;
  right: -15%;
}

.develop-process .boxes:last-child .img-box::after,
.develop-process .boxes:nth-child(4) .img-box::after {
  display: none;
}

.develop-process .box .img-box img {
  position: relative;
  z-index: 9;
}

/* portfolio details page css end */

/* home page recent-higlight section css start */

.recent-higlight {
  padding: 80px 0;
}

.recent-higlight .item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recent-higlight .item .text-box {
  width: 100%;
}

.recent-higlight .item .img-box img {
  border-radius: 30px;
}

.recent-higlight .item .text-box h5 {
  font-family: "Poppins-SemiBold";
}

.recent-higlight .item .text-box p {
  color: #2d2c2a;
  line-height: 1.6;
}

.protfolio-detail-gallary {}

#gallery.protfolio-detail-gallary {
  padding-top: 40px;
  margin-top: 0px;
}

.end-header .mobile-mega-logo {
  display: none;
}

/* home page recent-higlight section css end */

/* Case Study Listing Page Start*/

.case-study-section {
  padding: 80px 0;
}

.case-study-section .case-boxes .row {
  row-gap: 80px;
}

.case-study-section .case-boxes .box .img-box {
  margin-bottom: 25px;
}

.case-study-section .case-boxes .box .img-box {
  width: 100%;
  position: relative;
  padding: 41.106% 0;
  border-radius: 20px;
}

.case-study-section .case-boxes .box.coming-soon .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.3);
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.case-study-section .case-boxes .box.coming-soon .img-box::after {
  content: "Coming Soon";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.case-study-section .case-boxes .box .img-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.case-study-section .case-boxes .box .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.case-study-section .case-boxes .box .text-box .case-title h3,
.case-study-section .case-boxes .box .text-box .case-title h3 a {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.case-study-section .case-boxes .box .text-box .case-title h3 a {
  margin-bottom: 0;
}

.case-study-section .case-boxes .box .text-box .case-description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.case-study-section .case-boxes .box .text-box .more-btn p {
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  color: var(--navy-color);
  font-family: "Chillax-Semibold";
}

/* Case Study Listing Page End*/

/* Single Case Study CSS Start */

.ourApp-section {
  padding: 80px 0;
}

.ourApp-section .section-description {
  font-weight: 500;
  font-size: 22px;
  line-height: 33.21px;
  text-align: center;
  margin-bottom: 40px;
}

.ourApp-section.ourApp3 .section-heading,
.ourApp-section.ourApp3 .section-description {
  text-align: left;
}

.ourApp-section.ourApp3 .section-description {
  margin-bottom: 0;
}

.ourApp-section.ourApp3 .section-description:not(:last-child) {
  margin-bottom: 5px;
}

.ourApp-section.ourApp3 .row {
  align-items: center;
}

.ourApp-section .row .box {
  padding: 35px 30px;
  box-shadow: 0px 1.38px 13.84px 0px #0000001a;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  max-width: 95%;
}

.ourApp-section.ourApp2 .row .box {
  margin-left: auto;
}

.ourApp-section .row .box:not(:last-child) {
  margin-bottom: 30px;
}

.ourApp-section .row .box .left-section {
  min-width: 30px;
  height: 30px;
}

.ourApp-section .row .box .left-section img {
  width: 100%;
  height: 100%;
}

.ourApp-section .row .box .right-section .box-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ourApp-section .row .box .right-section .box-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 33.21px;
}

.ourApp-section .row .image-wrap {
  text-align: right;
}

.ourApp-section.ourApp2 .row .image-wrap {
  text-align: left;
}

.ourAppBanner {
  padding: 80px 0;
}

.ourAppBanner .ourAppBanner-wrap {
  position: relative;
  padding: 19.831% 0;
  border-radius: 30px;
}

.ourAppBanner .ourAppBanner-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

/* Single Case Study CSS End */

#mission.aboutUs-mission,
#about.home_about,
#feature_product {
  padding: 80px 0;
}

#service.home_service_section {
  padding-top: 80px;
}

/* Home Feature Product CSS */

#feature_product .product_box_wrap {
  margin-top: 20px;
}

#feature_product .product_box_wrap .box {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 30px;
  overflow: hidden;
}

#feature_product .product_box_wrap .box.box1 {
  background-image: url(../images/home-feature-product1.png);
}

#feature_product .product_box_wrap .box.box2 {
  background-image: url(../images/home-feature-product2.png);
}

#feature_product .product_box_wrap .box.box3 {
  background-image: url(../images/home-feature-product3.png);
}

#feature_product .product_box_wrap .box .text-box {
  transform: translateY(58%);
  transition: all 0.3s ease-in-out;
  background: #329bd4;
  background: linear-gradient(180deg,
      rgba(50, 155, 212, 0) 0%,
      rgba(50, 155, 212, 0.62) 6%,
      rgba(50, 155, 212, 1) 100%);
  padding: 20px;
}

#feature_product .product_box_wrap .box:hover .text-box {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

#feature_product .product_box_wrap .box .text-box .product_title {
  color: var(--white-color);
  /* transform: translateY(-100%); */
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}

#feature_product .product_box_wrap .box:hover .text-box .product_title {
  transform: translateY(0);
}

#feature_product .product_box_wrap .box .text-box .product_description {
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0;
  transition: 0.5s;
}

#feature_product .product_box_wrap .box:hover .text-box .product_description {
  opacity: 1;
}

/* Home Feature Product CSS */

.single-our_services h1,
.single-our_services h2,
.single-our_services h3,
.single-our_services h4,
.single-our_services h5,
.single-our_services h6 {
  text-transform: unset;
}

#header #mega-menu-item-media_image-13 h4,
#header #mega-menu-item-media_image-13 h4 a {
  text-transform: unset !important;
}

.whatsapp-box {
  position: fixed;
  right: 30px;
  bottom: 110px;
  z-index: 2;
}

.whatsapp-box .tada-animation {
  animation: tada 1s infinite;
  display: inline-block;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

div#tawk-chat-message-container {
  display: none !important;
}

div#tawk-message-preview {
  display: none !important;
}

a.flag-icon img {
  width: 35px;
  margin-right: 10px;
}

.flag-icon:hover {
  color: #fff;
  transform: translateY(-3px);
}

a.flag-icon {
  margin: 20px 0;
  transition: 0.5s;
  white-space: nowrap;
  display: block;
  font-size: 18px;
}

/* Game Listing Page CSS Start */
.game-listing {
  padding-top: 80px;
}

.game-listing .game-box {
  display: flex;
  gap: 20px;
  row-gap: 50px;
  flex-wrap: wrap;
}

.game-listing .game-item {
  position: relative;
  width: calc(12.5% - 17.5px);
}

.game-listing .game-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.game-listing .game-item .image-box {
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.game-listing .game-item .image-box img {
  border-radius: 15px;
}

.game-listing .game-item .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #fff0 49.57%, rgb(35 148 211 / .719841) 69.14%, #2394D3 100%);
  padding: 10px 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.game-listing .game-item .play-btn p {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 700;
}

.game-listing .game-item:hover .play-btn {
  opacity: 1;
}

.game-listing .game-item .game-title h6 {
  margin-bottom: 0;
  color: #2F2F2F;
  transition: all 0.3s ease-in-out;
}

.game-listing .game-item:hover .game-title h6 {
  color: var(--blue-color);
}

.game-listing .game-item .game-ratings {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.game-listing .game-item .game-ratings p {
  color: #2F2F2F;
  margin: 0;
  font-size: 14px;
}

.game-listing .game-item .game-ratings img {
  width: 12px;
}

/* Game Listing Page CSS End */

/* Game Detail Page CSS Start */
.game-detail {
  padding-top: 80px;
}

.game-detail .intro-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.game-detail .intro-box .game-image {
  position: relative;
  padding: 8%;
  border-radius: 15px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.game-detail .intro-box .game-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}

.game-detail .intro-box .text-box .game-title h3 {
  font-family: "Chillax-SemiBold";
  color: #2F2F2F;
  letter-spacing: -1px;
}

.game-detail .intro-box .text-box .play-btn {
  font-family: "Chillax-Medium";
  background-color: var(--blue-color);
  border-radius: 50px;
  padding: 10px 30px;
  color: var(--white-color);
  border: 1px solid var(--blue-color);
  transition: all 0.3s ease-in-out;
}

.game-detail .intro-box .text-box .play-btn:hover {
  background-color: var(--white-color);
  color: var(--blue-color);
}

.game-detail .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.game-detail .badges .box {
  position: relative;
  border: 1px solid #000000;
  border-radius: 10px;
  min-width: 125px;
  display: flex;
  padding: 10px 15px;
}

.game-detail .badges .box .store-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.game-detail .badges .box.verified {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.game-detail .badges .box.verified img {
  width: 20px;
}

.game-detail .badges .box.verified h6 {
  margin-bottom: 0;
}

.game-detail .badges .box.crazy-games {
  padding: 0;
  border: none;
}

.game-detail .badges .box.crazy-games .image-box img {
  height: 100%;
  max-width: none;
}

.game-detail .badges .box.ratings {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.game-detail .badges .box.ratings .image-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.game-detail .badges .box.ratings img {
  width: 15px;
}

.game-detail .badges .box.ratings h5 {
  font-family: "Chillax-Bold";
  margin-bottom: 0;
}

.game-detail .badges .box.ratings h6 {
  margin-bottom: 0;
}

.game-detail .badges .box .image-box img {
  max-width: 30px;
}

.game-detail .badges .box.play-store,
.game-detail .badges .box.app-store {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.game-detail .badges .box.play-store span,
.game-detail .badges .box.app-store span {
  font-family: "Roboto-Regular";
  line-height: 1;
  margin-bottom: 0;
}

.game-detail .badges .box.play-store h5,
.game-detail .badges .box.app-store h5 {
  font-family: "Roboto-ExtraBold";
  margin-bottom: 0;
}

/* .game-slider {
  width: 100%;
  margin-top: 50px;
}

.game-slider .owl-stage {
  display: flex;
}

.game-slider .item {
  width: auto !important;
}

.game-slider .item img {
  height: 300px;
  width: auto !important;
  border-radius: 12px;
  display: block;
}

.game-slider .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  padding: 0 10px;
}

.game-slider .owl-nav button {
  margin: 0 !important;
}

.game-slider .owl-nav button div {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

.game-slider .owl-nav button div:hover {
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
}

.game-slider .owl-nav img {
  width: 10px;
} */

.game-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.game-slider {
  display: flex;
  gap: 14px;
  will-change: transform;
  transition: transform 0.45s ease;
}

.game-slider .item {
  flex-shrink: 0;
}

.game-slider img {
  height: 300px;
  width: auto;
  display: block;
  border-radius: 14px;
}

/* NAV BUTTONS */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--blue-color) !important;
  border: none;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

.slider-nav.left {
  left: 10px;
}

.slider-nav.right {
  right: 10px;
}

.slider-nav img {
  width: 12px;
}

.game-galllery {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.game-galllery::-webkit-scrollbar {
  display: none;
}

.game-galllery::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--blue-color);
  border-radius: 50px;
}

.game-galllery .galllery-list {
  display: flex;
  gap: 10px;
  width: max-content;
  margin-top: 30px;
  padding-bottom: 10px;
}

.game-galllery .item {
  flex-shrink: 0;
}

.game-galllery img {
  height: 220px;
  width: auto;
  max-width: none;
  border-radius: 5px;
  display: block;
}

.game-box .owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

.game-box .owl-nav button {
  margin: 0 !important;
}

.game-box .owl-nav button div {
  width: 35px;
  height: 35px;
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

.game-box .owl-nav img {
  width: 10px;
}

.game-detail .description {
  margin-top: 50px;
}

.game-detail .description h4 {
  text-transform: capitalize;
}

.game-detail .description h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

/* Game Detail Page CSS End */