/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

:root {
  --bs-gutter-y: 1rem;
  --bs-gutter-x: 1rem;
  --bs-gray-100: #f3f4f6;
  --bs-gray-200: #e5e7eb;
  --bs-gray-300: #d1d5db;
  --bs-gray-400: #9ca3af;
  --bs-gray-500: #6b7280;
  --bs-gray-600: #4b5563;
  --bs-gray-700: #374151;
  --bs-gray-800: #1f2937;
  --bs-gray-900: #111827;

  --bs-indigo-500: #6610f2;

  --bs-green-500: #198754;

  --bs-orange-500: #fd7e14;
  --Pink-500: #d63384;
  --theme-primary: #0d6efd;
  --theme-dark: #111827;

  --blue-900: #031633;
}
html {
  font-size: 100%;
  height: 100%;
}

body {
  background: #232323;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #c8c8c8;
  line-height: 28px;
  text-align: center;
  overflow-x: hidden !important;
  margin: auto !important;
  height: 100%;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

a:hover {
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: inherit;
}

textarea:focus,
input:focus {
  color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(assets/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
  font-family: "Lane";
  src: url("../fonts/lanenar_Lane.eot");
  src: url("../fonts/lanenar_Lane.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lanenar_Lane.woff") format("woff"),
    url("../fonts/lanenar_Lane.ttf") format("truetype"),
    url("../fonts/lanenar_Lane.svg#Lane") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Lane";
    src: url("../fonts/lanenar_Lane.svg#Lane") format("svg");
  }
}

/* HEADINGS */

h1,
h2 {
  font-family: "Lane", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3.75rem;
  line-height: 4.688rem;
}

h2 {
  font-size: 3.125rem;
  line-height: 4.063rem;
}

h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
  font-size: 18px;
  font-weight: 400 !important;
  border-radius: 4px !important;
  text-shadow: 0 !important;
  color: #ffffff;
  min-width: 150px;
  border: none;
  padding: 16px 25px 16px 25px;
  margin: 5px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
  border: none;
}

.standard-button i,
.standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px;
}

/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
  color: #ffffff;
}

.dark-text {
  color: #272727;
}

.deep-dark-bg {
  background: #161616 !important;
}

/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
  padding-bottom: 78px;
}

.section-header h2 {
  margin-bottom: 20px;
}

.section-header .section-description {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
}

.white-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
  background: #ffffff;
}

.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .solid-color {
  min-height: 900px;
}

header .full-screen {
  width: 100%;
  height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.navbar-nav {
  float: right !important;
}
.sticky-navigation {
  min-height: 60px;
  background: #111111;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 70px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #ffffff;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #c8c8c8;
}

header .only-logo .navbar {
  background: none;
  padding: 60px;
}

header .only-logo .navbar .navbar-header {
  float: none;
}

.whitdeals-navbar-brand {
  padding-top: 0px;
}
.whitdeals-navbar-header img {
  /*max-width: 125px;*/
  max-width: 350px;
}

@media (max-width: 767px) {
  .whitdeals-navbar-header {
    padding-top: 60px;
  }
}
/* INTRO */

header .home-contents {
  margin-top: 5%;
}

header .intro-section {
  text-align: left;
}

header .intro-section .standard-button {
  margin: 0;
}

header .phone-image {
  max-width: 350px;
  margin: auto;
  margin-bottom: 50px;
}

header .phone-image img {
  width: 100%;
}

header .intro-section .intro {
  color: #ffffff;
  margin-bottom: 36px;
}

header .intro-section h5 {
  color: #ffffff;
}

header .intro-section .buttons {
  margin-top: 35px;
}
.top-app-store {
  width: 200px;
}
.top-play-store {
  width: 250px;
}
/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #232323;
}

.features .features-left {
  text-align: right;
  margin-top: 26px;
  margin-bottom: 80px;
}

.features .features-left .icon-container {
  float: right;
  margin-left: 20px;
}

.features .features-right {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 80px;
}

.features .features-right .icon-container {
  float: left;
  margin-right: 20px;
}

