* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}  
html{
    scroll-behavior: smooth;
}
h1{
    font-size: 3.0rem;          
    font-weight: bold;
    line-height: 4.1rem;
    color: black;
}
h3{
    font-size: 1.3rem;
    text-align: left;
    color: black
}
h4{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}
h5{
    font-size: 0.8rem;
}

.click__text{
    text-decoration: none;
    color: #3285c1;
}
.tab {
    margin-left: 25px;
}

/*--=============== HEADER ===============--*/
.header{
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.navbar__btn {
    display: flex;
    align-items: center;
    width: 25%;
    color: #f1f1f1;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    min-width: fit-content;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #009dff;
    color: #ffffff;
}
.button:hover {
    background-color: #0169a5;
    transition: all 0.3s ease;
    color: white    ;
}
.nav {
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 10%;    
    width: 100%;
    background-color: #ffffff;
}
.nav__logo {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav__menu {
    padding-left: 50px;
}
.nav__menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    justify-content: space-between;
    height: 40px;
    max-width: 1150px;
}
.nav__menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 0 0.8rem;
    height: 100%;
    width: auto;
    font-size: 0.9rem;
}
.nav__menu__link{
    text-decoration: none;
    color: dimgrey;
    padding: 1rem;
    display: flex;
    cursor: pointer;
}
.nav__menu__link:hover{
    color: #3285c1;
    transition: all ease-in-out 0.2s;
}
.nav__hamburger {
    width: 1.875rem;
    height: 1.313rem;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.nav__hamburger__line {
    height: 0.188rem;
    width: 100%;
    background-color: #363636;
    border-radius: 0.625rem;
    transition: all ease-in-out 0.2s;
}


/*--=============== BANNER - HOME ===============--*/
#banner {
    display: flex;
    height: 65vh;
    width: 100%;
    justify-content: center;
    background-image: url(../images/banner_zemin_n.png);
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
}

.banner__container {
    display: flex;
    align-items: center;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 0 25px;
}
.ba__item1 {
    display: flex;
    flex-direction: column;
}
.banner__list {
    display: flex;
    padding-bottom: 1.2rem;
    margin-right: 15px;
}
.ba__item2 {
    display: flex;
    align-self: end;
    padding: 0;
}
.banner__button {
    background-color: #009dff;
    width: 20%;
}
.banner__right_image{
    width: 120%;
}

/*--=============== BANNER - HWW PAGE ===============--*/
#banner-hww {
    display: flex;
    height: 55vh;
    justify-content: center;
}
.banner__container__hww {
    display: flex;
    align-items: center;
    max-width: 1150px;
    
    margin: 0 auto;
    padding: 0 25px;
}
.ba__item1__hww {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 75%;    
}
.ba__item2__hww {
    display: flex;
    flex-direction: column;
}



/*--=============== HOW WE WORK - HOME ===============--*/
#how-we-work{
    display: flex;
    width: 100%;
    height: 400px;
    background-color: #f1f1f1;
    justify-content: center;
    scroll-margin: 100px;
}
.hww__container{
    display: flex;
    width: 80%;
}
.hww__item{
    display: flex;
    width: 100%;
    padding: 25px;
}
.hww-item1{
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 100%;
    height: 100%;
}
.hww-item2{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
    height: 100%;
    background-image: url(../images/hww_home_img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}


/*--=============== HOW WE WORK - DETAIL PAGE ===============--*/
#how-we-work__hww{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    justify-content: center;    
    margin-top: 10px;
}
.item__hww{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
}

.item1__hww{
    width: 100%;
    height: 15px;
    background-color: #e5b700;
    margin: 0 0 10px 0;
    justify-content: center;
    align-items: center;
}
.item2__hww{
    width: 75%;
    margin: 20px;
    text-align: justify;
}
.item3__hww{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/how_we_work-6.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item5__hww{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/how_we_work-5.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item4__hww, .item6__hww, .item7__hww{
    width: 75%;
    height: auto;
    margin: 20px;
    text-align: justify;
}

/*--=============== ABOUT - HOME ===============--*/
#home__about{
    display: flex;
    justify-content: left;
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    padding: 50px 0;
    scroll-margin: 100px;
    text-align: justify;
    justify-content: center;
}
.ha__items{
    display: flex;
    flex-direction: column;
    width: 75%;
}

/*--=============== ABOUT - DETAIL PAGE ===============--*/
#about-detail{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    justify-content: center;    
    
}
.item__about{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
}

