@media (min-width: 1600px) {
  .home-nav .brand-logo {
    float: left;
  }
}
@media (max-width: 1799px) {
  nav i.right {
    margin-left: 0;
  }
  nav ul a {
    padding: 0 17px;
  }
}
@media (max-width: 1599px) {
  nav {
    height: 30px;
  }
  nav .brand-logo {
    float: none;
  }
  nav ul a,
  nav ul li {
    line-height: 50px;
  }
  nav .nav-wrapper i {
    line-height: 50px;
    height: 50px;
  }
  nav .menu-wrap > ul.left > li:first-of-type > a {
    padding-left: 0;
  }
  .double-hero .left h1 {
    font-size: 44px;
    line-height: 57px;
  }
  .double-hero .left h3 {
    font-size: 30px;
    line-height: 47px;
  }
}
@media (max-width: 1399px) {
  .home-nav .nav-wrapper {
    padding: 0 60px;
  }
  .double-hero .left, .double-hero .right {
    flex: 0 0 50%;
  }
  .double-hero .left h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .double-hero .left h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .double-hero .left,
  .double-hero .right {
    padding-left: 60px;
    padding-right: 60px;
  }
  .big-point {
    padding: 100px 60px;
  }
  .big-point h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (min-width: 993px) and (max-width: 1599px) {
  .home-nav.sticky {
    height: auto;
  }
  .home-nav.sticky .nav-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto;
  }
  .home-nav .nav-wrapper .brand-logo img {
    height: 25px;
  }
  .home-nav.sticky .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-nav.sticky ul.left {
    margin-bottom: -10px;
  }
  .home-nav.sticky ul.left a {
    font-size: 15px;
  }
  .home-nav.sticky i {
    line-height: 50px;
    height: 50px;
  }
  .home-nav.sticky .btn-navy {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .nav-search input[type=text] {
    width: 40px;
    min-width: 0;
  }
}
@media (max-width: 1099px) {
  nav ul a {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .sidenav li > a.btn-small {
    font-size: 13px;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    margin: 10px 20px !important;
  }
  .sidenav li > a.btn-small.btn-outline {
    line-height: 42px;
  }
  .sidenav li .the-search {
    margin: 10px 20px !important;
  }
  .nav-search input[type=text] {
    width: 100%;
  }
  .home-nav .nav-wrapper {
    padding: 0 30px;
  }
  nav > ul li:first-of-type a {
    margin-top: 10px;
    padding-left: 32px;
  }
  .home-nav .nav-wrapper {
    margin-top: 15px;
  }
  .home-nav .brand-logo {
    position: absolute;
  }
  .home-nav .nav-wrapper .brand-logo img {
    height: 18px;
  }
  .double-hero .inner {
    flex-wrap: wrap;
  }
  .double-hero .left, .double-hero .right {
    flex: 1 0 100%;
  }
  .double-hero .left {
    padding: 80px 60px;
  }
  .double-hero .left .the-details {
    text-align: center;
  }
  .double-hero .left h1 {
    margin-bottom: 30px;
  }
  .double-hero .left h3 {
    margin-bottom: 30px;
  }
  .one-col {
    padding: 80px 30px;
  }
  .one-col h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .one-col h2 {
    font-size: 43px;
    line-height: 1.2;
  }
  .one-col h4 {
    margin-bottom: 40px;
    max-width: 700px;
  }
  .one-col h4 strong {
    margin-top: 20px;
    display: inline-block;
  }
  .big-point .inner {
    text-align: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  .big-point .left {
    width: 100%;
  }
  .big-point .right {
    width: 100%;
  }
  .home .big-point.lighter-navy .inner {
    flex-direction: column-reverse;
  }
  .our-top-creators .creator-page-list .single-item {
    width: calc(33.33% - 16px);
  }
  .two-points .inner {
    flex-wrap: wrap;
  }
  .home .two-points .inner .left,
  .home .two-points .inner .right {
    text-align: center;
    padding: 80px;
    width: 100%;
    justify-content: center;
  }
  .two-points h2 {
    font-size: 43px;
    line-height: 1.2;
  }
}
@media (min-width: 601px) {
  nav .nav-wrapper .sidenav-trigger i {
    height: 62px;
    line-height: 62px;
  }
}
@media (max-width: 599px) {
  .double-hero .left {
    padding: 80px 30px 60px;
  }
  .double-hero .right {
    padding: 150px 0 0;
  }
  .double-hero .right .the-credits {
    text-align: center;
    width: 100%;
    padding: 20px 40px;
    background: rgba(15, 15, 38, 0.5);
  }
  .double-hero .right .the-credits p {
    color: #fff;
    font-size: 13px;
  }
  .double-hero .right .button-wrap {
    margin-top: 10px;
  }
  .one-col {
    padding: 60px 30px;
  }
  .one-col h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .one-col h2 {
    font-size: 33px;
  }
  .one-col h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .one-col h4 strong:first-of-type {
    margin-top: 0;
  }
  .big-point {
    padding: 60px 60px;
  }
  .big-point .inner {
    gap: 15px;
  }
  .big-point h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .big-point h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .our-top-creators {
    padding: 60px 30px 40px;
    gap: 0;
  }
  .our-top-creators .creator-page-list .single-item {
    width: calc(50% - 24px);
  }
  .home .two-points .inner .left,
  .home .two-points .inner .right {
    padding: 60px 30px;
  }
  .two-points h2 {
    font-size: 36px;
  }
  .two-points h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .one-col .button-wrap {
    flex-wrap: wrap;
  }
  .section-home-features {
    padding: 30px 0;
  }
  .section-home-features h2 {
    font-size: 27px;
    margin-bottom: 50px;
  }
  .section-home-features .the-features .col.s6.m3 {
    text-align: center;
    padding: 0 5%;
  }
  .section-home-features .the-features .col .the-icon {
    margin-left: auto;
    margin-right: auto;
  }
  nav .nav-wrapper .sidenav-trigger i {
    line-height: 62px;
    height: 62px;
  }
}
@media (max-width: 399px) {
  .double-hero .left h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=newhome-responsive.css.map */