/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Header / header
3. Banner Section / .banner-section
4. Head Section / .page-head
5. Brand Section / .brand-partner

6. How it works Section / .how-it-works
7. Features Section / .features
8. Why btmlss Section / .why-btmlss
9. Testimonial Section / .testimonial
10. btmlss Plans Section / .btmlss-plans
11. btmlss Stories Section / .btmlss-stories
12. FAQs Section / .faq
13. Try btmlss Section / .try-btmlss
14. Subscribe Section / .subscribe
15. Footer Section / .footer
16. Homepage 2 / .homepage-2
17. Homepage 3 / .hp-3
18. About Page
19. Contact Page
20. Blog Page / .blogs
21. Blog Details / .blog-details
22. Modals / .modal

[Color codes]

# Primary Color (Buttons, Links): #0E7DFF
# Dark Blue Color (Headings) #1F1F39
# Mid Grey (Subheadings, Captions, Paragraphs) rgba(31, 31, 57, 0.5)

*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900");

/*------------------------------------------------------------------
1. Common :: Starts
*/
body {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  color: #1f1f39;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

.btn.btn-primary {
  background-color: #0e7dff;
}

.btn.btn-primary:hover {
  background-color: #005fcf;
}

.btn:focus,
.btn-close:focus {
  box-shadow: none;
}

.section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #1f1f39;
  margin-bottom: 18px;
}

.section-subtitle {
  font-size: 1em;
  color: rgba(31, 31, 57, 0.5);
  text-align: center;
  line-height: 28px;
}

.title-top {
  font-size: 0.75em;
  font-weight: 700;
  color: rgba(31, 31, 57, 0.5);
  letter-spacing: 2px;
}

.app-download {
  display: flex;
  gap: 45px;
  justify-content: center;
}

.app-download div {
  border: 2px solid #1f1f39;
  height: 90px;
  width: 280px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: 0.3s all;
}

.app-download div:hover {
  transform: scale(1.05);
}

.app-download div a {
  text-decoration: none;
}

.app-download div a span {
  margin-left: 15px;
}

.main-content {
  overflow-x: hidden;
}

input:focus {
  border: none;
  outline: none;
}

/*------------------------------------------------------------------
Common :: Ends
*/

/*------------------------------------------------------------------
2. Header / header :: Starts
*/
header {
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  z-index: 3;
  position: relative;
}
header .nav .logo img {
  width: 120px;
  display: block;
}

.nav-mobile-menu {
  display: none;
}

.nav-mobile-menu .line {
  background: #ffffff;
}

.mobile-menu-open .nav-mobile-menu .line {
  background: #000000;
}

.btn-sign-up {
  display: none;
}

.nav .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.nav-menu .nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
}

.nav-menu .nav-links .nav-link {
  color: #ffffff;
}

.nav-menu .nav-links li + li {
  margin-left: 50px;
}

.nav-menu .nav-links .nav-link {
  position: relative;
  padding: 10px 0;
  line-height: 21px;
}

.nav-menu .nav-links .nav-link.active:hover {
  border-width: 60%;
}

.nav-menu .nav-links .nav-link:after {
  content: "";
  height: 2px;
  border-radius: 2px;
  background-color: #0e7dff;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.5s all;
}

.nav-menu .nav-links .nav-link.active:after,
.nav-menu .nav-links .nav-link:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

.nav .nav-button button.btn {
  color: #fff;
  padding: 12px 35px;
  border-radius: 500px;
  border: none;
}

/*------------------------------------------------------------------
Header / header :: Ends
*/

/*------------------------------------------------------------------
3. Banner Section / .banner-section :: Starts
*/
.banner-section {
  background-color: url("../images/banner/background.svg");
  background-position: center center;
  background-size: cover;
  position: relative;
}

.banner-section h1 {
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.banner-section p {
  margin-top: 20px;
  margin-bottom: 100px;
}

.banner-section .hidden {
  display: none;
}

.banner-section h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 24px;
}

.banner-section h4 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 24px;
}

.banner-section .btn-download {
  padding: 0;
  margin-top: 16px;
  display: block;
}

.banner-section .btn-subscribe:hover {
  border: none;
  transform: scale(1.05);
}

