.navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index:500;
    transition: ease-in-out 0.3s;
}

.navbar.sticky{
    background: var(--white);
    box-shadow: 0px 0px 20px rgb(48 63 100 / 20%);
}

.navbar.sticky .navbar-toggler span,
.navbar.sticky .nav_brand,
.navbar.sticky a{
    color: var(--font-color-dark);
}

a#buy-button.btn{
    color: var(--white);
}

.navbar-toggler{
    color: #677788;
    position: absolute;
    right: var(--size-20); 
    top: var(--size-10);
    outline: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler span{
    color: var(--font-color-dark);
    font-size: var(--size-20);
    cursor: pointer;
    pointer-events: none ;
}

[aria-controls="navbarDropdown"]{
    display: none;
}

.navbar .container{
    display: flex;
    align-items: center;
}

.nav__links{
    display: flex;
    align-items: center;
    list-style-type: none;
}

.nav__link a {
    color: var(--font-color-light);
    font-size: 1rem;
    font-family: "Hind", sans-serif;
    text-transform: capitalize;
    margin-right: var(--size-40);
    line-height: var(--size-20);
    text-decoration: none ;
}

.nav_brand{
    margin-right: auto;
    width: 100%;
    transition: ease-in-out 0.3s;
}

.logo_wrapper{
    max-width: 100px;  
    padding: 10px;
}

.header{
    margin-top: var(--size-40);
    display: flex;
    justify-content: center;
}


.content_container{
    padding: var(--size-100) var(--size-50);
    width: 50%;
    margin-right: auto;
}

.content_links{
    display: flex;
    align-items: center;
    padding: var(--size-20) 0;
}

.content_links a{
    margin-right: 20px;
}

.header_links a{
    margin-right: 16px;
}

div.bg_gradient{
    transform: skewY(-5deg) scaleY(1.2);
    display: flex;
    position: absolute;
    height: 25rem;
    width: 100%;
    z-index: -100; 
    overflow: hidden;
    left: 0;
    top: 0;
}

.gradient_1{
    width: 85%;
    background-repeat: no-repeat;
    transform-origin: left;
    background:linear-gradient(312.73deg, rgba(217, 217, 217, 0.44) 17.61%, rgba(217, 217, 217, 0) 55.85%);
}

.gradient_2{
    background-color: #E1E7EF;
    height: 100%;
    width: 25%;
    transform: skewX(-15deg) scaleX(1.7);
}

/*
ICON BUBBLES
*/

.icon_wrapper{
    position: absolute;
    padding: 4px 10px;
    box-shadow: 0 0 10px rgb(48 63 100 / 20%); 
    background-color: white; 
    border-radius: 50%;
}


.google_icon_wrapper{   
    width: var(--size-50);
    right: 40%;
    top: 10%;
}

.atl_icon_wrapper,
.asana_icon_wrapper,
.paypal_icon_wrapper,
.weave_icon_wrapper,
.calendar_icon_wrapper{
    width: 80px;
}

.atl_icon_wrapper{
    right: 25%;
    top: 10%;
}

.asana_icon_wrapper{
    right: 10%;
    top: 10%;
}

.paypal_icon_wrapper{
    right: 40%;
    top: 30%;
    padding: 15px;
}


.weave_icon_wrapper{
    right: 15%;
    top: 30%;
}

.google-a_icon_wrapper{
    width: var(--size-50);
    right: 30%;
    top: 40%;
}

.calendar_icon_wrapper{
    right: 10%;
    top: 50%;
}






/* 
BENEFITS
*/

span.section_title{
    font-size: var(--size-30);
    font-weight: 800;
    text-align: center;
}

.benefits{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.section_header{
    text-align: center;
    padding: var(--size-50) 0;
    margin-top: var(--size-50);
}

.service-grid{
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: var(--size-20);
    margin-bottom: var(--size-50);
}

.card_content{
    padding: var(--size-30);
    box-shadow: 0 0 10px rgba(48, 63, 100, 0.15);
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: 500ms ease;
}

.service-card span{
    width: 4.375rem;
    height: 4.375rem;
    display: block;
    float: left;
    margin-right: auto;
}

.service-card:hover .card_content{
    transform: scale(1.1);
}
/*
Perspectives
*/

.perspectives{
    background-color: #F8FAFE;
    display: flex;
}

.banner_wrapper{
    max-width: 50%;
    display: flex;
}

.banner_wrapper img{
    width: 100%;
    margin: auto 0 0 0px;
}


/*
WHY ME
*/
.line_graphic{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
}
.line_graphic hr.line{
    position: absolute;
    width: 65%;
    top: 35%;
    color: #E6E9F2;
}

.line_graphic_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.line_graphic_container span.bullet{
    width: 50px;
    height: 50px;
    background-color: #ECF2FF;
    border: 4px solid white;
    border-radius: 50%;
    margin-left: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
    color: #0066FF;
    padding-top: 4px;
}


/*
VIDEO BANNER
*/

.vid_box{
    margin-top: var(--size-100);
    position: relative;
}


.vid_box a{ 
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 10 rgb(48 63 100 rgba(48, 63, 100, 0.15));
    color: #2476FF;
    z-index: 1;
}

.vid_box a i{
    font-size: var(--size-100); 
}

/*
Testimopnials
*/

.testimonials{
    display: flex;
    margin-top: var(--size-50);
}

.review{
    margin-left: 10%;
}

.profile{
    display: flex;
    position: relative;
    width: 600px;
}

.img1{
    max-width: 50%;
    position: absolute;
    transform: translateY(35%);
}

.img2{
    position: absolute;
    max-width: 100%;
    transform: translateX(10%);
}

.testimonial_logo_wrapper{
    width: var(--size-100);
    margin-bottom: var(--size-20);
}

.review p{
    margin-bottom: var(--size-20);
    font-size: var(--size-30);
}

span.name{font-weight: 600;}
span.title{font-size: var(--size-10);}

/*
BRANDS
*/

.brands{margin-top: var(--size-100);}

.brands .section_title{
    text-align: center;
}

.brand_logo_container{
    display: flex;
    justify-content:space-between;
    margin-top: var(--size-40);
    margin-bottom: var(--size-50);
}

.brand_logo_container img{
    width: 20%;
}

/*
PRICING
*/

section.pricing{
    margin-top: var(--size-100);
    margin-bottom: var(--size-100);
}

.pricing_head_wrapper{
    text-align: center;
}

.features{
    display: flex;
    margin: 0 auto;
}

.price_card{
    max-width: 50%;
}

.feature_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 50%;
    margin: var(--size-50);
    gap: var(--size-20);
}

.card_img_wrapper{
    max-width: var(--size-50);
}

.card_img_wrapper img{
    width: 100%;
}

.feature_card span{
    font-size: var(--size-16);
    font-weight: 700;
}

.feature_card p{
    margin-top: 20px;
}

.feature_card span.sketch{
    display: inline-block;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    background-color: #01C9A7;
    border: 1px solid transparent;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
}

.price_card{
    box-shadow: 0 0 10px rgba(48, 63, 100, 0.15);
    padding: var(--size-50);
    margin: 10px;
}

.price_card span.price{
    font-size: var(--size-50);
}

.price_card span.period{
    color: #677788;
    font-size: var(--size-20);
}

.price_info{
    margin-top: var(--size-30);
    color: #677788;
}

.price_card span.subhead{
    font-size: 0.75rem;
    padding: 0 .75rem;
}

.price_card .content_links{
    margin-top: var(--size-50);
}

/*
Hire Us
*/

.hire{
    background-color: #20335B;
    padding: var(--size-30);
    align-items: center;
}

.hire .page{
    display: flex;
}

.hire_us h2,
.hire_us p.white,
.name_wrap .name{
    color: white;
    text-align: left;
}

.hire_us{
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: var(--size-50) 0px;
}

.hire_us *{
    margin-bottom: var(--size-30);
}

.hire_us hr{
    width: 50%;
}

.headshots{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headshot_wrapper{
    width: var(--size-40);
    overflow: hidden;
    margin-right: var(--size-20);
}

.headshot_wrapper img{
    border-radius: 50%;
    margin-bottom: 0;
}

.headshots  div:last-child{
    width: 3.75rem;
}


form{
    max-width: 50%;
    margin: var(--size-20);
    padding:var(--size-20);
    border-radius: 8px;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.lead_capture span{
    margin: var(--size-10);
    font-size: 1rem;
    font-weight: 600;
}

.form_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--size-10);
    margin: 8px;
}

.form_grid input,
.form_grid select{
    border: 1px solid #E6E8F2;
    border-radius: 4px;
    padding: 4px;
    height: var(--size-50);
}


.lead_capture textarea{
    margin: 8px;
    resize: none;
    width: 100%;
    min-height: var(--size-100);
    max-height: 300px;
}

.checkbox_wrapper{
    display: flex;
}

.checkbox_wrapper input{
    margin-right: var(--size-10);
    width: var(--size-40);
    align-self: flex-start;
}

.lead_capture ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    text-decoration: none;
}

