/*--------------------------------------------------------------
# General Information: colors

Default color: #2e2e2e
hazl purple: #962374
hazl blue: #345cb3
hazl red: #991c37
hazl green: #078171
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Nunito", sans-serif;
  color: #2e2e2e;
  line-height: 1.8;
  font-size: 18px;
  overflow: hidden;
}

.site-wrap {
  overflow: hidden;
}

p {
  font-size: 20px;
}

a {
  color: #777;
  transition: 0.3s all ease;
}

a:hover {
  color: #2e2e2e;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  color: #2e2e2e;
  font-weight: 800;
}

.h3,
h3 {
  font-size: 2rem;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.site-section {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.site-section h2 {
  font-weight: 800;
  font-size: 3rem;
}

.section-heading {
  font-size: 3rem;
  font-weight: 800;
  background: #2e2e2e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #962374;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top img {
  width: 60%;
  padding-top: 14px;
}

/* Default btn pre-styling */

.btn {
  border: none;
  padding: 15px 20px !important;
  font-size: 21px;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: #fff;
  color: #962374;
}

.btn.btn-outline-white img {
  width: 30px;
}

.btn.btn-outline-white:hover {
  background: none;
  color: #fff;
}

.btn.btn-outline-white span {
  float: right;
}

.btn.btn-outline-white .Googleplay_W {
  float: left;
  display: none;
}

.btn.btn-outline-white .Googleplay_C {
  float: left;
}

.btn.btn-outline-white:hover .Googleplay_W {
  display: block;
}

.btn.btn-outline-white:hover .Googleplay_C {
  display: none;
}

.btn.btn-outline-white .Apple_W {
  float: left;
  display: none;
}

.btn.btn-outline-white .Apple_C {
  float: left;
}

.btn.btn-outline-white:hover .Apple_W {
  display: block;
}

.btn.btn-outline-white:hover .Apple_C {
  display: none;
}

.btn.btn-primary {
  width: 100%;
  background: #0062cc;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #0062cc;
  color: #fff;
}

.btn.btn-light {
  width: 100%;
  background: #fff;
  color: #0062cc;
}

.btn.btn-light:hover {
  background: #0062cc;
  color: #fff;
}

.btn.btn-outline-purple {
  border: 2px solid #962374;
  background: #962374;
  color: #fff;
}

.btn.btn-outline-purple img {
  width: 25px;
}

.btn.btn-outline-purple .Googleplay_C {
  float: left;
  display: none;
}

.btn.btn-outline-purple .Googleplay_W {
  float: left;
}

.btn.btn-outline-purple:hover {
  border: 2px solid #962374;
  background: #fff;
  color: #962374;
}

.btn.btn-outline-purple:hover .Googleplay_C {
  display: block;
}

.btn.btn-outline-purple:hover .Googleplay_W {
  display: none;
}

.btn.btn-outline-purple .Apple_C {
  float: left;
  display: none;
}

.btn.btn-outline-purple .Apple_W {
  float: left;
}

.btn.btn-outline-purple:hover .Apple_C {
  display: block;
}

.btn.btn-outline-purple:hover .Apple_W {
  display: none;
}

.btn-slide {
  background-color: #fff;
  border: 2px solid #962374;
}

/* Sticky Wrapper */

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: 0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #962374;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #ffffff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #ffffff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

.hero-section {
  background-color: #962374;
  position: relative;
  margin-bottom: 450px;
}

.hero-section:before {
  content: "";
  height: 700px;
  border-bottom-left-radius: 270px;
  border-bottom-right-radius: 270px;
  background: #962374;
  display: block;
  position: absolute;
  transform: rotate(6deg);
  left: -50px;
  right: -70px;
  bottom: -160px;
  z-index: 1;
}

.hero-section,
.hero-section > .container > .row {
  height: 60vh;
  min-height: 580px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -120px;
}

.hero-section h1 {
  font-size: 3.3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 25px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
  top: 60px;
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  /*top: -50%;*/
  overflow: hidden;
  left: 0;
  border-radius: 30px;
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 280px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: -50px;
  margin-left: 200px;
  width: 330px;
}

