* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
body,
p,
h1,
h6,
h4 {
  font-family: "Open Sans", sans-serif;
}
.pull-left {
  padding-left: 40px;
}
hr {
  border-top: 1px solid #b7b7b785;
}
p {
  font-size: 18px;
}
ul,
li {
  font-size: 18px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.section-about-b a {
  color: #fefeff;
  text-decoration: none;
}
.line {
  padding-bottom: 5px !important;
  width: fit-content;
  margin: auto;
}

.active {
  color: #00ebe9 !important;
  font-weight: bold;
  font-size: 20px;
}
li.active-sub {
  background-color: #d9d9d9;
}
li.active-sub ul {
  color: #000000;
}
.float-right {
  float: right;
}
.v-header {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.a-header {
  height: 67vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}

.fullscreen-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullscreen-banner-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: 1;
  opacity: 0.65;
  overflow: hidden;
}

.header-content {
  z-index: 2;
  display: block;
  margin-top: 50px;
}

.artist-header {
  z-index: 2;
  display: block;
  margin-top: 50px;
  text-align: center;
}

.artist-header h1 {
  font-size: 51px;
  margin-bottom: 35px;
  font-weight: 600;
  background-color: #f3ec78;
  background-image: linear-gradient(
    92deg,
    #00ff3c 0%,
    #6174f1 100%,
    #6174f1 100%
  );
  background-size: 20%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.brand-header {
  z-index: 2;
  display: block;
  margin-top: 50px;
  text-align: center;
}

.brand-header h1 {
  font-size: 51px;
  margin-bottom: 35px;
  font-weight: 600;
  background-color: #f3ec78;
  background-image: linear-gradient(90deg, #6174f1 0%, #e55393 100%);
  background-size: 20%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.contact-header {
  z-index: 2;
  display: block;
  margin-top: 50px;
  text-align: center;
}

.contact-header h1 {
  font-size: 51px;
  margin-bottom: 35px;
  font-weight: 600;
  background-color: #f3ec78;
  background-image: linear-gradient(90deg, #e81694 0%, #ff0023 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.about-header {
  z-index: 2;
  display: block;
  margin-top: 50px;
  text-align: center;
}

.about-header h1 {
  font-size: 51px !important;
  margin-bottom: 35px;
  font-weight: 600 !important;
  background-color: #f3ec78;
  background-image: linear-gradient(172deg, #cd8e1c 0%, #d056a3 100%);
  background-size: 26%;

  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.about-top-padding {
  padding-top: 30px;
}
/*  */
.navbar-bottom {
  z-index: 2;
  text-align: -webkit-center;
  padding: 0px 135px;
  background-color: #0000007c;
  border-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000000;
  background-color: transparent;
}
a.navbar-brand {
  padding: 0px 50px 50px 20px;
}
.navbar-bottom-brand {
  font-size: 18px;
  padding-left: 50px;
}

.navbar-bottom-nav {
  float: right;
}

.navbar-bottom-nav li {
  color: white;
  font-size: 18px;
  padding: 0 10px;
}

.nnav-hover li a:hover {
  font-weight: bold;
  font-size: 600px !important;
}

/*  */
.navbar {
  -webkit-box-shadow: 20px 20px 20px #cacaca;
  -moz-box-shadow: 20px 20px 20px #fc0;
  box-shadow: -5px 0px 20px black;
  z-index: 999;
  z-index: 99;
  padding: 5px 30px;
  padding-top: 15px;
  background-color: rgb(255 255 255);
  border-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar-brand {
  font-size: 18px;
  padding-left: 50px;
}

.navbar-nav {
  float: right;
}

.navbar-nav li {
  color: white;
  font-size: 16px;
  padding: 0 10px;
}

.navbar-nav li a:hover {
  font-weight: bold;
}

.navbar-bottom-nav {
  float: right;
}

.navbar-bottom-nav li {
  color: white;
  font-size: 18px;
  padding: 0 10px;
}

.navbar-bottom-nav li a:hover {
  font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  font-weight: bold;
}

.header-content h1 {
  font-size: 3.75vw;
  margin-bottom: 35px;
  font-weight: 500;
  background-color: #f3ec78;
  background-image: linear-gradient(
    90deg,
    #00ff3c 0%,
    #6174f1 33%,
    #e55393 65%,
    #ff0000 100%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.header-content p {
  font-size: 24px;
  padding: 10px 85px;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 2rem;
  letter-spacing: 0px;
  color: #d6cbcb;
}

/* brand image */
.section-c-imgs img {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -500px;
  right: 22%;
  width: 450px;
}
/* brand image end*/

/* artist image */
.section-d-imgs img {
  display: block;
  z-index: 2;
  position: absolute;
  top: -100px;
  left: 23%;
  width: 450px;
}
/* artist image end */

.section {
  padding: 40px 30px;
}

.section-a {
  background-color: #0c2750 !important;
  color: #00ebe9;
}

.section-a p {
  font-size: 18px;
  padding: 10px 205px;
  padding-bottom: 25px;
  font-weight: 600;
}
.social-icons img {
  width: 120px;
}

.section-b {
  background-color: #f2f2f2;
}

.section-b p {
  font-size: 18px;
  margin: 9% 15%;
  color: black;
}
.section-artist-b {
  background-color: white;
  padding: 45px 35px;
}
.section-artist-b p {
  font-size: 18px;
  margin: 120px 100px 105px 155px;
  color: black;
}

.section-about-b {
  background-color: white;
  padding: 45px 35px;
}
.section-brand-b {
  background-color: white;
  padding: 45px 35px;
}
.section-brand-b p {
  font-size: 18px;
  margin: 120px 45px 40px 150px;
  color: black;
}

.section-story-b {
  background-color: white;
  padding: 45px 30px;
}
.section-story-b p {
  font-size: 18px;
  margin: 90px 45px 40px 150px;
  color: black;
}

li.item {
  font-size: 19px;
  text-align: left;
  color: white;
}
.section-mission-b {
  padding: 45px 30px;
}
.section-mission-b p {
  font-size: 18px;
  padding: 120px 15px 120px 150px;
}
.section-team-b {
  padding: 45px 30px 10px 30px;
}
.section-team-b p {
  font-size: 18px;
  padding: 60px 280px 20px 280px;
  text-align: -webkit-center;
  font-weight: bold;
}

.our-values h3,
p {
}
.section-about-b p {
  font-size: 18px;
  padding: 15px 15px 10px 150px;
  color: black;
}
.section-contact-b p {
  font-size: 18px;
  padding: 40px 5px 30px 155px;
  color: black;
}
.section-contact-b input {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 5px 20px;
  margin-left: 10px;
}

section.section.section-contact-b {
  background-color: white;
}

.collageimg img {
  width: 100%;
  right: 0;
  padding: 15px 0px 15px 0px;
}
@media (min-width: 1196px) {
  .bounce {
    bottom: 20px !important;
    height: 35px !important;
    width: 35px !important;
  }
  /*   .collageimg img {
      width: 100%;
      right: 0;
      margin: 70px 40px;
  
    } */
}
@media (min-width: 1596px) {
  /* .collageimg img {
         margin: 0px 40px;
    } */
    ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
      float: left;
      position: relative;
      left: calc(100vw - 75%);
    }
}
.nav-center li {
  padding: 0 25px;
}
ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
  float: left;
  position: relative;
  left: calc(100vw - 72%);
}
.nav-box a {
  color: white !important;
}
@media (min-width: 1196px) {
  .collageimg img {
    width: 100%;
    right: 0;
    padding: 15px 0px 15px 0px;
  }
}
@media (min-height: 1086px) {
  .fullscreen-video-wrap video {
    height: 100vh;
  }
}
@media (max-width: 1280px) and (min-width: 1119px) {
  .section-c-imgs img {
    top: 80px;
    right: 15%;
  }
  /* brand image end*/

  /* artist image */
  .section-d-imgs img {
    top: -90px;
    left: 16%;
  }
}
@media (min-width: 1410px) {
  .nav-center {
    margin: 0px 0%;
  }
  #circle-mission {
    left: -70px;
  }
  #circle-team {
    left: -70px;
  }
  .section-artist-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-brand-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-story-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-mission-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-team-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-about-b {
    padding-right: 128px !important;
    padding-left: 150px !important;
  }
  .section-contact-b {
    padding-left: 50px;
  }
}
/* section c */

.sections1 {
  padding: 0px;
}

.section-c p {
  font-size: 18px;
  padding: 10px 5px 75px 5px;
  text-align: center;
  color: white;
}

.learnmore {
  font-size: 14px !important;

  color: white;
}
.learnmore {
  margin-top: -50px;
}
.learnmore:hover {
  text-decoration-line: underline;
    text-underline-offset: 5px;
}


/* learn team */
.border-none{
  border: none !important;
}
.learnmore-team {
  font-size: 14px !important;

  color: rgb(0, 0, 0);
}
.learnmore-team:hover {
  text-decoration-line: underline;
    text-underline-offset: 5px;
}

.section-c h2 {
  padding-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.section-c .section-c-p {
  background-image: linear-gradient(180deg, #cbc502 -45%, #c100a0 100%);
  padding: 75px 50px 130px 50px;
}

.section-c-img img {
  position: relative;
  left: 205px;
  top: 55px;
  z-index: 1;
  width: 53%;
}

@media screen and (min-width: 1554px) and (max-width: 1854px) {
  .section-c-img img {
    width: 58%;
    left: 160px;
    top: 65px;
  }
  #circle1 {
    top: 10px;
  }
  .section-d-img img {
    width: 560px;
    left: 145px !important;
    top: -61px !important;
  }
  #circle2 {
    top: 315px !important;
  }
}
@media (min-width: 1700px) {
  .section-c .section-c-p {
    padding: 85px 50px 145px !important;
  }
  .section-c-imgs img {
    top: 40px;
    right: 26%;
  }
  .section-d-imgs img {
    top: -75px;
    left: 26%;
    width: 450px;
  }
}
@media (min-width: 1554px) {
  .fullscreen-video-wrap video {
    width: 150vw;
  }
  ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
    left: calc(100vw - 68%);
  }
}
@media (min-width: 2400px) {
  ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
    left: calc(100vw - 95%);
  }
}
@media (max-width: 1554px) {
  .artist-content {
    padding: 140px 0px !important;
  }
  .brand-content {
    padding: 140px 0px !important;
  }
  .artist-content {
    padding: 100px 0px !important;
  }

  .contact-content {
    padding: 140px 0px !important;
  }
}

@media screen and (min-width: 1310px) and (max-width: 1554px) {
  .section-artist-b p {
    font-size: 18px;
    margin: 120px 45px 40px 150px;
  }
  .section-c-imgs img {
    display: block;
    z-index: 2;
    position: absolute;
    top: 75px;
    right: 16%;
    width: 450px;
  }
  .section-d-imgs img {
    display: block;
    z-index: 2;
    position: absolute;
    top: -75px;
    left: 16%;
    width: 450px;
  }
  .section-c-img img {
    width: 70%;
    left: 100px;
    top: 85px;
  }
  #circle1 {
    top: 11px;
    right: 134px !important;
  }
  .section-d-img img {
    left: 92px !important;
    top: -60px !important;
  }
  #circle2 {
    top: 290px !important;
    right: 134px !important;
  }
}
@media (max-width: 1200px) {
  .section-artist-b p {
    font-size: 18px;
    margin: 120px 5px 35px 150px;
  }
  .section-brand-b p {
    font-size: 18px;
    margin: 120px 5px 35px 150px;
  }
  #circle-contact {
    top: -10px;
    left: 5px !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1310px) {
  .nav-center {
    margin: 0px -1%;
  }
  .section-artist-b p {
    font-size: 18px;
    margin: 120px 5px 65px 150px;
  }
  .section-c-imgs img {
    display: block;
    z-index: 2;
    position: absolute;
    top: 60px;
    right: 15%;
    width: 450px;
  }
  .section-d-imgs img {
    display: block;
    z-index: 2;
    position: absolute;
    top: -60px;
    left: 15%;
    width: 450px;
  }
  .section-c-img img {
    left: 120px;
    top: 128px;
  }
  #circle1 {
    top: 20px;
    right: 140px !important;
  }
  .section-d-img img {
    left: 60px !important;
    top: 120px;
  }
  #circle2 {
    top: 20px;
    right: 140px !important;
  }
}