.item1__about{
    width: 100%;
    height: 15px;
    background-color: #e5b700;
    margin: 0 0 10px 0;
    justify-content: center;
    align-items: center;
}
.item2__about{
    width: 75%;
    margin: 20px;
    text-align: justify;
}
.item3__about{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/how_we_work-3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item5__about{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/how_we_work-5.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item4__about, .item6__about, .item7__about{
    width: 75%;
    height: auto;
    margin: 20px;
    text-align: justify;
}

/*--=============== SOLUTIONS - HOME ===============--*/
#solutions__for__you{
    display: flex;
    flex-direction: column;
    scroll-margin: 80px;
    align-items: center;
    padding: 50px 0;
}
.hs__title{
    text-align: left;
}
.hs__container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    width: 80%;
    align-items: center;
    text-align: left;
    padding: 20px;
}
.hs__name{
    font-size: 1.1rem;
    font-weight: 700;
    color: #2e2e2e;
    padding: 20px 0;
}
.hs__item1 {
    flex: 1 1 170px;
    /*flex: 50%;*/
    padding: 10px;
    background-color: #ffffff;
    color: #2e2e2e;
    height: 175px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.hs__item2{
    flex: 1 1 170px;
    padding: 10px;
    background-color: #ffffff;
    color: #2e2e2e;
    height: 175px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    }



/*--=============== SOLUTIONS - DETAIL PAGE ===============--*/
#solution-detail{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    justify-content: center;    
}
.item__sol{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
}
.item1__sol{
    width: 100%;
    height: 180px;
    background-color: black;
    background-image: url(../images/solution-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.item2__sol{
    width: 100%;
    height: 15px;
    background-color: #e5b700;
    margin: 0 0 10px 0;
    justify-content: center;
    align-items: center;
}
.item3__sol, .item4__sol, .item6__sol, .item8__sol, .item10__sol, .item11__sol{
    width: 75%;
    height: auto;
    margin: 20px;
    text-align: justify;
}
.item5__sol{
    background-color:#f1f1f1;
    background-image: url(../images/solution-3.jpg);
}
.item7__sol{
    background-color:#f1f1f1;
    background-image: url(../images/how_we_work-6.jpg);
}
.item9__sol{
    background-color:#f1f1f1;
    background-image: url(../images/solution-5.jpg);
}


/*--=============== MEDIA - HOME ===============--*/
#home__media{
    display: flex;
    flex-direction: column;
    scroll-margin-top: 80px;
}
    
.media__title{
    padding-bottom: 25px;
}
.media__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 50px 0;
}

.media__card{
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.media__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 15px;
    padding: 1em 1em .6em 1em;
    margin-bottom: 1.5em;
    border-radius: .3em;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 10px;
    border: solid 1px #ccc;
}
.media__item1{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.media__head{
    display: flex;
    align-items: center;
}
.media__img {
    min-width: 90px;
    height: 90px;
    border-radius: .3em;
    background-image: url(../images/blog1.jpg);
    background-size: cover;
    margin: 0 .6em 0 0;
    border: solid 1px #ffffff;
}

/*--=============== MEDIA - DETAIL PAGE ===============--*/
#media-page{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    justify-content: center;    
    
}
.items__media{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
}

