/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Barlow-Regular;
  src: url('../fonts/Barlow/Barlow-Regular.ttf'); 
}

@font-face {
  font-family: Barlow-Medium;
  src: url('../fonts/Barlow/Barlow-Medium.ttf'); 
}

@font-face {
  font-family: Barlow-Bold;
  src: url('../fonts/Barlow/Barlow-Bold.ttf'); 
}

@font-face {
  font-family: Cookie-Milk;
  src: url('../fonts/Cookie-milk/cookies&milk-regular.ttf');
}

@font-face {
  font-family: Lemon;
  src: url('../fonts/Lemon-Tueday/Lemon\ Tuesday.otf');
}

@font-face {
  font-family: navish;
  src: url('../fonts/navish/NASHVILL.TTF');
}

@font-face {
  font-family: fira-bold;
  src: url('../fonts/Fira_Sans/FiraSans-Bold.ttf');
}

@font-face {
  font-family: fira;
  src: url('../fonts/Fira_Sans/FiraSans-Regular.ttf');
}

@font-face {
  font-family: popping-bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: popping;
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}

/*//////////////////////////////////////////////////////////////////
[ Nav ]*/
#nav-menu {
  position: fixed;
  top: -80px;
  width: 100%;
  transition: top 0.2s;
  z-index: 99999;
}

.navbar-brand > span {
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 2px;
  vertical-align: middle;
}

.dropdown-menu {
  background-color: #603913;
  margin-top: 20px;
  padding: 10px 20px;
  border: none
}

.dropdown-menu > a:eq(0) {
  border-top: white solid 3px; 
}

.dropdown-menu > a {
  color: white;
}

/*//////////////////////////////////////////////////////////////////
[ FONTFAMILY ]*/
.font-title {
  font-family: navish, Verdana, Geneva, Tahoma, sans-serif;
}

.font-subtitle {
  font-family: Cookie-Milk, Verdana, Geneva, Tahoma, sans-serif;
}

.font-head {
  font-family: Cookie-Milk, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 3rem;
}

.font-content {
  font-family: popping, Verdana, Geneva, Tahoma, sans-serif;
}

.text-primary-srhk {
  color: #603913;
}
.text-second-srhk {
  color: #438340;
}


/*//////////////////////////////////////////////////////////////////
[ Form ]*/
.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 220px;
  max-width: calc(100% - 10px);
  position: relative;
  background-color: #e6e6e6;
  height: 40px;
  border: 0px solid transparent;
  border-radius: 5px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 0 20px 0 20px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  border: 1px solid #846add;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Barlow-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.s1-txt2 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #846add;
  line-height: 1.4;
}

.s1-txt3 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.text-normal {
  font-weight: 500;
}

.text-bold {
  font-weight: 900;
}

.high-light {
  font-size: 1.32rem;
  font-weight: 900;
}

.leaf-ul > li {
  list-style: none;
}

.leaf-ul > li:before{
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 10px 10px 0px -50px;
  padding: 5px;
  background-image:url("../images/icons/leaf-ul.png");
  background-size: contain;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: Barlow-Bold;
  font-size: 25px;
  color: #999999;
  line-height: 1.2;
}




/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: Barlow-Medium;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 100px;
}

.size3 {
  min-width: 120px;
  height: 40px;
}

.size4 {
  width: 100%;
  height: 50px;
}

.size5 {
  width: 36px;
  height: 36px;
}

.size6 {
  width: 155px;
  height: 155px;
}

.over-container {
  width: 100%;
  overflow: hidden;
}

.trape-container {
  width: 100%;
  overflow: hidden;
  background-color: #603913;
}

.trape-container::before {
  content: '';
  position: absolute;
  width:0;
  height: 0;
  /* border-top: 100px solid white;
  border-right: 1519px solid transparent; */
  z-index: 9;
}

.trapezoid {
  background-color: transparent;
  border-right: 1667px solid #603913;
  border-top: 45px solid transparent;
  border-bottom: 45px solid #438340;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 100%;
  width: 880px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  min-height: 230px;
}