.lead_capture a{
    text-decoration: none;
    color: #677788;
}


.submit{
    max-width: var(--size-100);
    margin: 0 auto;
    padding: var(--size-10);
}

/*
FOOTER TOP
*/

.footer_top{
    display: flex;
    align-items: center;
    padding: var(--size-100) 0;
}

.footer_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: var(--size-50);
    width: 100%;
}

.footer_col span{
    font-size: var(--size-18);
    font-weight: 700;
}

.footer_col ul{
    list-style-type: none;
}

.footer_col li{
    margin: .25rem;
}

.footer_col a,
.footer_bottom a{
    color: #677788;
    font-size: 0.875rem;
    text-decoration: none;
}

.footer_col a:visited,
.footer_bottom a:visited{
    text-align: none;
    text-decoration: none;
}

.footer_col a:hover,
.footer_bottom a:hover{
    color: #2476FF;
    text-decoration: underline;
}

/*
FOOTER BOTTOM
*/

.footer_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--size-10);
}

.footer_bottom-upper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bottom_links{
    color: #677788;
    align-items: center;
}

.bottom_socials{
    display: flex;
}

.bottom_socials ul{
    list-style-type: none;
    display: flex;
    align-items: center;
}

.bottom_socials li{
    margin-right: var(--size-20);
    margin-top: 0.313rem;
}

.bottom_socials li i{
    font-size: var(--size-40);
    line-height: .8;
}

.bottom_socials select{
    height: var(--size-40);
    background-color: #ECF2FF;
    border: 1px solid transparent;
    border-radius: 4px;
}

.footer_notes{
    text-align: center;
    font-size: 0.875rem;
    color: #677788;
    margin-top: var(--size-50);
}

.bottom_links{
    display: flex;
}

i.bg_class{
    background:#677788;
    color:#ECF2FF;
}

i.bg_class:hover{
   background:#ECF2FF;
   color:#677788;
}