.features .feature {
  margin-bottom: 40px;
}

.features .feature .icon-container {
  display: block;
  min-height: 120px;
  margin-top: 5px;
}

.features .feature .icon-container .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.features .phone-image {
  max-width: 250px;
  margin: auto;
  margin-bottom: 80px;
}

.features .phone-image img {
  width: 100%;
}

/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
  padding-top: 110px;
  padding-bottom: 60px;
}

.app-brief h2 {
  margin-bottom: 20px;
}

.app-brief .phone-image {
  max-width: 350px;
  margin: auto;
  margin-bottom: 50px;
}
.app-brief .left-image-width {
  max-width: 440px;
  margin-left: -40px;
}
.app-brief .phone-image img {
  width: 100%;
}
.app-brief .iphone-right-brief {
  max-width: 230px;
}
.app-brief .iphone-left-brief {
  max-width: 500px;
}

.app-brief .left-align {
  text-align: left;
  margin-bottom: 50px;
}

.app-brief .left-align p {
  display: block;
  float: none;
  margin-top: 50px;
}

.app-brief .left-align .feature-list {
  margin-top: 40px;
}

.app-brief .left-align .feature-list li {
  margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
  margin-right: 10px;
  vertical-align: inherit;
}

/* VIDEO */

video {
  height: auto;
}

iframe,
embed,
object {
  max-width: 100%;
}

.video-container {
  width: 90%;
  background: transparent !important;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.video {
  background: transparent !important;
}

/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/

.testimonials {
  color: #ffffff;
}

.testimonials .solid-color {
  padding-top: 110px;
  padding-bottom: 110px;
}

.testimonials .feedback {
  max-width: 750px;
  margin: auto;
}

.testimonials .feedback .image {
  font-size: 24px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 5px;
  overflow: hidden;
}

.testimonials .feedback .image img {
  width: 100%;
  vertical-align: top;
}

.testimonials .feedback .message {
  font-size: 18px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 30px;
}

.testimonials .feedback .name {
  margin-top: 15px;
  font-weight: 400;
}

.testimonials .feedback .company-info {
  font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%;
}

.testimonials .customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #222222;
}

.services .single-service {
  padding-bottom: 60px;
}

.services .single-service .service-icon {
  font-size: 80px;
}

.services .single-service h3 {
  margin-top: 20px;
}

/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
  padding-top: 80px;
  padding-bottom: 120px;
}

.screenshots .shot {
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}

.screenshots .shot img {
  border-radius: 4px;
  width: 100%;
  max-height: 512px;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #222222;
}

.single-package {
  background: #161616;
  overflow: auto;
  border: 0px solid #161616;
  border-radius: 3px;
  margin-bottom: 60px;
}

.single-package .price {
  background: #222222;
}
.single-package .color-bg {
  background-color: !important;
}
.single-package .price h2 {
  color: #ffffff;
}
.single-package .price .sign {
  vertical-align: super;
  font-size: 20px;
}

.single-package .price .month {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li > span {
  margin-right: 7px;
}

/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
  color: #ffffff;
}

.download .solid-color {
  padding-top: 110px;
  padding-bottom: 70px;
}

.download .download-container {
  padding-bottom: 80px;
}

.download .subscription-form-container {
  padding-bottom: 80px;
}

.download .subscription-form .input-box {
  height: 57px;
  padding-left: 20px;
  width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 2px solid #fff;
}

.download .subscription-form .input-box:focus,
.download .subscription-form .input-box:active {
  color: #000;
  font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
  display: none;
}

.download h2 {
  margin-bottom: 30px;
}

.btn-app-store img {
  width: 25%;
  margin: 0 2%;
}

.btn-play-store img {
  width: 31%;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

footer .contact-box {
  margin-bottom: 78px;
}

footer .contact-box .contact-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  margin-top: -40px;
  background: #232323;
  -webkit-box-shadow: 0px 0px 0px 3px #232323;
  box-shadow: 0px 0px 0px 3px #232323;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
  color: #ffffff;
}

footer .contact-box .expanded-contact-form {
  margin-top: 40px;
  display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
  display: none;
}

