:root {
  --primary-color: #cd2d27;
  --priamry-dark: #ae2624;
  --dark: #2A354F;
  --dark-bg: #161616;
  --secondary-bg: #1f1f1f;
  --bg-color: #e6e7ee;
  --light: #d1d9e6;
  --white: #ffffff;
  --link-color: #cd2d27;
}

html {
  scroll-behavior: smooth;
}

body{
  top: 0 !important;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.1em;
}

.neu-shadow{
  box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff !important;
}

.neu-shadow-inset{
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

.box{
  padding: 5em;
  border-radius: 1rem;
}

.sm-box{
  padding: 1em;
  border-radius: 1rem;
}

.img-icon{
  font-size: 48px;
  padding-top: 6px;
  color: var(--dark);
}

.img-icon:hover{
  color: var(--priamry-dark);
}

.circle-container{
  padding: 1em;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.square-container{
  padding: 1em;
  border-radius: 32%;
  width: 200px;
  height: 200px;
}

.square-container img{
  max-width: 100px;
  max-height: 100px;
}

.rounded-element{
  border-radius: .5rem;
}

hr{
  border: 0;
  border-top: .07rem solid rgba(38,40,51,0.1);
}

.border-dark{
  border: .07rem solid;
  border-color: var(--light) !important;
}

.background{
  background-color: var(--bg-color);
  color: var(--dark);
}

.header-bg{
  background-color: var(--bg-color);
  /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), 0 4px 19px 0 rgba(0, 0, 0, 0.05); */
  color: var(--priamry-dark);
}

.jumbo-bg{
  /* background: var(--light); */
  background-image: url("../images/banner.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  min-height: 70vh;
}

.background-img{
  background-image: url("../images/section-bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /* position: relative; */
  color: var(--white);
  height: 100%;
}

.center {
  margin: 0;
  position: relative;
  top: 50%;
  left: 30%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.store-btn {
  height: 58px;
}

.category-container{
  position: fixed;
  left: 0;
  top: 73px;
  right: 0;
  transition: all 0.5s;
  z-index: 900;
}

.navbar-container{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1000;
}

.navbar-brand{
  border-radius: 0.5rem;
}

.navbar-brand span{
  color: var(--priamry-dark);
  font-weight: 700;
}

.nav-item{
  color: var(--dark) !important;
  /* border-bottom: 4px solid none; */
  font-weight: 600;
  margin: 0 8px;
  padding: 23px 16px;
}

.nav-item:hover{
  /* border-bottom: 4px solid var(--primary-color); */
  color: var(--priamry-dark) !important;
  cursor: pointer;
}

.active{
  /* border-bottom: 4px solid var(--primary-color); */
  color: var(--priamry) !important;
  /* font-weight: 700; */
}

.text-highlight{
  color: var(--primary-color);
}

.w-100 {
  width: 100%;
  /* max-width: 250px; */
}

.mw-200{
  width: 100%;
  max-width: 200px;
}

.box-padding{
  padding: 0em 4em;
}

.section-spacing{
  margin-top: 8em;
  margin-bottom: 8em;
}

.jumbo-img{
  width: 100%;
  max-width: 360px;
}

.jumbo-blob{
  border-radius: 63% 37% 30% 70%/60% 45% 55% 50%;
}

.center-text {
  text-align: center;
}

.head-1{
  font-size: 2.3em;
  font-weight: 600;
}

.head-2{
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
}

.lead{
  font-size: 2em;
  font-weight: 500;
  color: var(--dark);
}

.m-hide{
  display: block;
}

.sm-head{
  font-weight: 700;
  font-size: 1em;
}

.xs-head{
  font-weight: 800;
  font-size: 0.725em;
}

.l-text-center{
  text-align: left;
}

.r-text-center{
  text-align: right;
}

.primary-bg{
  padding: 1em 0;
  background-color: var(--primary-color);
  color: var(--dark);
}

.primary-btn{
  background-color: var(--primary-color);
  color: var(--white);
  height: 48px;
  box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff !important;
}

.primary-btn:hover{
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: inset 2px 2px 5px #7e0f0d, inset -3px -3px 7px #ee9291 !important;
}

.outline-primary-btn{
  /* background-color: var(--primary-color); */
  color: var(--priamry-dark) !important;
  border: 1px solid var(--priamry-dark);
  height: 48px;
  box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff !important;
}

.outline-primary-btn:hover{
  background-color: var(--primary-color);
  border: 1px solid var(--priamry-dark);
  color: var(--white) !important;
  box-shadow: inset 2px 2px 5px #7e0f0d, inset -3px -3px 7px #ee9291 !important;
}

.btn-text{
  color: var(--dark);
  font-weight: 700;
  font-size: 1.1em;
  line-height: .875;
}

.desc {
  margin: 3em 0;
  /* font-size: 0.875em; */
}

.content{
  margin: 1.4em 0;
}

.download-link{
    margin: 1.4em 0;
}

.download-link a{
  text-decoration: none;
  color: var(--link-color);
}

.skiptranslate iframe {
  visibility: hidden !important;
  /* z-index: -1 !important; */
}

.lang-switcher{
  position: fixed;
  top: 74px;
  right: 15px;
  padding: 8px 16px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
}

/* form */
.form-label{
  font-size: .678em;
  font-weight: 700;
}

.form-control{
  background-color: var(--bg-color);
  border: .0625rem solid;
  border-color: var(--light) !important;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

.form-control:focus{
  background-color: var(--bg-color);
  border: .0625rem solid;
  border-color: var(--light) !important;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

/* faq */
.accordion {
  background:var(--bg-color);
  color: var(--primary-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  /* border-bottom: 1px solid var(--white); */
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;
}

.faq-active {
  background: var(--bg-color);
}

.accordion:hover {
  background: #efefef;
}

.accordion:focus{
  outline: none;
}

.accordion:first-child{
  border-radius: 0.25rem 0.25rem 0 0;
}

.accordion:nth-last-child(2){
  border-radius: 0px 0px 0.25rem 0.25rem;
}

.accordion:after {
  content: '\002B';
  color: var(--primary-color);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-active:after {
  content: "\2212";
}

.panel {
  /* padding: 0 18px; */
  background-color: var(--bg-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel:last-child{
  border-radius: 0px 0px .25rem .25rem;
}

.hide-faq{
  display: none;
}

.category{
  background-color: var(--bg-color);
  color: var(--dark);
}

.category:hover{
  color: var(--primary-color);
}

.category-active{
  background-color: var(--primary-color) !important;
  color: var(--dark) !important;
  font-weight: 700;
}

.category-header{
  color: var(--dark);
  font-weight: 700;
  font-size: 1em;
}

.btn-secondary{
  width: 100%;
  background-color: var(--bg-color);
  color: var(--dark);
  border-color: var(--bg-color);
}

.btn-secondary:hover{
  background-color: var(--bg-color);
  color: var(--dark);
  border-color: var(--bg-color);
}

.btn-secondary:focus{
  background-color: var(--bg-color);
  color: var(--dark);
  border-color: var(--bg-color);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{
  background-color: var(--bg-color);
  color: var(--dark);
  border-color: var(--bg-color);
}

#category-label{
  float: left;
  width: 95%;
}

.dropdown{
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.link{
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
}

.link:hover{
  text-decoration: none;
  color: var(--priamry-dark);
}

.hide-alert{
  display: none;
}

.footer{
  color: var(--dark);
  padding: 3rem 2rem;
  background-color: var(--white);
  color: var(--grey);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1), 0 -4px 19px 0 rgba(0, 0, 0, 0.05);
}

.footer-head{
  color: var(--primary-color);
  font-weight: 800;
  font-size: 0.625em;
}

.footer-body{
  color: var(--dark);
  font-size: .85em;
}

.footer-body a{
  color: var(--dark);
}

.footer-body a:hover{
  color: var(--primary-color);
  text-decoration: none;
}

#general{
  margin-top: 100px;
}

@media screen and (min-width: 200px) and (max-width: 500px){
  .head-1{
    font-size: 1.8em;
    margin: 1em 0 .5em 0;
  }

  .box{
    padding: 3em 2em;
    border-radius: 1rem;
  }

  .section-spacing{
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .nav-item{
    color: var(--dark) !important;
    /* border-bottom: 4px solid none; */
    font-weight: 600;
    margin: 0 8px;
    padding: 16px 16px;
  }

  .lead{
    font-size: 1.4em;
    font-weight: 500;
    color: var(--white);
  }

  .lang-switcher{
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
  
  .hide{
    display: none;
  }
  
  .m-hide{
    display: none;
  }

  .downloadBtn{
    height: 64px;
  }

  .l-text-center{
    text-align: center;
  }

  .r-text-center{
    text-align: center;
  }

  .box-padding{
    padding: 4em 1em;
  }
  
  /* .primary-btn{
    float: left;
  } */

}

@media (min-width: 501px) and (max-width: 767px) {
  .lang-switcher{
    top: unset;
    right: unset;
    position: fixed;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
  
  .hide{
    display: none;
  }

  .m-hide{
    display: none;
  }

  .box-padding{
    padding: 4em 4em;
  }

  .nav-item{
    color: var(--dark) !important;
    /* border-bottom: 4px solid none; */
    font-weight: 600;
    margin: 0 8px;
    padding: 16px 16px;
  }

  .head-1{
    font-size: 1.8em;
    margin: 1em 0 .5em 0;
  }

  .lead{
    font-size: 1.4em;
    font-weight: 500;
    color: var(--white);
  }

}

@media (min-width: 767px) and (max-width: 992px) {

  .jumbo-img{
    margin-top: 142px;
  }

  .box-padding{
    padding: 4em 4em;
  }
  
  .box{
    padding: 4em;
    border-radius: 1rem;
  }

  .nav-item{
    color: var(--dark) !important;
    /* border-bottom: 4px solid none; */
    font-weight: 600;
    margin: 0 8px;
    padding: 16px 16px;
  }

  .m-hide{
    display: none;
  }

  .r-text-center{
    text-align: left;
  }

}