.banner-vectors .banner-vector-1 {
  position: absolute;
  top: 55%;
  left: -29%;
}

.banner-vectors .banner-vector-2 {
  position: absolute;
  top: 68%;
  right: -12%;
}

.banner-vectors .banner-vector-3 {
  position: absolute;
  top: 90%;
  right: 5%;
}

.banner-vectors .banner-vector-4 {
  position: absolute;
  top: 76%;
  left: -8%;
}

.banner-vectors .banner-vector-5 {
  position: absolute;
  bottom: -10%;
  left: -22%;
}

.banner-carousel.owl-carousel .screenshot img {
  width: auto;
}

.hp-1 .banner-section .app-download {
  margin-bottom: 100px;
}

.hp-1 .banner-section {
  background: linear-gradient(180deg, #fff0e9 80%, #fff 30%);
  padding-top: 100px;
}

.hp-1 .banner-section .watch-now .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 70px;
  font-weight: 700;
}

.hp-1 .banner-section .watch-now .btn-container img {
  transition: 0.3s all;
}

.hp-1 .banner-section .watch-now .btn-container:hover img {
  transform: scale(1.2);
}

.hp-1 .banner-section .watch-now a {
  text-decoration: none;
}
/*------------------------------------------------------------------
Banner Section / .banner-section :: Ends
*/

.featured-products {
  padding-top: 50px;
}

/*------------------------------------------------------------------
6. How it works Section / .how-it-works :: Starts
*/
.how-it-works {
  margin-top: 100px;
}

.how-it-works .working-content {
  margin-top: 190px;
  background-color: #fff0e9;
  border-radius: 25px;
  padding-top: 65px;
  position: relative;
}

.how-it-works .work-vector img.vector-1 {
  position: absolute;
  top: -13%;
  right: -10%;
}

.how-it-works .work-vector img.vector-2 {
  position: absolute;
  top: 66%;
  left: -8%;
}

.how-it-works .work-card {
  padding-bottom: 80px;
}

.how-it-works .work-card .work-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-it-works h6 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

.how-it-works p {
  font-size: 0.7em;
  font-weight: 400;
  color: rgba(31, 31, 57, 0.5);
  line-height: 18px;
}

.how-it-works .section-subtitle {
  font-size: 1em;
  line-height: 28px;
}

.how-it-works .work-card.in-touch,
.how-it-works .work-card.review {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 12px;
  padding: 0px 75px 70px 130px;
}

.how-it-works .work-card.setup,
.how-it-works .work-card.demo {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
  padding: 0px 60px 70px 100px;
}

.how-it-works .work-center {
  width: 430px;
  height: 430px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: -30px;
}

.how-it-works .work-center-img {
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
}

.how-it-works .how-footer {
  text-align: center;
  margin-top: 25px;
  border-bottom: 1px solid rgba(31, 31, 57, 0.1);
  padding-bottom: 20px;
}

