@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html {
  scroll-behavior: smooth;
}

body {
  color: #1F2020;
  font-size: 0;
  overflow-x: hidden;
}

.wow {
   visibility: hidden;
}
.context {
    width: 100%;
    z-index: 9999;
}
.area{
    background: transparent;
    background: -webkit-linear-gradient(to left, #BCC60C, #4e54c8);
    width: 100%;
    height:100%;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: rgba(31, 32, 32, 0.2); */
    background-image: linear-gradient(180deg, #B11F86 0%, #BCC60C 100%);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }

}
#navbar_top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 99;
  background-color: transparent !important;
  /* background-image: linear-gradient(270deg, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 100%); */
  box-shadow: none;
}

#navbar_top.style2 {
  background-image: linear-gradient(270deg, #F9F9F9 0%, #FFFFFF 100%) !important;
}

#scrolled {
  overflow-x: hidden;
  padding: 10px 0;
  display: none;
}

#logo {
  display: block;
  overflow-x: hidden;
  padding: 10px 0;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-brand img.logo-2 {
  z-index: 0 !important;
}

.navbar-collapse {
  justify-content: flex-end;
  text-align: center;
}

a.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 0.6;
  color: #1F2020 !important;
  text-transform: uppercase;
}

li.nav-item {
  padding: 0 12px;
  border-right: 1px solid #EEEEEE;
}

li.nav-item:last-child {
  border-right: none
}

li.nav-item.active a.nav-link {
  font-weight: 600;
  color: #B11F86 !important;
}

ul span {
  line-height: 1.6;
}

.scrolled-active {
  color: #fff !important;
}

.navbar-toggler {
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #303030 !important;
  border-radius: 0.25rem;
}
span.navbar-toggler-icon{
    color: #B11F86;
}

