@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Lato', sans-serif;
}

.txt-theme {
  color: #341950;
}

.txt-theme-light {
  color: #753cb3;
}

.section {
  padding: 35px 0;
}

img {
  max-width: 100%;
}

.btn-theme {
  background: #341950;
  color: #fff;
  border-color: #341950;
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.btn-theme:hover {
  background: transparent;
  color: #753cb3;
  border-color: #341950;
}

.btn-theme-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.btn-theme-outline:hover {
  background: #341950;
  color: #fff;
  border-color: #341950;
}

.btn-theme-outline-dark {
  background: transparent;
  color: #341950;
  border-color: #341950;
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.btn-theme-outline-dark:hover {
  background: #341950;
  color: #fff;
  border-color: #341950;
}

.loader {
  background: #fff;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader-15 {
  background: currentcolor;
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.8em;
  height: 2.5em;
  margin: 0 1em;
}

.loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}

.loader-15:before {
  right: 1.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader-15:after {
  left: 1.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
            box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
  }
  50% {
    -webkit-box-shadow: 0 -1em 0 currentcolor, 0 1em 0 currentcolor;
            box-shadow: 0 -1em 0 currentcolor, 0 1em 0 currentcolor;
  }
}

@keyframes loader-15 {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
            box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
  }
  50% {
    -webkit-box-shadow: 0 -1em 0 currentcolor, 0 1em 0 currentcolor;
            box-shadow: 0 -1em 0 currentcolor, 0 1em 0 currentcolor;
  }
}

header nav.navbar {
  background: transparent;
}

header nav.navbar .navbar-nav .nav-link {
  color: #fff;
  margin-right: 35px;
}

header nav.navbar .navbar-brand {
  margin-right: 8rem;
}

header nav.nav-bg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #2b0554;
}

main {
  overflow: hidden;
}

main .home .hero {
  position: relative;
}

main .home .hero .hero-video {
  display: block;
  height: 75vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

main .home .hero .hero-video::before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.125) 29%, rgba(0, 0, 0, 0.3) 73%, rgba(0, 0, 0, 0.5) 100%);
}

main .home .hero .hero-video::after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAOMIP6ZM2f+m5iYgNlgAhmgCIBUAgC4pQdoMTC3+AAAAABJRU5ErkJggg==);
  background-repeat: repeat;
}

main .home .hero .hero-video video {
  width: 100%;
  height: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .home .hero .hero-mobile {
  display: none;
}

main .home .hero .hero-info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 2em 1em;
  padding-left: 4em;
  padding-right: 2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 90%);
}

main .commiunity .single-com .card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

main .commiunity .single-com .card .com-img img {
  height: 380px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .commiunity .single-com .card .com-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#65b317), to(#25113c));
  background: linear-gradient(to bottom, #65b317 0%, #25113c 100%);
  height: 380px;
  max-height: 400px;
}

main .commiunity .com-list .card {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec00e0), to(#350d63));
  background: linear-gradient(to bottom, #ec00e0 0%, #350d63 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

main .commiunity .com-list .card span.card-price {
  font-size: 1.6em;
  font-family: sans-serif;
}

main .commiunity .com-list .card .card-body img {
  width: 150px;
}

main .commiunity .stact-count {
  color: #fff;
}

main .commiunity .stact-count .odometer {
  font-size: 4em;
  font-weight: 600;
  color: #fff;
}

main .commiunity .stact-bg {
  padding: 50px 0;
  background: #341950;
}

.past-comm .card {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec00e0), to(#350d63));
  background: linear-gradient(to bottom, #ec00e0 0%, #350d63 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.past-comm .card span.card-price {
  font-size: 1.6em;
  font-family: sans-serif;
}

.past-comm .card .card-body img {
  width: 150px;
}

.promis-note {
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(52, 25, 80, 0.9)), to(rgba(0, 0, 0, 0))), url("../images/kingsmen-promis.jpg");
  background-image: linear-gradient(to right, rgba(52, 25, 80, 0.9) 0%, rgba(0, 0, 0, 0) 100%), url("../images/kingsmen-promis.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promis-note .promis-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  color: #fff;
}

.promis-note .promis-info h3 {
  font-weight: 400;
}

.grid img {
  float: left;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding: 10px;
}

.row-gallery {
  display: table;
  width: 1400px;
  margin: 0 auto;
  max-width: 90vw;
  height: 700px;
  border-spacing: 1em .5em;
}

.row-gallery .gallery-col-30 {
  width: 30%;
}

.row-gallery .gallery-col-70 {
  width: 70%;
}

.row-gallery .gallery-col-100 {
  width: 100%;
}

.row-gallery .gallery-col {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}

.row-gallery .img-fill-lazy {
  height: 100%;
  width: 100%;
  position: relative;
}

.row-gallery .img-fill-lazy a {
  outline: none;
}

.row-gallery .img-fill-lazy .alt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8em;
  padding: .5em 1em;
  color: #fff;
  background: #341950;
  border-bottom: solid #cbb65b .2em;
}

.blog {
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 28, 80, 0.6)), to(rgba(219, 68, 98, 0.6)));
  background: linear-gradient(to right, rgba(65, 28, 80, 0.6) 0%, rgba(219, 68, 98, 0.6) 100%);
}

