* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
.navbar {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.logo-m img {
  width: 170px;
  height: auto;
}
.head video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
}
.common li {
  margin: 0 1%;
}
.first-nav li {
  border: 1px solid #6e298e;
  border-radius: 25px;
}
.first-nav,
.second-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.first-nav{
  left: 1%;
}
.second-nav{
  right: 0;
}
.logo-m{
  position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
.first-nav li a,
.second-nav li a {
  color: #6e298e;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.second-nav .btn {
  background-color: #6e298e;
  color: #fff;
  border: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
}
.dropdown a {
  margin: 0 !important;
}
.dropdown-menu a {
  color: #000 !important;
  margin: 0 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #c3c3c3;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid #fff;
}
.ver-line {
  border-right: 2px solid #ffc107;
}
.banner {
  height: 600px;
  background-color: white;
}
.banner-box {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 30%;
  left: 0;
}
.banner h1 { 
  color: #000;
  font-size: 50px;
  margin-left: 4%;
  width: 50%;
  text-align: left;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0 0 5%;
  float: left;
}
.mobile-links img {
  width: 130px;
  height: auto;
  margin: 0 2%;
}
.recommend {
  background-color: #f6e5ff;
  padding: 5% 0;
  margin-top: -25px;
}
.recommend h3 {
  font-size: 50px;
  font-weight: 800;
  color: #313131;
  margin-left: 5%;
}
.recommend h6 {
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  margin-left: 5%;
}
.recommend .btn {
  text-align: center;
  border-radius: 25px;
  margin: 6% auto 0;
  display: block;
}
.carousel {
  margin: 0 auto;
  padding: 0 68px;
  clear: both;
}
.carousel .carousel-item {
  text-align: center;
  overflow: hidden;
  height: 200px;
}
.carousel .carousel-item .img-box {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.carousel .carousel-item img {
  margin: 0 auto;
  width: 210px;
  height: 200px;
}
.img-box {
  position: relative;
  width: 210px;
  height: 200px;
}
.img-box:hover .img__description {
  visibility: visible;
  opacity: 1;
  margin: 0 auto;
}
.img-box .img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  width: 210px;
  height: 200px;
  margin: 0 auto;
  border-radius: 10px;
}
.img-box .img__description i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 45%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  border-radius: 25px;
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  padding: 22px;
  background: none;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  padding: 10px;
  color: rgb(255 255 255);
  background: #007bff;
  border-radius: 25px;
}
.carousel-indicators {
  bottom: -65px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 1px 4px;
}
.carousel-indicators li {
  background: #6f6f6f;
  border-color: transparent;
}
.carousel-indicators li.active {
  background: #6e298e;
} 
.create {
  padding: 3% 0;
}
.create .row {
  margin-left: 5%;
}
.create h2 { 
  font-size: 50px;
  width: 50%;
  color: #313131;
  font-weight: 800;
  margin-left: 5%;
margin-bottom: 20px;
}
.create h4, .more .explored{
  font-size: 30px;
  width: 50%;
  color: #313131;
  font-weight: 600;
  margin-left: 5%;
  margin-bottom: 20px;
}
.create-img img {
  width: 100%;
  height: auto;
}
.create-content{
  display: flex;
  align-items: center;
  height: 100%;
}
.create-content ul {
  list-style: none;
}
.create-content li i {
  font-size: 30px;
  color: #6e298e;
}
.create-content li:last-child p{
  margin: 2% 3% 0% 7%;
}
.create-content span {
  margin: 5px 0 0 10px;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
}
.create-content p {
  margin: 2% 3% 5% 7%;
  color: #000;
}
.advantage {
  padding:0 0 5% ;
}
.advantage h2 {
  width: 45%;
  margin-left: 5%;
  text-align: left;
  font-size: 50px;
  font-weight: 800;
  color: #313131;
  margin-bottom: 15px;
}
.advantage-content {
  margin: 5% auto;
}
.advantage-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-content ul li {
  text-align: center;
  margin: 0 5%;
  padding: 2%;
  border-radius: 10px;
  transition-duration: 0.5s;
} 
.advantage-content i {
  font-size: 40px;
  color: #6e298e;
  margin-bottom: 10%;
}
.advantage-content h6 {
  font-weight: bold;
}
.pod-logos {
  text-align: center;
}
.pod-logos img {
  width: 150px;
  height: auto;
  margin: 0 2%;
} 
.micropods {
  padding: 0 0 5% 0;
}
.back-color {
  background: linear-gradient(to right, #fff 50%, #f6e5ff 50%);
}
.back-box img {
  width: 80%;
  height: auto;
}
.micropods h2 {
  width: 100%; 
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 80px;
  font-weight: 800;
  color: #313131;
  top: 5%;
  position: absolute;
}
.thoughts {
  position: absolute;
  left: 30%;
  bottom: 10%;
  width: 50%;
}
.thoughts p {
  font-size: 20px;
}
.thoughts img {
  width: 130px;
  height: auto;
  margin: 0 2%;
} 
.more {
  padding: 5% 0 5% 0;
}
.more h2 { 
  width: 40%;
  margin-left: 5%;
  text-align: left; 
  font-size: 50px;
  font-weight: 800;
  color: #313131;
}
.more-images ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-evenly;
  align-items: center;
} 
.img__wrap {
  position: relative;
  height: 300px;
  width: 300px; 
}
.img__wrap img {
  width: 300px;
  height: 300px;
} 
.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6e298e;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
} 
.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.img__wrap h4 {
  top: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 10%;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.img__wrap:hover h4 {
  color: #fff;
}
.img__wrap:hover .img__description p {
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: 0 10%;
  text-align: center;
}
.img__wrap i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #000;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  line-height: 28px;
  border-radius: 25px;
  border: 1px solid #000;
}
.img__wrap:hover .img__description i {
  border: none;
  background-color: #fff;
  color: #6e298e !important;
  line-height: 32px;
}
.img__wrap .more-icons {
  width: 150px;
  height: auto;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  border-radius: 5px;
} 
.heading {
  text-align: left;
  color: #313131;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  padding-bottom: 30px;
  z-index: 999;
} 
.studio {
  padding: 0 0 5% 0;
}
.studio .heading{
  margin:0 5%;
}
.testimonial {
  min-height: 375px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 0 0 10px 0;
  background-position: center;
  background-size: cover;
}
#testimoni .carousel-inner:hover {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
#testimoni .carousel-inner:active {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
#testimoni .carousel-inner .item {
  overflow: hidden;
}
.testimoni_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto; 
  position: relative;
  text-align: center;
}
.next,
.prev {
  width: 100px;
  height: auto; 
  position: absolute;
}
.next i,
.prev i {
  color: #fff;
  width: 40px;
  height: auto;
  font-size: 30px;
}
.next:hover i,
.prev:hover i {
  color: #6e298e;
}
.next {
  float: right;
  top: 50%;
  right: 0;
}
.prev {
  float: left;
  top: 50%;
  left: 0;
}
.des-box {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.testimoni_slide p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimoni_slide .link-m {
  font-size: 18px;
  color: #f6e5ff;
  font-weight: bold;
}
.testimoni_slide a i {
  margin-left: 3%;
  color: #f6e5ff;
}
.testimonial .carousel { 
  padding: 0;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
.testimoni_slide img {
  position: absolute;
  width: 100% !important;
  height: 460px !important;
  margin: auto !important; 
  display: block;
}
.testimoni_slide {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.testimoni_slide .img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  transition: ease-in 0.3s;
}
.testimoni_slide:hover .img__description {
  visibility: visible;
  opacity: 1;
  margin: 0 auto;
}
#testimoni .carousel-item {
  text-align: center;
  overflow: hidden;
  height: 460px !important;
  width: 100%;
} 
.subscribe {
  padding: 5% 0;
}
.subscribe h3 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.subscribe p {
  width: 40%;
  margin: 2% auto;
  display: block;
  color: #fff;
}
.newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 25px;
  border: none;
  width: 50%;
  outline: none;
  background: #797979;
}
.newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: 80%;
  margin: auto;
  float: left;
  outline: none;
  background: #797979; 
  border-radius: 25px;
}
.newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #fff;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 25px;
}
.newsletter ::placeholder {
  color: #fff;
  opacity: 1; 
}

