/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'brittany_signatureregular';
  src: url('../vendor/font/brittanysignature-ljyz-webfont.woff2') format('woff2'),
    url('../vendor/font/brittanysignature-ljyz-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #212529;
}

p {
  line-height: 2;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {

  .col-xxl-5,
  .col-xxl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1920px;
    padding: 0 60px;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #eb5d1e;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ee7843;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 4%);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 100px;
  transition: 1s all;
}

#header.header-bg .logo img {
  width: 50px;
  transition: 1s all;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-right: 60px;
}

.nav-menu>ul>li:last-child {
  margin-right: 0px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

.nav-menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F30056;
  visibility: hidden;
  width: 8px;
  border-radius: 100%;

}

.nav-menu a.active::before {
  visibility: visible;
}

.inner-page .nav-menu a.active::before {
  visibility: hidden;
}

.nav-menu a:hover,
.nav-menu .active>a.active,
.nav-menu li:hover>a.active,
.nav-menu li>a.active {
  text-decoration: none;
  font-weight: 500;
}


/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #4e4039;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #f9d1c0;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #f39e7a;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #eb5d1e;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 9px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #282D42;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(78, 64, 57, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #ffffff;
  margin-top: 129px;
  position: relative;
}

#hero::after {
  content: '';
  position: absolute;
  background-image: url('../img/cloud.png');
  background-repeat: no-repeat;
  width: 181px;
  height: 128px;
  top: 0;
  right: 0;
}

#hero::before {
  content: '';
  position: absolute;
  background-image: url('../img/circles.svg');
  background-repeat: no-repeat;
  width: 292px;
  height: 200px;
  bottom: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 200;
  line-height: 56px;
  color: #00A5A7;
}

#hero h2 {
  color: #282D42;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.hero-img img {
  width: 100%;
}

.hero-img {
  position: relative;
}

.banner-clock {
  position: absolute;
  top: 20px;
  left: 10px;
}

.hero-img svg {
  width: 110px;
}

.hero-img .hand {
  transform-origin: 50%;
}

@media (max-width: 1441px) {
  #hero h1 {
    font-size: 45px;
  }

  #hero h2 {
    font-size: 65px;
  }
}

@media (max-width: 1200px) {
  #hero h1 {
    font-size: 30px;
  }

  #hero h2 {
    font-size: 50px;
  }

  #hero::before {
    width: 222px;
    height: 150px;
    background-size: contain;
  }

  .hero-img svg {
    width: 70px;
  }
}

@media (max-width: 992px) {
  #hero::after {
    display: none;
  }

  #hero h1 {
    font-size: 50px;
  }

  #hero h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  #hero::after {
    display: none;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 1;
  }

  #hero h2 {
    font-size: 30px;
  }

  .hero-img svg {
    width: 50px;
  }
}


#search {
  padding: 80px 0;
}

#search .search-wrapper {
  text-align: center;
}

.search-text {
  margin-top: 20px;
}

.search-text h2 {
  font-family: 'brittany_signatureregular';
  transform: rotate(-2.92deg);
  color: #049A9C;
  font-size: 1.75rem;
}

.search-text h3 {
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  margin: 0;
}

.search-text h3 span {
  font-family: 'brittany_signatureregular';
  transform: rotate(-90.14deg);
  color: #049A9C;
  font-size: 3.4rem;
  display: block;
  line-height: 1;
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {

  .search-text h2,
  .search-text h3 {
    font-size: 1.5rem;
  }

  .search-text h3 span {
    font-size: 2.4rem;
  }
}

/*--------------------------------------------------------------
# At Pixi
--------------------------------------------------------------*/
.at-pixi {
  padding: 60px 0;
}

.at-pixi .nav {
  display: block;
}

/*--------------------------------------------------------------
# At Pixi end
--------------------------------------------------------------*/
.at-pixi .nav li a {
  color: #DCDCDC;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.5rem;
  display: flex;
}

.at-pixi .nav li a.active {
  color: #282D42;
}

.at-pixi .tab-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.at-pixi .tab-content ul li {
  color: #5C5C5C;
  font-size: 20px;
  position: relative;
  flex-basis: 50%;
  line-height: 53px;
  font-weight: 500;
}

.at-pixi .tab-content ul li:before {
  content: '';
  display: inline-block;
  background-color: #E46F6E;
  border-radius: 10px;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

#wave {
  position: relative;
}

#wave.mobile-wave {
  margin: auto;
}

