@font-face {
  font-family: bebas;
  src: url(../font/BEBAS.ttf);
}
@font-face {
  font-family: Century_Gothic;
  src: url(../font/Century_Gothic.ttf);
}

body { 
    color: #333;
	text-align: left;
	background: #fff;
	background-position: center top; 
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Alatsi', sans-serif;
}
a{
color:#07d437;
font-family: century-gothic;

}
a:hover {
    text-decoration: none;
}
 
.topb {
    padding: 15px 0 15px;
}
.logo{
    width: 100%;
}
.logo img {
    width: 250px;
}

.slogan {
    text-align: center;
    font-size: 22px;
    font-family: century-gothic;
    font-weight: bold;
}
.top-shop {
    text-align: right;
}
a.shop-top {
    background: #141414;
    display: inline-block;
    padding: 10px 35px;
    font-family: century-gothic; 
    color: #09c435;
    font-weight: bold;
}
.bg-g {
    background: #fff;
    padding: 5px;
    text-align: center;
}
pre {
    background: #f7f7f9
}




#home,
#help {
    font-size: 0.9rem
}

#home .navbar,
#help .navbar {
    background: #349aed;
    background: linear-gradient(145deg, #349aed 50%, #34d8ed 100%);
    transition: box-shadow 200ms ease-in
}

#home .navbar-transparent,
#help .navbar-transparent {
    background: none !important;
    box-shadow: none
}

#home .navbar-brand .nav-link,
#help .navbar-brand .nav-link {
    display: inline-block;
    margin-right: -30px
}

#home .navbar-brand img,
#help .navbar-brand img {
    display: inline-block;
    margin: 0 10px;
    width: 30px
}

#home .nav-link,
#help .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

#home {
    padding-top: 0px
}

#home .btn {
    padding: 0.6rem 0.55rem 0.5rem;
    box-shadow: none;
    font-size: 0.7rem;
    font-weight: 500
}

.bs-docs-section {
    margin-top: 4em
}

.bs-docs-section .page-header h1 {
    padding: 2rem 0;
    font-size: 3rem
}

.dropdown-menu.show[aria-labelledby="themes"] {
    display: flex;
    width: 420px;
    flex-wrap: wrap
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item {
    width: 33.333%
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child {
    width: 100%
}

.bs-component {
    position: relative
}

.bs-component+.bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

.source-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: bold
}

.source-button:hover {
    cursor: pointer
}

.bs-component:hover .source-button {
    display: block
}

#source-modal pre {
    max-height: calc(100vh - 11rem);
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7)
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}

#footer {
    margin: 5em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    clear: left;
    margin-bottom: 0
}

.splash {
    padding: 12em 0 6em;
    background: #349aed;
    background: linear-gradient(145deg, #349aed 50%, #34d8ed 100%);
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em;
    color: #fff
}

.splash #social {
    margin: 2em 0 3em
}

.splash .alert {
    margin: 2em 0;
    border: none
}

.splash .sponsor a {
    color: #fff
}

.section-tout {
    padding: 6em 0 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #eaf1f1;
    text-align: center
}

.section-tout .icon {
    text-align: center;
    margin-bottom: 1rem
}