.how-it-works .how-footer h6 {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------
How it works Section / .how-it-works :: Ends
*/

/*------------------------------------------------------------------
7. Features Section / .features :: Starts
*/
.features {
  margin-top: 200px;
  position: relative;
}

.features .section-subtitle {
  margin-top: 17px;
}

.features .feature-content {
  margin-top: 150px;
}

.features .feature-content .feature-info {
  padding: 0px 80px;
}

.features .title-top {
  margin-top: 50px;
}

.features .feature-content .section-title {
  text-align: left;
}

.features .feature-content .section-subtitle {
  text-align: left;
}

.features .feature-content .feature-img {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.features .feature-content ul {
  margin-top: 50px;
  list-style: none;
}

.features .feature-content ul li {
  position: relative;
  margin-bottom: 20px;
}

.features .feature-content ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid #1f1f39;
}

.features .feature-content ul li span {
  color: #1f1f39;
  font-weight: 700;
  margin-left: 25px;
}

.features .app-download {
  flex-direction: column;
  gap: 35px;
  margin-top: 60px;
  display: none;
}

.features .feature-vectors img.feature-vector-1 {
  position: absolute;
  top: 19%;
  left: 30%;
  z-index: -1;
}

.features .feature-vectors img.feature-vector-2 {
  position: absolute;
  top: 45%;
  left: -5%;
}

.features .feature-vectors img.feature-vector-3 {
  position: absolute;
  bottom: 8%;
  right: 1%;
  z-index: -1;
}

.features .feature-vectors img.feature-vector-4 {
  position: absolute;
  right: 45%;
  bottom: 5%;
}
/*------------------------------------------------------------------
Features Section / .features :: Ends
*/

/*------------------------------------------------------------------
8. Why btmlss Section / .why-btmlss :: Starts
*/
.why-btmlss {
  background: #0bcba9;
}

.why-btmlss .title-top {
  color: #ffffff;
}

.why-btmlss .section-title {
  color: #ffffff;
}

.why-btmlss .section-subtitle {
  color: #ffffff;
}

.why-btmlss .why-btmlss-content {
  border-radius: 25px;
  padding: 90px 130px;
}

.why-btmlss .title-top {
  text-align: center;
}

.why-btmlss .swag-icon {
  display: block;
  margin: 0 auto;
}

/*------------------------------------------------------------------
Why btmlss Section / .why-btmlss :: Ends
*/

/*------------------------------------------------------------------
8. Safety Section / .safety :: Starts
*/

.safety {
  padding-bottom: 90px;
  padding-top: 90px;
}

.safety .safety-bullets {
  padding-left: 20px;
  color: #1f1f39;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.safety .safety-bullets li {
  padding: 8px 0;
  position: relative;
  list-style: none;
}

.safety .safety-bullets li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #1f1f39;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
}

.safety .safety-icon {
  margin-top: 64px;
}

/*------------------------------------------------------------------
Safety Section / .safety :: Ends
*/

.bottom-wrapper {
  background: linear-gradient(180deg, #0bcba9 0%, #fce9cc 211.22%);
}

/*------------------------------------------------------------------
14. Subscribe Section / .subscribe :: Starts
*/
.subscribe-input {
  padding-top: 100px;
  text-align: center;
  position: relative;
}

.subscribe-input .bottom-vector img {
  position: absolute;
  top: 10%;
  left: 17%;
}

.subscribe-input .section-title {
  color: #fff;
}

.subscribe-input .section-subtitle {
  color: #ffffff;
  margin-bottom: 50px;
}

.subscribe-input .signup-form-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 150px;
}

.subscribe-input .signup-form {
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
}

.subscribe-input .input-container input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 430px;
  background-color: transparent;
  padding: 13px 20px;
  color: #ffffff;
}

.subscribe-input .input-container input::placeholder {
  color: #d0ece7;
}

.subscribe-input .input-container button {
  width: 215px;
  background-color: #fff0e9;
  border-radius: 8px;
  border: none;
  padding: 15px;
  color: #1f1f39;
  font-weight: 700;
  margin-left: 32px;
  font-size: 20px;
  transition: 0.3s all;
}

.subscribe-input .input-container button:hover {
  transform: scale(1.05);
}