/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}
.bg1 {background-color: rgba(255,255,255,0.8);}
.bg3 {background-color: #3b5998;}
.bg4 {background-color: #1da1f2;}
.bg5 {background-color: #cd201f;}
.bg6 {background-color: rgba(22,22,22,0.5);}
.bg7 {background-color: rgba(255,255,255,0.5);}
.bg-primary-srhk {background-color: #603913;}
.bg-secondary-srhk {background-color: #438340;}
/* .bg1 {background-color: #57b846;} */

.bg-img1 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}


.bbg {
  background-image: url(../images/brownny.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.blurbg {
  background-image: url(../images/bg05.png);
  background-position: top;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}


/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-radius: 18px;
}

.bor2 {
  border-bottom: 1px solid #999999;
}

.pos-hang {
  position: absolute;
}



/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1 {
  margin: 20px 5px 0px 5px;
}

.d-x-control {
  display: none !important;
}

.d-b-control {
  display: block !important;
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  width: 100%;
  text-align: center;
}
.wrappic1 img {
  max-width: 100%;
}

.iconpic1 {
  display: block;
  width: 100%;
  text-align: center;
}
.iconpic1 img {
  max-width: 25%;
}

.iconpic2 {
  display: block;
  width: 100%;
  text-align: center;
}
.iconpic2 img {
  max-width: 10%;
}

.iconpic3 {
  display: block;
  width: 100%;
  text-align: center;
}
.iconpic3 img {
  max-width: 55%;
}

.iconpic4 {
  display: block;
  width: 100%;
  text-align: center;
}
.iconpic4 img {
  max-width: 35%;
}


.float-icon {
  height: 256px;
  width: 265px;
  margin: 0;
}

.float-small-icon {
  height: 148px;
  width: 148px;
  margin: 0;
}

.img-zoom {
  transform: scale(1.2);
}

.snack-icon {
  /* height: 312px; */
  width: 265px;
}

.card-shape {
  border-radius: 15px !important;
  box-shadow: 1px 1px 15px rgba(33,33,33,0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Image ]*/
.img-left-top {
  position: absolute;
  left:0px;
  top: 0px;
}
.img-right-top {
  position: absolute;
  right:0px;
  top: 0px;
}
.img-left-bottom {
  position: absolute;
  left:0px;
  bottom: 70px;
}
.img-right-bottom {
  position: absolute;
  right:0px;
  bottom: 70px;
}
.img-center {
  position: absolute;
  left: 0;
  right:0;
  margin: auto;
  bottom: 50px;
}

.img-almost-center {
  position: absolute;
  left: auto;
  right: 33%;
  bottom: 40%;
}

.img-beside-center {
  position: absolute;
  left: 20%;
  right: auto;
  bottom: 35%;
}

.img-right-back-20 {
  right: -20px;
}
.img-left-back-20 {
  left: -20px;
}
.img-top-back-20 {
  top: -20px;
}
.img-bottom-back-20 {
  bottom: -20px;
}

.img-product {
  width: 40%;
  align-self: center;
}

/*---------------------------------------------*/
.how-countdown {
  background-color: #333333;
  border-radius: 10px;
  margin: 0px 18px 25px 18px;
}

/*---------------------------------------------*/
.how-btn {
  padding: 0 20px;
  background-color: #846add;
  border-radius: 5px;
}

.how-btn:hover {
  background-color: #333333;
}

.how1 {
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.how1:hover {
  background-color: #555555;
  color: #fff;
}

.btn-primary-srhk {
  padding: 10px 20px;
  color: white;
  background-color: #603913;
  border-radius: 5px;
}

.btn-primary-srhk:hover {
  color: #E2E2E2;
  background-color: #333333;
}



/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/


/* --------------------------------------------------  */
/* Footer  */
/* --------------------------------------------------  */
.footer {
  
}



/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .float-icon {
    height: 256px;
    width: 265px;
  }
  
  .snack-icon {
    /* height: 312px; */
    width: 265px;
  }

  .bbg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .navbar-collapse {
    text-align: center;
    border-top: 2px solid #FFF;
    margin-top: 5px;
  }

  .float-icon {
    height: 256px;
    width: 265px;
  }
  
  .snack-icon {
    /* height: 312px; */
    width: 256px;
  }

  ul.navbar-nav {
    padding-right: 0px !important;
  }

  .dropdown-menu {
    padding-top:0px;
  }

  .dropdown-menu > a{
    margin: 5px 5px;
    border: 2px white solid;
    text-align: center;
  }

  .float-small-icon {
    height: 100px;
    width: 100px;
  }

}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/
  .navbar-collapse {
    text-align: center;
    border-top: 2px solid #FFF;
    margin-top: 5px;
  }

  .iconpic1 img {
    max-width: 50%;
  }

  .iconpic2 img {
    max-width: 35%;
  }

  .navbar-brand {
    padding-left: 50px ;
  }

  .float-icon {
    height: 172px;
    width: 172px;
  }
  
  .snack-icon {
    /* height: 312px; */
    width: 265px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-top: 80px;
  }

  .iconpic1 img {
    max-width: 50%;
  }

  .iconpic2 img {
    max-width: 35%;
  }

  .iconpic3 img {
    max-width: 85%;
  }

  .iconpic4  img {
    max-width: 85%;
  }
  

  .font-head {
    font-weight: 600;
    font-size: 2rem;
  }
  
  .navbar-collapse {
    text-align: center;
    border-top: 2px solid #FFF;
    margin-top: 5px;
  }

  .float-icon {
    height: 168px;
    width: 168px;
  }
  
  .snack-icon {
    /* height: 312px; */
    width: 265px;
  }

  .d-x-control {
    display: block !important;
  }

  .d-b-control {
    display: none !important;
  }

  .leaf-ul > li:before{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    /* background-image:url("../images/icons/leaf-ul.png");
    background-size: contain; */
  }

  .img-product {
    width: 80%;
    align-self: center;
  }
  
  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/
  
  .navbar-collapse {
    text-align: center;
    border-top: 2px solid #FFF;
    margin-top: 5px;
  }

  .navbar-brand {
    padding-left: 25px ;
  }

  .navbar-brand > span {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: middle;
  }

  .float-icon {
    height: 112px;
    width: 112px;
  }
  
  .snack-icon {
    /* height: 312px; */
    width: 265px;
  }

  .d-x-control {
    display: block !important;
  }

}
