@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
a:visited {
  color: blue
  ;
}
/* custom scroll bar */
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
  
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
/* menu and navbar style start */
.navbar{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #1b1b1b;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: #f4511e;
  font-weight: bold;
 
}
.banner{
  background: url("/bg.jpg") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding: 30px 0;
}
.about .title{
  font-size: 38px;
  font-weight: 700;
  font-family: 'Reggae One', cursive;
}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .navbar .logo a{
    font-size: 27px;
  }
}
/* menu and navbar style ended */
/* banner SHOP NOW button and paragraph style start */
.buttonhead {
  position: absolute;
  border-radius: 50px;
  background-color: #f4511e;
  border:3px solid #f4511e;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  width: 190px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top:350px ;
  margin-left: 30px;
  
}

.buttonhead span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  
}

.buttonhead span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}
.buttonhead:hover{
  background-color: transparent;
color: #f4511e;
transition: 0s;
border: 3px solid #f4511e;
width: 190px;
padding-top: 7.5px;
padding-bottom: 7.5px;
}
.buttonhead:hover span {
  padding-right: 24px;
  transition: 0.5s;
}

.buttonhead:hover span:after {
  opacity: 1;
  right: 0;
  
}

/* BANNER BTN KNOW MORE STARTED */

.buttonknow{
  position: absolute;
  border-radius: 50px;
  background-color: transparent;
  border:3px solid #f4511e;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  color: #f4511e;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top:350px;
  margin-left: 230px;
  
}

.buttonknow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  
}

.buttonknow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  transition: 0.5s;
 
}

.buttonknow:hover{
  background-color: #f4511e;
color: #ffffff;
transition: 0s;
}
.buttonknow:hover span {
  padding-right: 24px;
}

.buttonknow:hover span:after {
  opacity: 1;
  right: 0;
  
}

/* BANNER BTN KNOW MORE ENDED */

.parahead {
  position: absolute;
  margin: 10px;
  margin-top: 180px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  background-color: rgb(55, 0, 255);
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: justify;
  width: 48.5%;
  padding-top: 5px; 
  border-radius: 5px;
  box-shadow: 5px 5px 10px #888888;
  padding-bottom: 5px;
  
}
/* banner button and paragraph style ended */
/* Footer style start */

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #070617;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgb(177, 177, 177);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}
.footer .col ul li {
  color: rgb(199, 199, 199);
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.footer .col ul li :visited {
  color: #999999;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}
.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
  }
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}
/* Footer style ended */
.bannerimage {
  position: absolute;
  height: 430px;
  width: 350px;
  margin: 5px;
  margin-top: 85px;
  margin-left: 60%;
  border:white;
  color: #f1f1f1;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #464646;
}
@media (max-width:769px) {
  img#optionalstuff {
    display: none;
  }
}
@media (max-width:629px) {
  .parahead#paratext {
    width: 96%;
    margin-top: 150px;
  }
}
@media (max-width:629px) {
  .buttonhead#btnshop {
    font-size: 16px;
    padding: 10px;
    width: 140px; 
    margin-left: 10px;
  }
  .buttonknow#btnknow {
    font-size: 16px;
    width: 140px;
    margin-left: 170px; 
  }
}
/*device height is 800px and width is 393px*/
@media (device-width:393px) {
  .buttonhead#btnshop {
    margin-left: 90px;
    margin-top: 520px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .buttonknow#btnknow {
    margin-left: 90px;
    margin-top: 600px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .parahead#paratext {
    margin-top: 250px !important;
    font-size: 20px !important;
  }
}
/*device height is 800px and width is 360px*/
@media (device-height:800px) {
  .buttonhead#btnshop {
    margin-left: 70px;
    margin-top: 520px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .buttonknow#btnknow {
    margin-left: 70px;
    margin-top: 600px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .parahead#paratext {
    margin-top: 250px !important;
    font-size: 20px !important;
  }
}
@media (device-height:720px) {
  .buttonhead#btnshop {
    margin-left: 70px;
    margin-top: 430px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .buttonknow#btnknow {
    margin-left: 70px;
    margin-top: 500px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .parahead#paratext {
    margin-top: 200px !important;
    font-size: 20px !important;
  }
}
/*device height is 640px and width is 360px*/
@media (device-height:640px) {
  .buttonhead#btnshop {
    margin-left: 70px;
    margin-top: 400px ;
    width: 220px !important;
    font-size: 22px !important;
  }
  .buttonknow#btnknow {
    margin-left: 70px;
    margin-top: 470px !important;
    width: 220px !important;
    font-size: 22px !important;
  }
  .parahead#paratext {
    margin-top: 200px !important;
    font-size: 20px !important;
  }
}
@media (max-width:629px) {
  .designimg#designFB {
    left: 71%;
  }}
