/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

::selection {
  background-color: #621d9d;
  color: #fff; }

body {
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

select {
  display: block; }

figure {
  margin: 0; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0; }

/**
 *  Typography
 *
 **/
.btn i {
  font-size: 1em;
  line-height: inherit; }

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600; }

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px;
  color: #222222; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table; }
.clear::after {
  clear: both; }


 .buttons.gray:hover, .primary-btn, .feature-area .single-feature .title .lnr, .testimonials-area .owl-thumb-item.active .overlay-grad, .testimonials-area .owl-thumb-item .overlay-grad:hover, .single-price:hover .price-btn, .top-category-widget-area .single-cat-widget:hover .overlay-bg, .post-content-area .single-post .primary-btn:hover, .blog-pagination .page-item.active .page-link, .blog-pagination .page-link:hover, .widget-wrap .newsletter-widget .bbtns, .footer-area .single-footer-widget .click-btn {
  background-image: -moz-linear-gradient(0deg, #621d9d 0%, #204be3 100%);
  background-image: -webkit-linear-gradient(0deg, #621d9d 0%, #204be3 100%);
  background-image: -ms-linear-gradient(0deg, #621d9d 0%, #204be3 100%);
  background-image: -o-linear-gradient(0deg, #621d9d 0%, #204be3 100%); }

@media (max-width: 991px) {
  .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }
@media (max-width: 768px) {
  .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

@media (max-width: 460px) {
  .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

.buttons {
  padding: 20px 24px 8px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #000 !important; }
  @media (max-width: 991px) {
    .buttons:first-child {
      margin-bottom: 16px; } }

  @media (max-width: 768px) {
    .buttons:first-child {
      margin-bottom: 16px; } }
          
  @media (max-width: 460px) {
    .buttons:first-child {
      margin-bottom: 16px; } }
        
  .buttons i {
    font-size: 38px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px; }
  .buttons:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #621d9d;
    color: #fff !important;
    border: 1px solid transparent; }
    .buttons:hover a {
      color: #fff; }
  .buttons a {
    color: #000; }
  .buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
    .buttons p span {
      font-size: 24px;
      font-weight: 600;
      font-family: "Poppins", sans-serif; }
  .buttons.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000; }
    .buttons.dark i {
      color: #fff; }
    .buttons.dark a {
      color: #fff; }
    .buttons.dark:hover {
      background-color: #621d9d;
      border: 1px solid transparent; }
  .buttons.gray {
    background-color: #393939;
    color: #fff !important;
    border: 1px solid #393939; }
    .buttons.gray i {
      color: #fff; }
    .buttons.gray a {
      color: #fff; }
    .buttons.gray:hover {
      border: 1px solid transparent; }

 .primary-btn {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 0px;
  border: 1px solid transparent;
  background-origin: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn:hover {
    background: transparent;
    color: #621d9d;
    border-color: #621d9d; }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  padding-top: 20px; }
  .main-menu > .row {
    padding: 0 15px; }

#header {
  padding: 0px 0px 20px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: -50px;
  /* transition: all 0.5s; */
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
  z-index: 997; }

.header-scrolled {
  background: rgba(255, 255, 255);
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-right: 50px; } }
#header #logo h1 {
  /* font-size: 34px; */
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 3px; }

#header #logo h1 a,
#header #logo h1 a:hover {

  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #621d9d; }
  #header #logo{
    width: 200px;
  }
#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px; }

  #header #logo img {
    max-height: 60px; } }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9); }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  float: right; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  right: 100%; }

.nav-menu ul li {
  min-width: 180px;
  text-align: right; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  margin: 30px; }

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 18px;
  margin: 0 -2px;
  text-decoration: none;
  display: inline-block;
  color: #621d9d;
  /* font-weight: 900; */
  font-size: 20px;
  font-family: "Roboto", "Rubik";
  text-transform: capitalize;
  outline: none; }
  .nav-menu a:last-child a {
    margin-right: 0;
    padding-right: 0; }

.nav-menu ul {
  margin: 24px 0 0 26px;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(223, 225, 228, 0.25);
  background: #fff; }

.nav-menu ul li {
  transition: 0.3s; }
  .nav-menu ul li > a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none; }
  .nav-menu ul li:hover a {
    color: #621d9d; }

.nav-menu ul ul {
  margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  left: 15px;
  z-index: 999;
  top: 45px;
  border: 0;
  background: none;
  font-size: 40px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    #mobile-nav-toggle {
      top: 22px; } }

#mobile-nav-toggle i {
  color: #621d9d;
  font-weight: 900; }

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline; }

  #nav-menu-container {
    display: none; } }
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.8);
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #621d9d;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700; }

#mobile-nav ul li a:hover {
  color: #e32a4f; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children li a {
  text-transform: none; }

#mobile-nav ul .menu-item-active {
  color: #621d9d; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  right: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #ffffff; }

