/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Oswald:wght@300;400;500;600;700&display=swap');

:root {
  color-scheme: only light;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1300px !important;
}
a,a:hover{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}
img{
    vertical-align: middle;
    border: none;
    max-width: 100%;
    width: 100%;
    
}
:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, p, .navbar{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.ptb-100{
    padding: 100px 0;
}
.pt-50{
    padding-top: 50px;
}
.ptb-50{
    padding: 50px 0;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.section_heading{
    font-size: 35px;
    font-weight: 600;
    color: #1A2234;
    position: relative;
    padding: 0;
    padding-left: 50px;
}
.section_heading::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 80%;
    margin: 5px 0;
    background: #DF3739;
    display: inline-block;
}
.section_heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    width: 10px;
    height: 80%;
    margin: 5px 0;
    background: #1A2234;
    display: inline-block;
}

.section_description{
    font-size: 19px;
    line-height: 28px;
    color: #73879c;
    font-weight: 500;
    width: 60%;
    margin: 10px 500px 20px 52px;
}
.little_description{
    font-size: 17px;
    line-height: 32px;
    color: #555555;
    font-weight: 500;
}
.bg_2{
    background: #F3F3F1;
}
.btn{
    display: inline-block;
    padding: 8px 25px;
    background: #0872b9;
    border: 2px solid #0872b9;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
}


/* ==================== Basic setup end ====================*/
header .hero_bg{
    background: url('/images/v2/hero_bg.jpg') no-repeat center center / cover;
}
header .hero_area{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 100vh;
    background: rgba(35, 41, 46, 0.9);
    position: relative;
}
header .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
header .content img{
    width: 300px;
    height: auto;
    margin: 0 35px;
}
header .content img:nth-child(1){
    transform: rotate(-20deg);
}
header .content img:nth-child(2){
    transform: rotate(20deg);
}
header .content .text{
    text-align: center;
    color: #fff;
}
header .content .text h2{
    font-size: 60px;
    margin: 18px 0;
}
header .content .text a{
    display: inline-block;
    padding: 8px 15px;
    color:#fff;
    background: #DF3739;
    margin: 15px 6px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
header .navbar{
    margin: 0;
    padding: 8px;
    background: #F3F3F1;
}
header .navbar .navbar-brand{
    font-size: 40px;
    color: #b42123;
    font-weight: 700;
}
header .navbar .navbar-nav li a.nav-link{
    display: inline-block !important;
    margin: 0 5px;
    padding: 8px 15px;
    font-size: 16px;
    color: #1A2234;
    font-weight: 500;
}
header .navbar .navbar-nav li a.btn{
    border: 2px solid #1A2234;
    background: transparent;
    border-radius: 25px;
    font-weight: 600;
}




/* ==================== Product Section ====================*/
.product .card{
    border-radius: 0;
    border: none;
    position: relative;
}
.product .overlay_content{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background:linear-gradient(to top ,rgba(26, 34, 52, 1), rgba(26, 34, 52, 0));
}
.product .overlay_content h4{
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 30px;
    letter-spacing: 3px;
}
.product .overlay_flag{
    position: absolute;
    top: 20px;
    right: 0;
}
.product .overlay_flag span{
    background: #DF3739;
    color: #fff;
    display: inline-block;
    padding: 6px 35px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 600;
}
.product .overlay_flag span::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ececec;
    display: inline-block;
    margin-left: 6px;
}
.product .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(26, 34, 52, .9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.product .card:hover .overlay{
    opacity: 1;
}
.product .overlay a{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.product .overlay a:hover{
    background: #fff;
    color: #101622;
}

#coupon.error { border: 1px solid #ced4da }
#applyCoupon.disabled { display: none }

#resetPos {
  font-size:13px;
  margin-top:-4px;
  color:#121212;
}

#resetPos:hover {
  color: #007bff;
}

/* ==================== How to Work Section ====================*/
.work .work_content{
    margin-left: 35px;
}
.work ul li{
    font-size: 18px;
    color: #1A2234;
    font-weight: 700;
    margin: 15px 0;
}
.work ul li i{
    margin-right: 12px;
    color: #DF3739;
}
.work a{
    padding: 10px 25px;
    background: #DF3739;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.work a i{
    margin-left: 5px;
    color: #b42123;
}


/* ==================== Footer Section ====================*/
.footer_section{
    text-align: center;
}
.footer_section .footer_top{
    background: url('/images/v2/footer-bg.jpg') no-repeat center center / cover;
}
.footer_section .footer_top .overlay{
    background: rgba(26, 34, 52, .8);
}
.footer_section .footer_top .logo{
    width: 200px;
    height: 120px;
    margin: 0 auto;
    background: #283d6d;
    color: #fff;
}
.footer_section .footer_top .logo h3{
    font-size: 40px;
    padding-top: 20px;
}
.footer_section .footer_top .logo h4{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 12px;
}
.footer_section .footer_top p{
    width: 55%;
    padding-top: 20px;
    margin: 20px auto;
    line-height: 28px;
    color: #F3F3F1;
    font-size: 16px;
}
.footer_section .footer_top ul{
    display: flex;
    justify-content: center;
}
.footer_section .footer_top ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    margin: 10px 15px;
}
.footer_section .footer_bottom{
    padding: 20px 0;
    background: #101622;
    color: #d3d3d3;
}