.section-tout .fa {
    display: inline-block;
    padding: 0.8em;
    font-size: 2rem;
    background: #349aed;
    background: linear-gradient(145deg, #3b9cea 50%, #3db8eb 100%);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5)
}

.section-tout p {
    margin-bottom: 5em
}

.section-preview {
    padding: 4em 0 4em
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview img {
    max-width: 100%
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.section-preview .preview .options {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    text-align: center
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em
}



.bs-docs-section { 
    margin-top: 1em;
    margin-bottom: 4em;

} 
.main-content{
    background:url(../img/bgweed.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2% 0;
}
.main-content img {
    width: auto;
    max-width: 100%;
}
.main-content h1{
    color: #fff;
    font-family: bebas;
    margin-top: 45px;
    line-height: 1.5;
    font-size:57px;
}
.main-content p {
    font-size: 25px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}
.show-l{
    display: block;
}
.show-m{
    display: none;
}

a.btn-shop-now {
    background: #048a2a;
    padding: 13px 69px;
    color: #fff;
    font-size: 18px;
    font-family: Century_Gothic;
    border-radius: 5px;
    display: inline;
    font-weight: 600;
}
.col-pad{
    padding-left:5%;
}
.second-content {
    padding: 7% 0 2%;
}
.second-content img{
    width: auto;
    max-width: 100%
}
.second-content > div > div > div:last-child {
    padding-top: 40px;
}
.second-content > div > div  >  div:last-child img{
    width: 90%;
    max-width: 100%
}
a.btn-shop-now.shop-s {
    padding: 16px 60px;
    background: rgb(6,200,61);
background: linear-gradient(180deg, rgba(6,200,61,1) 0%, rgba(8,176,49,1) 47%, rgba(10,152,51,1) 100%);

}
section.footer-content {
    padding: 7% 0 12%;
}
.container-custom{
    max-width: 767px;
}

section.footer-content img {
    max-width: 100%;
    width: 56px;
}

 
.col-6.col-md-3.sp1 img {
    width: 30px;
}
.col-6.col-md-3.sp2 img {
    width: 38px;
} 
.col-6.col-md-3.sp3 img {
    width: 68px;
}
section.footer-content h3 {
    font-size: 15px;
    margin-top: 20px;
    font-family: Century_Gothic;
    font-weight: 600;
}
@media (max-width: 1199px){
    .main-content h1{ 
        font-size:45px;
    }
    .main-content p {
        font-size: 25px; 
    }
    .col-pad{
        padding-left:0%;
    }
}
@media (max-width: 991px){
    .main-content img {
            width: 55%;
        max-width: 100%;
    }
    .main-content h1{ 
        font-size:30px;
    }
    .main-content p {
        font-size: 18px; 
    }
    a.btn-shop-now { 
        padding: 10px 50px; 
    }
    .second-content > div > div > div:last-child {
        padding-top: 25px;
    }
}
@media (max-width: 767px){ 
    .show-l{
        display: none;
    }
    .show-m{
        display: block;
    } 
    .main-content img {
        width: 90%;
        max-width: 100%;
    }
    .main-content h1{ 
        font-size:27px;
        margin-top:20px;
    }
    .main-content p {
        font-size: 18px; 
    }
    a.btn-shop-now { 
        padding: 10px 50px; 
    }
    a.btn-shop-now.shop-s {
        padding: 16px 60px; 
        top: 28px;
        position: relative;
    }
    .second-content {
        padding: 7% 0 7%;
    }
    .container-custom {
        max-width: 540px;
    }
    a.btn-shop-now.shop-s{
        display: none;
    }
    section.footer-content > div > div > div {
        margin: 30px 0 10px;
    }
}

@media (max-width: 640px){
     
    .main-content h1 { 
        margin-top: 40px;
    }
    .main-content h1{ 
        font-size:24px; 
    }
    .main-content p {
        font-size: 16px; 
    }
    a.btn-shop-now { 
        padding: 10px 50px; 
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-custom {
        max-width: 100%;
    }
    .second-content {
        padding: 7% 0 0;
    }
}
@media (max-width: 500px){
    .main-content img {
        width: 75%; 
    }
    a.btn-shop-now {
        padding: 10px 30px;
    }
    .main-content h1{ 
        font-size:22px; 
        margin-top: 20px;
    }
    .main-content p {
        font-size: 16px; 
    }
}
@media (max-width: 491px){
    .main-content img {
        width: 75%; 
    }
    a.btn-shop-now {
        padding: 10px 30px;
    }
    .main-content h1{ 
        font-size:22px; 
        margin-top: 10px;
    }
    .main-content p {
        font-size: 16px; 
    }
    .main-content { 
        padding: 6% 0;
    }
}
@media (max-width: 400px){
    .main-content img {
        width: 100%; 
    }
    .main-content h1{ 
        font-size:20px; 
        margin-top: 10px;
    }
    .main-content p {
        font-size: 15px; 
    }
    a.btn-shop-now { 
        font-size: 16px; 
    }
}
@media (max-width: 360px){
    .main-content img {
        width: 100%; 
    }
    a.btn-shop-now {
        padding: 10px 30px;
    }
    .main-content h1{ 
        font-size:18px; 
        margin-top: 10px;
    }
    .main-content p {
        font-size: 14px; 
    }
    section.footer-content h3 {
        font-size: 13px; 
    }
    .second-content {
        padding: 7% 0 0%;
    }
    section.footer-content {
        padding: 7% 0 20%;
    }
}