#circle1 {
  position: absolute;
  right: 260px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(180deg, #db2a9a 0%, #522cec 100%);
}
/* Section d */

.sections2 {
  padding: 0px;
}

.section-d p {
  font-size: 18px;
  padding: 15px 5px 75px 5px;
  text-align: center;
  color: white;
}

.section-d h2 {
  padding-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.section-d .section-d-p {
  background-image: linear-gradient(180deg, #dc1994 0%, #4118e9 100%);
  padding: 85px 50px 145px 50px;
}

.section-d-img img {
  position: absolute;
  left: 140px !important;
  top: -90px;
  z-index: 2;
  width: 55% !important;
}

/* .social-icons {
  padding: 20px 0px 5px 0px;
} */
.social-icons {
  /* padding: 20px 0px 5px 0px; */
  display: inline-block;
}
.section-team p {
  font-size: 18px;
  padding: 20px 201px;
  text-align: center;
  color: #2c2c2c !important;
}

.section-team {
  background-image: linear-gradient(1deg, #f5f5f5 0%, #d6d6d6 100%);
}
.section-team h2 {
  font-weight: 500;
}
.section-artist-det {
  background-image: linear-gradient(1deg, #f5f5f5 0%, #d6d6d6 100%);
}

.section-artist-det p {
  font-size: 28px !important;
  text-align: center;
  font-weight: 600;
  color: #2c2c2c !important;
  background-image: linear-gradient(
    90deg,
    #00ff3c 0%,
    #6174f1 100%,
    #6174f1 100%
  ) !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-brand-det {
  /* background-image: linear-gradient(180deg, #d64f8c 0%, #696ad9 100%); */
  background-image: linear-gradient(1deg, #f5f5f5 0%, #d6d6d6 100%);
}
.section-brand-det p {
  color: #2c2c2c !important;
  font-size: 28px !important;
  text-align: center;
  font-weight: 600;
  background-image: linear-gradient(90deg, #6174f1 0%, #e55393 100%) !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-about-det {
  /* background-image: linear-gradient(180deg, #d747ac 0%, #b29119 100%); */
  background-image: linear-gradient(1deg, #f5f5f5 0%, #d6d6d6 100%);
}
.section-about-det p {
  color: #2c2c2c !important;
  font-size: 28px !important;
  text-align: center;
  font-weight: 600;
  background-image: linear-gradient(90deg, #cd8e1c 0%, #d056a3 100%) !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-contact-det {
  /* background-image: linear-gradient(180deg, #c83381 0%, #f55a77 100%); */
  background-image: linear-gradient(1deg, #f5f5f5 0%, #d6d6d6 100%);
}
.section-contact-det p {
  font-size: 28px !important;
  text-align: center;
  font-weight: 600;
  background-image: linear-gradient(90deg, #e81694 0%, #ff0023 100%) !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {


  .logos-mob {
    display: none;
  }
  .btn-lg {
    float: right !important;
  }
  span.next-line::before {
    content: "\A";
    white-space: pre;
  }
  .section-artist-det p {
    font-size: 18px;
    padding: 30px 160px;
    color: #2c2c2c !important;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  .section-brand-det p {
    font-size: 18px;
    padding: 30px 160px;
    color: #2c2c2c !important;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  .section-contact-det p {
    font-size: 18px;
    padding: 30px 160px;
    color: #2c2c2c !important;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }

  .section-about-det p {
    font-size: 18px;
    padding: 30px 70px;
    color: #2c2c2c !important;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
}
@media (max-width: 767px) {
  /* Enitto */
  .enitto-box {
    margin-top: 80px;
    padding-top: 90px !important;
    margin-bottom: 20px;
  }

  .enitto-box2 {
    margin-top: 100px;
    padding-top: 90px !important;
    margin-bottom: 20px;
  }
  .text-center {
    text-align: -webkit-center;
  }
  .enitto-logo {
    /*   top: -75px !important;
  left: 35% !important; */
    display: none;
  }
  .enitto-mobile img {
    /* display: none; */
    width: 130px;
}
  .enitto-mobile {
    display: block !important;
    position: absolute;
    border: 2px solid #c44e8d;
    left: 40%;
    margin-left: -50px;
    top: -33px;
    margin-top: -50px;
    padding: 8px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
  }
  p.enitto-heading {
    display: none;
  }
  .enitto-content {
    display: none;
  }
  p.enitto-mob-heading {
    display: block !important;
    font-size: 30px !important;
    color: black;
    font-weight: 900 !important;
    padding: 0px;
  }
  p.enitto-mob-heading:hover {
    color: #3f51b5;
  }
  .enitto-mob-content {
    display: block !important;
    float: left;
    padding: 0px 20px !important;
    font-size: 30px;
    color: black;
    font-weight: 500 !important;
    text-align: center;
  }
  /* Enitto End */
  .section-contact-b input {
    margin-left: 0px;
  }
  .navbar {
    padding-left: 20px;
    padding-right: 30px;
    background-color: white !important;
  }

  .logos-mob {
    display: flex;
    position: absolute;
    top: 44%;
    left: 35px;
  }
  .logos-mob img {
    width: 80px;
  }
  .navbar-padding {
    padding-left: 20px;
    padding-right: 30px;
    background: white !important;
  }
  .navbar-toggle {
    margin-right: 0px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: rgb(0 0 0);
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: white;
    margin-top: 15%;
    float: left;
    height: 100vh;
    max-height: fit-content;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #33333340;
  }
  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 32px;
    font-weight: 900;
    padding: 20px;
  }
  a.navbar-brand {
    padding: 5px 50px 50px 0px;
  }
  .brand-form {
    padding: 65px 20px;
    width: 300px;
  }
  .col-sm-5.collageimg {
    text-align: -webkit-center;
  }
  .img-sm {
    display: none;
  }
  .section-c .section-c-p {
    margin-top: -24px;
  }
  .section-d .section-d-p {
    margin-top: -24px;
  }
  .float-right {
    float: none;
  }
  .artist-form {
    padding: 5px;
    width: 100%;
  }
  .brand-form {
    padding: 5px;
    width: 100%;
  }
  .story-form {
    padding: 5px;
    width: 100%;
  }
  .mission-form h4 {
    padding: 5px;
    width: 100%;
  }
  .navbar-brand {
    padding-left: 0px;
  }
}

.section-footer {
  background-image: url(".//footer.jpg");
  background-size: cover;
  height: auto;
}
.section-footer p {
  font-size: 18px;
}

.footer-content {
  padding: 120px 0px 0px 0px;
}

.section-artist {
  background-image: url("./Component\ 32\ –\ 1.jpg");
  background-size: cover;
  height: auto;
  background-position: bottom;
}
.section-brand {
  background-image: url("./Component 34 – 1.jpg");
  background-size: cover;
  height: auto;
  background-position: bottom;
}
.section-contact {
  background-image: url("./Component 38 – 1.jpg");
  background-size: cover;
  height: auto;
  background-position: bottom;
}
.section-about {
  background-image: url("./Component 35 – 1.jpg");
  background-size: cover;
  height: auto;
  background-position: bottom;
  position: relative;
}
.artist-content {
  padding: 180px 0px;
}
.contact-content {
  padding: 180px 0px;
}
.brand-content {
  padding: 180px 0px;
}
.about-content {
  padding: 100px 0px;
}

.artist-form {
  box-shadow: -12px 3px 6px #00000029;
  background: linear-gradient(90deg, #16d261 0%, #6174f1 100%);
  text-align: center;
  padding: 60px 60px 40px 60px;
  width: 400px;
}
.brand-form {
  box-shadow: -12px 3px 6px #00000029;
  background: linear-gradient(90deg, #5c6ee3 0%, #d64f8c 100%);
  text-align: center;
  padding: 60px;
  width: 400px;
}
.story-form {
  box-shadow: -12px 3px 6px #00000029;
  background-image: url("Component 39 – 1.png");
  background-size: 100%;
  background-repeat: round;
  text-align: center;
  padding: 20px;
  width: 85%;
}
.mission-form {
  box-shadow: -12px 3px 6px #00000029;
  text-align: center;
  padding: 65px 35px;
  width: 100%;
  height: 100vh;
  max-height: 430px;
}
.vision-img {
  background-image: url("Component 40 – 1.png");
  background-size: 100%;
  background-position: center;
}
.mission-img {
  background-image: url("Component\ 41\ –\ 1.png");
  background-size: 100%;
  background-position: center;
}
.contact-form {
  box-shadow: -12px 3px 6px #00000029;
  background: linear-gradient(269deg, #f55a77 0%, #bf2b83 100%);
  text-align: center;
  padding: 70px 15px 35px 15px;
  width: 77%;
}
input[type="text"],
select {
  font-family: monospace;
  font-size: 15px;
  color: #4c4a4a;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="email"],
select {
  font-family: monospace;
  font-size: 15px;
  color: #4c4a4a;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="number"],
select {
  font-family: monospace;
  font-size: 15px;
  color: #4c4a4a;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="name"],
select {
  font-family: monospace;
  font-size: 15px;
  color: #4c4a4a;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="button"],
select {
  border: 1px solid #707070;
  border-radius: 30px;
  margin-top: -5px;
  background-color: white;
}

input[type="button"]:focus {
  outline: none;
}

textarea[type="text"],
select {
  font-family: monospace;
  font-size: 15px;
  color: #4c4a4a;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="text"]:focus {
  outline: none;
}
input[type="name"]:focus {
  outline: none;
}
input[type="email"]:focus {
  outline: none;
}
input[type="number"]:focus {
  outline: none;
}
input[type="submit"]:focus {
  outline: none;
}
textarea[type="text"]:focus {
  outline: none;
}
input[type="submit"],
select {
  font-family: monospace;
  font-size: 14px;
  color: rgb(82 82 82);
  width: 80%;
  background-color: white;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]:hover {
  background-color: #45a049;
  color: white;
}
input[type="button"]:hover {
  background-color: #45a049;
  color: white;
}
.artist-form input,
textarea {
  border-radius: 20px;
  padding: 5px 30px 5px 20px;
  margin: 5px;
  width: 100%;
}
.brand-form input,
textarea {
  border-radius: 20px;
  padding: 5px 30px 5px 20px;
  margin: 5px;
  width: 100%;
}
.story-form input,
textarea {
  border-radius: 20px;
  padding: 5px 30px 5px 20px;
  margin: 5px;
  width: 100%;
}
h4.formText {
  margin-top: -35px;
  font-family: "Open Sans", sans-serif;
  color: white !important;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600 !important;
}
.story-form h4 {
  font-family: "Open Sans", sans-serif;
  padding: 15px 5px;
  color: white;
  line-height: 30px;
  text-align: left;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.mission-form p {
  font-family: "Open Sans", sans-serif;
  color: white;
  text-align: left !important;
  padding: 10px 0px;
}
.mission-form ul {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: white;
  text-align: left !important;
  padding: 10px 25px;
}

.footer-logo h1,
h6 {
  color: #00ebe9;
}
@media (min-width: 1540px) {
  .img-collage {
    margin: 15px 20px !important;
  }
}
@media (min-width: 1186px) {
  .img-collage {
    margin: 65px 20px;
  }
  img.logo-img-cafe {
    position: absolute;
    left: 55px;
    width: 140px !important;
    bottom: 45px;
  }
}

@media (max-width: 1096px) {
  ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
    left: calc(100vw - 75%);
  }
  .vision-img {
    background-size: 145%;
  }
  .mission-img {
    background-size: 145%;
  }
}
@media (max-width: 1185px) {
  img.logo-img-cafe {
    width: 130px !important;
    padding: 10px 0px;
  }
  .contact-style {
    font-size: 24px !important;
    font-weight: 600;
  }
  .footer-logo h1,
  h6 {
    padding-left: 0px !important;
  }
  .artist-form {
    padding: 60px 40px 40px 40px;
    width: 360px;
  }
  .brand-form {
    padding: 60px 40px 40px 40px;
    width: 360px;
  }
  .story-form {
    padding: 10px;
    width: 100%;
  }
  .mission-form {
    padding: 20px 15px;
    width: 100%;
  }
}

.footer-logo a {
  text-decoration: none;
  color: #00ebe9;
}

.footer-logo a:hover {
  color: #f1f1f1;
  font-weight: bold;
}

.footer-logo img {
  width: 80px;
}

.footer-social-img {
  text-align: center;
}
#circle-artist {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent linear-gradient(252deg, #19ce66 0%, #6174f1 100%);
}
#circle-brand {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(223deg, #5c6ee3 0%, #d64f8c 100%);
}
#circle-story {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #d1b956 0%, #cc4fab 100%);
}
#circle-team {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #d1b956 0%, #cc4fab 100%);
  /* background: linear-gradient(233deg, #ee587e 0%, #67cab2 100%); */
}
#circle-mission {
  position: relative;
  top: 10px;
  left: -35px;
  z-index: 0;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #d1b956 0%, #cc4fab 100%);
}
/* #circle-team {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 0;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #d1b956 0%, #cc4fab 100%);
} */

#circle-about {
  position: absolute;
  top: 10px !important;
  left: 10px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #d1b956 0%, #cc4fab 100%);
}
#circle-contact {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(233deg, #f45977 0%, #d23c7e 100%);
}
#circle2 {
  position: absolute;
  top: 270px;
  right: 295px;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(180deg, #cbc502 0%, #c100a0 100%);
}
@media (min-width: 1700px) {
  .section-b p {
    margin: 20% 15% !important;
  }
}
@media (min-width: 1200px) {
  h6.h6-lg {
    margin-top: 25px !important;
  }
  .section-d-sm-img {
    display: none;
  }
  .section-c-sm-img {
    display: none;
  }
  .section-b p {
    font-size: 18px;
    color: #262525;
    margin: 15% 15%;
  }
  .section-artist-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-brand-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-story-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-mission-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-team-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-about-b p {
    font-size: 18px;
    color: #262525;
  }
  .section-contact-b p {
    font-size: 18px;
    color: #262525;
  }
}

@media (max-width: 1200px) {
  .section-story-b p {
    margin: 20px 45px 35px 150px;
  }
  #circle-story {
    top: -25px;
    left: 0px;
  }
  #circle-team {
    top: 10px;
    left: 50px;
  }
  .section-team-b p {
    padding: 60px 100px 0px 200px;
}
}
@media (max-width: 1199px) {
  .sections1 {
    background-color: #c100a0;
  }
  .sections2 {
    background-color: #4118e9;
  }
  #circle-artist {
    top: -134px;
    left: 35px;
  }
  #circle-brand {
    top: -134px;
    left: 35px;
  }
  #circle-about {
    top: -134px;
    left: 0px;
  }

  .section-c-imgs {
    display: none;
  }
  .section-d-imgs {
    display: none;
  }
  .footer-logo h1,
  h6 {
    padding-left: 0px;
    text-align: center;
  }
  .pull-right {
    padding-right: 0px !important;
  }
}

@media (max-width: 1200px) {
  .section-d-sm-img {
    text-align: center;
    overflow: hidden;
  }
  .section-d-sm-img img {
  }
  .section-c-sm-img {
    text-align: center;
    overflow: hidden;
  }
  .section-c-sm-img img {
  }
}

@media (max-width: 960px) {
  .learnmore-team {
    margin-bottom: 20px;
  }
  ul.nav.navbar-nav.nav-hover.nav-bottom.nav-box {
    float: left;
    position: relative;
    left: calc(100vw - 85%);
  }
  .nav-center {
    left: calc(100vw - 60%);
  }
  .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 360px) {
  .recaptcha-div {
    margin-bottom: -25px;
    overflow: hidden;
    width: 145px !important;
  }
  .header-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 530px) {
  section.section.section-a img {
    margin: 5px;
  }
  .section-about-det p {
    font-size: 24px !important;
  }
  .section-contact-det p {
    font-size: 24px !important;
  }
  .section-brand-det p {
    font-size: 24px !important;
  }
  .section-artist-det p {
    font-size: 24px !important;
  }

  .section-c-sm-img img {
    width: 100%;
  }
  .section-d-sm-img img {
    width: 100%;
  }
  .artist-form {
    width: 95%;
  }
  .brand-form {
    width: 95%;
  }
  .about-form {
    width: 95%;
  }
}

@media (min-width: 772px) {
  .contact-form {
    margin: auto;
  }
}
@media (max-width: 322px) {
  .artist-form {
    padding: 60px 30px 40px 20px;
  }
  .brand-form {
    padding: 60px 30px 40px 20px;
  }
  .artist-form {
    padding: 60px 30px 40px 20px;
  }
  .mission-form {
    min-height: 490px;
    padding: 5px;
  }
}

@media (max-width: 772px) {
  .header-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 40px 0px;
  }
  .header-content p {
    font-size: 18px;
    display: block;
    padding-bottom: 2rem;
    padding: 10px 15px;
  }
  .section-team p {
    font-size: 18px;
    padding: 20px 0px;
    text-align: center;
  }

  .section-brand-b p {
    padding: 15px;
  }

  .section-story-b p {
    margin: 15px 5px 25px 5px;
    text-align: center;
  }
  .section-story-b {
    padding: 15px 15px 45px 15px;
  }
  .section-mission-b p {
    padding: 15px;
  }
  .section-mission-b {
    padding: 15px 15px 45px 15px;
  }
  .section-team-b p {
    padding: 45px 15px 0px 15px;
    text-align: center;
  }
  .section-team-b {
    padding: 15px 15px 45px 15px;
  }

  .navbar-bottom {
    display: none;
  }
  .section-contact-b p {
    padding: 15px;
    margin-bottom: 35px;
  }
  .section-contact-b {
    padding: 15px 15px 45px 15px;
  }
  .section-contact-b input {
    margin-top: 10px;
  }
  .section-about-b p {
    padding: 15px !important;
  }

  .section-artist-b p {
    padding: 15px;
    text-align: center;
  }
  .section-artist-b {
    padding: 15px 15px 45px 15px;
  }
  .section-brand-b {
    padding: 15px 15px 45px 15px;
  }
  .section-about-b {
    padding: 15px 15px 45px 15px;
  }
}
@media (max-width: 768px) {
  .mission-form {
    margin: 40px 0px 40px 0px;
    height: auto;
  }
  #circle-brand {
    display: none;
  }
  #circle-story {
    display: none;
  }
  #circle-mission {
    display: none;
  }
  #circle-team {
    display: none;
  }
  #circle-artist {
    display: none;
  }
  #circle-about {
    display: none;
  }
  #circle-contact {
    display: none;
  }
  .section-artist-b p {
    font-size: 18px;
    margin: 15px 5px 25px 5px;
  }
  .section-brand-b p {
    font-size: 18px;
    margin: 15px 5px 25px 5px;
    text-align: center;
  }
  .section-about-b p {
    font-size: 18px;
    margin: 15px 5px 25px 5px;
    text-align: center;
  }
  .artist-header h1 {
    background-size: 90%;
  }
  .brand-header h1 {
    background-size: 90%;
  }
  .about-content {
    padding: 100px 0px !important;
  }
  .story-content {
    padding: 100px 0px !important;
  }
  .mission-content {
    padding: 100px 0px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .display-none {
    display: none;
  }
  .artist-header h1 {
    background-size: 90%;
  }
}