.at-pixi .nav li a #wave {
  display: none;
}

.at-pixi .nav li a.active #wave {
  display: block;
  margin-left: 8px;
}

.at-pixi .nav li a #wave .dot {
  margin-right: -3px;
}

#wave .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  background: #F4CF00;
  animation: wave 1.3s linear infinite;
}

#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
  background: #00A5A7;
}

#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
  background: #F30056;
}

@keyframes wave {

  0%,
  60%,
  100% {
    transform: initial;
  }

  30% {
    transform: translateY(-15px);
  }
}

@media (max-width: 1341px) {
  .at-pixi .nav li a {
    font-size: 3rem;
  }

  .at-pixi .tab-content ul li {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .at-pixi .nav li a {
    font-size: 3rem;
  }

  .at-pixi .tab-content ul li {
    font-size: 22px;
    flex-basis: 100%;
    line-height: 40px;
  }
}

@media (max-width: 1097px) {
  .at-pixi .nav li a {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .at-pixi .nav {
    display: none;
  }

  .at-pixi .tab-content h2 {
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
  }
}


/*--------------------------------------------------------------
# Crafts
--------------------------------------------------------------*/
#crafts {
  padding: 60px 0;
  margin-bottom: 20px;
}

.crafts .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.crafts .section-title h2 {
  font-weight: 200;
  color: #049A9C;
  line-height: 1;
  text-transform: uppercase;
  font-size: 4rem;
}

.crafts .section-title h3 {
  font-weight: 700;
  color: #282D42;
  line-height: 1;
  text-transform: uppercase;
  font-size: 6.7rem;
}

.crafts-card {
  margin-top: 50px;
}

.card {
  position: sticky;
  top: 200px;
  transform-origin: center top;
  padding: 10px 20px;
  margin: 0;
  border: none;
  border-radius: 30px;
}

.card.brud {
  background-color: #FFF7E2;
}

.card.brud .brud-intro span {
  display: inline-block;
  background-color: #FFE193;
  border-radius: 20px;
  color: #2D2D2D;
  font-size: 15px;
  text-align: center;
  padding: 5px 15px;
  font-weight: 500;
}

.brud-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.brud-app .app-tag h4 {
  color: #000000;
  font-weight: 300;
  line-height: 2;
}

.app-img {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1920px) {
  .crafts .section-title h2 {
    font-size: 105px;
  }

  .crafts .section-title h3 {
    font-size: 175px;
  }
}

@media (max-width: 767px) {
  .crafts .section-title h2 {
    font-size: 2rem;
  }

  .crafts .section-title h3 {
    font-size: 5rem;
  }
}


/*--------------------------------------------------------------
# Palettes
--------------------------------------------------------------*/

#palette {
  padding: 60px 0;
}

#palette .palette-wrapper {
  display: flex;
}

.color-palette {
  margin-right: 40px;
}

.palette-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.palette-wrapper ul li.color {
  width: 40px;
  height: 110px;
  border-radius: 15px;
  margin-bottom: 18px;
}

.palette-wrapper ul li.color1 {
  background-color: #D9FEDD;
}

.palette-wrapper ul li.color2 {
  background-color: #EED9FE;
}

.palette-wrapper ul li.color3 {
  background-color: #FED9D9;
}

.palette-wrapper ul li.color4 {
  background-color: #F9FFB7;
  margin-bottom: 0;
}

.what-we-luv h2 {
  font-weight: 300;
  color: #2D2D2D;
  line-height: 1;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin: 0;
}

.what-we-luv h3 {
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1;
  font-size: 5rem;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.what-we-luv h3 span {
  color: #F30056;
}

.what-we-luv h4 {
  font-weight: 300;
  color: #2D2D2D;
  line-height: 1.6;
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.what-we-luv h4 strong {
  font-weight: 500;
}

:root {
  --columns: 4;
  --betweenColumns: 20px;
  /* This value is doubled when no margin collapsing */
}

.palette-area .palette-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--betweenColumns));
}

.palette-area .palette-list li {
  background: rgb(251, 251, 251);
  background: linear-gradient(90deg, rgba(251, 251, 251, 1) 0%, rgba(243, 243, 243, 1) 100%);
  border-radius: 20px;
  padding: 15px;
  width: calc(1/var(--columns) * 100% - 2 * var(--betweenColumns));
  margin: var(--betweenColumns);
  margin-top: 0;
}

