/*------------------------------------------------------------------
[Master Stylesheet]

Project: Hostiko Landing Page
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Counter Section
5. Stunning Demo's Section
6. Value Added Features Section
7. Header Variation Section
8. Footer Variation Section
9. WHMCS Integration Section
10. WHMCS Templates Section
11. How It Works Section
12. Customer Testimonial Section
13. What We Offer Section 
*/

@font-face {
    font-family: "GTWalsheimPro-Light";
    src: url('../font/GTWalsheimPro-Light.ttf') format("truetype");
}
@font-face {
    font-family: "GTWalsheimPro-Regular";
    src: url('../font/GTWalsheimPro-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "GTWalsheimPro-Medium";
    src: url('../font/GTWalsheimPro-Medium.ttf') format("truetype");
}
@font-face {
    font-family: "GTWalsheimPro-Bold";
    src: url('../font/GTWalsheimPro-Bold.ttf') format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

body {
    font-family: 'GTWalsheimPro', sans-serif;
}
:root {
    --e-global-color-primary: #1f2224;
    --e-global-color-secondary: #ffffff;
    --e-global-color-text: #5c5c5c;
    --e-global-color-accent: #9916e0;
	--e-global-color-white: #ffffff;
    --e-global-color-mostly-black: #141617;
    --e-global-color-strong-voilet: #440eb8;
    --e-global-color-vivid-voilet: #9f17e3;
    --e-global-color-grayish-blue: #b3b7ce;
    --e-global-color-bright-orange: #f8b62e;
    --e-global-color-bright-yellow: #fcd22b;
    --e-global-color-bright-vivid-voilet: #9d17e2;
    --e-global-color-blue: #0048fd;
}

h1{
    font-family: "GTWalsheimPro-Bold";
    font-size: 66px;
    line-height: 74px;
    font-weight: 700;
}
h2{
    font-family: "GTWalsheimPro-Medium";
    font-size: 45px;
    line-height: 48px;
    font-weight: 500;
}
h3{
    font-family: "GTWalsheimPro-Medium";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
h4{
    font-family: "GTWalsheimPro-Bold";
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
h5{
    font-family: "GTWalsheimPro-Medium";
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
}
h6{
    font-family: "GTWalsheimPro-Medium";
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
p{
    font-family: "GTWalsheimPro-Light";
    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
}

/* Home Page Style */

/* Home Page Top Portion Section Style */

.banner-section-outer{
    background-image: url(../images/banner_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 840px;
    overflow: hidden;
}
.banner-section-outer .top_portion{
    background-image: url('../images/banner_top_portion.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top_portion p{
    font-family: "GTWalsheimPro-Regular";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    text-align: center;
    padding: 12px 0 0;
}
.banner-content-con h1,
.banner-content-con span,
.banner-content-con p,
.banner-btns a{
    color: var(--e-global-color-secondary);
}
.banner-inner-con {
    display: grid;
    gap: 40px;
    grid-template-columns: 39% 58%;
    align-items: center;
}
.banner-content-con h1{
    font-size: 60px;
    line-height: 77px;
}
.banner-content-con span{
    font-size: 100px;
    line-height: 72px;
}
.banner-btns {
    display: flex;
    gap: 20px;
}
.banner-btns a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--e-global-color-mostly-black);
    padding: 19px 36px 18px;
    border-radius: 6px;
    text-decoration: none;
    background: var(--e-global-color-secondary);
    box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 5%);
    display: inline-block;
    transition: .3s ease-in-out;
}
.banner-btns a.whmcs-btn{
    background: transparent; 
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}
.banner-btns a.whmcs-btn:hover{
    transform: translateY(-5px);
    color: var(--e-global-color-mostly-black);
    background: var(--e-global-color-secondary);
}
.banner-btns a.demo-btn:hover{
    transform: translateY(-5px);
    border-color: transparent;
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
}
.banner-content-con p{
    margin-bottom: 34px;
}
.banner-main-con {
    padding: 130px 0;
}
/* Home Page Header Section Style */
.navbar-collapse {
    justify-content: space-between;
}
.navbar-collapse ul{
    text-align: center;
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a{
    font-family: "GTWalsheimPro-Regular";
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1px;
    position: relative;
}
.navbar-nav .nav-item a:after{
    content: "";
    background: transparent;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s ease-in-out;
}
.navbar-nav .nav-item a:hover:after{
    background: var(--e-global-color-secondary);
    width: 100%;
}
.navbar-nav .active > a:hover::after{
    display: none;
}
.navbar-nav .active > a{
    color: var(--e-global-color-bright-orange) !important;
}
.navbar-nav .nav-item .support_btn{
    font-family: "GTWalsheimPro-Medium";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 18px 25px !important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    background-color: var(--e-global-color-secondary);
    margin-left: 5px;
}
.navbar-nav .nav-item .support_btn i{
    padding-right: 8px;
}
.navbar-nav .nav-item .support_btn:hover{
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
    color: var(--e-global-color-secondary) !important;
}
.navbar-nav .active > .support_btn{
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
    color: var(--e-global-color-secondary) !important;
}
.navbar-collapse .purchase_btn{
    font-family: "GTWalsheimPro-Medium";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 18px 25px !important;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-mostly-black) !important;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
}
.navbar-collapse .purchase_btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
}
.navbar-nav .active > .purchase_btn{
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
    color: var(--e-global-color-secondary) !important;
}
.nav-link{
    padding: 0;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar {
    padding: 28px 0;
}
.navbar-nav li {
    margin: 0px 20px 0 20px;
}
.navbar-expand-lg .navbar-nav {
    margin-left: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: -2px;
}

/* Home Page Banner Section Style */

.banner-section-outer .banner-section{
    padding: 75px 0 15px;
    position: relative;
    overflow: hidden;
}
.banner-section-outer .banner-section .banner-section-content{
    text-align: center;
}
.banner-section-outer .banner-section .banner-section-content .banner_wrapper {
    padding: 0 205px;
}
.banner-section-outer .banner-section .banner-section-content h1{
    color: var(--e-global-color-primary);
    margin-bottom: 14px;
}
.banner-section-outer .banner-section .banner-section-content h1 span{
    background: linear-gradient(var(--e-global-color-strong-voilet), var(--e-global-color-vivid-voilet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-section-outer .banner-section .banner-section-content p{
    font-family: "GTWalsheimPro-Regular";
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    color: var(--e-global-color-mostly-black);
    margin-bottom: 24px;
}
.banner-section-outer .banner-section .banner-section-content p span{
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.banner-section-outer .banner-section .banner-section-content p .plus_sign{
    margin-left: -5px;
}
.banner-section-outer .banner-section .btn_wrapper{
    margin-bottom: 70px;
}
.banner-section-outer .banner-section .btn_wrapper .view_demo_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 22px 45px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-image: linear-gradient(-90deg, var(--e-global-color-strong-voilet) 0%, var(--e-global-color-vivid-voilet) 100%);
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.banner-section-outer .banner-section .btn_wrapper .view_demo_btn:hover{
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
    transform: translateY(-10px);
}
.banner-section-outer .banner-section .btn_wrapper .view_demo_btn:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.banner-section-outer .banner-section .btn_wrapper .view_demo_btn:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
	transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.banner-section-outer .banner-section .btn_wrapper .whmcs_template_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 22px 32px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    background-color: var(--e-global-color-secondary);
    position: relative;
    overflow: hidden;
}
.banner-section-outer .banner-section .btn_wrapper .whmcs_template_btn:hover{
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
    color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}
.banner-section-outer .banner-section .btn_wrapper .whmcs_template_btn:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}
.banner-section-outer .banner-section .btn_wrapper .whmcs_template_btn:before {
    top: 0;
    right: 0;
    left: auto;
    content: "";
    z-index: -1;
    width: 0%;
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-image: linear-gradient(-90deg, var(--e-global-color-vivid-voilet) 0%, var(--e-global-color-strong-voilet) 100%);
}
.banner-section-outer .banner-section .banner-section-content .banner_image{
    margin-left: -35px;
}
.banner-section-outer .banner-section .banner_top_left_image{
    position: absolute;
    left: -155px;
    top: 100px;
}
.banner-section-outer .banner-section .banner_bottom_left_image {
    position: absolute;
    left: 45px;
    bottom: 140px;
}
.banner-section-outer .banner-section .banner_top_right_image{
    position: absolute;
    right: -120px;
    top: 30px;
}
.banner-section-outer .banner-section .banner_bottom_right_image {
    position: absolute;
    right: 2px;
    bottom: 125px;
}

/* Home Page Counter Bar Section Style */

.counter_bar_section {
    padding-top: 100px;
    padding-bottom: 55px;
}
.counter_bar_section .counter_bar_wrapper{
    display: flex;
    background: var(--e-global-color-secondary);
    padding:  28px 30px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 8%);
}
.counter_bar_section .box_wrapper {
    align-items: center;
    width: 25%;
    margin-right: 20px;
    display: flex;
}
.counter_bar_section .counter_side:hover{
    transform: translateY(-10px);
}
.counter_bar_section .box_wrapper h4{
    width: 66%;
    letter-spacing: -0.8px;
}
.counter_bar_section .box_wrapper:last-child h4{
    padding-right: 15px;
}
.counter_bar_section .box_wrapper .counter_side{
    width: 90px;
    height: 90px;
    line-height: 105px;
    border-radius: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 16px;
    display: inline-block;
    float: left;
}
.counter_bar_section .box_wrapper .first{
    background-image: linear-gradient(-90deg, #790018 0%, #d50032 100%);
}
.counter_bar_section .box_wrapper .second{
    background-image: linear-gradient(-90deg, #fa4b1c 0%, #f69922 100%);
}
.counter_bar_section .box_wrapper .third{
    background-image: linear-gradient(-90deg, #995b8e 0%, #59194d 100%);
}
.counter_bar_section .box_wrapper .forth{
    background-image: linear-gradient(-90deg, #4998f1 0%, #1769c6 100%);
}
.counter_bar_section .box_wrapper .counter_side span{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 32px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
}
.counter_bar_section .box_wrapper .counter_side sup{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    margin-left: -5px;
}

/* Home Page Stunning Demos Section Style */

.stunning_demo_section {
    padding: 50px 0 145px;
}
.stunning_demo-content{
    text-align: center;
}
.stunning_demo_section .stunning_demo-content .number_wrapper span{
    font-family: "GTWalsheimPro-Bold";
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    background: var(--e-global-color-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stunning_demo_section .stunning_demo-content .number_wrapper sup{
    font-family: "GTWalsheimPro-Bold";
    font-size: 115px;
    line-height: 150px;
    font-weight: 700;
    background: var(--e-global-color-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stunning_demo-content h2 {
    color: var(--e-global-color-primary);
    padding: 0 350px;
    margin-bottom: 16px;
}
.stunning_demo-content p{
    color: var(--e-global-color-text);
    margin-bottom: 40px;
}
.stunning_demo_box_wrapper{
    text-align: center;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
}
.stunning_demo_box_content{
    position: relative;
    overflow: hidden;
}
.stunning_demo_box_content figure{
    margin-bottom: 0;
}
.stunning_demo_box_wrapper h3{
    color: var(--e-global-color-primary);
    margin-bottom: 0;
    text-align: center;
}
.stunning_demo_box_wrapper:hover{
    transform: translateY(-10px);
}
.stunning_demo_section .nav-tabs {
    border-bottom: 0px solid var(--e-global-color-secondary);
    padding: 28px 20px 10px;
    box-shadow: 0px 0px 73px 0px #e0ecf0;
    display: inline-block;
    margin: 0 380px 50px;
    border-radius: 10px;
}
.stunning_demo_section .nav-tabs li {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.stunning_demo_section .nav-tabs li:last-child {
    margin-right: 0;
}
.stunning_demo_section .tabs-box .nav-tabs li a {
    font-family: "GTWalsheimPro-Medium";
    display: inline-block;
    color: var(--e-global-color-primary);
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 40px;
    font-weight: 500;
    border-right: 1px solid #ccc;
    transition: 0.3s all ease-in-out;
    border-radius: 0;
    position: relative;
}
.stunning_demo_section .tabs-box .nav-tabs li .notify-bubble {
    font-family: "GTWalsheimPro-Medium";
    font-weight: 500;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-color: var(--e-global-color-blue);
    color: var(--e-global-color-secondary);
    line-height: 30px;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
    display: none;
    z-index: 1;
}
.stunning_demo_section .tabs-box .nav-tabs li sup{
    top: -60px;
    z-index: 1;
    left: 20px;
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-white);
    margin-left: 2px;
}
.stunning_demo_section .tabs-box .btn_wrapper{
    margin-top: 20px;
    text-align: center;
    margin-left: 25px;
}
.stunning_demo_section .tabs-box .btn_wrapper .loadmore_btn{
    font-family: "GTWalsheimPro-Medium";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 22px 52px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-color: var(--e-global-color-blue);
    position: relative;
    overflow: hidden;
}
.stunning_demo_section .tabs-box .btn_wrapper .loadmore_btn:hover{
    transform: translateY(-5px);
    color: var(--e-global-color-mostly-black);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
}
.stunning_demo_section .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-blue);
}
.stunning_demo_section .tabs-box .nav-tabs li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}
.stunning_demo_section .tabs-box .nav-tabs li a:before {
    top: 0;
    right: 0;
    left: auto;
    content: "";
    z-index: -1;
    width: 0%;
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.stunning_demo_section .tabs-box .nav-tabs li:last-child a{
    border-right: 0;
}
.stunning_demo_section .tabs-box .nav-tabs li .active{
    background: var(--e-global-color-blue);
    color: var(--e-global-color-secondary);
    border-radius: 8px;
}
.stunning_demo_section .tabs-box .nav-tabs li .active:hover{
    color: var(--e-global-color-secondary);
}
.stunning_demo_section .tabs-box .nav-tabs li .active .notify-bubble{
    background: #ffffff;
    color: var(--e-global-color-blue);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.stunning_demo_section .nav-tabs li a {
    font-weight: 500;
}
.all{
    display: none;
}
.featured{
    display: none;
}
.upcoming{
    display: none;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}
.stunning_demo_box_content:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}
.bottom-overlay {
    top: 100%;
}
.stunning_demo_box_content:hover .bottom-overlay {
    top: 0;
}
.box_hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.box_hover_effect a{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_hover_effect a figure img{
    width: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%)
}
.stunning_demo_box_wrapper .box{
    border-radius: 10px;
    box-shadow: 0px 0px 94px 0px #e0ecf0;
    width: 100%;
    margin-bottom: 25px;
    border: 10px solid var(--e-global-color-secondary);
}
.upcoming_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}
.stunning_demo_box_content .upcoming_overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}
.upcoming_bottom-overlay {
    top: 100%;
}
.stunning_demo_box_content .upcoming_bottom-overlay {
    top: 0;
}
.box_hover_effect h4{
    color: var(--e-global-color-secondary);
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.box_hover_effect h2{
    color: var(--e-global-color-bright-orange);
    margin-bottom: 0;
}

/* Home Page Value Added Feature Section Style */

.value_feature_section{
    background: #000e32;
    padding: 135px 0 130px;
    position: relative;
}
.value_feature-content{
    text-align: center;
}
.value_feature-content h2{
    color: var(--e-global-color-secondary);
}
.value_feature-content p{
    color: var(--e-global-color-grayish-blue);
    margin-bottom: 52px;
}
.value_feature_wrapper{
    position: relative;
    z-index: 1;
    padding: 0 55px;
}
.value_feature_box_wrapper{
    transition: all 0.3s ease-in-out;
}
.value_feature_box_content{
    background: var(--e-global-color-blue);
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 25px;
}
.value_feature_box_content figure{
    margin-bottom: 0;
}
.value_feature_box_wrapper h5{
    color: var(--e-global-color-secondary);
    margin-bottom: 0;
    text-align: center;
}
.value_feature_section .value_feature_left_shape{
    position: absolute;
    left: 0;
    top: 0;
}
.left_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.value_feature_section .value_feature_right_shape{
    position: absolute;
    right: 0;
    top: 0;
}
.right_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.value_feature_box_wrapper:hover{
    transform: translateY(-10px);
}
.value_feature_box_wrapper:hover .value_feature_box_content{
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
}
.value_feature_box_wrapper:hover .value_feature_box_content figure img{
    filter: brightness(0) saturate(100%)
}
/* Home Page Header Variation Section Style */

.header_variation_section{
    padding: 175px 0 130px;
}
.header_variation-content h2{
    color: var(--e-global-color-primary);
    margin-bottom: 18px;
}
.header_variation-content p{
    color: var(--e-global-color-text);
    margin-bottom: 30px;
}
.header_variation-content .btn_wrapper .view_demo_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 22px 44px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background: var(--e-global-color-blue);
    position: relative;
    overflow: hidden;
}
.header_variation-content .btn_wrapper .view_demo_btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
    color: var(--e-global-color-mostly-black);
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
}
.header_variation_images{
    background-image: url('../images/header_variation_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 125px;
    margin-top: -10px;
}
.header_variation_images figure {
    box-shadow: 1px 1px 1600px rgb(0 0 0 / 10%);
}
.header_variation_images .header_variation_image_one{
    margin-bottom: 30px;
}
.header_variation_images .header_variation_image_two{
    padding-left: 55px;
    margin-bottom: 30px;
}
.header_variation_images .header_variation_image_three{
    padding-left: 22px;
    margin-bottom: 18px;
}
.header_variation_images .header_variation_image_four{
    padding-left: 68px;
    margin-bottom: 30px;
}
.header_variation_images .header_variation_image_five{
    padding-left: 25px;
}

/* Home Page Footer Variation Section Style */

.footer_variation_section{
    padding: 55px 0 245px;
}
.footer_variation_images{
    background-image: url('../images/footer_variation_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer_variation-content{
    padding-left: 36px;
    padding-right: 178px;
}
.footer_variation-content h2{
    color: var(--e-global-color-primary);
    margin-bottom: 12px;
}
.footer_variation-content p {
    color: var(--e-global-color-text);
    margin-bottom: 42px;
}
.footer_variation-content .btn_wrapper .view_demo_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 22px 44px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background: var(--e-global-color-blue);
    position: relative;
    overflow: hidden;
}
.footer_variation-content .btn_wrapper .view_demo_btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
    color: var(--e-global-color-mostly-black);
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
}
.footer_variation_images .image_row_one{
    margin-bottom: 25px;
}
.footer_variation_images .footer_variation_image_one{
    display: inline-block;
    padding-right: 30px;
    padding-left: 70px;
    margin-bottom: 0;
}
.footer_variation_images .footer_variation_image_two{
    display: inline-block;
    margin-bottom: 0;
}
.footer_variation_images .footer_variation_image_three {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
}
.footer_variation_images .footer_variation_image_four{
    display: inline-block;
    margin-bottom: 0;
}
.footer_variation_images .footer_variation_image_five{
    padding-left: 60px;
    margin-bottom: 0;
}
.footer_variation_images .image_row_two{
    margin-bottom: 25px;
}

/* Home Page Integration Section Style */

.integration_section{
    background: var(--e-global-color-blue);
    padding: 195px 0 235px;
    position: relative;
}
.integration_section .integration_content_wrapper {
    position: relative;
}
.integration-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.integration-content h2{
    font-family: "GTWalsheimPro-Bold";
    font-size: 66px;
    line-height: 72px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    margin-bottom: 10px;
}
.integration-content p{
    color: var(--e-global-color-secondary);
    margin-bottom: 30px;
    padding: 0 385px;
}
.integration-content .btn_wrapper .purchase_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 22px 52px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-mostly-black);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-color: var(--e-global-color-secondary);
    position: relative;
    overflow: hidden;
}
.integration-content .btn_wrapper .purchase_btn:hover{
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
    transform: translateY(-5px);
}
.integration_section .integration_top_left_image {
    position: absolute;
    left: 270px;
    top: -105px;
}
.integration_section .integration_top_right_image {
    position: absolute;
    right: 320px;
    top: -60px;
    z-index: 1;
}
.integration_section .integration_bottom_center_image {
    position: absolute;
    left: 740px;
    bottom: -80px;
}
.integration_section .integration_bottom_left_image {
    position: absolute;
    left: -125px;
    bottom: -155px;
    z-index: 1;
}
.integration_section .integration_bottom_right_image {
    position: absolute;
    right: -126px;
    bottom: -160px;
    z-index: 1;
}
.integration_section .integration_left_image {
    position: absolute;
    left: 0;
    bottom: 245px;
    z-index: 1;
}
.integration_section .integration_right_image {
    position: absolute;
    right: 0;
    top: 92px;
    z-index: 1;
}
.integration_section .integration_left_shape{
    position: absolute;
    left: 0;
    bottom: 0;
}
.integration_section .integration_right_shape{
    position: absolute;
    right: 0;
    top: 0;
}

/* Home Page Potential Section Style */

.potential_section {
    padding: 228px 80px 0;
}
.potential-content {
    text-align: center;
}
.potential-content h2 {
    padding: 0 460px;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}
.potential-content p{
    margin-bottom: 72px;
    padding: 0 250px;
    color: var(--e-global-color-text);
    line-height: 30px;
}
.potential_box_wrapper{
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.potential_box_content{
    position: relative;
    overflow: hidden;
}
.potential_box_content figure{
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #e0ecf0;
}
.potential_box_content figure img{
    width: 100%;
    border-radius: 10px;
}
.potential_box_wrapper:hover{
    transform: translateY(-10px);
}
.potential_box_content:hover .overlay {
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.potential_box_content:hover .bottom-overlay {
    top: 0;
}

/* Home Page Template Section Style */

.template_section {
    padding: 148px 80px 130px;
}
.template-content {
    text-align: center;
    padding: 0 460px;
}
.template-content h2 {
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}
.template-content p{
    color: var(--e-global-color-text);
    line-height: 30px;
}
.template-content .paragraph{
    margin-bottom: 20px;
}
.template-content .template_bold_p{
    font-family: "GTWalsheimPro-Bold";
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-blue);
    margin-bottom: 12px;
}
.template-content .span_wrapper {
    font-family: "GTWalsheimPro-Light";
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: var(--e-global-color-text);
    padding: 14px 30px;
    border-radius: 8px;
    background-image: var(--e-global-color-secondary);
    display: inline-block;
    margin-bottom: 52px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
}
.template-content .colour{
    font-family: "GTWalsheimPro-Medium";
    font-weight: 500;
    color: var(--e-global-color-primary);
}
.template-content .pass_col{
    padding-left: 10px;
}
.template_box_wrapper{
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.template_box_content{
    position: relative;
    overflow: hidden;
}
.template_box_content figure{
    margin-bottom: 0;
}
.template_box_wrapper h6{
    color: var(--e-global-color-primary);
    margin-bottom: 0;
    text-align: center;
}
.template_box_wrapper:hover{
    transform: translateY(-10px);
}
.template_box_content:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}
.template_box_content:hover .bottom-overlay {
    top: 0;
}
.template_box_wrapper .box{
    margin-bottom: 22px;
    border-radius: 10px;
    box-shadow: 0px 0px 94px 0px #e0ecf0;
    width: 100%;
    border: 10px solid var(--e-global-color-secondary);
}

/* Home Page How It Works Section Style */

.work_section {
    background-image: url(../images/how_it_works_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 100px;
}
.work-content{
    text-align: center;
}
.work-content span {
    font-family: "GTWalsheimPro-Medium";
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    padding: 9px 16px;
    border-radius: 8px;
    background: var(--e-global-color-blue);
    display: inline-block;
    margin-bottom: 15px;
}
.work-content h2 {
    color: var(--e-global-color-primary);
    padding: 0 260px;
    margin-bottom: 18px;
}
.work-content p{
    color: var(--e-global-color-text);
    margin-bottom: 45px;
    padding: 0 146px;
}
.work_box_wrapper{
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.work_box_content{
    position: relative;
    overflow: hidden;
}
.work_box_content figure{
    margin-bottom: 0;
}
.work_box_wrapper h3{
    color: var(--e-global-color-primary);
    margin-bottom: 0;
    text-align: center;
}
.work_box_wrapper:hover{
    transform: translateY(-10px);
}
.work_box_content:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}
.work_box_content:hover .bottom-overlay {
    top: 0;
}
.work_box_wrapper .box{
    margin-bottom: 22px;
    border-radius: 10px;
    box-shadow: 0px 0px 94px 0px #e0ecf0;
    width: 100%;
    border: 10px solid var(--e-global-color-secondary);
}

/* Home Page Customer Section Style */

.customer_section {
    padding: 50px 0 115px;
}
.customer-content {
    text-align: center;
    padding: 0 285px;
}
.customer-content h2 {
    color: var(--e-global-color-primary);
    margin-bottom: 16px;
}
.customer-content p {
    color: var(--e-global-color-text);
    margin-bottom: 55px;
}
.customer_box_content {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 60px 42px 35px 33px;
    border-radius: 15px;
    border-bottom: 2px solid var(--e-global-color-blue);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 40px 0px #e0ecf0;
    position: relative;
}
.customer_box_content .quote_mark i {
    border-radius: 100%;
    background: var(--e-global-color-blue);
    color: var(--e-global-color-secondary);
    font-size: 32px;
    line-height: 68px;
    height: 68px;
    width: 68px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -35px;
    left: 32px;
}
.customer_box_content .paragraph {
    font-family: "GTWalsheimPro-Light";
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: var(--e-global-color-text);
    margin-bottom: 22px;
}
.customer_box_content .vps_room {
    font-family: "GTWalsheimPro-Medium";
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    margin-bottom: 8px;
}
.customer_box_content ul li{
    display: inline-block;
}
.customer_box_content ul li i{
    font-size: 12px;
    color: var(--e-global-color-bright-yellow);
}
.customer_section .owl-carousel .owl-nav{
    display: none !important;
}
.customer_section .carousel_wrapper{
    overflow: hidden;
    padding-top: 35px;
}
.customer_section .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.customer_section .owl-theme .owl-dots{
    margin-top: 42px;
}
.customer_section .owl-theme .owl-dot:focus{
    outline: none;
}
.customer_section .owl-theme .owl-dots .owl-dot span{
    font-size: 0;
    line-height: 10px;
    background-color: #cedce2 !important;
    height: 20px !important;
    width: 20px !important;
    display: block;
    border-radius: 100px;
}
.customer_section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-blue) !important;
}

/* Home Page What We Offer Section Style */

.we_offer_section{
    background: var(--e-global-color-blue);
    padding: 120px 0 135px;
    position: relative;
}
.we_offer-content{
    text-align: center;
    padding: 0 70px;
    position: relative;
    z-index: 1;
}
.we_offer-content h2{
    font-family: "GTWalsheimPro-Bold";
    font-size: 66px;
    line-height: 72px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    margin-bottom: 6px;
}
.we_offer-content p{
    color: var(--e-global-color-secondary);
    margin-bottom: 30px;
}
.we_offer-content .btn_wrapper .purchase_btn {
    font-family: "GTWalsheimPro-Medium";
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 22px 52px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-mostly-black);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-color: var(--e-global-color-secondary);
    position: relative;
    overflow: hidden;
}
.we_offer-content .btn_wrapper .purchase_btn:hover{
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%);
    background: linear-gradient(to bottom, rgba(252, 255, 0, 1) 0%, rgba(255, 72, 0, 1) 164%);
    transform: translateY(-5px);
}
.we_offer_section .we_offer_left_shape{
    position: absolute;
    left: 0;
    bottom: 0;
}
.we_offer_section .we_offer_right_shape{
    position: absolute;
    right: 0;
    bottom: 0;
}