.hero-text-image {
  top: 100px;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  background: #962374;
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-logo img {
  max-height: 100px;
  padding: 0.5rem;
}

.site-navbar .d-lg-none {
  position: relative;
  top: 3px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #2e2e2e;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f2f4f6;
  color: #2e2e2e;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding-top: 20px;
  background: #962374;
  height: auto;
  /*calc(100vh);*/
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.5s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: auto;
  /*calc(100vh - 52px);*/
  padding-bottom: 30px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 20px 20px 10px 0px;
  display: block;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

/*sticky-bar*/
.sticky-bar {
  background-color: #962374;
  /*margin-top: 450px;*/
  padding: 0.5rem !important;
}

.sticky-bar h4 {
  color: #fff;
  float: left;
  font-weight: 400;
  margin-top: 1.3rem;
}

.sticky-bar a {
  float: right;
}

/*good-reasons*/

.good-reasons .step h3 {
  color: #2e2e2e;
}

.good-reasons .step {
  color: #2e2e2e;
}

.good-reasons .step .img {
  box-shadow: 0 0 10px 0 rgba(25, 100, 227, 0.1);
}

.good-reasons p {
  margin-top: 25px;
}

/* Step */

.step {
  box-shadow: 0 0 20px 0 rgba(150, 35, 116, 0.19);
  background: #fff;
  padding: 30px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 345px;
}

.step .img {
  padding: 21px 5px;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: auto auto 30px;
  transition: all 0.5s ease;
  background-color: #fff;
}

.step img {
  width: 50px;
}

.step h3 {
  color: #fff;
}

.step p:last-child {
  margin-bottom: 0px;
}

.digital {
  background-color: #078171;
  box-shadow: 0 10px 30px -5px rgb(7, 129, 113) !important;
}

.local {
  background-color: #345cb3;
  box-shadow: 0 10px 30px -5px rgb(52, 92, 179) !important;
}

.social {
  background-color: #991c37;
  box-shadow: 0 10px 30px -5px rgb(153, 28, 55) !important;
}

/*old way*/
.oldway {
  text-align: center;
  padding-top: 3rem;
}

.oldway img {
  width: 500px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.divider {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}

.divider-bar {
  height: 160px;
  width: 1.4px;
  background: #d9d9d9;
}

.divider-mob {
  display: none;
}

.divider-mob .divider-bar-mob {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  line-height: 0.1em;
  margin: 50px 0 50px;
}

.divider-mob .divider-bar-mob span {
  background: #fff;
  padding: 0 10px;
}

/*hazl-do*/

.hazl-do {
  background-color: #345cb3;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.hazl-do .section-heading {
  color: #fff;
  -webkit-text-fill-color: snow;
}

.hazl-do .property {
  margin-top: 80px;
}

.hazl-do .property p {
  color: #fff;
  float: left;
  padding-left: 25px;
}

.hazl-do .property img {
  padding: 15px 5px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: auto auto 30px;
  transition: all 0.5s ease;
  background-color: #fff;
  float: left;
}

/* Testimonial Carousel */

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  line-height: 0px;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: linear-gradient(-45deg, #1391a5, #274685);
}

.testimonial {
  box-shadow: 0 0 20px 0 rgba(25, 100, 227, 0.06);
  padding: 2rem;
}

.testimonial:before {
  content: "";
  background-image: url(../svg/quotation_mark.svg);
  width: 90px;
  height: 86px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}

.testimonial:after {
  content: "";
  background-image: url(../svg/quotation_mark_end.svg);
  width: 90px;
  height: 85px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 1;
}

.Screenshots li {
  font-size: 18px;
}

.Screenshots {
  padding-bottom: 12rem;
}

.Screenshots .app-content {
  padding: 2rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  padding: 1rem 0 1.5rem 0;
  background-color: #962374;
  margin-top: 265px;
  display: block;
  position: relative;
}

.footer:before {
  content: "";
  height: 400px;
  border-top-left-radius: 270px;
  border-top-right-radius: 270px;
  background: #962374;
  display: block;
  position: absolute;
  transform: rotate(6deg);
  left: -50px;
  right: -70px;
  top: -156px;
  z-index: 1;
}

.footer h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #fff;
}

.footer p {
  color: #ffffff;
  font-size: 18px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #ffffff;
  font-size: 18px;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.footer-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
}

.footer-social a img {
  width: 50px;
}

/*hazl-works*/
.scrolling-wrapper .active {
  width: 350px !important;
  margin-right: 30px !important;
}

.scrolling-wrapper .owl-item {
  width: 350px !important;
  margin-right: 0px !important;
}

.scrolling-wrapper .owl-stage-outer {
  overflow: unset !important;
}

.scrolling-wrapper .owl-stage {
  width: max-content !important;
}

.scrolling-wrapper .owl-item img {
  display: unset;
}

.hazl-works .container {
  max-width: 100%;
}

.hazl-works h2 {
  margin-top: 120px;
}

.hazl-works .head {
  padding-left: 130px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 2rem;
}

.scrolling-wrapper .card {
  /* display: inline-flex;*/
}

.card {
  box-shadow: 0 10px 30px -5px rgba(128, 37, 111, 0.62);
  background-color: #962374;
  border-radius: 10px;
  padding: 15px 30px;
  color: #fff;
  min-height: 460px;
  /*width: 350px;*/
  margin-left: 30px;
}

.scrolling-wrapper {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

.card h3 {
  color: #fff;
  font-size: 1.6rem;
}

.card p {
  color: #fff;
  white-space: normal;
}

.card h6 {
  color: #ffffff9c;
  font-size: 2.5rem;
  float: left;
  text-align: left;
}

.scrolling-wrapper .card:hover {
  background-color: #fff;
}

.scrolling-wrapper .card:hover h6 {
  color: #96237482;
}

.scrolling-wrapper .card:hover .img {
  background-color: #962374;
}

.scrolling-wrapper .card:hover h3 {
  color: #962374;
}

.scrolling-wrapper .card:hover p {
  color: #2e2e2e;
}

.scrolling-wrapper img {
  width: 50px !important;
}

.work-w {
  display: none !important;
}

.work-w {
  margin-left: 12px;
}

.scrolling-wrapper .card:hover .work-w {
  display: block !important;
}

.scrolling-wrapper .card:hover .work-c {
  display: none;
}

.scrolling-wrapper .img {
  padding: 21px 5px;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 15px auto 30px;
  transition: all 0.5s ease;
  background-color: #fff;
}

/*Screenshots*/

.swiper img {
  width: 63% !important;
  display: initial !important;
}

/*Responsive*/

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section:before {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hero-section:before {
    bottom: -240px;
  }
}

@media (min-width: 1600px) {
  .hero-section:before {
    /* bottom: -180px;*/
    /*right: 10px;
        height: 280px*/
  }

  .hero-section .iphone-wrap {
    top: 100px;
  }

  .footer:before {
    /*right: 10px;*/
  }

  .hero-section:before {
    bottom: -190px;
  }

  .footer:before {
    top: -186px;
  }
}

@media (min-width: 2000px) {
  .hero-section:before {
    bottom: -220px;
  }

  .footer:before {
    top: -210px;
  }
}

@media screen and (max-width: 1024px) {
  .step {
    padding: 30px 15px;
    min-height: 400px;
  }

  .good-reasons .step {
    height: 550px;
  }

  .hazl-works .head {
    padding-left: 50px !important;
  }

  .site-section {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }

  .oldway {
    padding-top: 3rem;
  }

  .Screenshots {
    padding-bottom: 10rem !important;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }

  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 30px;
  }

  .hero-section .hero-text-image {
    margin-top: 4rem;
  }

  .hero-section .iphone-wrap {
    text-align: center;
  }

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 280px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }

  .plain-img {
    display: none;
  }

  .Screenshots .app-content {
    padding: 0rem;
  }
}

@media (max-width: 991px) {
  .hero-section .iphone-wrap {
    display: none;
  }

  .hero-section {
    margin-bottom: 0;
  }

  .hero-text-image {
    top: 0px;
  }

  .hazl-do .property img {
    width: 70px;
    height: 70px;
  }

  .site-section {
    padding-top: 8rem;
    padding-bottom: 0rem;
  }

  .testimonial:before {
    display: none;
  }

  .testimonial {
    padding: 1rem;
    margin-top: 1rem;
  }

  .site-section h2 {
    margin-top: 2rem;
    font-size: 2.6rem;
  }

  .hazl-do .property:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-section:before {
    display: none;
  }

  .sticky-bar h4 {
    display: none;
  }

  .sticky-bar a {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .divider-mob {
    display: block;
  }

  .back-to-top {
    bottom: 15px;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .site-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }

  .step {
    padding: 30px 15px;
    min-height: auto;
  }

  .good-reasons .step {
    height: auto;
  }
}

@media (min-width: 767px) {
  .owl-btns {
    margin-left: -45% !important;
    margin-top: -20% !important;
  }
}

@media (min-width: 991px) {
  .owl-btns {
    margin-left: -38% !important;
    margin-top: -20% !important;
  }
}

@media (max-width: 600px) {
  .scrolling-wrapper {
    padding: 2rem 0 0;
  }

  .m-scrolling-wrapper {
    padding-left: 0;
  }

  .site-navbar .site-logo img {
    max-height: 70px;
  }

  .hero-section:before {
    content: none;
  }

  .hero-text-image {
    top: 0px;
  }

  .hero-section p {
    font-size: 18px;
  }

  .btn-outline-white.m {
    margin-bottom: 10px;
  }

  .btn {
    padding: 8px 16px !important;
    margin-bottom: 0px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 180px;
    margin-left: 120px;
  }

  .hero-section .iphone-wrap .phone-1 {
    width: 150px;
    top: 30px;
    margin-left: -100px;
  }

  .sticky-bar a {
    float: none;
  }

  .sticky-bar .justify-content-center {
    text-align: center;
  }

  .oldway img {
    width: 300px;
  }

  .digital {
    margin-bottom: 30px;
  }

  .local {
    margin-bottom: 30px;
  }

  .social {
    margin-bottom: 30px;
  }

  .reasons {
    padding-top: 2rem;
  }

  .reasons .section-heading {
    text-align: center;
  }

  .good-reasons .plain-img {
    text-align: center;
    padding-top: 2rem;
  }

  .good-reasons .plain-img img {
    height: 400px;
  }

  .hazl-works h2 {
    margin-top: 0px;
  }

  .hazl-do .plain-img {
    display: none;
  }

  .footer:before {
    content: none;
  }

  .timechange {
    padding-top: 2rem;
  }

  .footer {
    margin-top: 100px;
  }

  .swiper-container.swiper-container-coverflow {
    height: 100vh;
  }

  .oldway img {
    margin-top: 0px;
  }

  .m-testimonial {
  }

  .step {
    padding: 30px 15px;
    min-height: 350px;
  }

  .hazl-works .head {
    padding-left: 14px !important;
  }
}

/*Custome Owl buttons*/
.owl-carousel .item {
  height: 10rem;
  background: #4dc7a0;
  padding: 1rem;
}

.owl-btns {
  display: table;
  margin: auto;
  text-align: center;
}

.customNextBtn,
.customPreviousBtn {
  cursor: pointer;
  background: #962374;
  color: #fff;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
}

.customNextBtn {
  float: left;
}

.customPreviousBtn {
  float: right;
}

.owl-btns img {
  width: 100%;
  padding: 20px;
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
.faq .hero-section,
.faq .hero-section > .container > .row {
  min-height: 0;
  height: 30vh;
}

.faq .hero-section {
  margin-bottom: 300px;
}

#faq p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .faq .hero-section {
    margin-bottom: 100px;
  }
}

#faq .accordion .fa {
  margin-right: 0.5rem;
  line-height: 1.3;
  font-size: 1.5rem;
}