.palette-area .palette-list li img {
  width: 27px;
}

.palette-area .palette-list li h6 {
  font-size: .9rem;
}

.palette-area .palette-list li p {
  font-size: .8rem;
  ;
}

@media (max-width: 1381px) {
  .what-we-luv h4 {
    font-size: 1.9rem;
  }

  :root {
    --betweenColumns: 15px;
    /* This value is doubled when no margin collapsing */
  }
}

@media (max-width: 1336px) {
  .what-we-luv h4 {
    font-size: 29px;
  }

  :root {
    --betweenColumns: 10px;
    /* This value is doubled when no margin collapsing */
  }

  .palette-area .palette-list li {
    margin-top: 10px;
  }

  .palette-area .palette-list li h6 {
    display: flex;
    align-items: center;
  }

  .palette-area .palette-list li img {
    height: 30px;
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .what-we-luv h2 {
    font-size: 1.5rem;
  }

  .what-we-luv h3 {
    font-size: 2.8rem;
  }

  .what-we-luv h4 {
    font-size: 21px;
  }

  .what-we-luv p {
    font-size: 14px;
  }

  .palette-area .palette-list li h6 {
    font-size: 13px;
  }

  .palette-area .palette-list li {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  #palette .palette-wrapper {
    display: block;
  }

  .what-we-luv h2 {
    font-size: 2.5rem;
  }

  .what-we-luv h3 {
    font-size: 3.8rem;
  }

  .palette-wrapper ul {
    display: flex;
    justify-content: space-between;
  }

  .color-palette {
    display: none;
  }

  .palette-wrapper ul li.color {
    width: 20%;
    height: 20px;
  }

  .what-we-luv {
    margin-bottom: 30px;
  }

  .palette-area .palette-list {
    display: block;
  }

  .palette-area .palette-list li {
    width: 100%;
  }

  .palette-area .palette-list li img {
    width: inherit;
  }
}

/*--------------------------------------------------------------
# Domains
--------------------------------------------------------------*/
.domains {
  padding: 60px 0;
}

.domains .section-title h3 {
  color: #282D42;
  font-weight: 500;
  line-height: 1;
  font-size: 1.75rem;
  text-align: center;
}

.domain-list {
  margin-top: 30px;
}

:root {
  --column: 5;
}

.domain-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--betweenColumns));
}

.domain-list ul li {
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  width: calc(1/var(--column) * 100% - 2 * var(--betweenColumns));
  margin: var(--betweenColumns);
  margin-top: 0;
}

.domain-list ul li p {
  font-weight: 500;
  margin: 15px 0 0;
}

