@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
body {
    font-family: "Inter", sans-serif;
    color: #000;;
    background:#fff;
    overflow-x:hidden;
    font-weight: 400;
}
h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight:500;
    margin-bottom: 20px;
}
h2  {
    font-size: 44px;
    line-height: 50px;
}
h3 {
    font-size:36px;
    line-height: 40px;
}
h4 {
    font-size: 30px;
    line-height: 42px;
}
h5 {
    font-size: 24px;
    line-height: 30px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
p, li {
    font-size:16px;
}
hr {
    color:#b5b5b5
}
.logo {
    width: 200px;
}
.input-group {
    width:initial;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
}
.input-group input {
    background-color: #fff!important;
    border:0;
    text-align:center;
    padding:0;
}
.input-group .input-group-prepend button {
    background-color:transparent;
    color:#000;
    border: solid 0px
}
.carousel-control-prev-icon {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/Slide-Left.svg) no-repeat center center / cover;
}
.carousel-control-next-icon {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/Slide-Right.svg) no-repeat center center / cover;
}

.navbar {
    background: #fff;
    border-bottom:1px solid #e8e8e8;
    font-weight: 500;
}
.navbar-toggler {
    border: 0
}
.navbar-nav li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    text-transform: uppercase;
}
.nav-link.active {
    color:#FC5A31;
}
a.nav-link:hover {
    color:#FC5A31;
}
.dropdown-menu {
    
}
.dropdown-menu li {
    padding-left: 0px;
}
section {
    padding: 4rem 0rem;
}
.grey-bg {
    background-color:#F7F7F7
}
.grey-text {
    color:#696C70;
}
.btn-primary {
    background: #000;
    border: 0px;
    padding: 10px 10px 10px 10px;
}
.btn-secondary {
    background: #fff;
    color:#FC5A31!important;
    border:1px solid #FC5A31;
    padding: 5px 25px;
}
.btn-black {
    border-radius: 25px;
    background: #000;
    color:#fff!important;
    border:1px solid #000;
    padding: 5px 25px;
}
.round {
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #C6EF4E;
    border-radius: 50%;
    display: inline-block;
}
.round:hover {
    background-color: #FC5A31;
    color:#fff;
}
.btn-add {
    background: #fff;
    color:#000;
    border:1px solid #FC5A31;
    padding: 5px 25px;
}
.btn-primary:hover,
.btn-secondary:hover {
    background: #C6EF4E;
    border: 0px;
    color:#000!important;
}

.btn-add:hover {
    border:1px solid #000;
    background: #C6EF4E;
    color:#000;
}
.text-link-light {
    color:#fff;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
    text-decoration: none;
}

.text-link-dark {
    color:#000;
    border-bottom:2px solid #000;
    padding-bottom:5px;
    text-decoration: none;
}
.promo {
    background: #C6EF4E;
}
.promo p {
    margin-bottom: 0;
    padding: 5px 5px;
}
/*hero*/
.hero  {
    padding: 0rem;
}
.hero h1,
.hero .carousel-caption p {
    line-height: 30px;
    color: #fff;
    font-size: 22px;
    width: 95%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.hero .one,
.hero .two,
.hero .three,
.hero .four,
.hero .five,
.hero .six {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}
.hero .one h1,
.hero .two h1 {
    width: 100% !important;
}
.hero .one {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-01.png) no-repeat center center / cover;
    height: 400px;
    border-right: 5px solid #fff;
    border-bottom: 10px solid #fff;
}
.hero .two {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-02.png) no-repeat center center / cover;
    height: 400px;
    border-left: 5px solid #fff;
    border-bottom: 10px solid #fff;
}
.hero .three {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-03.png) no-repeat center center / cover;
    height: 300px;
}
.hero .four {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-04.png) no-repeat center center / cover;
    height: 300px;
    border-left: 10px solid #fff;
    border-right: 5px solid #fff;
}
.hero .five {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-05.png) no-repeat center center / cover;
    height: 300px;
    border-left: 5px solid #fff;
    border-right: 10px solid #fff;
}
.hero .six {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/hero-06.png) no-repeat center center / cover;
    height: 300px;
}
.hero .btn-primary {
    border: 1px solid #fff;
    background:  #00000038;
    color: #fff;
}
.hero .btn-primary:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff!important;
}

.hero .btn-secondary {
    border: 1px solid #ffffff;
    background:  #ffffff;
    color: #000 !important;
}
.hero .btn-secondary:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff!important;
}


.secSale .btn-secondary {
    border: 1px solid #ffffff;
    background:  #ffffff;
    color: #000 !important;
}
.secSale .btn-secondary:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff!important;
}


.hero .carousel-item {
    height: 400px;
    border: 0px;
}