.newsletter :-ms-input-placeholder { 
  color: #fff;
}

.newsletter ::-ms-input-placeholder { 
  color: #fff;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 60px;
}
.social-icons i {
  color: #fff;
  width: 60px;
  height: 25px;
  display: block;
  font-size: 25px;
}
.copyright {
  display: block;
      background-color: #888888!important;
      height: 60px;
}
.left-c {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 60px;
}
.left-c span {
  margin: 2%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.right-c {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 60px;
}
.right-c span {
  text-align: center;
}
.log-in {
  width: 50%;
  margin: 10% auto 0;
  position: relative;
  text-align: center;
}
.log-in h1 {
  font-size: 45px;
  margin-bottom: 5%;
  font-weight: 300;
  text-align: center;
}
.l-box {
  width: 48%;
  margin: 10px 0;
  position: relative;
}
.log-in input[type="text"],
.log-in input[type="password"] {
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px;
  outline: none;
  background-color: #e2e2e2 !important;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  color: #000 !important;
}
.input-group svg {
  position: absolute;
  right: 4%;
  width: 20px;
  height: 20px;
  top: 28%;
  fill: #6e298e;
}
.form-group .btn {
  border-radius: 25px;
  background-color: #6e298e;
  color: #fff;
  font-size: 15px;
  border: none;
  line-height: 2em;
}
.log-in{
    width: 60%;
    margin: 10% auto 0;
    position: relative;
    text-align: center;
      }
     .log-in .signup-frm{
      width: 80%;
      margin: 0 auto;
     }
    .log-in h1{
    font-size: 45px;
    margin-bottom: 5%;
    font-weight: 300;
    text-align: center;
      }
      .l-box{
        width: 48%;
    margin: 10px 0;
    position: relative;
      }
      .log-in input[type="text"], .log-in input[type="password"] {
           width: 100%;
    display: block;
    margin: 0;
    padding: 10px;
    outline: none;
    background-color: #e2e2e2 !important;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    color: #000 !important;
}
.input-group svg{
     position: absolute;
    right: 4%;
    width: 20px;
    height: 20px;
    top: 28%;
    fill: #6e298e;
}
.form-group .btn{
border-radius: 25px;
background-color: #6e298e;
color: #fff;
font-size: 15px; 
border: none;
    line-height: 2em;
}
.form-group p{
  margin: 2%;
}
.form-group span a {
  margin-left: 5px;
  color: #6e298e;
  font-weight: 600;
}

.form-control {
  color: #000;
}
.form-control{
color:#000;
}
.fixedElement {
  height: 85px;
  padding-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 100;
}
.plyer-ln h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #69d689;
}
.in-line-plyinc ul {
    padding: 0;
    text-align: center;
    margin-top: 10px;
}
.in-line-plyinc ul li {
    display: inline-block;
    color: #ffdd31;
    font-size: 17px;
    margin: 0px 15px !important;
}
.in-line-plyinc img {
    width: auto;
    height: 22px;
    margin-top: -9px;
}
@media screen and (min-width: 2300px) {
.navbar {
    height: 150px;
  }
  .first-nav li { 
    border-radius: 50px;
}
  .first-nav li a, .second-nav li a { 
    font-size: 30px;
}
.logo-m img {
    width: 300px;
  }
  .second-nav {
    right: 1%;
}
.second-nav .btn{
     font-size: 30px;
    border-radius: 5px;
}
.copyright{
  height: 99px;
    padding: 25px 0;
}
.right-c {
    color: #fff;
    font-size: 26px;
  }
.left-c { 
    font-size: 24px;
  }
  .banner h1 { 
    font-size: 80px;
  }
  .mobile-links img {
    width: 200px;
    height: auto;
  }
  .carousel .carousel-item {
    height: 400px;
    height: auto;
}
.carousel .carousel-item img { 
    width: 380px;
    height: auto; 
}
.ply-icon-itm .img-box{
  height: 380px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 15px;
    height: 15px;
  }
  .img-box .img__description{
    width: 380px;
    height: auto;
  }
  .img-box .img__description i{
    font-size: 70px;
  }
  .carousel-control-prev, .carousel-control-next { 
    padding: 30px;
  }
  .carousel-control-prev i, .carousel-control-next i{
    padding: 20px; 
    border-radius: 50px;
    top: 50% !important;
  }
  .recommend h3 {
    font-size: 80px; 
    margin-left: 3%;
}
.recommend .btn{
  padding: 10px 50px;
}
.recommend h6 {
    font-size: 30px; 
    margin-left: 3%;
}
.create h2 {
    font-size: 80px;
    width: 50%;
    color: #313131;
    font-weight: 800;
    margin-left: 4%;
}
.create-content li i {
    font-size: 50px;
    color: #6e298e;
}
.create-content span {
    margin: 10px 0 0 10px; 
    font-size: 30px; 
}
.create-content p {
    margin: 3% 3% 7% 5%; 
    font-size: 20px;
}
.advantage h2 { 
    font-size: 80px;
  }
  .advantage-content h6 { 
    font-size: 28px;
}
.advantage-content p { 
    font-size: 18px;
}
.more h2{
  font-size: 80px;
}
.heading{
  font-size: 80px;
}
.log-in {
    width: 85%;
}
.log-in h1 {
    font-size: 80px;
}
.log-in input[type="text"], .log-in input[type="password"]{
  font-size: 16px; 
    height: 50px;
}
.form-group .btn{
  padding: 0 22px;
    line-height: 3em;
    width: 130px;
        font-size: 17px;
}
.form-group p { 
    font-size: 20px;
}
}