.domain-list h4 {
  font-size: 2rem;
  color: #F30056;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 992px) {
  .domain-list ul {
    display: block;
  }

  .domain-list ul li {
    width: 100%;
  }

  .domain-list ul li img {
    width: 52px !important;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .domains .section-title h3 {
    font-size: 1rem;
  }
}

.all-services {
  padding: 30px 0 0;
  background-color: #F9F9F9;
  margin-bottom: 60px;
}

.all-services .section-title {
  text-align: center;
}

.all-services .section-title h2 {
  font-size: 2rem;
  font-weight: 200;
  color: #202020;
  text-transform: inherit;
  margin-bottom: 40px;
}

.all-services .section-title h2 span {
  font-weight: 600;
}


@media (max-width: 767px) {

  .all-services .section-title h2,
  .domain-list h4 {
    font-size: 1rem;
  }

  .all-services .section-title h2 span {
    display: inline-block;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Connects
--------------------------------------------------------------*/

.connects {
  padding: 100px 0 0;
}

.directors-profile-wrapper {
  border: 2px solid #C1C1C1;
  border-radius: 30px;
  padding: 30px 30px 0;
  margin-bottom: 60px;
}

.directors-profile-wrapper h2 {
  font-size: 6rem;
  color: #282D42;
  margin: 0 0 15px;
  line-height: 1;
}

.directors-profile-wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.directors-profile-wrapper ul li {
  margin-right: 20px;
}

.directors-profile-wrapper ul li:last-child {
  margin-right: 0;
}

.directors-profile-wrapper ul li a {
  color: #2D2D2D;
}

.directors-profile-wrapper ul li a i {
  color: #1B75BB;
}

.directors-profile-wrapper ul li a i img {
  position: static;
}

.directors-profile-wrapper img {
  position: absolute;
  top: -105px;
  right: 50px;
}

@media (max-width: 1180px) {
  .directors-profile-wrapper h2 {
    font-size: 5rem;
  }
}

@media (max-width: 992px) {
  .directors-profile-wrapper h2 {
    font-size: 4rem;
  }

  .mb-20 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-dir {
    margin-bottom: 50px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .directors-profile-wrapper h2 {
    font-size: 2rem;
  }
}

/* Directors end */

.testimonial-wrapper {
  background-image: url(../img/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 60px 0;
}

.testimonial-wrapper .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.testimonial-wrapper .section-title h2 {
  font-weight: 600;
  color: #282D42;
  font-size: 2rem;
}

.testimonial-wrapper .section-title h5 {
  font-weight: 400;
  color: #2d2d2d;
  font-size: 1.5rem;
}

.testimonial-wrapper .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.testimonia-item {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgb(222 255 253 / 60%);
  border-radius: 20px;
  padding: 25px;
}

.testimonial-by {
  display: flex;
}

.testimonial-image {
  margin-right: 20px;
}

.testimonial-name h2 {
  font-size: 21px;
  color: #2D2D2D;
  font-weight: 400;
}

.testimonial-name h5 {
  font-size: 15px;
  color: #494949;
  margin: 10px 0;
  font-weight: 400;
}

.testimonial-name img {
  max-width: 30px;
}

.testimonial-text {
  margin-top: 20px;
}

.testimonial-text p {
  margin-bottom: 0;
}

.testimonial-text h3 {
  font-size: 24px;
  color: #2d2d2d;
  margin: 0 0 20px;
  font-weight: 500;
}

.testimonial-slides .owl-item.active {
  opacity: .7;
}

.testimonial-slides .owl-item.active.center {
  opacity: 1;
}

.testimonial-slides .owl-item.active.center .testimonia-item {
  padding: 80px 25px;
}

.testimonial-slides .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.testimonial-slides .owl-nav button {
  width: 85px;
  background-position: center;
}

.testimonial-slides .owl-nav button span {
  font-size: 0;
}

.testimonial-slides .owl-nav button:focus {
  outline: none;
  border: none;
}

.testimonial-slides .owl-nav button.owl-prev {
  background-image: url(../img/testimonial/left.png);
  background-repeat: no-repeat;
}

.testimonial-slides .owl-nav button.owl-next {
  background-image: url(../img/testimonial/right.png);
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .testimonial-slides .owl-item.active.center .testimonia-item {
    padding: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }

  .testimonial-wrapper {
    background-position: center;
    background-size: cover;
  }

  .testimonial-wrapper .section-title h2 {
    font-size: 1.5rem;
  }

  .testimonial-wrapper .section-title h5 {
    font-size: 1rem;
  }

  .testimonial-text h3 {
    font-size: 20px;
  }

  .testimonial-text p {
    font-size: 15px;
  }
}

/* Testimonial end */

.lets-discuss {
  padding: 90px 0;
  background: rgb(16, 22, 51);
  background: linear-gradient(180deg, rgba(16, 22, 51, 1) 0%, rgba(0, 49, 50, 1) 100%);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 0;
}

.lets-discuss h2 {
  font-weight: 400;
}

.lets-discuss h3 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 40px;
}

.lets-discuss p {
  font-weight: 400;
  margin-bottom: 30px;
}

.lets-discuss a {
  color: #000000;
  background: #F7F7F7;
  border-radius: 50px;
  padding: 15px 75px;
  display: inline-block;
  font-size: 18px;
  transition: .5s all;
  font-weight: 400;
}

.lets-discuss a:hover {
  background: #ffffff;
  transition: .5s all;
}

@media (max-width: 992px) {
  .lets-discuss h2 {
    font-size: 1.5rem;
  }

  .lets-discuss h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .lets-discuss p {
    font-size: 14px;
  }

  .brud-intro h4 {
    font-size: 18px;
  }
}

/* Lets Discuss end */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 60px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-text h2 {
  font-size: 4.5rem;
  color: #2D2D2D;
  font-weight: 600;
}

.footer-text p {
  margin-bottom: 0px;
}

.footer-text a {
  color: #2d2d2d;
  font-size: 20px;
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.footer-social ul li {
  height: 100%;
  width: 20%;
}

.footer-social ul li a {
  color: #000000;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
}

.footer-social ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.footer-social ul li a i img {
  width: 20px;
}

.footer-social ul li a.instagram {
  background-color: rgba(229, 192, 255, 0.6);
}

.footer-social ul li a.linkedin {
  background-color: rgba(182, 215, 255, 0.6);
}

.footer-social ul li a.facebook {
  background-color: rgba(255, 164, 199, 0.6);
}

.footer-social ul li a.behance {
  background-color: rgba(255, 190, 196, 0.6);
}

.footer-social ul li a.dribbble {
  background-color: rgba(175, 250, 255, 0.6);
}

@media (max-width: 1450px) {
  .footer-social ul li a {
    font-size: 18px;
  }

  .footer-social ul li a i {
    font-size: 24px;
  }

  .footer-text h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1200px) {
  .footer-text h2 br {
    display: none;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-social ul {
    margin: 30px 0 0;
  }

  .footer-social ul li {
    flex: 1;
  }

  .footer-social ul li a {
    justify-content: center;
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .footer-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .footer-social ul li a {
    font-size: 20px;
  }

  .footer-social ul li a span {
    display: none;
  }

  .footer-text h2 {
    font-size: 20px;
  }

  .footer-text a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Copyright
--------------------------------------------------------------*/

.copyright {
  padding: 20px 0;
  background-color: #F8F8F8;
}

.copyright-wrapper {
  display: flex;
  justify-content: space-between;
}

.copy-text p {
  margin: 0;
  font-size: 16px;
}

.bottom-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.bottom-nav ul li {
  margin-left: 30px;
}

.bottom-nav ul li:first-child {
  margin-left: 0;
}

.bottom-nav ul li a {
  color: #2D2D2D;
  font-size: 16px;
}

@media (max-width: 767px) {
  .copyright-wrapper {
    display: block;
  }

  .copy-text p {
    text-align: center;
  }

  .bottom-nav ul {
    justify-content: center;
    margin: 20px 0 0;
  }
}

.one {
  background-color: #FFF7E2;
}

.two {
  background-color: #FDF4FF;
}

.three {
  background-color: #F5FEFF;
}

.four {
  background-color: #FFEBE6;
}

.five {
  background-color: #F3FFE8;
}

.six {
  background-color: #ECE9FF;
}

.seven {
  background-color: #FFEBE1;
}

h4.skip-folio a {
  color: #2d2d2d
}

h4.skip-folio {
  display: none;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  right: 20px;
}

h4.skip-folio.skip {
  display: block;
}


.carzyHeads {
  width: 300px;
  height: 330px;
  display: flex;
  align-items: flex-end;
}

.carzyHeads::after {
  position: absolute;
  content: url('../img/ml-final.png');
  bottom: -7px;
  left: 0;
}

.carzyHeads img {
  display: none;
}

@media (max-width: 767px) {
  .sm-order-2 {
    order: 2;
  }

  .carzyHeads {
    height: 220px;
  }
}

@media (min-width: 1600px) {
  #hero h2 {
    font-size: 90px;
  }

  .search-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .search-text h3 {
    font-size: 3rem;
  }

  .search-text h3 span {
    font-size: 4.4rem;
  }

  .at-pixi .nav li a {
    font-size: 4.2rem;
  }

  .at-pixi .tab-content ul li {
    font-size: 20px;
  }

  .crafts .section-title h2 {
    font-size: 5rem;
  }

  .crafts .section-title h3 {
    font-size: 8rem;
  }

  .domains .section-title h3 {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  .all-services .section-title h2 {
    font-size: 3rem;
  }

  .palette-area .palette-list li {
    padding: 30px;
  }

  .directors-profile-wrapper h2 {
    font-size: 7rem;
  }

  .carzyHeads {
    height: 290px;
  }

  .testimonial-wrapper .section-title h2 {
    font-size: 3rem;
  }

  .testimonial-wrapper .section-title h5 {
    font-size: 2.5rem;
  }

  .lets-discuss h2 {
    font-size: 3rem;
  }

  .lets-discuss h3 {
    font-size: 4rem;
  }

  .lets-discuss p {
    font-size: 1.5rem;
  }

  .lets-discuss a {
    font-size: 1.5rem;
  }

  .footer-text h2 {
    font-size: 5.5rem;
  }

  .footer-text a {
    font-size: 30px;
  }

  .footer-social ul li a {
    font-size: 1.2rem;
  }

  .copy-text p,
  .bottom-nav ul li a {
    font-size: 18px;
  }

  .what-we-luv h3 {
    font-size: 6.5rem;
  }

  .what-we-luv h4 {
    font-size: 2rem;
  }

  .what-we-luv p {
    line-height: 2.5;
  }
}

/*Piyush CSS*/
.scrollmagic-pin-spacer {
  margin: 0 0 70px !important;
}

.brud-app {
  display: flex;
  align-items: center;

}

.burd-app-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brud-intro .category {
  padding: 5px 25px;
  border-radius: 20px;
  margin: 30px 0;
  display: inline-block;
}
.category1 {
  background: #FFE193;
}
.category2 {
  background: #F4C2FF;
}
.category3 {
  background: #FFB9A6;
}
.category4 {
  background: #C7FFA5;
}
.category5 {
  background: #C1B7FF;
}

.desktop .brud-intro .category {
  margin: 0;
}

.aap-features {
  display: flex;
  gap: 10px;
}

.aap-features .app-img {
  flex: 1;
}

.app-more-area {
  display: flex;
  margin-top: 20px;
}

.app-review {
  background-color: #E8491D;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 61%;
}

.app-review p {
  font-size: 18px;
  line-height: 42px;
}

.app-banner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scrollmagic-pin-spacer .panel {
  padding: 50px;
  z-index: 0;
}

.block {
  display: block;
}

.form-modals .subtitle {
  padding: 0 1rem;
  text-align: center;
}

.form-modals .wrapper .description {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-modals .wrapper .description h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.form-modals .wrapper .description p {
  font-size: 13px;
  margin-bottom: 0;
}

.form-modals .modal-header {
  border: none;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.form-modals .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
}

.form-modals .close:focus {
  outline: none;
}

.form-modals .modal-content {
  padding: 50px 63px;
}

@media (max-width: 767px) {
  .form-modals .modal-content {
    padding: 40px 10px;
  }
}

.form-modals .modal-footer {
  border-top: 0;
  justify-content: center;
  padding: 0;
}

#stepOne .modal-footer a {
  color: #F30056;
  position: relative;
}

#stepOne .modal-footer a::after {
  position: absolute;
  content: "";
  background-image: url('../img/arrow-right.svg');
  top: 0;
  right: -30px;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease 0s;
}

#stepOne .modal-footer a:hover::after {
  right: -25px;
}

.form-modals input[type="text"] {
  border-bottom: 1px solid #D9D9D9;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
}

#stepTwo.form-modals .row {
  margin-bottom: 30px;
}

#stepTwo.form-modals .label {
  display: flex;
  justify-content: flex-end;
}

#stepTwo .modal-footer .namaste-btn {
  background-color: #049A9C;
  color: #ffffff;
  padding: 12px 60px;
  border-radius: 50px;
}

.form-modals .final-greet-img {
  display: flex;
  justify-content: center;
}

.form-modals .final-greet-img img {
  width: 200px;
}

.form-modals .greet-msg {
  text-align: center;
  margin-top: 40px;
}

.form-modals .greet-msg h4 {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .burd-app-image {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .form-modals .wrapper {
    height: 170px;
  }

  .carzyHeads img {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .carzyHeads::after {
    content: "";
  }
}

.namaste-first .wrapper {
  position: relative;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0;
}

.namaste-first .wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.namaste-first .wrapper .input-inner {
  position: relative;
}

.namaste-first .wrapper input[type=checkbox]:checked~.input-inner:after {
  content: '';
  background-image: url('../img/pop-up/tick-circle.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 20px;
}

.namaste-first .wrapper.input-checked {
  border: 1px solid #049A9C;
}

.brud-intro h4 {
  color: #000000;
  font-weight: 300;
  line-height: 2;
}

.client-logo {
  margin-bottom: 30px;
}

.crafts .view-project {
  color: #2D2D2D;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 35px;
  transition: 1s all;
}

.folio-btn {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 4px;
  border-radius: 60px;
  transition: 1s all;
}

.folio-btn:hover {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #FF75A6, #C567FF, #64F5FF,  #5B89FF);
  padding: 2px;
  border-radius: 60px;
  transition: 1s all;
}

.crafts .view-project:hover,
.panel .centered a:hover {
  background: linear-gradient(180deg, #D2DDFF 0%, #DAFDFF 100%);
  transition: 1s all;
  color: #000000;
}

.crafts .view-project:hover {
  background: #ffffff;
  transition: 1s all;
  color: #000000;
}

.brand-logos>div {
  display: flex;
  margin-bottom: 30px;
}

.brand-logos>div:last-child {
  margin-bottom: 0;
}

.brand-logos>div:nth-child(odd) {
  justify-content: flex-start;
}

.brand-logos>div:nth-child(even) {
  justify-content: flex-end;
}

.brand-logos.last>div:nth-child(odd) {
  justify-content: flex-end;
}

.brand-logos.last>div:nth-child(even) {
  justify-content: flex-start;
}

.brand-logos>div img {
  filter: grayscale(1);
  transform: scale(0.9);
}

section.panel {
  border-radius: 30px;
  padding: 50px;
}

.panel .centered .view-folio {
  position: absolute;
  bottom: 0;
}

@media (max-width: 992px) {
  .panel .centered .view-folio {
    position: relative;
    margin-bottom: 50px;
  }
}

.panel .centered {
  padding: 0 70px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel .centered a {
  background: #2D2D2D;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
}

.panel .frame-box {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.panel .frame-box img {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  transform: scale(1);
  top: 0;
  left: 0;
}

.panel .frame-box video {
  position: absolute;
  width: 100vw;
  height: 100%;
  object-fit: contain;
  top: 0px;
  left: 0;
  transform: scale(0.955);
}

.kitchenFlo-logo img {
  margin-right: 40px;
}
.kitchenFlo-gif {
  width: 150px;
}

.kitchenFlo-logo {
  margin-bottom: 30px;
}

.four .about-project {
  display: flex;
  font-size: 48px;
  margin-bottom: 30px;
  align-items: end;
}


/*about us page css*/
.about-us-hero {
  width: 100%;
  background: #ffffff;
  margin-top: 129px;
  margin-bottom: 40px;
  position: relative;
}

.about-us-content h2 {
  font-weight: 300;
  font-size: 40px;
}

.about-us-content h2 b {
  font-weight: 700;
}

.pixi-labs {
  background-color: #1E2545;
  background-image: url('../img/pixi-labs.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 200px 0;
}

.pixi-labs h4 {
  color: #ffffff;
}

.about-page .container {
  max-width: 1200px;
}

.ethics {
  padding: 60px 0 0;
}

ol.ethics-listing {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ol.ethics-listing li {
  width: 48%;
}

.marque-section {
  padding: 60px 0;
}
.marque-section h2 {
  font-size: 90px;
  color: #000000;
  line-height: 1;
  margin: 0; 
}

.marque-section h2.center-marque {
  color: #ffffff;
  text-align: center;
  font-size: 90px;
  margin: 30px 0;
  text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
               1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}

.how-we-work {
  padding: 60px 0 0;
}

.how-we-work .how-we-work-listing {
  counter-reset: li;
  margin-top: 60px;
}

.how-we-work .how-we-work-listing li {
  position: relative;
  counter-increment: li;
  min-height: 2rem;
  list-style: none;
  padding-left: 80px;
  margin-bottom: 60px;
}

.how-we-work .how-we-work-listing li:last-child {
  margin-bottom: 0;
}

.how-we-work .how-we-work-listing li h4 {
  font-size: 25px;
  font-weight: 500;
}

.how-we-work .how-we-work-listing li p {
  margin-bottom: 0;
}

.how-we-work .how-we-work-listing li::before {
  content: counter(li);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  width: 50px;
  height: 110px;
  justify-content: center;
  align-items: center;
  color: #EFEFEF;
}

.clubgrub-gif {
  mix-blend-mode: multiply;
}

.dragonfly-gif {
  mix-blend-mode: color-burn;
}

@media (max-width: 1199px) {
  .brud-intro {
    margin-bottom: 20px;
  }

  .four .about-project {
    font-size: 30px;
  }

  .scrollmagic-pin-spacer .panel {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.kitchenFlo-intro {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-us-content h2 {
    font-size: 30px;
  }
  .pixi-labs {
    padding: 80px 0;
  }
  ol.ethics-listing {
    display: block;
  }
  ol.ethics-listing li {
    width: 100%;
  }
  .marque-section h2, .marque-section h2.center-marque, .how-we-work .how-we-work-listing li h4 {
    font-size: 20px;
  }
  .how-we-work .how-we-work-listing li::before {
    font-size: 80px;
    line-height: 1;
    height: 70px;
  }
}