#faq .card {
  background-color: #fff;
  min-height: 0;
  margin-left: 0;
  padding: 20px;
  border: none;
  box-shadow: none;
}

#faq .card p {
  color: #000;
}

#faq .card h2 {
  text-align: left;
  color: #000;
  font-size: 2rem;
}

#faq .card h3 {
  text-align: left;
  color: #000;
  font-size: 1.5rem;
}

#faq .btn-link:hover {
  color: #000;
  text-decoration: none;
}

#faq .btn-link {
  color: #000;
  width: 100%;
  padding: 0 !important;
}

#faq .card-header {
  background-color: #fff;
  border-bottom: none;
  border-radius: 10px !important;
}

#faq .btn-link.focus,
#faq .btn-link:focus {
  text-decoration: none;
}

#faq .item {
  box-shadow: 0 0 30px -5px rgba(128, 37, 111, 0.2);
  margin-bottom: 15px;
  border-radius: 10px !important;
}

#faq .item span {
  float: right;
}

#faq .item p {
  text-align: left;
  margin-bottom: 0;
}

#faq .questionmark {
  background-color: #962374;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  margin-right: 5px;
  float: left;
}

@media (max-width: 767px) {
  #faq .card {
    padding: 0px;
  }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about .hero-section,
.about .hero-section > .container > .row {
  min-height: 0;
  height: 30vh;
}

