html {
    font-size: 100%;
    box-sizing: border-box;
}

*,*::before,*::after {
  box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Public Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #9698a6;
    line-height: 1.3;
    overflow-x: hidden;
   
}

.grey{
    background-color: grey;
}

@media screen and (min-width: 64em){
    body{
        font-size: 1.15rem;
        background-color: hsl(0%, 0%, 98%);
    }
    
}

.flex {
    display: flex;
}

.flex-jc-sb{
    justify-content: space-between;
}

.flex-jc-c {
    justify-content: center;
}

.flex-ai-c {
    align-items: center;

}

a,a:visited,a:hover {
    text-decoration: none;
    
}


h1, h2, h3 {
    margin-top: 0px;
    
}

.container {
    max-width: 77rem;
    margin: 0 auto;
    padding-top: 2.25rem;
    padding-right: 1.5rem;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
    
}

nav{
    padding: 24px;
}

.header__logo img {
    width: 5.5rem;
    height: 2.3rem;

}

.header__links a {
    font-size: 0.92rem;
    transition: colour 300ms ease-in-out;
    color: white;

}
.header__links a:hover {
    color: black;
    font-style: bold;
    transition: colour 300ms ease-in-out;
    
}

.header__links a:not(:last-child) {
    margin-right: 32px ;

}

/* Mobile Menu */
.header__menu span{ 
    display: block;
    width: 26px;
    height: 2px;
    background-color: darkblue;
}

.header__menu span:not(:last-child) {
    margin-bottom: 3px;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.575rem 1.1875rem;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  transition: opacity 300ms ease-in-out;
  overflow: hidden;

}

.header__cta {
    font-size: 0.875rem;
    color: white;
    font-style: bold;
    transition: colour 300ms ease-in-out;

}


@media screen and (max-width: 64em) {
    .hide-for-mobile {
        display: none;
    
    }   
}


@media screen and (min-width: 64em) {
    .hide-for-desktop {
        display: none;
    }      
}

/* two */
@media screen and (min-width: 64em) {
    .hero .container {
        display: flex;
        align-items: center;
        min-height: 40rem; 
    }  
}

.hero__cta {
    background-color: rgba(2, 182, 107, 0.966);
    color: white;
    border: none;
}


.hero__text2 {
    text-align: center;    
}


@media screen and (min-width: 64em) {
    .hero__text2 {
        flex: 2;
        order: 2;
        text-align: left;
    }  
}

.hero__text2 h1 {
    font-weight: 400;
    color: white;
    line-height: 1.15;
    font-size: 2.31rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em){
    .hero__text2 h1 {
        font-size: 3.3rem;           
    } 
}