/*buyCards*/
.buyCards .btn-primary  {
    border-radius: 0px;
}
.buyCards .card  {
    background: transparent;
    border: 0px;
}
.buyCards .card-images  {
    border-radius: 10px; 
    border: 1px solid #C6D4E7;
    background: #EFEEF3;
    padding: 10px;
    height: 300px;
    display: flex !important
}
.buyCards .row-cols-md-4 .card-images  {
    height: 350px;
}
.buyCards .card-images img  {
    padding: 15px 0px;
    margin:auto;
    display: block;
    align-content: center !important;
}
.buyCards  .card-body  {
    padding:10px 0px;
}
.buyCards  p  {
    margin-bottom: 0px
}
.buyCards  p.prod-price  {
    color:  #EE241C;
    font-size: 28px;
    font-weight: 700;
}
.buyCards  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.buyCards  .card-footer  {
    text-align:center;
    background:transparent;
    border-top: 0px;
    padding:0;
}
.buyCards .ft-highlight {
    color:#fff;
    border-radius: 20px; 
    padding: 5px 15px;
    font-size:14px;
    font-weight: 500;
    background-color:#DB4444;
    position:absolute
}
.buyCards .ft-highlight i {
    color:#ffcc00;
}
.buyCards .prod-name {
    font-size:20px;
    font-weight: 700;
    margin-bottom: 5px
}

/*secCS*/

.secCS  {
    background: #000
}
.secCS .col-md-6:first-child img  {
    border-radius: 25px;
}
.secCS .col-md-6:last-child .row  {
    border-radius: 25px;
    background:#fff;
    padding: 25px 5px;
    margin-bottom: 15px;
}
.secCS .col-md-6:last-child .row:last-child  {
    margin-bottom: 0px;
}
.secCS .col-md-6:last-child .row p  {
    margin-bottom: 0px
}
.secCS h5{
    font-size: 20px;
    font-weight: 700;
}
.secCS p{
    font-size: 14px;
}
/*secFull*/

.secFull {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/secFull.png) no-repeat center center / cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    color:#fff!important;
    text-align:center;
}
.secFull img {
    border-radius: 100px;
    background: #fff;
    width: 80%;
    padding: 10px;
}
.secFull p {
    margin: 15px 0px;
}

/*secStats*/

.secStats .card  {
    text-align:center;
    border: 0px;
}
.secStats .card h2 {
    font-size: 70px;
    font-weight: 700;
}
.secStats .card p {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
/*csIcons*/
.csIcons {
    background:#8E9DAA;
    padding: 0;
    margin: 10px 0px;
}
.csIcons img {
    margin: 5px 10px;
    height: 25px;
    align-self: center !important;
}
.csIcons h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1rem;
    color:#fff;
    padding-right: 30px !important;
}

.csIcons .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.marquee {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: block;
    transform-origin: 50% 100%;
    transition: transform 0.25s;
    overflow-x:hidden;
}

.marquee .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
}

.marquee .inner > * {
    padding: 0 0rem;
}



/*shopCat*/
.shopCat {
    background:#C9D4E5;
    text-align:center;
    font-weight: 500;
}
.shopCat img {
    border-radius: 100px;
    background: #fff;
    width: 80%;
    padding: 10px;
    margin-bottom: 15px;
}