.about .hero-section {
  margin-bottom: 300px;
}

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

@media (max-width: 991px) {
  .about .hero-section {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.login .hero-section,
.login .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

#login .form-control {
  height: 60px;
}

.login .hero-section {
  margin-bottom: 300px;
}

#login p {
  font-size: 18px;
}

#login .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#login .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#login .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#login .form-control:focus {
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#login .card {
  background-color: #fff;
  margin: 0 15px;
  min-height: 0;
  color: #000;
}

#login .card a {
  color: #962374;
}

.login .footer {
  margin-top: 300px;
}

@media (max-width: 991px) {
  .login .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .login .hero-section {
    margin-bottom: 100px;
  }
  .login .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .login .footer {
    margin-top: 100px;
  }
  #login .card {
    padding: 2rem !important;
  }
}

/*--------------------------------------------------------------
# register
--------------------------------------------------------------*/
.register .hero-section,
.register .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

#register .form-control {
  height: 60px;
}

.register .hero-section {
  margin-bottom: 300px;
}

#register p {
  font-size: 18px;
}

#register .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#register .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#register .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#register .card {
  background-color: #fff;
  margin: 0 15px;
  min-height: 0;
  color: #000;
  margin-bottom: 40px;
}

#register .card a {
  color: #962374;
}

