/* Saasdesk By ThemeEaster */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Features Section
    5.0 Pricing Section
    6.0 Testimonial Section
    7.0 CTA Section
    8.0 Widget Section
    9.0 Footer Section
    10.0 Scroll To Top
    
    ==========================================================================
    Saasdesk
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #000000;
}
h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 66px;
    margin: 0 0 10px;
    letter-spacing: -1px;
    text-transform: capitalize;
}
h2{
    font-size: 52px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.01em;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 17px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #eef3f9;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #000000;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #644cfc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    background-color: #644cfc;
    color: #fff;
    font-size: 15px;
    font-family: "Inter",sans-serif;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.5px;
    padding: 0 30px;
}
.default-btn:hover{
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    color: #fff;
}
.section-heading span{
    font-family: "Inter",sans-serif;
    color: #ff4c4c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    display: block;
}
.section-heading p{
    margin-bottom: 20px;
}
.section-heading h2{}
.shape{
    background-image: url(../img/shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dots{
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.site-logo{
    width: 150px;
}
.navbar-fixed-top.header-section{
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    box-shadow: 0 2px 5px rgba(16,16,16,.07);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}
.header-btn {
    display: flex;
    align-items: center;
}
.navbar-fixed-top ul.nav > li > a{
    color: #555555;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #644cfc;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-brand{
    padding-top: 0;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #555555;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
    z-index: 1;
}
.navbar-fixed-top ul.nav > li > a{ line-height: 70px; }
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #644cfc;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/* Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
}
.slicknav_nav { background-color: #fff; }
.slicknav_btn {
    background-color: transparent;
    margin: -44px 0 0;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #000000;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-content{}
.hero-content h3{
    color: #ff4c4c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.hero-content h1{ margin-bottom: 20px; }
.hero-content p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
.bubble-effect .bubble {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.bubble-effect .bubble.b-1, .bubble-effect .bubble.b-4 {
    width: 10px;
    height: 10px;
}
.bubble-effect .bubble.b-2, .bubble-effect .bubble.b-5 {
    width: 30px;
    height: 30px;
}
.bubble-effect .bubble.b-3, .bubble-effect .bubble.b-6 {
    width: 14px;
    height: 14px;
}
.bubble-effect .bubble.b-1{
    background: #00c99c;
    top: 40%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}
.bubble-effect .bubble.b-2{
    background: #fca249;
    top: 15%;
    left: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}

.bubble-effect .bubble.b-3{
    background: #7d95fa;
    top: 80%;
    left: 350px;
    -webkit-animation: spin1 1s infinite alternate;
    animation: spin1 1s infinite alternate;
}

.bubble-effect .bubble.b-4{
    background: #d27dfa;
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}

.bubble-effect .bubble.b-5 {
    background: #ff9398;
    top: 50%;
    right: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate;
}

.bubble-effect .bubble.b-6 {
    background: #f1d53b;
    top: 85%;
    right: 55px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}

/* Keyframe Animation
======================*/
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

/* ==========================================================================
   Features Section
   ========================================================================== */
.features-section{
    position: relative;
    overflow: hidden;
}
.features-section .section-heading{}
.features-section .section-heading h2{
    margin-bottom: 25px;
}
.features-section .section-heading p{
    margin-bottom: 30px;
}
.features-item{
    background-color: #fff;
    padding: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
.features-item.offset-top{
    transform: translateY(30px);
}
.features-item i{
    font-size: 40px;
    font-weight: bold;
    color: #644cfc;
    margin-bottom: 20px;
}
.content-info{}
.content-info h2{
    margin-bottom: 25px;
}
.content-info p{
    margin-bottom: 30px;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-section{
    position: relative;
    overflow: hidden;
}
.pricing-box{
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    border-top: 5px solid #644cfc;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(60, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(60, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
.pricing-head{
    border-bottom: 1px solid #ddd;
    padding: 30px;
}
.pricing-box.mid-pricing .pricing-head{
    background-color: #644cfc;
}
.pricing-box.mid-pricing .pricing-head h3,
.pricing-box.mid-pricing .pricing-head h2{
    color: #fff;
}
.pricing-head h2{
    font-size: 42px;
}
.pricing-head h2 span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.pricing-list{
    padding: 30px;
}
.pricing-list li{
    line-height: 30px;
}
.pricing-footer{
    padding-bottom: 40px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section{
    background-image: url(../img/satellite-map.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonial-wrap{}
.testi-content{
    background-color: #eef3f9;
    padding: 40px;
}
.testi-content p{
    font-size: 20px;
    line-height: 32px;
}
.testi-item h3{}
.author-info{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.author-info img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.author-info h3{
    line-height: 1;
}
.author-info span{
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    color: #555555;
    margin-top: 10px;
}

.testimonial-carousel .slick-list{
    margin: 0 -15px;
}
.testimonial-carousel .slick-slide{
    margin: 0 15px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section{}
.cta-wrap{
    background-color: #644cfc;
    padding: 50px 30px;
    border-radius: 5px;
    position: relative;
}
.cta-overlay-img{
    background-image: url(../img/cta-overlay.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cta-content{}
.cta-content h2{
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    text-transform: capitalize;
    margin: 0
}
.cta-content .default-btn{
    background-color: #fff;
    line-height: 50px;
    color: #644cfc;
    margin-left: 10px;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section{
    position: relative;
    overflow: hidden;
}
.widget-content{}
.widget-content .brand{
    margin-bottom: 20px;
    display: block;
}
.widget-content p{
    margin-bottom: 20px;
}
.widget-social{}
.widget-social li{
    display: inline-block;
}
.widget-social li a{
    color: #644cfc;
    display: inline-block;
    margin-right: 10px;
}
.widget-social li a:hover{
    opacity: 0.8;
}
.widget-links{}
.widget-links h3{
    font-size: 18px;
}
.widget-links li{
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
.widget-links li a{
    color: #555555;
}
.widget-links li a:hover{
    color: #644cfc;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #fff;
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.footer-section p{
    font-size: 15px;
    color: #555555;
    margin: 0;
}  

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #644cfc;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #644cfc;
    color: #fff;
    opacity: 0.8;
}