@media screen and (min-width: 270px) and (max-width: 375px) {
  .section-d h2 {
    font-size: 14px;
  }
  .section-d p {
    font-size: 12px;
  }
  .section-team h2 {
    font-size: 14px;
  }
  .section-team p {
    font-size: 12px;
  }
  .section-c h2 {
    font-size: 14px;
  }
  .section-c p {
    font-size: 12px;
  }
  .section-a p {
    font-size: 14px;
  }
  .section-b p {
    font-size: 14px;
    margin: 5% 5%;
  }
  .section-artist-b p {
    font-size: 14px;
  }
  .section-brand-b p {
    font-size: 14px;
  }
  .section-story-b p {
    font-size: 14px;
  }
  h2.formText {
    font-size: 18px;
  }
  li.item {
    font-size: 14px;
  }

  .section-mission-b p {
    font-size: 14px;
  }
  .section-team-b p {
    font-size: 14px;
  }
  .section-about-b p {
    font-size: 14px !important;
  }
  .section-contact-b p {
    font-size: 18px;
  }

  .footer-logo h1,
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 991px) {
  .mission-botton {
    padding: 20px 200px;
  }
  .header-content p {
    font-size: 1.667vw !important;
    padding: 10px 165px;
    display: block;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 2rem;
    letter-spacing: 0px;
    color: #d6cbcb;
  }
}