.register .footer {
  margin-top: 300px;
}

@media (max-width: 991px) {
  .register .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .register .hero-section {
    margin-bottom: 100px;
  }
  .register .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .register .footer {
    margin-top: 100px;
  }
  #register .card {
    padding: 2rem !important;
  }
}

#register .form-control:focus {
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# forget
--------------------------------------------------------------*/
.forget .hero-section,
.forget .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

#forget .form-control {
  height: 60px;
}

.forget .hero-section {
  margin-bottom: 300px;
}

#forget p {
  font-size: 18px;
}

#forget .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#forget .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#forget .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#forget .card {
  background-color: #fff;
  margin: 0 15px;
  min-height: 0;
  color: #000;
  margin-bottom: 40px;
}

#forget .card a {
  color: #962374;
}

.forget .footer {
  margin-top: 300px;
}

@media (max-width: 991px) {
  .forget .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .forget .hero-section {
    margin-bottom: 100px;
  }
  .forget .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .forget .footer {
    margin-top: 100px;
  }
  #forget .card {
    padding: 2rem !important;
  }
}

#forget .form-control:focus {
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# shop detail
--------------------------------------------------------------*/
.shop-detail .hero-section,
.shop-detail .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

.shop-detail .hero-section {
  margin-bottom: 300px;
}

#shop-detail .btn.btn-primary {
  background: #962374 !important;
  width: auto;
  border: 1px solid #962374;
  font-size: 18px;
}

#shop-detail .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#shop-detail .btn.btn-primary.active {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#shop-detail .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: none;
}

.project-tab {
  margin-top: 8rem;
  padding-bottom: 5rem;
}

.shop-detail .footer {
  margin-top: 300px;
}

@media (max-width: 991px) {
  .shop-detail .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  #shop-detail .btn.btn-primary {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  #shop-detail .ddlprice {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .shop-detail .hero-section {
    margin-bottom: 40px;
  }
  .shop-detail .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .shop-detail .footer {
    margin-top: 100px;
  }
  #shop-detail .btn.btn-primary {
    margin-bottom: 10px;
  }
  #shop-detail .content {
    padding-top: 0px !important;
  }
  .project-tab {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.shop-detail .product-img img {
  border-radius: 10px;
}

.shop-detail .desc p {
  margin-bottom: 0;
}
.shop-detail .desc .product-name p {
  font-weight: 600;
}

.shop-detail .nav-tabs a {
  margin-right: 25px;
}
.shop-detail .nav-tabs {
  border-bottom: none;
}

.shop-detail .product-img {
  position: relative;
  padding-top: 20px;
  display: inline-block;
}
.shop-detail .product-img .badge-dark {
  position: absolute;
  left: 10px;
  top: 30px;
  text-align: center;
  padding: 5px 10px;
  background-color: #000;
  font-size: 14px;
}

#shop-detail .static-img {
  padding-top: 20px;
}

#shop-detail .static-img img {
  width: 100%;
  border-radius: 20px;
}
#shop-detail .form-control:focus {
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 255, 255);
}
#shop-detail select {
  border-color: #962374;
  color: #962374;
}
#shop-detail option {
  background-color: #fff;
  color: #962374;
}

#shop-detail .gift {
  margin-top: 6rem;
}

#shop-detail .ddlprice {
  width: 160px;
  float: left;
  margin-right: 20px;
  height: 59px;
  font-size: 20px;
}

/* #shop-detail a {
  float: left;
  margin-top: 20px;
  color: #962374;
  font-weight: bold;
} */