.item1__media{
    width: 100%;
    height: 15px;
    background-color: #e5b700;
    margin: 0 0 10px 0;
    justify-content: center;
    align-items: center;
}
.item2__media{
    width: 75%;
    margin: 20px;
    text-align: justify;
}
.item3__media{
    width: 100%;
    height: 200px;
    margin: 0 20px 20px 20px;
    background-image: url(../images/blog_banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item5__media{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/blog_2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item4__media, .item6__media, .item7__media{
    width: 75%;
    height: auto;
    margin: 20px;
    text-align: justify;
}

    
/*--=============== FOOTER ===============--*/
#footer{
    display: flex;
    flex-direction: column;
    gap: 70px;
    width: 100%;
    height: auto;
    align-items: center;
    padding-bottom: 50px;
    background-image: linear-gradient(#3fd3fb, #12b3e8)
}
.footer__container{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 90px;
}
.footer__title{
    text-decoration: none;
}
.footer__description{
    padding-top: 15px;
    line-height: 1.5rem;
    color: #2e2e2e;    
}
.footer__links{
    padding-top: 15px;
    list-style: none;
    display: grid;
    row-gap: .8rem;
}
.footer__link{
    text-decoration: none;
    color: #2e2e2e;
}
.footer__social {
    display: flex;
    column-gap: 1.5rem;
}
.footer__social-link {
    font-size: 1.25rem;
    color: #2e2e2e;
}
.footer__copy {
    font-size: 1rem;
    color: #2e2e2e;
}


/*--=============== CONTACT PAGE ===============--*/
.contact-page{
    width: 100%;
    height: 100vh;    
    background-color:#f1f1f1;
}
.contact-container{
    height: 100vh;
    display: flex;   
    padding: 7rem;;
    justify-content: space-evenly;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title{
    color: #2e2e2e;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 135px;
    height: 5px;
    background-color:#009dff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 10px;
}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 10px;
}
.contact-inputs:focus{
    border: 2px solid #ff994f;
}
.contact-inputs::placeholder{
    color: #a9a9a9;
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 10px;
    background-color:#009dff;
    cursor: pointer;
}
.contact-left button img{
    height: 13px;
}
.contact-right img{
    width: 650px;
}

/*--=============== CAREER PAGE ===============--*/
#career-page{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    justify-content: center;    
    
}
.items__career{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
}

.item1__career{
    width: 100%;
    height: 15px;
    background-color: #e5b700;
    margin: 0 0 10px 0;
    justify-content: center;
    align-items: center;
}
.item2__career{
    width: 75%;
    margin: 20px;
    text-align: justify;
}
.item3__career{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/career1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item5__career{
    width: 80%;
    height: 180px;
    margin: 20px;
    background-image: url(../images/how_we_work-5.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.item4__career, .item6__career, .item7__career{
    width: 75%;
    height: auto;
    margin: 20px;
    text-align: justify;
}




/*--=====================================--*/
/*--=============== MEDIA ===============--*/

@media screen and (max-width: 960px) {
    h1{
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 2.5rem;
        text-align: left;

    }
    h4{
        font-size: 1.0rem;
        line-height: 1.5rem;
        text-align: justify;
    }

/*--=============== MEDIA: NAVBAR ===============--*/
    .header{
        position: sticky;
    }
    .nav__hamburger {
        display: flex;
        color: #2e2e2e;
        margin: 10px;
    }
    .nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0;
        height: auto;
    }
    .nav__menu {
        position: fixed;
        top: 70px;
        right: -450px;
        width: 100%;
        height: 100vh;
        padding: 0;
        transition: all ease-in-out 0.4s;    
    }
    .nav__logo{
        margin: 20px;
    }
    .nav__menu ul {
        flex-direction: column;
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 14rem;
        height: 100vh;
        justify-content: space-around;
    }
    .nav__menu ul li {
        text-align: center;
        height: 40px;
    }
    .nav__menu__link{
        padding: 0.5rem;
        color: dimgrey;
    }
    .nav__menu.active {
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        height: 100vh;
    }
    .nav__hamburger.active :nth-child(1) {
        transform: rotate(45deg) translate(0.45rem, 0.1875rem);
    }
    .nav__hamburger.active :nth-child(2) {
        opacity: 0;
    }
    .nav__hamburger.active :nth-child(3) {
        transform: rotate(-45deg) translate(0.45rem, -0.1875rem);
    }
    .navbar__btn {
        padding-bottom: 1rem;
        width: 35%;
    }
    .button{
        display: flex;
        width: 35%;
        height: 30px;
        font-size: 0.9rem;
    }
        
    
/*--=============== MEDIA: BANNER - HOME ===============--*/
    #banner{
        
        height: 100vh;
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: unset;
    }
    .banner__container {
        flex-direction: column;
        padding: 30px 20px 20px 20px;
    }
    .ba__item2{
        display: flex;
        height: auto;
        justify-content: center;  
    }
    .banner__right_image{
        display: flex;
        width: 100%;
    }   

    /*--=============== MEDIA: BANNER - HWW PAGE ===============--*/
    #banner-hww {
        display: flex;
        height: 70vh;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .banner__container__hww{
        flex-direction: column;
    }
    .ba__item1__hww{
        padding: 0 15px 25px 0;
    }
    .banner__right_image__hww{
        display: flex;
        width: 100%;
    }    

/*--=============== MEDIA: HOW WE WORK - HOME ===============--*/
    #how-we-work{
        height: 630px;
        padding: 30px 0;
        scroll-margin-top: 80px;
    }
    .hww__container{
        width: 100%;
    }
    .hww__item{
        padding: 0 30px;
        gap: 20px;
        flex-direction: column;
    }
    .hww-item2{
        margin: 0;
    }

/*--=============== MEDIA: HOW WE WORK - DETAIL ===============--*/
    .item3__hww{
        width: 100%;
        background-image: url(../images/how_we_work-3a.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
    }
    .item5__hww{
        width: 80%;
        background-image: url(../images/how_we_work-4a.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
    }

/*--=============== MEDIA: ABOUT - HOME ===============--*/
    #home__about{
        scroll-margin-top: 80px;
    }
    .ha__items{
        width: 100%;
        padding: 0 30px;
    }

/*--=============== MEDIA: ABOUT - DETAIL PAGE ===============--*/
    .item3__about{     
        height: 200px;
        background-image: url(../images/about-2.jpg);
    }
    .item5__about{     
        height: 200px;
        background-image: url(../images/about-3.jpg);
    }


/*--=============== MEDIA: SOLUTIONS - HOME ===============--*/
    #solutions__for__you{
        padding: 0 20px 20px 0;
        scroll-margin: 120px;
    }
    .hs__container {
        width: 100%;
        color: #2e2e2e;
    }
    .hs__item1{
        height: 220px;
    }
    .hs__item2 {
        height: 220px;
    }
    .hs__bar{
        width: 100%;
        height: 12px;
        background-color: #e5b700;
    }


/*--=============== MEDIA: SOLUTIONS - DETAIL PAGE ===============--*/
.item1__sol{

    background-image: url(../images/solution-1a.jpg);

}
.item5__sol{
    background-image: url(../images/solution-3a.jpg);
}
.item7__sol{
    background-image: url(../images/solution-4a.jpg);
}
.item9__sol{
    background-image: url(../images/solution-5a.jpg);
}

/*--=============== MEDIA: MEDIA - HOME ===============--*/
.media__container{
    padding: 40px 20px;
}
.media__card{
    width: 100%;
}


/*--=============== MEDIA: CONTACT PAGE ===============--*/
.contact-inputs{
    width: 80vw;
}
.contact-right{
    display: none;
}
.contact-container{
    /*align-items: flex-start;*/
    justify-content: flex-start;
    padding-top: 70px;
    padding-left: 35px;
}  
.contact-left-title hr{
    width: 90px;
}

/*--=============== MEDIA: CAREER DETAIL PAGE ===============--*/
.item3__career{     
    height: 200px;
    background-image: url(../images/career1a.jpg);
}
.item5__career{     
    height: 200px;
    background-image: url(../images/about-3.jpg);
}

/*--=============== MEDIA: MEDIA DETAIL PAGE ===============--*/
.item1__media{     
    width: 90%;
}
.item2__media{     
    width: 90%;
}
.item3__media{     
    background-image: url(../images/blog_banner_a.jpg);
}
.item4__media{     
    width: 90%;
}
.item5__media{     
    margin: 0;   
    height: 200px;
    background-image: url(../images/blog_2a.jpg);
}
.item6__media{     
    width: 90%;
}
.item7__media{     
    width: 90%;
}

/*--=============== MEDIA: FOOTER ===============--*/
#footer{
    align-items: flex-start;
    padding-left: 40px;
}
.footer__container{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}


    
}