.home-banner-area {
  /* background: url('../img/pattern_2.svg'); */
  /* box-shadow: 0px 0px 30px rgba(223, 225, 228, 0.25); */

  background-size: cover; }



  .home-banner-area .home-banner-content,
  .home-banner-area .banner-img{
    max-width: 50%;
  }
  .home-banner-area .banner-img {
    text-align: center; }
    @media (max-width: 1440px) {
      .home-banner-area .banner-img {
        text-align: center; }
        .home-banner-area .banner-img img {
          max-width: 50%;
        } }
    @media (max-width: 991px) {
      .home-banner-area .banner-img {
        text-align: center;
      } 
        .home-banner-area .banner-img img {
          max-width: 50%;
        }
      }

      @media (max-width: 767px) {
        .home-banner-area .banner-img {
          text-align: center;
        } 
          /* .home-banner-area .banner-img img {
            width: 30%; } */
        }

        
    @media (max-width: 460px) {
      .home-banner-area .home-banner-content {
        text-align: center;
        width: 100%;
        /* margin-top: -200px;; */
      } 

        .home-banner-area .banner-img img {
          display: none; }
       }
  @media (max-width: 991px) {
    .home-banner-area .fullscreen {
      height: 100 !important; } }

.about-area {
  /* background: url('../img/pattern_2.svg'); */

  position: relative;
  padding: 150px 0 70px; }
  @media (max-width: 991px) {
    .about-area {
      padding: 20px 0 70px; } }
  .about-area .container:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 36%;
    width: 68%;
    height: 68%;

    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    background: -o-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f8fcff 50%, #fcfdff 100%);
    z-index: -1; }
    @media (max-width: 991px) {
      .about-area .container:after {
        content: none; }
       }

.home-about-left img {
  width: 100%; }
  @media (max-width: 991px) {
    .home-about-left img {
      width: 30%; } }
  @media (max-width: 668px) {
    .home-about-left img {
      display: none; } }
           
.home-about-right h1 {
  padding: 20px 0; }
  @media (max-width: 413px) {
    .home-about-right h1 {
      font-size: 30px; }
      .home-about-right h1 br {
        display: none; } }
.home-about-right p {
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .home-about-right2 {
    margin-top: 50px; } }

.fact-area .fact-box {
  margin-top: -100px;
  box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2); }

.single-fact {
  text-align: center;
  margin: 45px 0;
  padding: 8px 16px;
  /* border-right: 1px solid #ddd;  */
}
  @media (max-width: 991px) {
    .single-fact {
      margin: 10px 0;
      padding: 8px 32px; } }
  .single-fact:last-child {
    border-right: 0; }
  .single-fact h2 {
    font-size: 36px;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .single-fact h2 {
        font-size: 25px; } }
  .single-fact p {
    margin: 0;
    font-size: 14px; }

    


/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  /* background: url('../img/pattern_2.svg'); */

  padding-top: 30px;
  
 }

  @media (max-width: 991px) {
    .footer-area .single-footer-widget {
      margin-bottom: 30px; } 
    .footer-area .single-footer-widget .footer-logo{
      width: 100%;
    }
  }
  .footer-area .single-footer-widget h4 {
    color: #e32a4f;
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .footer-area .single-footer-widget h4 {
        font-size: 22px; } }
    @media (max-width: 991px) {
      .footer-area .single-footer-widget h4 {
        margin-bottom: 20px; } }
  .footer-area .single-footer-widget ul li {
    margin-bottom: 15px; }
    .footer-area .single-footer-widget ul li a {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #777777; }
      .footer-area .single-footer-widget ul li a:hover {
        color: #fff; }
  .footer-area .single-footer-widget .form-wrap {
    margin-top: 25px; }
  .footer-area .single-footer-widget input {
    height: 40px;
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #f9f9ff;
    color: #222222;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px; }
    .footer-area .single-footer-widget input:focus {
      outline: none; }
  .footer-area .single-footer-widget .click-btn {
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 12px;
    border: 0; }
    .footer-area .single-footer-widget .click-btn span {
      font-weight: 500; }
  .footer-area .footer-bottom {
    margin-top: 20px; }
    @media (max-width: 991px) {
      .footer-area .footer-bottom {
        margin-top: 20px; } }
    .footer-area .footer-bottom .footer-text {
      text-align: center;
      font-size: larger;
      font-weight:bolder ;
      color: #621d9d; }
      .footer-area .footer-bottom .footer-text a,
      .footer-area .footer-bottom .footer-text span,
      .footer-area .single-footer-widget .icon-text {
        color: #e32a4f; }
    .footer-area .footer-bottom span {
      font-weight: 900; }
    .footer-area .footer-bottom .social-link {
      text-align: right; }
      @media (max-width: 991px) {
        .footer-area .footer-bottom .social-link {
          text-align: left;
          margin-top: 30px;
         } }
    .footer-area .footer-bottom .buttons p {
      font-size: 12px; }
      .footer-area .footer-bottom .buttons p span {
        font-size: 18px; }

        
/*# sourceMappingURL=main.css.map */


/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

/* .about-main{
  background:#E6E6E6; 
} */
.pad-top-100{
    padding-top: 90px;
}
.pad-bottom-100{
	padding-bottom: 90px;
}

.pad-top-70{
	padding-top: 70px;
}
.pad-bottom-70{
	padding-bottom: 70px;
}

.block-title{
	font-size:52px;
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
}

.about-images {
    text-align: center;
    position: relative;
    max-width: 500px;

}

.about-main h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size:20px;
}

.left-btn{
	padding-top:10px;
}



.about-images .about-main  {
	max-width: 100%;
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0;
}


/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

 #mhead{
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center; 
	font-family: georgia;
	position: fixed;
	top: 0px;
	width: 100%;
	margin-bottom: 50px;
	margin-left: -10px;
} 

#loader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 9999;
    height: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../img/crave-logo.svg);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