/* --------------------------- Order Page Design ---------------------------*/
.order_header{
    background: url('/images/v2/footer-bg.jpg') no-repeat center center / cover;
}

.order_header .overlay{
    background: rgba(26, 34, 52, .7);
    width: 100%;
}
.order_header .overlay h4{
    color: #fff;
    margin: 130px 0;
    font-size: 45px;
    font-weight: 700;
}


/* ==================== process ====================*/
.process ul li{
    font-size: 18px;
    color: #1A2234;
    font-weight: 700;
    margin: 15px 0;
}
.process ul li i{
    margin-right: 12px;
    color: #DF3739;
}

/* ************** Proceed button ***************/
a.proceed {
    padding: 10px 25px;
    background: #1A2234;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top:0px;
}
a.proceed i {
    margin-left: 5px;
    color: #0872b9;
}

/* ==================== modal design ====================*/
.modal .modal-dialog{
    padding:10px 15px;
}
.modal .modal-dialog .modal-header{
    border-bottom: none;
}
.modal .modal-dialog .modal-footer{
    border-top: none;
}

.getLink {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}


.getLink input {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    color: #000;
}
.getLink input::placeholder {
    color: #000
}
.getLink .btn{
    padding: 10px 20px;
    font-size: 16px;
    background: #283d6d;
    border: 1px solid #283d6d;
    color: #fff;
}
.getLink .btn:hover{
    color: #fff;
}
a.tipHelp {
  color: #283d6d;
  font-size: 12px;
  padding-left: 14px;
  position: relative;
  top: -1px;
}
a.tipHelp:hover {
  color: #1A2234;
}
a.tipHelp .fas {
  color: #283d6d;
}
a.tipHelp:hover .fas {
  color: #1A2234;
}

.howdo .modal-body ol{
    list-style-type: circle;
    margin-left: 35px;
}
.howdo .modal-body ol li{
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    color: #101622;
}
.howdo .modal-body ol li a{
    color: #DF3739;
}
.howdo .modal .btn{
    padding: 10px 20px;
    font-size: 16px;
    background: #283d6d;
    border: 1px solid #283d6d;
    color: #fff;
}
.howdo .modal .btn:hover{
    color: #fff;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}


.sideBar {
  display:flex;
  flex-direction: column;
}

.mobileBox {
  display:none;
  position: sticky;
  top: 0px;
  width:100%;
  justify-content: center;
  z-index:100;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#F3F3F1;
  border-bottom: 2px solid #555555;
}

@media only screen and (max-width: 767px) {
  .process h4 {
    padding-bottom: 12px;
  }
  .process .row {
    padding-left:30px;
    padding-right:30px;

  }
  .mobileBox {
    display:flex;
  }
  .desktop {
    display: none;
  }
  .colorDiv {
    margin-left:auto;
    margin-right:auto;
    width:30px;
  }
  .mobileLeft {
    padding-left:0px;
  }
  .ranges {
    width:100%;
    display:flex;
    justify-content:center;
    gap: 10px;
  }
  .positions {
    padding-bottom:20px;


  }
  .sideBar.hideBar {
    display: none;
  }
  .sideBar {
    min-height: 300px;
    background-color: #F3F3F1;
  }
  .sideBar canvax {
    top: 15px;
  }
  .youtube {
    margin-top: 20px;
  }
}

.mockup {
  max-width:350px; width: 80%; margin-left:auto; margin-right: auto;  
}

.youtube {
  margin-left:auto;
  margin-right: auto;
}

/***********************************************************************************/
/***********************************************************************************/

.upload-area {
  width: 220px;
  height: 165px;
  font-size:16px;
  font-weight:bold;
  border: 2px solid lightgray;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: auto;
  background-color:white;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.upload-area .sizes {
  margin-top:15px;
  font-size: 12px;
  color:#555555;
}

.upload-area:hover {
  cursor: pointer;
}

.upload-area h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

.imageFile {
  display: none;
}

.thumbnail img { max-height: 100px; }

#innerJList { height: 150px; }

#qrDiv {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display:none;
}

#linkUrlSubmit {
  justify-content:center;
}

#linkUrlSubmit button {
    display:none;
}

input.error, select.error {
  border:1px solid red;
}

#linkUrlGo { padding: 5px; }

#card-errors {
  color:red;
  padding:10px;
  margin-top:5px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  font-weight:bold;
  font-size:14px;
}

[data-validator="errBox"] {
  border:2px solid red;
  background-color:#ff5454;
  color:white;
  padding:10px;
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  font-weight:bold;
  font-size:14px;
  display:none;
}

/***********************************************************************************/
/***********************************************************************************/
.pay input {
  margin-bottom:10px;
}

.pay h5 {
  margin-bottom: 8px;
  margin-left: 4px;
}

#purchase {
  width: 200px;
  padding: 4px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
 .StripeElement {
  box-sizing: border-box;

  height: 40px;
  width: 350px;

  padding: 10px 12px;
  margin: 4px 0px 15px 7px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.tapeImage {
  width:150px;
  height: 69px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 2px solid white;
}

.tapeImage:hover {
  border: 2px solid #C51F38;
}

#selTapeImage {
  width:200px;
  height: 93px;
  cursor: pointer;
}

#textColor {
  border: 1px solid black;
  background-color:black;
  margin-top: 10px;
  width:20px;
  height:20px;
  cursor: pointer;
}

#tapeImagesDiv {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  border: 2px solid #EED035;
  padding: 20px;
  background:white;
}