/* Theme Name: 
   Author: 
   Version: 1.0.0
   Created: 
   File Description:Main CSS file of the template
*/

body {
    background-color: #ffffff;
    color: #505458;
    font-family: 'Be Vietnam Pro', sans-serif;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 15px;
}

.fw-semibold{
    font-weight: 600 !important;
}

.fs-12{
	font-size: 12px;
}

.fs-13{
	font-size: 13px;
}

.fs-14{
	font-size: 14px;
}

.fs-15{
	font-size: 15px;
}

.fs-16{
	font-size: 16px;
}
.fs-17{
    font-size: 17px;
}

.fs-18{
	font-size: 18px;
}

.fs-20{
	font-size: 20px;
}

.fs-24{
	font-size: 24px;
}

.fs-26{
    font-size: 26px;
}


.bg-soft-light{
	background-color: #fdfdfd;
}

.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #0d213a!important;
}

.bg-white {
    background-color: #ffffff!important;
}

.text-custom{
    color: #6f6af8 !important;
}

.text-primary{
    color: #30b296 !important;
}

.text-secondary{
    color: #e2e2f1 !important;
}

.text-success{
    color: #1ecab8 !important;
}

.text-danger{
    color: #f93b7a !important;
}

.text-info{
    color: #00bcd4 !important;
}

.text-warning{
    color: #fbb624 !important;
}

.text-dark{
    color: #0d213a !important;
}

.text-muted{
	color: #95aac9 !important;
}

.text-dark-alt{
	color: #5d5b6f !important;
}


.btn {
    padding: 8px 20px;
    border: 1px solid;
    font-size: 13px;
    transition: all 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none !important;
}

.btn-sm {
    padding: 6px 14px;
    font-size: 12px;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom {
    color: #ffffff;
    background-color: #30b296;
    border: none;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus{
    outline: none;
    background-color: #2f9b84;
    text-decoration: none;
    color: #ffffff;
}



.btn-custom-white {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-bottom: 3px solid #e0e0e0;
}

.btn-custom-primary {
    background-color: #009688;
    border: 1px solid #046b61;
    border-bottom: 3px solid #046b61;
    color: #e6e6f1;
}

.btn-custom-primary:hover {
    background-color: #038377;
    border: 1px solid #027368;
    border-bottom: 3px solid #027368;
    color: #fff;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus {
    outline: none;
    background-color: #ededed;
    border-color: #ededed;
    border-bottom-color: #d9d9d9;
    color: #5d5b6f;
    text-decoration: none;
}

.card{
    border: none;
    border-radius: 1.25rem;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.section-title{
	font-weight: 600;
	color: #0d213a;
}

.section-sm-title{
    border-bottom: 3px solid #30b296;
}

.border-radius-10{
    border-radius: 10px;
}
/**********************
	Navbar
***********************/
.navbar{
  padding: 8px;
}
.navbar-nav .nav-item{
  margin: 0 8px;
}
.bg-navbar{
    background-color: #171631;
}
.navbar-nav .nav-item .nav-link{
	color: #aeb3c7 !important;
	font-weight: 600;
  font-size: 14px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
}
.shape > svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.bg-home{
  background-image: url('../images/candle.png');
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #083d38;

}
.home-text{
	padding: 100px 0
}
.mark-text{
  background-color: #e4d25052;
}
.home-text h5{
  background-color: #ffa200;
  padding: 2px 8px;
  display: inline-block;
  font-size: 12px;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0.25px #ffa200;
  border: 2px solid #fff;
}

.home-text h1{
	color: #ffffff;
  font-weight: 700;
  margin:10px 0 20px;
  font-size: 46px;
  line-height: 60px;
}
.home-text p {
	font-size: 17px;
	color: #aaafbf;
	font-weight: 400;
	margin-bottom: 30px;
}

.lang_logo img{
    background-color: #ffffff;
}
.banner{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 100px;
	border:5px double #dee6f1;
	box-shadow: 0px 0px 0px 0.25px #dee6f1;
}
.shadow-inset{
  box-shadow: 0px 0px 1px 5.25px #f6f8fb;
}


.banner img{
	height: 46px;
}

.demo-box {
    padding: 20px 0 30px 0;
    text-align: center;
    position: relative;
}
.demo-box a {
    border: 8px solid #ffffff;
    display: block;
    transition: all 400ms ease-in-out;
    box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
    border-radius: 10px;
}

.demo-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    border-radius: 10px;
}
.demo-box h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 24px;
    font-size: 16px;
}
.features-content img {
    display: inline-block;
    font-size: 26px;
    width: 70px;
    height: 70px;
    border-radius: 5%;
    line-height: 70px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 0px 1.25px #6f6af829;
    background-color: #6f6af829;  
}

.features-content i.one{
    color: #6f6af8;
}
.features-content i.two{
    color: #6f6af8;
}
.features-content i.three{
    color: #6f6af8;
}

.features-content h5{
	font-weight: 600;
    font-size: 16px;
}

/*CTA*/

.bg-cta{
  background-color: #070629;
}

/*Ribbon*/

.ribbon {
  position: absolute;
  right: -5px; top: 16px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #ff5da0;
  background: linear-gradient(#ff5da0 0%, #ff5da0 100%);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ff5da0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5da0;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ff5da0;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5da0;
}



.sticky{
 position: sticky;
 top: 80px;
}




.tag-circle{
    width: 130px;
    height: 130px;
    display: flex;
    border-radius: 50%;
    background-color: #ffc728;
    border: 5px solid white;
}



/*display: inline-block;
    vertical-align: middle;
    background: linear-gradient(180deg, #C4CCD5 25%, #FFFFFF 113.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0,0,0,0);*/

    .pixelcompare-container img{
        border-radius: 10px;
    }