.bg-light {
  background-color: transparent !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.bg-1 {
  background-image: linear-gradient(270deg, #FFFFFF 0%, #F9F9F9 100%);
  /* background: url(/assets/images/brand-display.jpg) right center no-repeat, url(/assets/images/bg.jpg) left center no-repeat; */
  background: url(/assets/images/brand-display.jpg) right center no-repeat;
  /* background: url(/assets/images/test.jpg) center no-repeat; */
  background-size: cover;
  display: block;
  height: auto;
}

.bg-2 {
  background-image: linear-gradient(0deg, #F5F5F5 50%, #f5f5f5 100%);
  transition: background-color 0.5s ease;
  /* background: url(/assets/images/bg.jpg) center no-repeat; */
  background-size: cover;
  display: block;
}

.bg-3 {
  background-color: #1F2020;
  display: block;
}

.bg-4 {
  background-color: #FFFFFF;
  display: block;
}

.bg-5 {
  background-color: #FFF4FC;
  display: block;
}

.bg-6 {
  background-color: #B11F86;
  display: block;
}

.header-left {
  width: 60%;
  padding: 100px 40px;
  margin-top: 100px;
  padding-left: 0;
}

.header-left .title h1 {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 68px;
  color: #1F2020;
  margin-bottom: 40px;
}

.header-left .description p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.6;
  color: #1F2020;
  margin-bottom: 70px;
}

.cta {
  display: inline-block;
}

.cta.btn-2 {
  margin-top: 40px;
  display: flex;
}

.cta a.button {
  background: #F5F5F5;
  box-shadow: 20px 20px 30px 0 #E5E5E5, -20px -20px 25px 0 #FFFFFF;
  border-radius: 50px;
  border: none;
  padding: 15px 50px;
  font-size: 18px;
  color: #1F2020;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  border: solid 1px rgba(255, 0, 0, 0);
  outline: none;
}

.cta button.btn-2 {
  padding: 15px 30px;
  margin-right: 20px;
  background: #FFF4FC;
  border: solid 1px rgba(255, 0, 0, 0);
  box-shadow: -11px -11px 12px #ebe0e8,
    11px 11px 12px #ffffff;
  outline: none;
  border-radius: 50px;
}

.cta button.btn-2:hover {
  box-shadow: inset -11px -11px 12px #ebe0e8,
    inset 11px 11px 12px #ffffff;
  border: solid 1px #FEDDF5;
  padding: 15px 30px;
  outline: none;
}

.cta button.btn-2 img {
  height: 30px;
}

.cta a.button:hover {
  box-shadow: -8px -8px 12px 0 #E5E5E5 inset, 12px 12px 16px 0 #FFFFFF inset;
  border: solid 1px #BCC60C;
  padding: 15px 50px;
  text-decoration: none;
}

.cta a {
  display: inline-block;
  padding: 15px 40px;
  color: #B11F86;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.cta a:hover {
  text-decoration: underline;
}

#section07 {
  background: url(https://picsum.photos/1200/800?image=675) center center / cover no-repeat;
}

.hiw, .serviceBlock, .featuresBlock, .appBlock, .contactBlock, .faqBlock {
  padding: 100px 0;
  text-align: center;
  display: block;
}

.hiw {
  height: 620px;
}

h1.section-title {
  font-size: 46px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  /* text-align: left; */
}
.appBlock h1.section-title, .contactBlock h1.section-title{
  text-align: left;
}

.tab {
  overflow: hidden;
  margin-bottom: 30px;
}

.tab span {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 0;
  font-weight: 300;
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #1F2020;
  letter-spacing: 2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  text-decoration: underline;
}

.tab button.active {
  color: #B11F86 !important;
}

/* Create an active/current tablink class */
button#defaultOpen.tablinks {
  color: #B11F86 !important;
  font-weight: 500;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  text-align: left;
}

.tabcontent.show {
  display: block;
}

.hiwBlock {
  display: block;
  padding: 15px;
  border-radius: 25px;
  border: solid 1px #f5f5f5;
  margin: 5px;
  margin-bottom: 20px;
}

.card {
  display: inline-block;
  background: #F5F5F5;
  box-shadow: 20px 20px 30px 0 #E5E5E5, -20px -20px 25px 0 #FFFFFF;
  border-radius: 25px;
  border: none;
  padding: 30px;
  text-align: center;
}

.card-title {
  display: inline-block;
  margin: auto;
  width: 45px;
  height: 45px;
  padding: 11px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  color: #B11F86;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.card-title.text {
  display: inline-block;
  margin: auto;
  width: auto;
  padding: 10px;
  border: solid 1px rgba(245, 245, 245, 0);
  border-radius: 50%;
  color: #1F2020;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.card .card-body {
  font-family: 'Montserrat', sans-serif;
  color: #1F2020;
  font-size: 16px;
  padding: 20px;
}

.hiwBlock:hover {
  border: solid 1px #BCC60C;
}

.hiwBlock:hover .card-title {
  border: solid 1px #BCC60C;
}

.hiwBlock:hover .card-title.text {
  border: none;
}

.hiwBlock:hover .card {
  background: #F5F5F5;
  box-shadow: inset 20px 20px 25px 0 #E9E9E9, inset -20px -20px 15px 0 #FFFFFF;
}

/*
.desciBlock .card .card-title.text{
  width: 100%;
  border: none;
} */
.serviceBlock {
  text-align: left;
}

.service-text, . {
  display: flex;
  margin: auto;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

. {
  margin-right: 30px;
}

.serviceBlock h1, .contactBlock h1 {
  color: #FFFFFF;
}

.serviceBlock p, .featuresBlock p, .appBlock p, .contactBlock p, .contactBlock h5, .contactBlock a, span {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
}
.contactBlock{
  position: relative;
}
.contactBlock .contact{
  text-align: left;
}
.contactBlock a{
  margin-top: 50px;
}
.contactBlock a:hover {
  font-weight: 500;
}

.featuresBlock p {
  color: #1F2020;
  text-align: center;
  margin-bottom: 50px;
}

.featuresBlock p, .appBlock p {
  color: #1F2020;
}

.contactBlock h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactBlock p {
  font-size: 18px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(9, 2vw);
  grid-gap: 15px;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.app {
  position: relative;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.gallery__item--1 {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 9;
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--4 {
  grid-column-start: 5;
  grid-column-end: 14;
  grid-row-start: 5;
  grid-row-end: 12;
}

.gallery__item--5 {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 9;
  grid-row-end: 16;
}

figure {
  margin: 10px;
}

figure .serviceBox {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #1F2020;
  box-shadow: 12px 12px 28px 0 #121313, -8px -8px 20px 0 #313232;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

figure .serviceBox p {
  margin: 0;
  margin-top: 5px;
  color: #FEDDF5;
  font-family: 'Tangerine', cursive;
  font-weight: 700;
  font-size: 50px;
}

figure .serviceBox:hover {
  box-shadow: inset 15px 15px 25px 0 #121313, inset -20px -20px 15px 0 #313232;
}

.features {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 2vw);
  grid-gap: 0px;
}

.features_item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
}

.features_item--2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 8;
}

.features_item--3 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 8;
  grid-row-end: 12;
}

.features_item--4 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 12;
}

.features_item--5 {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 10;
}

.features_item--6 {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 10;
}

.features_item--7 {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 8;
  grid-row-end: 10;
}

.featureBox {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  border-radius: 20px;
  background: #FFF4FC;
  justify-content: right;
  align-items: right;
  padding: 30px;
  padding-right: 50px;
  text-align: right;
  border: solid 1px #FFF4FC;
  margin-bottom: 15px;
}

.featureBox .feat-description {
  text-align: right;
}

.featureBox-2 {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  border-radius: 20px;
  background: #FFF4FC;
  justify-content: left;
  align-items: left;
  padding: 30px;
  padding-left: 50px;
  text-align: left;
  border: solid 1px #FFF4FC;
  margin-bottom: 15px;
}

.featureBox-2 .feat-description {
  text-align: left;
}

.featureBox:hover, .featureBox-2:hover {
  border: solid 1px #B11F86;
}

.featureBox h5, .featureBox-2 h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.featureBox p, .featureBox-2 p {
  font-size: 16px;
  margin: 0;
}

.featureBox img {
  position: absolute;
  right: -25px;
  top: 32%;
}

.featureBox-2 img {
  position: absolute;
  left: -25px;
  top: 32%;
}

.appBlock {
  display: block;
  /* height: 700px; */
}

.app_img {
  display: block;
}

.app_img img {
  display: block;
  height: 100%
}

.address {
  margin: 30px 0;
}

.contact p {
  margin: 0;
}

.contactBlock .card {
  background: transparent;
  border-radius: 5px;
  border: solid 1px #FFFFFF;
  padding: 40px;
  box-shadow: none;
  margin: 0 100px;
  height: 100%;
}

form {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

::placeholder {
  font-size: 14px;
  color: #ffffff !important;
  background: transparent;
  padding: 5px;
}

.form-control {
  background: transparent !important;
  border: solid 1px #FFFFFF;
  border-radius: 5px;
  margin-bottom: 25px;
  color: #FFF4FC;
  height: 50px;
  font-size: 16px;
}
.form-control:focus {
    outline: none !important;
    border:1px solid #FFF4FC;
    background: #B11F86;
    box-shadow: 0 0 10px #BCC60C;
    color: #BCC60C;
  }

  /* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px rgba(102, 163, 177, 0) inset !important;
}

button.formBtn {
  float: left;
  padding: 15px 30px;
  background: #B11F86;
  box-shadow: 12px 12px 24px 0 #9F1577, -12px -12px 24px 0 #C82397;
  border-radius: 30px;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
}

button.formBtn:hover {
  box-shadow: inset 15px 15px 25px 0 #9F1577, inset -20px -20px 15px 0 #C82397;
  outline: none;
}

section.footer {
  padding: 15px 0;
  background: #FFF4FC;
  height: 50px;
}
.tnc-links {
  text-align:right;
}
.caption {
  text-align: left;
}

.tnc-links a,.tnc-links span {
  color: #AAAAAA;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.tnc-links a:hover {
  color: #121313;
}

.caption {
  color: #B11F86;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.jumbotron {
  padding: 100px 0;
  padding-top: 180px;
  background: #FFFFFF;
  background: url(/assets/images/bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
}

.jumbotron h1 {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.jumbotron p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
}

.faqBlock {
  color: #121313;
  text-align: left;
}

.faqBlock .card, .panel-body {
  box-shadow: none;
  color: #121313;
  text-align: left;
  border-radius: 0px;
  margin-top: 10px;
  width: 100%;
  border-top: solid 1px #FEDDF5;
  background: rgba(255, 255, 255, 0);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 15px 0;
}

.faqBlock h5 {
  font-family: 'Heebo', sans-serif;
  color: #121313;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.question-box, .panel-default {
  border: dashed 1px rgba(177, 31, 134, 0.5);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

button.faqBtn, .panel-title {
  background: transparent;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #121313;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  text-align: left;
  outline: none;
}

.panel-title {
  margin-bottom: 0;
}

.panel-body p {
  margin: 0;
}

.panel-heading {
  position: relative;
}

.panel-heading[data-toggle="collapse"]:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  /* font-family: 'Font Awesome 5 Brands'; */
  content: '\f107';
  /* font-weight: 900; */
  position: absolute;
  color: rgba(177, 31, 134, 0.5);
  font-size: 18px;
  line-height: 22px;
  right: 10px;
  top: calc(50% - 10px);
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-body {
  font-size: 14px;
  padding: 12px 0;
  padding-bottom: 0;
}

button.navbar-toggler.collapsed {
  outline: none;
}