footer .contact-box .expanded-contact-form .input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #222222;
  border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #222222;
  border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .textarea-box:focus {
  color: #fff;
}

footer img {
  max-width: 200px;
}

footer .social-icons {
  margin-top: 30px;
  /*border-bottom: 1px solid #111111;*/
  /* padding-bottom: 50px; */
}

footer .social-icons li {
  display: inline-block;
  margin: 5px;
}

footer .social-icons li a {
  font-size: 30px;
  color: #636363;
}

footer .copyright {
  color: #808080;
  padding-top: 10px;
  margin-bottom: 50px;
}

/*Footer Links*/

footer .footer-border-bottom {
  border-bottom: 1px solid #111111;
}

.footer-bottom-links {
  margin-top: 30px;
  line-height: 40px;
}
.footer-bottom-links li:hover {
  background: #636363;
}
.footer-bottom-links li a:hover {
  color: #fff;
}
.footer-bottom-links li {
  max-width: 200px;

  margin-left: 40%;
}
.cookie-info {
  position: fixed;
  background: #4c4c4b;
  padding: 4px 10px;
  bottom: 10px;
  opacity: 0.99;
  width: 100%;
}

.cookie-header {
  text-align: left;
  font-weight: bold;
}

.cookie-info p {
  padding: 0px;
  margin: 0px !important;
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
}

.cookie-info-button {
  position: absolute;
  right: 60px;
  top: 10px;
  background: bottom;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  /* font-stretch: semi-condensed; */
}
/*GR Pages*/