/*--------------------------------------------------------------
# confirmation
--------------------------------------------------------------*/
.confirmation .hero-section,
.confirmation .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

.confirmation .hero-section {
  margin-bottom: 300px;
}

#confirmation p {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

#confirmation img {
  width: 100%;
}
#confirmation .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#confirmation .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#confirmation .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#confirmation .form-control:focus {
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.confirmation .footer {
  margin-top: 300px;
}

@media (max-width: 991px) {
  .confirmation .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .confirmation .hero-section {
    margin-bottom: 100px;
  }
  .confirmation .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .confirmation .footer {
    margin-top: 100px;
  }

  #confirmation .p-5 {
    padding: 1rem !important;
  }
}

/*--------------------------------------------------------------
# confirmation
--------------------------------------------------------------*/
.checkout .hero-section,
.checkout .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

.checkout .hero-section {
  margin-bottom: 300px;
}

#checkout p {
  font-size: 18px;
  margin-bottom: 0rem;
}

#checkout .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#checkout .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#checkout .btn.btn-primary.active {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#checkout .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#checkout .form-control:focus {
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.checkout .nav-tabs a {
  margin-right: 25px;
}
.checkout .nav-tabs {
  border-bottom: none;
}

#checkout .project-tab .btn.btn-primary {
  width: auto;
}
.checkout .footer {
  margin-top: 300px;
}
.couponbox {
  height: 60px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .checkout .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .checkout .nav-tabs a {
    margin-right: 0;
  }
  #checkout .p-5 {
    padding: 1rem !important;
  }
  .couponbox {
    height: 50px;
  }
  .checkout .hero-section {
    margin-bottom: 100px;
  }
  .checkout .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .checkout .footer {
    margin-top: 100px;
  }
  #checkout .project-tab .btn.btn-primary {
    margin-bottom: 10px;
  }
  #checkout .project-tab .btn.btn-primary {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# my profile
--------------------------------------------------------------*/
.myprofile .hero-section,
.myprofile .hero-section > .container > .row {
  min-height: 0;
  height: 20vh;
}

.myprofile .hero-section {
  margin-bottom: 300px;
}

#myprofile p {
  font-size: 18px;
  margin-bottom: 0rem;
}

#myprofile .btn.btn-primary {
  background: #962374 !important;
  border: 1px solid #962374;
}

#myprofile .btn.btn-primary:hover {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#myprofile .btn.btn-primary.active {
  background: #fff !important;
  color: #962374;
  border: 1px solid #962374;
}

#myprofile .btn.btn-primary:focus {
  background: #962374;
  border-color: #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#myprofile .form-control:focus {
  border-color: #962374;
  border: 1px solid #962374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#myprofile ul {
  list-style: none;
  padding-left: 0;
}
#myprofile .Geschlecht li {
  display: inline;
  padding-left: 10px;
}
.myprofile .footer {
  margin-top: 300px;
}

#myprofile .project-tab {
  margin-top: 2rem;
  padding-bottom: 5rem;
}

#myprofile .project-tab .btn.btn-primary {
  background: #ffffff !important;
  border: none;
  border-bottom: 1px solid #495057;
  color: #000 !important;
  text-align: left;
  border-radius: 0;
  font-size: 18px;
}

#myprofile .project-tab .btn.btn-primary:focus {
  background: #ffffff !important;
  border: none;
  border-bottom: 1px solid #495057;
  box-shadow: none;
}

#myprofile .nametitle {
  border-radius: 55px;
  color: #fff;
  background: #80256f;
  padding: 2rem;
}

#myprofile .project-tab .active {
  border-left: 5px solid #80256f !important;
}

@media (max-width: 991px) {
  .myprofile .hero-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  #myprofile .t-resp {
    overflow-x: auto;
  }
  #myprofile .date .form-control {
    padding: 0;
  }
  .myprofile .hero-section,
  .myprofile .hero-section > .container > .row {
    min-height: 0;
    height: 25vh;
  }
  .myprofile .hero-section h1 {
    margin-top: 40px;
  }
  #myprofile .p-5 {
    padding: 1rem !important;
  }
  .myprofile .hero-section {
    margin-bottom: 100px;
  }
  .myprofile .hero-section .hero-text-image {
    margin-top: 2rem;
  }

  .myprofile .footer {
    margin-top: 100px;
  }
  #myprofile .Geschlecht li {
    display: block;
    padding-left: 0px;
  }
}
@media (max-width: 360px) {
  .myprofile .hero-section h1 {
    font-size: 30px;
  }
}