/*secAfford*/
.secAfford h5  {
    margin-bottom: 0px;
    color: #EE241C
}
.secAfford .col-md-6:first-child img  {
    width: 100%;
    border-radius: 35px;
}
.secAfford .col-md-6:last-child .row  {
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.secAfford .col-md-6:last-child .row .col-3  {
    padding: 0px;
    
}
.secAfford .col-md-6:last-child .row img  {
    background: #EFEEF3;
    width: 100%;
    border-radius: 8px 0px 0px 8px;
}
.secAfford .col-md-6:last-child .row p  {
    margin-bottom: 0px;
    font-weight: 700;
}


/*secSale*/
.secSale {
    background: #000;
    color: #fff;
}
.secSale .row:last-child p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    width: 75%
}
.secSale .col {
    background-size: cover;
    background-repeat: no-repeat;
}
.secSale .one {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/feat-dash.png) no-repeat center center / cover;
    height: 250px;
    border: 5px solid #000;
}
.secSale .two {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/feat-printer.png) no-repeat center center / cover;
    height: 250px;
    border: 5px solid #000;
}
.secSale .three {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/feat-3dpen.png) no-repeat center center / cover;
    height: 250px;
    border: 5px solid #000;
}
.secSale .four {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/feat-globe.png) no-repeat center center / cover;
    height: 250px;
    border: 5px solid #000;
}
.secSale .five {
    background: url(https://purpleassets.blob.core.windows.net/web/nxtgadget/feat-dash-2.png) no-repeat center center / cover;
    height: 250px;
    border: 5px solid #000;
}

/*secCat*/
.secCat .btn-primary  {
    border-radius: 0px;
}
.secCat .card  {
    background: transparent;
    border: 0px;
}
.secCat .card-images  {
    padding: 0px;
}
.secCat .card-images img  {
}
.secCat  .card-body  {
    padding:10px 0px;
}
.secCat  p  {
    margin-bottom: 0px
}
.secCat  p.prod-price  {
    color:  #EE241C;
    font-size: 28px;
    font-weight: 700;
}
.secCat  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.secCat  .card-footer  {
    text-align:center;
    background:transparent;
    border-top: 0px;
    padding:0;
}
.secCat .ft-highlight {
    color:#fff;
    border-radius: 20px; 
    padding: 5px 15px;
    font-size:14px;
    font-weight: 500;
    background-color:#DB4444;
    position:absolute
}
.secCat .ft-highlight i {
    color:#ffcc00;
}
.secCat .prod-name {
    font-size:20px;
    font-weight: 700;
    margin-bottom: 5px
}


footer  {
    background: #1F1F1F;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
}
footer p {
    font-size: 16px;
}
footer p.small {
    margin-bottom:0px;
}
footer .formOutter {
    border:1px solid #E9E9E9;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
footer .form-control {
    border:0;
}
footer .btn-primary {
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 0 0;
}
footer .cards img {
    width:100%
}
.mobCTA {
    background: #fff;
    padding: 1rem;
    border-top:1px solid #000;
}
.mobCTA p {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
h1 {
    font-size: 50px;
    line-height:50px;
}

.emailSub .btn-primary {
    font-size: 14px;
}
}
@media (max-width: 991px) {
h1 {
    font-size: 40px;
    line-height:50px;
}

.emailSub .btn-primary {
    font-size: 14px;
}
.feature .col-md-5 {
    height: 400px!important;
} 
.feature .col-md-7 .row {
    height: 200px!important;
}
.buyCards .btn-primary {
}
.buyCards p.prod-discount {
    display:none;
}
}
@media (max-width: 768px) {
.hero .carousel-caption {
    width: 40%!important
}
h1 {
    font-size: 40px;
    line-height: 35px;
}
}
@media (max-width: 767px) {
section { 
    padding: 2rem  0rem;
}

.logo {
    width: 180px;
}  
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link.active {
    border-bottom: 3px solid #000;
    width: 100px;
    margin-bottom: 5px;
}
.navbar-nav {
    padding:1rem 0 .5rem 0;
}
.navbar-nav li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    text-transform: uppercase;
    padding: 5px 5px;
}
li.formSearch {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background: #fff;
    padding:5px;
    margin-bottom:5px;
}
.nav-item form input {
    border:0;
}
.hero {
    margin-top:25px;
}
.hero .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    width: initial!important;
    padding-top: 1.25rem;
    padding-bottom: 3.25rem;
    text-align: center; 
    color:#fff;
    align-items: end;
    
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
.feature .col-md-5 {
    height: 250px !important;
    margin-bottom:15px;
} 
.feature .col-md-7 .row {
    height: 500px !important;
}
.feature .col-md-7 .row .col-md-6 {
    margin-bottom:15px;
}
.buyCards {
    padding: 2rem .5rem;
}
.buyCards p.prod-discount {
   display: initial;
   padding: 0px 5px;
}
.buyCards p {
    font-size: 14px;
}
.buyCards .row-cols-md-4 .card-images  {
    height: 200px;
}
.buyCards .card-images {
    height: 200px
}
.buyCards p.prod-price {
    font-size: 22px;
}
.secFull {
    padding: 2rem .5rem;
}

.shopCat h3 {
    width:100%;
    margin-bottom: 15px;
    text-align:center;
}

.shopCat .card {
    padding-bottom: 25px;
}
.shopCat .gifts {
    height: 25vh;
}
.shopCat .btn-black {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

.csIcons {
    padding: 1rem 0rem;
}
.shopCat p, .secFull p {
    margin: 0px 0px 15px 0px;
}
.secCS .col-md-6:last-child {
    padding: 0px 25px;
    margin-top: 25px;
}
.secCS .col-md-6:last-child .row {
    border-radius: 25px;
    background: #fff;
    padding: 20px 5px;
    margin-bottom: 25px;
}
.secAfford .col-md-6:last-child {
    padding: 0px 25px;
    margin-top: 25px;
}
.secAfford .col-md-6:last-child .row {
    background: #fff;
    margin-bottom: 25px;
}
.emailSub {
    padding: 1rem;
}
.emailSub .container {
    padding: 2rem 1rem;
}
.emailSub .inner {
    width: 90%;
}
.emailSub .btn-primary {
    width: 40% !important;
    padding: 5px 5px;
}
footer  {
    text-align:center;
}
footer .cards {
    padding-bottom: 5rem;
    text-align:center;
}
footer .cards img {
    width:50%
}
footer p.small {
    margin-bottom:10px;
}
}

@media (max-width: 400px) {
    .hero {
        margin-top: 15px;
    }
}