iframe.contact-us {
  width: 100%;
  height: 100%;
  border: none;
}
.policy-container {
  text-align: left;
}
.padding-left-0 {
  padding-left: revert !important;
}
.padding-left-0 li {
  list-style: disc;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #000;
  background: #fff;
  opacity: 1;
}
.cookie-policy-container ul {
  padding: revert !important;
}
.cookie-policy-container ul li {
  list-style: disc;
}
.cookie-policy-container ul li p,
.cookie-policy-container p {
  padding: 10px 0px;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.text-gray-400 {
  color: var(--bs-gray-400) !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 6px;
}
.bg-gray-800 {
  background-color: var(--bs-gray-800) !important;
}
.text-light {
  color: #fff !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}

.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}

.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.d-flex {
  display: flex !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem !important;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem !important;
}

.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row:before {
  content: none !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.w-content {
  width: max-content;
}
.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.text-xs {
  font-size: 12px !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.cursor-pointer {
  cursor: pointer;
}
.text-14 {
  font-size: 14px !important;
}
/* .nav > li > a {
  padding: 8px;
} */
.nav.navbar-nav {
  margin-top: 8px;
}
.custom-btn {
  font-size: 12px;
  padding: 4px 8px;
  margin-top: -5px;
}
@media (min-width: 576px) {
  /* .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  } */
  .description-height {
    min-height: 156px;
  }
  .app-brief .left-image-width {
    max-width: 440px;
    margin-left: auto;
  }
  .header .home-contents > div:nth-child(1) {
    min-width: 100%;
  }
}
@media (min-width: 608px) {
  .description-height {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .container .only-logo {
    margin-top: 10px;
  }
}
@media (min-width: 1422px) {
  .description-height {
    min-height: 168px;
  }
}
@media (min-width: 1528px) {
  .description-height {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .header .home-contents > div:nth-child(1) {
    min-width: 0;
  }
  .only-logo {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .screenshots .shot img {
    border-radius: 4px;
    width: 100%;
    max-height: 380px;
  }
}
.p-20 {
  padding: 20px;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}
.launch-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* font-family: "DM Sans"; */
}

.launch {
  margin-top: 48px;
}

.whitdeals_logo {
  font-size: 30px;
  font-weight: bold;
  margin-top: 112px;
  color: #ff6f61;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 48px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.label {
  color: #d8d8d8;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  /* font-family: "DM Sans"; */
}

.digits {
  display: flex;
  gap: 5px;
}

.digits span {
  background: #333;
  padding: 15px;
  border-radius: 8px;
  font-size: 32px;
  min-width: 40px;
  text-align: center;
  color: white;
}

/**
*Media Hub
*/
/* BASE MIN */
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.text-start {
  text-align: start !important;
}
.text-28 {
  font-size: 28px;
}
.text-32 {
  font-size: 32px;
}
.open-sans {
  font-family: "Open Sans";
}
.bg-grey-black {
  background: #232323;
}
/* BASE MIN ENDS*/

.media {
  margin-top: 112px !important;
}
.media > div:nth-child(1) {
  max-width: 780px;
  margin-inline: auto !important;
}
.media-card-row {
  margin-top: 80px;
  margin-bottom: 112px;
  place-items: center;
  padding: 0 12px;
}
.media-card-row > div {
  padding: 12px 0;
}
.media-hub-heading {
  color: #fff;
  text-align: center;
  font-family: roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.media-description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.media-category-heading {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 24px;
}
.media-category-description {
  font-size: 16px;
  font-style: normal;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-card {
  border-radius: 12px;
  overflow: hidden;
  width: 554px;
  /* 
  width: 416px; */
  background: #2d2d2d !important;
}
.media-card > img {
  width: 100%;
}

.main-row {
  max-width: 1140px;
  gap: 32px !important;
  padding-top: 80px;
}
.main-row > div {
  max-width: 330px;
}

.promotional-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  margin-bottom: 112px;
}

.video-card {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.video-card > div:nth-child(2) {
  max-width: 845px;
}

.video-img {
  min-width: 125px;
  max-width: 128px;
  margin-right: 16px;
}

.video-img img {
  width: 100%;
  border-radius: 5px;
}

.section-head {
  margin-bottom: 32px !important;
  display: flex;
}

.dark-input {
  background-color: #3f3f3f;
  border-color: #374151;
  color: #9ca3af;
  border-radius: 4px;
}

.hr-tag {
  border: none;
  border-top: 1px dashed #4a4a4a;
  height: 1px;
  margin: 0 !important;
}

.mt-80 {
  margin-top: 80px;
}

.video-card span.sub-category {
  /* display: block; */
  text-align: left;
  background-color: #1f2937;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color: white;
  padding: 4px 8px;
  border-radius: 4px !important;
}

.explore-btn {
  background-color: #0d6efd;
  color: #fff;
}

.article-title {
  margin-top: 32px;
  margin-bottom: 32px;
}

.brochure-content h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.brochure-content p {
  margin-bottom: 32px;
}

.btn-primary {
  background-color: #007bff;
  border: none;
}

.digital-brochure > img {
  width: 550px;
  height: 484px;
}

.content-wrapper {
  text-align: start;
}
.videos-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 48px;
  margin-bottom: 112px;
}

.videos-container > div > .open-sans {
  line-height: 1;
  letter-spacing: 1px;
}

.video-preview-container {
  height: 640px;
  width: 100%;
}
.video-list.video-page {
  background: #333;
  padding: 24px;
}

@media (max-width: 1200px) {
  .media {
    margin-top: 180px !important;
  }
}

@media (max-width: 1000px) {
  .digital-brochure {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0px 20px;
  }
  .content-wrapper {
    padding: 48px 20px;
    gap: 30px;
    flex: 1;
  }

  .main-heading {
    font-size: 26px;
  }

  .media-card {
    width: 100%;
  }
  .media-card > img {
    width: 100%;
  }
  .main-row > div {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .media {
    margin-top: 112px !important;
  }
  .media-hub-heading {
    font-size: 38px;
  }

  .digital-brochure > img {
    width: 100%;
    height: auto;
  }
  .section-head {
    flex-wrap: wrap;
    gap: 20px;
  }
  .video-preview-container {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .video-card {
    flex-wrap: wrap;
    gap: 20px;
  }
  .video-img {
    min-width: 0px;
    max-width: none;
    margin-inline: auto;
  }
  .media {
    margin-top: 80px !important;
  }
  .promotional-container {
    margin-bottom: 80px;
  }
  .videos-container {
    margin-bottom: 80px;
  }
}