@media (max-width: 991px) {
  .section {
    padding: 40px 5px 40px 5px;
    background-color: white;
  }
  .footer-content {
    padding: 10px;
  }
  .footer-logo h6 {
  }
  h1.pull-right {
    margin-top: 0px;
  }
  .section-d h2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section-c h2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section-b p {
    margin: 7% 7%;
    text-align: -webkit-center;
  }
  .section-team {
    padding: 10px;
  }
  .section-a {
    padding: 20px 15px;
  }
  .section-c p {
    padding: 0px 35px 75px 35px;
    margin-bottom: -20px;
  }
  .section-c .section-c-p {
    padding: 0px;
    padding-bottom: 60px;
    opacity: 1;
    border: none;
  }

  .section-d p {
    padding: 0px 35px 75px 35px;
  }
  .section-d .section-d-p {
    padding: 0px;
    padding-bottom: 40px;
    opacity: 1;
    border: none;
  }


  .section-a p {
    padding: 10px 0px;
  }
  .social-icons {
    padding: 0px 20px !important;
  }
  .contact-form {
    width: 100%;
    padding: 80px 5px 20px 5px;
  }
}

@media (max-width: 1185px) {
  .footer-logo h1,
  h6 {
    float: none !important;
    text-align: center !important;
  }
  .footer-logo .logo-img {
    padding: 20px 0px;
  }
}