.subscribe-input .signup-form-success {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.subscribe-input .signup-form-error {
  color: #ff0000;
}

.subscribe-input .hidden {
  display: none;
}
/*------------------------------------------------------------------
Subscribe Section / .subscribe :: Ends
*/

/*------------------------------------------------------------------
15. Footer Section / .footer :: Starts
*/
.footer {
  padding-top: 150px;
  color: #fff;
  padding-bottom: 200px;
}

.footer .footer-start {
  color: #ffffff;
  font-size: 1em;
}

.footer .footer-start .logo-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.footer .footer-start img {
  width: 200px;
}

.footer .footer-start .footer-socials {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.footer .footer-start div a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-start div a:hover {
  color: #fff;
}

.footer .btn-download {
  margin-top: 20px;
  display: block;
}

.footer h5 {
  margin-bottom: 25px;
}

.footer ul li {
  list-style: none;
  line-height: 44px;
}

.footer ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s all;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .footer-socials h6 {
  margin: 24px 0;
  font-size: 0.75em;
}

.footer .footer-socials .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 27px;
}

.footer .footer-socials .social-icon a i {
  color: #fff;
}

.footer .footer-socials .app-download {
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
}

.footer .footer-socials .app-download div {
  background-color: #fff;
  height: 57px;
  width: 170px;
  border-radius: 15px;
  padding: 0 30px;
}

.footer .footer-socials .app-download div a img {
  width: 18%;
}

.footer .footer-socials .app-download div.ios-download a img {
  width: 24%;
}

.footer .footer-socials .app-download div a span {
  font-size: 0.75em;
  font-weight: 700;
  margin-left: 0;
}
/*------------------------------------------------------------------
Footer Section / .footer :: Ends
*/

/*------------------------------------------------------------------
16. Homepage 2 / .homepage-2 :: Starts
*/
.homepage-2 .banner-section {
  padding-top: 200px;
  background: linear-gradient(112deg, #0bcba9 35.63%, #fce9cc 81.59%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.homepage-2 .banner-section h1 {
  text-align: left;
  line-height: 100px;
  color: #ffffff;
}

.homepage-2 .banner-section h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}

.homepage-2 .banner-section .banner-img {
  text-align: right;
  min-height: 700px;
  position: relative;
}

.homepage-2 .banner-section .banner-img > img {
  position: absolute;
  top: 0;
  right: 0;
}

/*brand section*/
.homepage-2 .brand-partner {
  margin-top: 80px;
}

/*how-it-works*/
.homepage-2 .how-it-works .working-content {
  background-color: #fff;
}

.homepage-2 .how-it-works .working-content .work-center {
  background-color: #0bcba9;
}

.homepage-2 .features {
  background: rgba(252, 233, 204, 0.71);
  padding-top: 150px;
  padding-bottom: 350px;
}

/*------------------------------------------------------------------
Homepage 2 / .homepage-2 :: Ends
*/

.page-home .featured-products {
  margin-top: 100px;
}

body:not(.page-home) > .wrapper > header {
  background:  #0bcba9;
}

body:not(.page-home) > .wrapper {
  padding-top: 100px;
}

.page-product .container.product .product-image {
  border-radius: 8px;
  width: 100%;
  transform: scale(1);
  transition: all 0.25s linear;
}

.page-product .container.product .product-image:hover {
  transform: scale(1.01);
}

.page-product .container.product {
  margin-top: 24px;
  margin-bottom: 24px;
}

.page-product .container.related-products .product-image {
  border-radius: 8px;
  width: 100%;
}

.page-product .profile-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.page-product .profile-info > img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.page-product .profile-info > p {
  margin: 0;
  padding: 0;
}

.page-product .product-details h1 {
  font-size: 2rem;
}

.page-product .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.page-product .tag {
  padding: 8px;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 8px;
  background-color: #DCDDDF;
}

.page-product .tag::before {
  content: "#";
}

.page-product .location {
  color: #666970;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 8px;
}

.page-product .location > i {
  margin-right: 8px;
}

.page-product .description {
  margin: 0;
  padding-bottom: 8px;
}

.page-product .product-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 8px;
  margin: 12px 0;
}

.page-product .btn.btn-action {
  background-color: #000;
  flex: 1;
  border-radius: 8px;
  color: #fff;
}

.page-product .likes {
  color: #666970;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  background-color: transparent;
  border: none;
}

.page-product .likes > i {
  margin-right: 4px;
}

.products-slider .related-products {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.products-slider .related-product {
  width: 224px;
}

.products-slider .related-product img {
  object-fit: cover;
  width: 224px;
  height: 224px;
  border-radius: 8px;
  transition: all 0.25s linear;
  transform: scale(1);
}

.products-slider .related-product img:hover {
  transform: scale(1.01);
}

.products-slider .related-product a {
  text-decoration: none;
}

.products-slider .related-product .product-name {
  padding-top: 8px;
  display: inline-block;
}

.products-slider h4 {
  margin-bottom: 16px;
}

.install-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.install-modal.visible {
  display: flex;
}

.install-modal .content {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  max-width: 440px;
}

.install-modal .content h1 {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 16px;
}

.install-modal .content p {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 8px;
}

.install-modal .download-wrapper {
  padding-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-download-modal {
  cursor: pointer;
}