.hero__text2 p {
    line-height: 1.5;
    margin-bottom: 2.25rem;   
    color: azure;
}
.hero__image2 {
    position: relative;
    background-image: url(./images/pexels-fauxels-3183197.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 17.5rem;  
}
@media screen and (min-width: 40em) {
    .hero__image2 {
        min-height: 30rem;
        background-image: url(./images/pexels-fauxels-3183197.jpg);
        background-position: center 60%;
    }    
}
@media screen and (min-width: 64em) {
    .hero__image2 {
        flex: 3;
        order:1;
        height: 29rem;
        background-image: url(./images/pexels-fauxels-3183197.jpg);
        background-size: 550px;
    }   
}

/* three */
.hero__text {
    text-align: center;   
}

.hero__text h1 {
    font-weight: 300;
    color: black;
    line-height: 1.15;
    font-size: 2.31rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em){
    .hero__text h1 {
        font-size: 3.3rem;  
        
    }   
}

.hero__text p {
    line-height: 1.5;
    margin-bottom: 2.25rem;
    
}

@media screen and (min-width: 64em) {
    .hero__text {
        flex: 2;
        order: 1;
        text-align: left;  
    }  
}

.hero__image {
    position: relative;
    background-image: url(./images/pexels-fauxels-3184405.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 17.5rem; 
}

@media screen and (min-width: 40em) {
    .hero__image {
        background-image: url(./images/pexels-fauxels-3184405.jpg);
        min-height: 35rem;
        background-position: center 60%;  
    }    
}

@media screen and (min-width: 64em) {
    .hero__image {
        flex: 3;
        order: 2;
        height: 34rem;
        background-image: url(./images/pexels-fauxels-3184405.jpg);
        background-size: 550px;  
        
    }   
}

/* four */
.hero__text3 {
    text-align: center;    
}


@media screen and (min-width: 64em) {
    .hero__text3 {
        flex: 2;
        order: 2;
        text-align: left;
    }  
}

.hero__text3 h1 {
    font-weight: 400;
    color: black;
    line-height: 1.15;
    font-size: 2.31rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em){
    .hero__text3 h1 {
        font-size: 3.3rem;           
    } 
}

.hero__text3 p {
    line-height: 1.5;
    margin-bottom: 2.25rem;   
    color: grey;
}
.hero__image3 {
    position: relative;
    background-image: url(./images/new2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 17.5rem;  
}
@media screen and (min-width: 40em) {
    .hero__image3 {
        min-height: 30rem;
        background-image: url(./images/new2.jpg);
        background-position: center 60%;
    }    
}
@media screen and (min-width: 64em) {
    .hero__image3 {
        flex: 3;
        order:1;
        height: 29rem;
        background-image: url(./images/new2.jpg);
        background-size: 550px;
        
    }   
}

/* five */
.hero__text4 {
    text-align: center;   
}

.hero__text4 h1 {
    font-weight: 300;
    color: black;
    line-height: 1.15;
    font-size: 2.31rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em){
    .hero__text4 h1 {
        font-size: 3.3rem;  
        
    }   
}

.hero__text4 p {
    line-height: 1.5;
    margin-bottom: 2.25rem;
    
}

@media screen and (min-width: 64em) {
    .hero__text4 {
        flex: 2;
        order: 1;
        text-align: left;  
    }  
}

.hero__image4 {
    position: relative;
    background-image: url(./images/pexels-linkedin-sales-navigator-2182969.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 17.5rem; 
}

@media screen and (min-width: 40em) {
    .hero__image4 {
        background-image: url(./images/pexels-linkedin-sales-navigator-2182969.jpg);
        min-height: 35rem;
        background-position: center 60%;  
    }    
}

@media screen and (min-width: 64em) {
    .hero__image4 {
        flex: 3;
        order: 2;
        height: 34rem;
        background-image: url(./images/pexels-linkedin-sales-navigator-2182969.jpg);
        background-size: 550px;  
        
    }   
}

.headings {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    color: black;
    font-size: 1rem;
    text-align: center;
    
    
}

@media screen and (min-width: 64em){
    .headings {
        display: flex;
        justify-content: center;
        margin-top: 70px;
        color: black;
        font-size: 1.5rem;
        margin-bottom: -100px;
        
        
    } 
}

/* Team */
.ser_l {
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 36px;
    color: rgb(46, 45, 45)
}

.ser_0{
    text-align: center;
    font-size: 36px;
    color: rgb(46, 45, 45)
}
.ser_r { 
    display: flex;
    flex: 1;
}
.feature__intro {
    margin-bottom: 3.75rem;      
}
@media screen and (min-width: 64em){
    .feature__intro {
        width: 100%;  
    }    
}
@media screen and (min-width: 40em){
    .feature__grid {
        display: flex;
        flex-wrap: wrap;
    }   
}
.feature__item {
    padding: 0.95rem;
}
@media screen and (min-width: 40em){
    .feature__item {
        flex: 0 0 33%;

    }   
}
@media screen and (min-width: 65em){
    .feature__item {
        flex: 1;
    }  
}
.feature__icon img {
    height: 280px;
    width: 250px;
}
.feature__icon {
    margin-bottom: 0.5rem;  
}
@media screen and (min-width: 64em){
    .feature__icon {
        margin-bottom: 1rem;
    }
}
.feature__title {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}
@media screen and (min-width: 64em){
    .feature__title {
        color: black;
        font-size: 1.5rem; 
        margin-bottom: 1rem;
    }   
}
.feature__discription{
    font-size: 0.95rem;
    line-height: 1.5;
}

.custom_b{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* footer */

.footer {
    padding: 2.5rem;
    text-align: center;

}
@media screen and (min-width: 64em){
    .footer {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-template-areas: 
        "logo links1 links2 links3 cta"
        "social links1 links2 links3 cta";
    }   
}
.footer__logo {
    margin-bottom: 1.175rem;
    width: 5.5rem;
    height: 2.3rem;
    display: inline-block;
}

@media screen and (min-width: 64em) {
    .footer__logo {
        grid-area: logo;
    }  
}
.footer__social {
    margin-bottom: 1.175rem;   
}
@media screen and (min-width: 64em) {
    .footer__social {
        grid-area: social;
        
    }   
}
.footer__social a {
    display: inline-block;
    margin-right: 1rem;
    
}

.footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2.25;
    color: white;

}
.footer__links a {
    color: aliceblue;
}
@media screen and (min-width: 64em) {
    .footer__links .col1 {
        grid-area: links1;
        color: white;
    }    
}

@media screen and (min-width: 64em) {
    .footer__links .col2 {
        grid-area: links2;
        color: white;
    }   
}
.footer__links .col3 {
    margin-bottom: 1.175rem;  
    color: white;  
}
@media screen and (min-width: 64em) {
    .footer__links .col3 {
        grid-area: links3;
        color: white;
    }   
}
@media screen and (min-width: 64em) {
    .footer__cta {
        grid-area: cta;
        
    }   
}

.black {
    background-color: rgb(2, 0, 10);
}
.active {
    color: white;
}