footer {
  padding: 30px 0 50px 0;
  background: #341950;
}

footer .footer-title {
  position: relative;
}

footer .footer-title h2::before {
  position: absolute;
  content: '';
  height: 2px;
  background: linear-gradient(228deg, #77b8bb, #b15d61);
  width: 46%;
  top: 68px;
  left: 0;
}

footer .footer-title h2::after {
  position: absolute;
  content: '';
  height: 2px;
  background: linear-gradient(228deg, #b15d61, #77b8bb);
  width: 46%;
  top: 68px;
  right: 0;
}

footer .form-control {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}

footer .form-control:focus {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}

.styled-checkbox:hover + label:before {
  background: #753cb3;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #753cb3;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
          box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bottom {
  padding: 50px 0 10px 0;
  border-top: 2px solid #753cb3;
}

.bottom .social ul {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

.bottom .social ul li {
  margin: .5em 0.6em;
  display: inline-block;
}

.bottom .social ul li a {
  font-size: 2em;
  text-decoration: none;
  color: #341950;
}

.bottom .social ul li a:hover {
  color: #753cb3;
}

.bottom .footer-menu ul {
  list-style-type: none;
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
}

.bottom .footer-menu ul li {
  margin: .5em 1em;
  display: inline-block;
}

.bottom .footer-menu ul li a {
  text-decoration: none;
  color: #341950;
}

.bottom .footer-menu ul li a:hover {
  color: #753cb3;
}

.blog-single {
  min-height: 100vh;
}

.blog-single .blog-img {
  background-image: url("../images/blog/thumbnail.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.blog-single .blog-info {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-single .blog-info h1 {
  color: #341950;
  font-size: 3em;
}

.blog-single .blog-info p {
  line-height: 1.8;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  width: 100%;
}

.c-hamburger span:before, .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span:before {
  top: -10px;
}

.c-hamburger span:after {
  bottom: -10px;
}

.awake .c-hamburger span {
  background: #04304a;
}

.awake .c-hamburger span:before, .awake .c-hamburger span:after {
  background-color: #04304a;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span:before, .c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.inner-hero {
  background-image: url("../images/slide1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}

.section-title {
  width: 100%;
  position: relative;
  text-align: center;
}

.title {
  top: 0;
  left: 0;
  position: relative;
  width: auto;
  display: inline-block;
  background: #fff;
}

.cross {
  width: 100%;
  height: 3px;
  background: linear-gradient(228deg, #77b8bb, #b15d61);
  background-size: 100% 100%;
  -webkit-animation: animated_gradient 2s ease infinite;
          animation: animated_gradient 2s ease infinite;
  position: absolute;
  top: 47%;
  z-index: 0;
}

.suger ul {
  line-height: 3;
}

.suger .card {
  border: 1px solid #b54764;
  -webkit-box-shadow: -0.1em 0.1em 1em 0px rgba(0, 0, 0, 0.1);
          box-shadow: -0.1em 0.1em 1em 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.suger .card img {
  border-radius: 10px 10px 0 0;
}

.suger .card h4 {
  margin-bottom: 25px;
}

.plan a {
  text-decoration: none;
  color: black;
}

.modal-lg-size {
  max-width: 90%;
}

.title.contact-title {
  top: 0;
  left: 0;
  position: relative;
  min-width: 165px;
  display: inline-block;
  background: #341950;
}

.odometer-inside:after {
  content: "+";
}

@media (min-width: 768px) and (max-width: 1024px) {
  main .home .hero .hero-video {
    display: block;
    height: 100%;
  }
  main .home .hero .hero-info {
    top: 55%;
  }
  header nav.navbar {
    background: #2b0554;
  }
  header nav.navbar .navbar-nav .nav-link {
    color: #fff;
    margin-right: 0px;
  }
  header nav.navbar .navbar-brand {
    margin-right: 8rem;
  }
  header nav.nav-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #2b0554;
  }
  header nav ul {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3em;
  }
  .promis-info {
    padding: 0 15px;
  }
  .row-gallery {
    display: -ms-grid;
    display: grid;
  }
  .row-gallery .gallery-col-30 {
    width: 100%;
  }
  .row-gallery .gallery-col-70 {
    width: 100%;
  }
  .row-gallery .gallery-col-100 {
    width: 100%;
  }
  .row-gallery .gallery-col {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  main .home .hero .hero-video {
    height: 100vh;
  }
  main .home .hero .hero-video video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main .home .hero .hero-info {
    top: 56%;
    padding-left: 2em;
  }
  header nav.navbar {
    background: #2b0554;
  }
  header nav.navbar .navbar-nav .nav-link {
    color: #fff;
    margin-right: 0px;
  }
  header nav.navbar .navbar-brand {
    margin-right: 4rem;
  }
  header nav.nav-bg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #2b0554;
  }
  header nav ul {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5em;
  }
  .promis-info {
    padding: 0 10px;
  }
  .row-gallery {
    display: -ms-grid;
    display: grid;
  }
  .row-gallery .gallery-col-30 {
    width: 100%;
  }
  .row-gallery .gallery-col-70 {
    width: 100%;
  }
  .row-gallery .gallery-col-100 {
    width: 100%;
  }
  .row-gallery .gallery-col {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-bottom: 15px;
  }
  .blog-single .blog-info {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */