@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&amp;display=swap";
:root {
  --alt-font: "Plus Jakarta Sans", sans-serif;
  --primary-font: "Golos Text", sans-serif;
  --dark-gray: #15161d;
  --dark-slate-blue: #1e1e28;
  --medium-gray: #7a7a83;
  --light-medium-gray: #f0f2f8;
  --very-light-gray: #f4f5fa;
  --red: #e75050;
  --light-red: #ffeded;
  --green: #1b855d;
  --crusoe-green: #dbf2e7;
}
body {
  line-height: 25px;
}
h2,
.h2 {
  font-size: 3.6rem !important;
  line-height: 3.6rem !important;
}
.fs-320 {
  font-size: 20rem;
  line-height: 20rem;
}
.fs-21 {
  font-size: 17px;
}
header .btn.btn-dark-gray {
  background-color: #292c36;
}
header .btn.btn-box-shadow.btn-dark-gray:hover,
header .btn.btn-box-shadow.btn-dark-gray:active {
  background: #292c36;
  border-color: #292c36;
}
.header-demo.navbar .navbar-nav .nav-link {
  font-weight: 400;
}
.navbar .navbar-nav .dropdown .dropdown-menu a .label {
  font-weight: 500;
}
.navbar .navbar-nav .submenu-content ul .sub-title {
  font-weight: 400;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-weight: 400;
}
.header-demo.navbar.header-dark
  .navbar-nav
  .nav-item:first-child
  .dropdown-menu
  a {
  color: var(--light-gray);
  font-size: 16px;
}
.header-demo.navbar.header-dark
  .navbar-nav
  .nav-item:first-child
  .dropdown-menu
  a:hover {
  color: var(--white);
}
.header-demo.navbar .navbar-nav .premium-element .sub-title {
  color: #15171c;
  font-weight: 600;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  box-shadow: 0 95px 75px 0 rgba(0, 0, 0, 0.8);
}
.navbar .bg-solitude-blue {
  background-color: #253384;
}
.navbar .text-cornflower-blue {
  color: #909ff7;
}
.navbar .bg-light-red {
  background-color: #892828;
}
.navbar .text-red {
  color: #ef999f;
}
.navbar .bg-white-ice {
  background-color: #2a6e39;
}
.navbar .text-jade {
  color: #a7c8ae;
}
.navbar .bg-light-majorelle-blue {
  background-color: #423282;
}
.navbar .text-majorelle-blue {
  color: #a58cf5;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
}
.btn {
  font-weight: 600;
  text-transform: none;
}
.btn.btn-small {
  font-size: 13px;
}
.btn.btn-large {
  font-size: 15px;
}
.btn.btn-medium {
  font-size: 15px;
}
.btn.btn-extra-large {
  font-size: 17px;
}
.btn.btn-switch-text.btn-large > span {
  padding: 16px 34px;
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 18px 40px;
}
.btn.btn-big {
  font-size: 22px;
  background: linear-gradient(
    60deg,
    #e77d13,
    #fa4722,
    #ee2370,
    #a23cb3,
    #2c5cba,
    #007dab
  );
  background-size: 200% 200%;
  color: var(--white);
  -webkit-animation: footeranimatedgradient 10s ease infinite alternate;
  animation: footeranimatedgradient 10s ease infinite alternate;
}
.btn.btn-big:active {
  border-color: transparent;
  color: #fff;
}
@-webkit-keyframes footeranimatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.btn.btn-switch-text.btn-big > span {
  padding: 16px 32px;
}
.btn.btn-transparent-light-gray {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
  background-color: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
}
.text-gradient-light-blue-dark-black,
.text-gradient-dark-blue-dark-black,
.text-gradient-light-gray-white {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.text-gradient-dark-blue-dark-black {
  background: linear-gradient(to bottom, #363a46 38%, #0a0b0d 100%);
}
.text-gradient-light-blue-dark-black {
  background: linear-gradient(to bottom, #2e3148 38%, #15161d 105%);
}
.text-gradient-light-gray-white {
  background: linear-gradient(to bottom, #d8dbe7 38%, #f0f2f8 95%);
}
.text-light-blue {
  color: #ebeef5;
}
.top-45 {
  top: 45% !important;
}
.demo.container-fluid {
  max-width: 1900px;
}
.bg-gradient-dark-green-light-green {
  background: linear-gradient(to right, #4c9100 40%, #8cb453 100%);
}
.bg-gradient-top-very-light-gray {
  background-image: linear-gradient(
    to top,
    #ffffff,
    #fefefe,
    #f3f2f8,
    #f3f4f9,
    #f4f5fa
  );
}
.bg-gradient-very-light-gray-transparent {
  background: linear-gradient(to right, #dddfeb 15%, transparent 100%);
}
.bg-gradient-light-pink-transparent {
  background: linear-gradient(to right, #d6cad6 15%, transparent 100%);
}
.bg-gradient-extra-very-light-gray-transparent {
  background: linear-gradient(to right, #ecf0f6 15%, transparent 100%);
}
.bg-dark-red {
  background: #d1372a;
}
.bg-light-pink {
  background: #eee2ef;
}
.border-color-transparent-white-very-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.mb-minus-90px {
  margin-bottom: -90px;
}
.mb-minus-100px {
  margin-bottom: -100px;
}
.p-14px {
  padding: 14px !important;
}
.vertical-align-text-top {
  vertical-align: text-top;
}
.elements-social ul li {
  margin: 0 15px;
}
.icon-with-text-style-03 p {
  width: 180px;
}
.bg-overlay-slider-bottom {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 14.87%,
    rgba(255, 255, 255, 0.831169) 55.17%,
    #ffffff 75.13%
  );
  opacity: 1;
  height: 400px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  z-index: 9;
}
.bg-overlay-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 80%);
  opacity: 1;
  height: 280px;
  bottom: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  z-index: 9;
}
.counter-style-04 .vertical-counter:after {
  font-size: 2.2rem;
  top: -10px;
  position: relative;
  margin-left: 1px;
}
.trusted-customers {
  height: 900px;
  overflow: hidden;
  transition: height 0.15s ease-out;
  position: relative;
}
.trusted-customers.show-trusted-customers {
  height: auto;
}
.show-trusted-customers .bg-more-trusted {
  display: none;
}
.bg-trusted-customers.show-full .trusted-customers {
  height: auto;
  transition: height 0.25s ease-in;
}
.bg-more-trusted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  padding-top: 150px;
  transition: all 0.3s;
  z-index: 11;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .header-demo.navbar .navbar-nav .premium-element a,
  .header-demo.navbar .navbar-nav .premium-element a:hover {
    color: #15171c;
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
  .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
    padding: 11px 24px;
  }
  .header-button .btn.btn-small {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px;
  }
  .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
    padding: 11px 15px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
  }
  .header-demo.navbar .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
  }
  .lg-mb-minus-40px {
    margin-bottom: -40px;
  }
  .lg-mb-minus-80px {
    margin-bottom: -80px;
  }
  footer h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
    padding: 11px 15px;
  }
  .header-button .btn.btn-small {
    font-size: 11px;
  }
  .fs-320 {
    font-size: 15.625rem;
    line-height: 15.625rem;
  }
}
@media (max-width: 991px) {
  .lg-mb-minus-80px {
    margin-bottom: -70px;
  }
  .md-mb-minus-50px {
    margin-bottom: -50px;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none;
  }
  .fs-320 {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
}
@media (max-width: 767px) {
  .lg-mb-minus-80px {
    margin-bottom: -60px;
  }
  .lg-mb-minus-40px {
    margin-bottom: -30px;
  }
  .md-mb-minus-50px {
    margin-bottom: -40px;
  }
  .fs-320 {
    font-size: 8.75rem;
    line-height: 8.75rem;
  }
  .bg-overlay-light {
    height: 120px;
  }
  .feature-box-slider .feature-box {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .lg-mb-minus-80px {
    margin-bottom: -50px;
  }
  .lg-mb-minus-40px {
    margin-bottom: -30px;
  }
  .icon-with-text-style-03 p {
    width: 150px;
  }
}
.nav-container {
    background: rgba(0, 0, 0, 0.8);
    height: 44px;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.nav-container nav {
    width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

nav .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

nav .desktop-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 400ms;
}

nav .desktop-nav li a:hover {
    opacity: 1;
}

.link-logo {
    background: url('/assets/img/favicon/favicon-32x32.png');
    display: block;
    background-position: center;
    height: 44px;
    width: 32px;
    background-repeat: no-repeat;
}

.link-search {
    background: url('images/search-icon.svg');
    display: block;
    background-position: center;
    background-size: 18px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-bag {
    background: url('/assets/img/store-icon.png');
    display: block;
    background-position: center;
    background-size: 25px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-close {
    background: url('images/close-icon.svg');
    display: block;
    background-position: center;
    background-size: 17px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Search Container */

.search-container.hide {
    opacity: 0;
    pointer-events: none;
}

.search-container {
    width: 60%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.search-container .link-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .link-close:hover {
    opacity: 0.7;
}

.search-container form {
    width: 100%;
    margin: 0 auto;
}

.search-container form input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 17px;
}

/* Overlay */

.overlay.show {
    position: fixed;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

/* Quick Links */

.search-container .quick-links {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    border-radius: 0 0 16px 16px;
}

.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #6e6e73;
    margin: 0 32px;
    margin-top: 10px;
}

.search-container .quick-links ul {
    list-style: none;
    margin-top: 12px;
}

.search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    font-size: 14px;
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 400;
}

.search-container .quick-links ul li a:hover {
    background: #f5f5f5;
    color: #2997ff;
}

/* Desktop Nav Animation */

.desktop-nav li {
    transition: all 400ms ease;
}

.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Overlay Animation */

.overlay {
    transition: all 400ms ease;
}

/* Navigation Menu Items Transition Delay */

.desktop-nav li:nth-of-type(1),
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0ms;
}

.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}

.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}

.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}

.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}

.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}

.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}

.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}

.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}

.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:nth-of-type(1) {
    transition-delay: 270ms;
}

/* Search Container Animation */

.search-container form,
.search-container .link-search {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 300ms;
}

.search-container.hide form,
.search-container.hide .link-search {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .link-search {
    opacity: 0.6;
}

.search-container.hide .link-close {
    opacity: 0;
}

.search-container .link-close {
    opacity: 0.5;
    transition: all 400ms ease;
    transition-delay: 400ms;
}

.search-container.hide .quick-links h2 {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 100ms;
}

.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}

.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
}

.search-container .quick-links ul li:nth-of-type(1) {
    transition-delay: 120ms;
} 

.search-container .quick-links ul li:nth-of-type(2) {
    transition-delay: 140ms;
} 

.search-container .quick-links ul li:nth-of-type(3) {
    transition-delay: 160ms;
} 

.search-container .quick-links ul li:nth-of-type(4) {
    transition-delay: 180ms;
} 

.search-container .quick-links ul li:nth-of-type(5) {
    transition-delay: 200ms;
} 


/* Hidden Items */

.mobile-nav,
.mobile-search-container {
    display: none;
}


/* Media Queries */

@media (max-width: 1100px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}

@media (max-width: 768px) {
    .nav-container .desktop-nav {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0vh;
        background: #000;
        justify-content: start;
        overflow: hidden;
        z-index: -1;
        transition: all 1000ms ease;
    }

    .nav-container.active .desktop-nav {
        height: 100vh;
    }

    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
    }

    .nav-container .desktop-nav li:first-child {
        margin-top: 120px;
    }

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
        display: none;
    }

    .nav-container .desktop-nav li a {
        padding: 16px 0;
        display: inline-block;
        border-bottom: 1px solid #000;
        width: 100%;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
    }

    .nav-container.active .desktop-nav li a {
        transform: translateY(0);
        opacity: 1;
    }

    /* Mobile Nav */

    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        list-style: none;
    }

    nav .menu-icon-container {
        width: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    nav .menu-icon {
        position: relative;
        width: 100%;
    }

    nav .menu-icon .line-1,
    nav .menu-icon .line-2 {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    nav .menu-icon .line-1 {
        top: -4px;
    }

    nav .menu-icon .line-2 {
        top: 4px;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 0;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 0;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    /* Bag Icon Animation */

    .nav-container.active .mobile-nav .link-bag {
        transform: translateY(8px);
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-bag {
        transition: all 1000ms ease;
    }



    /* Search Box */

    .mobile-search-container input {
        width: 100%;
        padding: 12px 36px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        background: #1b1b1b;
        border: 0;
        color: #fff;
        border-radius: 8px;
        outline: none;
    }

    .mobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .nav-container.active .mobile-search-container {
        transform: rotateX(0deg);
        margin-top: 10px;
        opacity: 1;
    }

    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: .5;
        background-size: 15px;
    }

    /* Nav Move Up */

    .nav-container nav.move-up {
        margin-top: -40px;
    }

    /* Cancel Button */

    .mobile-search-container .cancel-btn {
        color: #2997ff;
        font-size: 17px;
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .mobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .mobile-search-container .search-bar {
        flex: 1;
    }

    /* Desktop Nav Move Down */

    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }

    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }

    
    /* Quick Links */

    .mobile-search-container .search-bar.active ~ .quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .mobile-search-container .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        transition: all 400ms ease;
    }

    .mobile-search-container .quick-links ul {
        list-style: none;
    }

    .mobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%;
    }

    .mobile-search-container .quick-links ul li a:hover {
        color: #2997ff;
    }

    /* Nav Animation */

    .nav-container nav {
        transition: all 400ms ease;
    }
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

input,
div,
span,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer {
  padding-bottom: 0px
}

@media (min-width: 768px) {
  .footer {
      padding-bottom:0
  }
}

.footer-base {
  background: #262e45;
  position: relative;
  padding: 25px 0;
}

.footer-base .to-top {
  align-items: center;
  background: #e3c2a0;
  bottom: 0;
  color: #262e45;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 40px
}

@media (min-width: 768px) {
  .footer-base .to-top {
      bottom:-44px;
      left: 50%;
      right: unset;
      transform: translateX(-50%)
  }
}

.footer .logo {
  display: none;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width: 768px) {
  .footer .logo {
      display:block;
      text-align: left
  }
}

.footer .footlinks {
  color: #e3c2a0;
  display: flex;
  flex-direction: column;
  gap: 20px 60px
}

@media (min-width: 768px) {
  .footer .footlinks {
      flex-direction:row
  }
}

@media (max-width: 768px) {
  .footer .footlinks .link-wrap {
      display:flex;
      gap: 30px
  }

  .footer .footlinks .link-wrap .title {
      font-size: .8rem;
      width: 50px
  }
}

.footer .footlinks .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px
}

.footer .footlinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.footer .footlinks ul li:not(:last-of-type) {
  margin-bottom: 10px
}

.footer .footlinks ul li a {
  color: currentColor
}

.footer .social {
  display: flex;
  gap: 20px
}

.footer .social-text {
  margin-top: 30px
}

@media (min-width: 768px) {
  .footer .social {
      justify-content:flex-end;
      margin-top: 0
  }

  .footer .social-text {
      margin-top: 0
  }
}

.footer .social a {
  color: #e3c2a0;
  font-size: 26px
}

.footer .copyright {
  background: #262e45;
  color: #e3c2a0;
  padding: 10px 0
}

.footer .copyright .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  justify-content: space-between;
  text-align: center
}

@media (min-width: 768px) {
  .footer .copyright .container {
      flex-direction:row;
      text-align: left
  }
}

.footer .copyright .links a:hover {
  color: #fff
}

.footer-form .h2,.footer-form h2 {
  font-weight: 700;
  margin-bottom: 20px
}
.footer-cf {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  width: 900px
}

@media (min-width: 768px) {
  .footer-cf {
      flex-direction:row
  }
}

.footer-cf .details {
  background: #262e45;
  border-radius: 15px;
  color: #fff5eb;
  max-width: 100%;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%
}

@media (min-width: 768px) {
  .footer-cf .details {
      width:350px
  }
}

.footer-cf .details .img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.footer-cf .details-wrap {
  position: relative;
  z-index: 2
}

.footer-cf .details .title {
  color: #e3c2a0;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px
}

.footer-cf .details .sub {
  font-size: .95rem;
  margin-bottom: 25px
}

.footer-cf .cf-row {
  align-items: center;
  display: flex
}

.footer-cf .cf-row>i {
  align-items: center;
  color: #e3c2a0;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  width: 32px
}

.footer-cf .cf-row .cf-content {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin-left: 10px
}

.footer-cf .cf-row .cf-content:hover {
  color: #e3c2a0
}

.footer-cf .cf-row .cf-content svg {
  width: 20px
}

.footer-cf .cf-row:not(:last-child) {
  margin-bottom: 15px
}

.footer-cf .form {
  flex: 1;
  padding: 25px
}

.footer-cf .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px
}

@media (min-width: 768px) {
  .footer-cf .form-row {
      flex-direction:row
  }
}

.footer-cf .form-row:not(:last-child) {
  margin-bottom: 20px
}

.footer-cf .form-col {
  flex: 1
}

.footer-cf .form-col label {
  color: #6c757d;
  font-size: .8rem;
  font-weight: 600;
  transition: .35s cubic-bezier(.4,0,.2,1)
}

.footer-cf .form-col label.required:after {
  color: #dc3545;
  content: "*";
  margin-left: 2px
}

.footer-cf .form-col:focus-within label {
  color: #262e45
}

.footer-cf .form-col:focus-within .form-field {
  border-color: #262e45
}

.footer-cf .form .icon-field {
  position: relative
}

.footer-cf .form .icon-field .icon {
  fill: currentColor;
  color: #262e45;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

.footer-cf .form .icon-field .form-field {
  padding-left: 40px
}

.footer-cf .form-field {
  border: 0;
  border-bottom: 1px solid #ced4da;
  outline: none;
  padding: 10px 15px;
  transition: .35s cubic-bezier(.4,0,.2,1);
  width: 100%
}

.footer-cf .form-field.disabled {
  background-color: #f3f3f3;
  opacity: .8;
  pointer-events: none
}

.footer-cf .form textarea.form-field {
  height: 50px;
  resize: none
}

.footer-cf .form .btn {
  padding: 15px 40px
}

.footer-cf .form .btn-primary {
  font-weight: 600
}
.service-dm-page .foot-cta .cta-box {
  border: 5px solid #fff;
  border-radius: 15px
}

.service-dm-page .foot-cta .cta-box .section-title {
  color: #fff
}
.default-page .section-paynow .footer-cf .btn {
  padding: 8px 16px
}
.page-form .form-header+.footer-cf {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.footer-logos {
  align-items: center;
  display: flex;
  gap: 2rem
}

@media (max-width: 374.98px) {
  .footer-logos {
      flex-direction:column;
      justify-content: center;
      margin-inline:auto;width: 150px
  }
}

.footer-logos .item {
  flex: 1
}

.footer-logos .item img {
  width: 100%
}
.single-blog-page .footer-cf-section {
  position: relative
}

.single-blog-page .footer-cf-section .footer-cf {
  box-shadow: none;
  max-width: 90%;
  position: relative;
  z-index: 2
}

.single-blog-page .footer-cf-section .footer-cf .cf-anim {
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.single-blog-page .footer-cf-section .footer-cf .details {
  padding: 2rem
}

.single-blog-page .footer-cf-section .footer-cf .title {
  font-size: 2rem
}

.single-blog-page .footer-cf-section .footer-cf .form {
  background: transparent;
  padding: 0
}

.single-blog-page .footer-cf-section .footer-cf .form-field {
  background-color: transparent;
  color: #fff
}

.single-blog-page .footer-cf-section .footer-cf .form-col label {
  color: #ddd
}

.single-blog-page .footer-cf-section .footer-cf .form-col i {
  color: #e3c2a0
}

.single-blog-page .footer-cf-section .footer-cf .form-col:focus-within .form-field {
  border-color: #e3c2a0
}

.single-blog-page .footer-cf-section:before {
  background: #262e45;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}