@media (max-width:629px) {
  .logobkd#bkdlogo {
    font-size: 23px;
    margin-left: -20px;
    font-weight: 00;
    text-decoration: none;
  }}
@media (max-width:629px) {
  .title#titleco {
    font-size: 25px;
    font-weight: 700;}
  .ytframe#ytframe {
    top: 100px;}}
.linkpara {
  text-decoration: none;}
.backtop{
  text-align: center;
  background-color: #0d0b2b;
  color: #fff;
  font-size: 18px;
  border: 0;
  width: 100%;
  position: relative;
  height: 50px;
  padding: 4px;
  border-radius: 0;
  font-weight: 500;}
.backtop:hover {
 background-color: #0d0b2bea ;
  cursor: pointer;}
.parafont{
  font-family: 'Akaya Kanadaka', cursive;
  font-size: 25px;}
.shopping {
  font-size: 22.5px;
  font-family: 'Akaya Kanadaka', cursive;
  text-decoration: none;}
.credit{
  text-align: center;
  background-color: #0d0b2b;
  color: #fff;
  font-size: 15px;
  border: 0;
  width: 100%;
  position: relative;
  height:auto;
  padding: 4px;
  border-radius: 0;
  font-weight: 500;}
.footerpara{
  color: #fff;
  text-align: center;}
.designby{
  text-align: center;
  position: relative;}
.designimg{
  position: relative;
  
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 0;}
.parabhavna{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 5px;}
::selection {
  color: white;
  background: #1a75ff;}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
z-index: 2;}
  .ytbox {
  position: relative;
  width: 600px;
  height: 400px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.1) ;}
  .closepop {
  position: fixed;
  top: 2px;
  right: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
   z-index: 1;}
@media (max-width : 629px) {
  .h1pop {
    left : 10px ;
    font-size: 5px;
  }}
@media (max-width : 767px) {
  .ytbox {
    width: 300px;
    height: 340px;}
  .closepop {
    top: 348px;
    left: 10px;}
  .ytframe {
    height: 151px !important;}
  .tutorial {
    top: 60px;
    left: -12px;
    width: 105%;
    border: 2px #f4511e;
  }}.tutorial {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.utube {
  position: fixed;}
.ytframe {
  position: absolute;
  top: 80px;
  left: 28px;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 75%;
  border: none;
  border-radius: 20px;}
.h1pop {
  font-size: 11px;
  position: fixed;
  top: 5px;
  font-weight: 500;}
.mailto {
  color: #999999;
  text-decoration: none;}
.mailto:hover {
  color: #ffffff;}
.linkstyle {
  text-decoration: none;}
.wachat {
  position: fixed;
  width: 35px;
  right: 10px;
  top: 91.5%;}
@media (min-width : 768px) {
  .wachat {
display: none;}}.appclass {
  position: relative;
  text-align: center;
  color: #f1f1f1;
  top: 45%;
}.appclass h1 {
  font-weight: 550;
  font-family: 'Pacifico', cursive;
  color: #ff0062;
  background-color: #f1f1f1;
  line-height: 35px;
  padding: 5px;
  font-size: 30px;
}.appclass .h3 {
  line-height: 50px;
  font-family: 'Pattaya', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.appclass .h32 {

  font-family: 'Pattaya', sans-serif;
  font-size: 28px;
  font-weight: 500;}