.bounce {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 16px;
  width: 18px;
  background: url("./noun_direction_2135472.png");
  background-size: 100% auto;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

@media only screen and (max-width: 768px) {
  .nav-box {
    display: none;
  }
}
.btn-lg {
  display: block;
}
input.btn-lg-mob {
  margin-bottom: -30px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #060701;
}
.selected {
  color: rgb(0, 0, 0) !important;
  border-bottom: 4px solid #000000 !important;
}

.btn-primary {
  color: #000;
  border: none;
  background-color: #ebebeb !important;
  min-width: 97vw;
  border-bottom: 1px solid #29282838;
  text-align: left;
  padding-left: 40px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: -2px;
}
#selected-option {
  margin-bottom: 5px;

  color: #000;
}
.about-options {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  text-align: left;
  background-color: rgb(17 10 5 / 95%);
  color: #fff;
  z-index: 10000;
  padding: 50% 13%;
}
#options {
}
#options li {
  font-size: 45px;
  font-weight: 600;
  list-style: none;
  color: white;
}

@media only screen and (max-width: 768px) {
  .close-button {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 30px;
    color: white;
  }
  .nav-center {
    padding: 0px;
  }
  a.submenu-close {
    position: absolute;
    top: 14px;
    right: 6px;
    padding: 0px 9px;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    border: none;
    color: #fff !important;
  }
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

@media (min-width: 769px) {
  .youtube-logo {
    border-radius: 15px 0px 0px 15px;
  }
  .instagram-logo {
    border-radius: 0px 15px 15px 0px;
  }
  .mob-hr {
    display: none;
  }
  .about-options {
    display: none;
  }
  #options {
    display: none;
  }
  #selected-option {
    display: none;
  }
}
.success {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100vh;
  width: 100vw;
  background-image: linear-gradient(180deg, #e81694 0%, #ff0023 100%);
}
.success-content {
  padding-top: 10%;
}
.success-content p {
  font-size: 32px;
  font-weight: 800;
  color: white;
}
.success-content button {
  border-radius: 15px;
  background-color: #000000c4;
  color: white;
}
.success-content button:hover {
  border-radius: 15px;
  background-color: #3bc70dc4;
  color: rgb(0, 0, 0);
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 342px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
.recaptcha-div {
  margin-bottom: -25px;
}

.privacy-terms-p {
  color: rgb(41, 40, 40);
  font-size: 18px;
  text-align: left;
}

/* Privacy */
.privacy-agreement {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  background-color: #ffff;
  padding: 8px 5%;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.privacy-agreement-content {
  font-size: 10px !important;
  max-width: 1000px;
  margin: 0 auto;
}
.privacy-agreement-content p {
  font-size: 12px !important;
  max-width: 1000px;
  margin: 0 auto;
}
.privacy-agreement-btns {
  text-align: right;
}
.privacy-agreement-btns button {
  padding: 8px 15px;
  min-width: 125px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

/*-------------------------------------------------------------------privacy policy */
@media (max-width: 1599.98px) {
  .content-wrappeer {
    padding: 0 70px;
  }
}
@media (max-width: 409px) {
  .content-wrappeer {
    padding: 0 30px;
  }
}
.privacy h1 {
  background-image: linear-gradient(90deg, #6174f1 100%, #e55393 100%);
}
.terms h1 {
  background-image: linear-gradient(90deg, #e55393 100%, #6174f1 100%);
}
.semi-bold {
  font-weight: 500;
}
.bold {
  font-weight: bold;
}
.privacy-terms-section {
  padding: 40px 0 80px;
}
.privacy-terms-section h2 {
  padding-bottom: 20px;
}
.privacy-terms-section p.bold,
.privacy-terms-section p.semi-bold {
  padding-top: 20px;
  font-size: 18px;
}
.privacy-terms-section p.semi-bold {
  padding-bottom: 20px;
}
.privacy-terms-section ul li {
  padding: 5px;
}
.privacy-banner {
  background-image: url(../assets/images/Terms.jpg);
  min-height: 280px;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;

  padding: 0px;

  background-position: center;
}
.terms-banner {
  background-image: url(../assets/images/Conditions.jpg);
  min-height: 280px;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0px;
  background-position: center;
}
/*-------------------------------------------------------------------end privacy policy*/
@media (max-width: 1199.98px) {
  .privacy-terms-section {
    padding: 50px 0;
  }
}
/* 404 page */

.error-body {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica,
    Arial, Sans-Serif;
  background-image: url("./Component\ 42\ –\ 1.jpg") !important;
  background-size: cover;
  height: auto;
  color: #fff;
}
.error-container {
  text-align: center;
  height: 100vh;
}

@media (max-width: 480px) {
  .error-container {
    position: relative;
    top: 50%;
    height: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.error-container h1 {
  margin: 0;
  font-size: 130px;
  font-weight: 300;
}

@media (min-width: 480px) {
  .error-container h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .error-container h1 {
    font-size: 320px;
    font-weight: bolder;
  }
}

.return {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0;
}
@media (max-width: 480px) {
  .return {
    position: absolute;
    width: 100%;
    bottom: -125px !important;
  }
}
@media (min-width: 480px) {
  .recaptcha-div {
    margin-left: 30px !important;
    margin-bottom: -25px;
  }
  .return {
    position: absolute;
    width: 100%;
    bottom: 30px;
  }
}

.return a {
  padding-bottom: 1px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}

.return a:hover {
  border-bottom-color: #fff;
}

/* Succcess */

.success-body {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica,
    Arial, Sans-Serif;
  background-image: url("./Component\ 43\ –\ 1.jpg") !important;
  background-size: cover;
  height: 100vh;
  color: #fff;
}
.success-container {
  text-align: center;
  height: 100vh;
}

@media (max-width: 480px) {
  .success-container {
    position: relative;
    top: 50%;
    height: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.success-container h1 {
  margin: 0;
  font-weight: 300;
}

@media (min-width: 480px) {
  .success-container h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 468px) {
  .success-container h1 {
    font-size: 100px;
    font-weight: 600;
  }
}
p.p-class-success {
  position: relative;
  top: 45%;
  font-weight: 600;
  padding: 10px 35px;
}

/* Enitto */
.enitto-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 10px 0px 30px 0px;
  border: 2px solid #645fe4;
  border-radius: 15px;
  background-color: #e5d649b0;
}
.enitto-box2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 10px 0px 30px 0px;
  border: 2px solid #645fe4;
  border-radius: 15px;
  background-color: #e5d649b0;
}
.text-center {
  text-align: -webkit-center;
}
.enitto-logo img {
  width: 150px;
}
.enitto-logo {
  position: absolute;
  border: 2px solid #c44e8d;
  top: 22px;
  left: -88px;
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
}
.enitto-mobile {
  display: none;
}
enitto-round-logo {
  
}
.enitto-mob-heading {
  display: none;
}
.enitto-mob-content {
  display: none;
}
p.enitto-heading {
  float: left;
  padding: 20px 110px 0px 110px !important;
  font-size: 30px;
  color: black;
  font-weight: 900 !important;
}
p.enitto-heading:hover {
  color: #3f51b5;
}

.enitto-content {
  float: left;
  padding: 25px 110px 10px 110px !important;
  font-size: 30px;
  /* color: white; */
  font-weight: 500 !important;
  text-align: left;
  color: black;
}
/* Enitto End */

/* Team Page */
/*------------------------------- about page*/
.size-h1 {
  font-size: 3.75vw;
}
.size-h2 {
  font-size: 2.917vw;
}
.size-h3 {
  font-size: 2.18vw;
}
.size-h4 {
  font-size: 1.875vw;
}
.size-h5 {
  font-size: 1.667vw;
}
.size-h6 {
  font-size: 1.354vw;
}
.size-h7 {
  font-size: 1.25vw;
}
.size-h8 {
  font-size: 1.05vw;
}
.size-h9 {
  font-size: 0.938vw;
}
.size-h10 {
  font-size: 0.729vw;
}
.size-h11 {
  font-size: 0.625vw;
}

@media (max-width: 991.9px) {
  .size-h1 {
    font-size: 37px;
  }
  .size-h2 {
    font-size: 29px;
  }
  .size-h3 {
    font-size: 21.6px;
  }
  .size-h4 {
    font-size: 18.5px;
  }
  .size-h5 {
    font-size: 17.5px;
  }
  .services-imp-para {
    font-size: 17px;
  }
  .size-h6 {
    /* font-size: 1.354vw; */
    font-size: 16px;
  }
  .size-h7 {
    /* font-size: 1.250vw; */
    font-size: 15px;
  }
  .size-h8 {
    /* font-size: 1.05vw; */
    font-size: 14px !important;
  }
  .size-h9 {
    /* font-size: 0.938vw; */
    font-size: 13px;
  }
  .size-h10 {
    /* font-size: 0.729vw; */
    font-size: 12px;
  }
  .size-h11 {
    /* font-size: 0.625vw; */
    font-size: 11px;
  }
}

.about-banner .banner-content {
  width: 100% !important;
}
.about-banner-img {
  position: absolute;
  top: 54px;
  right: 0px;
  z-index: 0;
  display: flex;
  padding-left: 0px !important;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
section.about-banner {
  position: relative;
}
.about-banner .size-h1 {
  color: #5b6180;
  position: relative;
  z-index: 1;
  line-height: 88px;
  padding-top: 20px;
}
.about-banner .size-h4 {
  padding-top: 40px;
  color: #dd6a64;
}
.about-banner .size-h1 span {
  font-weight: 700;
}

.title-heading {
  color: #dd6a64;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}
.about-content {
  text-align: center;
  font: normal normal normal 21px/40px Roboto;
  letter-spacing: 0px;
  color: #171d3e;
  opacity: 1;
  line-height: 1.5;
  padding-top: 120px;
}
h2.about-team-heading {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.about-team-left {
  display: flex;
  width: 30%;
  justify-content: center;
  padding-top: 5px;
}
.about-team-heading-right {
  padding-left: 80px;
  border-left: 2px solid #dd6a64;
  padding-top: 14px;
  padding-bottom: 14px;
}
.about-cafemusings-born {
  border-radius: 40px;
  width: 100%;
  padding: 60px 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 10px #00000029;
}
.content-padding-top {
  padding-top: 30px;
  line-height: 30px;
  text-align: center;
}
.heading-text {
  display: flex;
  margin-top: 60px;
}
.about-teams-left {
  padding-top: 24px;
  width: 30%;
  padding-right: 60px;
  color: #171d3e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.about-teams-left .size-h5 {
  padding-top: 8px;
}
.about-teams-right-content {
  padding-top: 30px;
  line-height: 46px;
  text-align: justify;
}

.about-teams-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #171d3e;
}
.about-teams-model {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  padding: 60px 60px;
  color: #171d3e;
  z-index: 1;
}
.about-teams-main {
  display: flex;
}
hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-box {
  width: 22%;
  margin: 5px 2.5%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 8px #fff;
  border: 1px solid #fff;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}
.content-box:hover {
  box-shadow: 0px 3px 8px #00000029;
  border: 1px solid #c7ced5;
}
.content-box:hover .about-team-img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
}
.content-box:hover .size-title-team {
  background: linear-gradient(transparent, transparent), linear-gradient(to right, #51b99a, #e35384);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.about-team-img {
  margin-bottom: 10px;
  border-radius: 50%;
  /* border: double 4px transparent; */
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, #51b99a, #e35384);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.size-title-team.size-h6 {
  padding-top: 5px;
  font-weight: 700;
}
.size-title-team.size-h5 {
  padding-top: 5px;
  font-weight: 700;
}
.read-more-about {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #bf5fb4;
  opacity: 1;
}
.read-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.read-more:hover {
  text-decoration-line: underline;
    text-underline-offset: 3px;
}

.team-position {
  padding: 2px 0px;
  text-align: center;
}
.about-cafemusings-team-main {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #04030817;
  justify-content: center;
  /* min-height: calc(100vh - 81px); */
}
.about-info-img {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: -1;
}
.about-info-img img {
  /* max-height: 420px; */
}
.about-profile-details-main {
  background-color: #fefefe;
  box-shadow: 0px 3px 8px #00000029;
  padding: 80px;
}
.about-profile-details-right {
  width: 70%;
  padding-right: 60px;
}
.about-profile-details-right .size-h6 {
  line-height: 56px;
  padding-bottom: 40px;
}
.about-profile-details-right .size-h7 {
  font-weight: 700;
}
.about-profile-details-right-hobbies ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin: 0px;
  width: 70%;
}
.about-profile-details-right-hobbies ul li {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-profile-details-right-hobbies ul li div {
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-profile-details-right-hobbies ul li div img {
  max-height: 80%;
}
.hidden-icon {
  visibility: hidden;
}
.about-profile-details-right .size-h6 span {
  font-weight: 700;
}
.about-profile-details-right-hobbies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.about-profile-details-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 80px;
}
.about-profile-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.about-profile-details-main-close {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
  cursor: pointer;
}
/* .about-profile-details-main-close i {
  font-size: 30px;
  font-weight: 600;
  color: #8C95BF;
 
} */
.team-pos-left {
  width: 30%;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #171d3e;
  flex-wrap: wrap;
  align-content: center;
}
.team-pos-right {
  line-height: 32px;
  display: flex;
  width: 70%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: baseline;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
}
span.close {
  float: right;
}
ul.movies {
  display: inline-flex;
  list-style-type: none;
  width: 70%;
  align-items: flex-end;
  justify-content: space-between;
}
span.caption {
  display: block;
}
.hobbies-inline {
  display: flex;
}
.item {
  display: flex;
}
.item-size {
  text-align: left;
  font: normal normal bold 20px/46px Roboto;
  letter-spacing: 0px;
  color: #171d3e;
  opacity: 1;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .content-padding-top {
    line-height: 28px;
  }
}
.about-team-img {
  width: 130px;
}
@media (max-width: 1600px) {
  .about-banner-img img {
    width: 80%;
  }
  .about-cafemusings-born {
    padding: 60px 120px;
  }

  .content-box {
    padding: 40px 26px;
  }
  .about-banner .size-h1 {
    line-height: 66px;
  }
  .about-profile-details-right .size-h6 {
    line-height: 34px;
  }
  .about-profile-details-main {
    padding: 40px 40px;
  }
  .about-profile-details-main-close {
    padding-bottom: 20px;
  }
  .about-profile-details-right-hobbies {
    padding-top: 10px;
  }
  .about-profile-details-right .size-h6 {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    margin-left: 10px;
  }
  .about-info-img img {
    max-height: 500px;
  }
  .about-profile-details-left {
    width: 25%;
    padding-right: 40px;
  }
  .about-profile-details-right {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .about-banner-img img {
    /* max-height: 340px; */
    width: 60%;
  }
  .about-cafemusings-born {
    padding: 59px 90px;
  }
  .content-box {
    width: 30%;
  }
  .about-profile-details-right-hobbies ul li img {
    width: 80%;
  }
}
@media (max-width: 991.9px) {
  .about-cafemusings-born {
    padding: 60px 40px;
  }
  .content-box {
    width: 46%;
    margin: 5px 2%;
  }
  .about-cafemusings-team-main {
    margin-top: 0px;
  }
  .about-cafemusings-team-main {
    margin-bottom: 0px;
  }
  .about-team-heading-right {
    padding-left: 40px;
  }
  .about-team-left {
    width: 330px;
    padding-right: 30px;
  }
  .about-banner .size-h1 {
    line-height: 56px;
  }
  .heading-text {
    justify-content: center;
    align-items: center;
  }
  .about-banner .size-h1 br {
    display: none;
  }
  .about-banner-img {
    max-height: 100%;
    max-width: 100%;
    max-height: 460px;
  }
  .about-banner-img img {
    width: 50%;
  }
  .about-banner::before {
    position: absolute;
    z-index: 1;
  }
  .about-banner .sub-banner-content {
    padding-bottom: 0px !important;
  }
  .about-profile-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-profile-details-right {
    width: 100%;
    padding-right: 0px;
  }
  .about-profile-details-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-teams-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }
  .heading-text {
    margin-top: 30px;
  }
  .about-profile-details-right-hobbies ul li img {
    width: 70%;
  }
}
@media (max-width: 760px) {
  .about-banner-img img {
    width: 47%;
  }
  .heading-text {
    margin-top: 0px;
    flex-direction: column;
  }
  .about-team-left {
    width: auto;
    padding-right: 0px;
  }
  .about-team-heading-right {
    padding-left: 0px;
    border: none;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .hidden-icon {
    display: none !important;
    visibility: visible;
  }
  .about-banner-img {
    display: none;
  }
  .content-box {
    width: 100%;
  }
  .about-cafemusings-team-main {
    justify-content: center;
  }
  .about-profile-details-right-hobbies ul li {
    padding-left: 15px;
  }
  .about-profile-details-right-hobbies ul li img {
    width: 64%;
  }
  .about-profile-details-right .size-h6 {
    padding-bottom: 0px;
  }
}
@media (max-width: 475px) {
  .about-profile-details-right-hobbies {
    flex-direction: column;
    padding-top: 10px;
  }
  .about-profile-details-right-hobbies ul {
    width: 100%;
  }
  .about-profile-details-right-hobbies ul li {
    padding-left: 0px;
    padding-top: 20px;
  }
}

/* End Team Page */
