:root{
    --main-black: #000;
    --main-white: #fff;
    --primary: #3e9797;
    --secondary: #fcca2e;
    --bg-dark: #0e0e0e;
    --bg-light: #212121;
}

/* global */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color: var(--main-black);
    font-family: "Roboto", sans-serif;
    color: var(--main-white);
}
a{
    text-decoration: none;
    color: #fff;
}


                    /* main */

/* bg */
.header-bg-logo{
    display: none;
    position: absolute;
    left: calc(50% - 650px);
    top: 40px;
    font-family: "Righteous", sans-serif;
    -webkit-text-stroke: 3px #636363;
    -webkit-text-fill-color: transparent;
    font-size: 500px;
    z-index: -10;
}
.header-bg-second{
    background-color: var(--primary);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45%;
    z-index: -5;
}
.header-bg__man{
    margin-right: auto;
    margin-left: auto;
    width: 304px;
    z-index: -1;
}
.header-bg__man-img{
    width: 100%;
}
/* nav */
.navbar-brand{
    font-family: "Righteous", sans-serif;
    font-size: 65px;
    font-weight: 400;
}

.nav-tel__img{
    margin-right: 14px;
}


/* header-content */
.header-content{
    margin: 37px 0 54px;
}
.header-content__socials{
    display: flex;
    gap: 27px;
    margin-bottom: 15px;
}
.header-content__title{
    font-size: 24px;
    font-weight: 900;
    line-height: 175%;
    margin-bottom: 12px;
}
.header-content__info{
    font-size: 16px;
    font-weight: 400;
    line-height: 187.5%;
    text-align: justify;
    padding-right: 20px;
    margin-bottom: 24px;
}
.header-content__link{
    background-color: var(--secondary);
    padding: 12px 19px;
    color: var(--main-black);
}
.header-content__img{
    margin-right: 10px;
}

/* main */
/* services */
.services-section{
    background-color: var(--bg-dark);
    padding: 100px 0;
}
.services-box{
    background-color: var(--bg-light);
    padding: 20px 8px;
}
.services-box__image{
    width: 52px;
    margin-bottom: 12px;
}
.services-box__image-img{
    width: 100%;
}
.services-box__title{
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}
.services-box__info{
    font-size: 14px;
    font-weight: 400;
    line-height: 172%;
}
.services__first-box{
    background-color: var(--primary);
}
.services__first-box h2{
    color: var(--main-white);
}

/* about */
.about-section{
    padding: 68px 0;
    background: url("../images/about-bg.png") no-repeat center;
}
.about__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.c--secondary{
    color: var(--secondary);
}
.about-top__description{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-top__text-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}
.about__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
}
.about-top__link{
    display: inline-block;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 43px;
}
.about-top__link-img{
    width: 18px;
    margin-right: 8px;
}
.socials{
    display: flex;
    gap: 8px;
}
.social__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: var(--primary);
    border-radius: 50%;
}

/* portfolio */
.portfolio-section{
    background-color: var(--bg-dark);
    padding: 57px 24px 68px;
    overflow: hidden;
}
.portfolio__bg {
    position: absolute;
    width: 473px;
    height: 1800px;
    transform: rotate(26.284deg);
    mix-blend-mode: soft-light;
}

.portfolio--one {
    background: linear-gradient(180deg, #FFF 0%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.portfolio--two {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.main--first {
    display: none;
    bottom: -50%;
    left: -110px;
}

.main--second {
    display: none;
    bottom: -50%;
    left: 145px;
}

.main--third {
    display: none;
    bottom: -50%;
    right: 170px;
}

.main--forth {
    display: none;
    bottom: -60%;
    right: -35px;
}

.portfolio__wrapper{
    text-align: center;
}
.portfolio__boxes{
    margin-bottom: 53px;
}

.portfolio__boxes > .col:first-child .portfolio-box{
    text-align: left;
}
.portfolio-box{
    margin-bottom: 24px;
}

.portfolio-box__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.portfolio-box__title-span{
color: var(--primary);
}
.portfolio-box__text{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 50px;
}
.portfolio-box__img{
    max-width: 65%;
}
.portfolio__link{
    background-color: var(--primary);
    font-size: 16px;
    padding: 14px 27px;
}

/* testimony */
.bgc-primary{
    background-color: var(--primary);
}
.bgc-black{
    background-color: var(--main-black);
}
.c-black{
    color: var(--main-black);
}

.testimony-section{
    position: relative;
}
.testimony__wrapper{
    padding: 34px 20px 89px;
}
.testimony-bg-black{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 200px);
}
.testimony-bg-primary{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.testimony-logo{
    width: 106px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 17px;
}
.testimony-logo__img{
    width: 100%;
}
.testimony-text{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 32px;
}
.testimony-name{
    font-size: 18px;
    font-weight: 500;
}
.testimony-company{
    font-size: 14px;
    line-height: 171%;
}
.testimony-man-img{
    margin: -60px auto 0;
    width: 303px;
}
.testimony-man-img__img{
    width: 100%;
    transform: scaleX(-1);
}

/* contact */
.contact-section{
    background-color: var(--bg-dark);
    padding: 42px 0 77px;
}
.contact__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.contact__info{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}
.contact-way{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 23px;
}
.contact-way__image{
    width: 34px;
    height: 34px;
    aspect-ratio: 1/1;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-way__image-img{
    width: 15px;
}
.contact-way__title{
    font-size: 14px;
    color: var(--primary);
    margin: 0;
}
.contact-way__link{
    font-size: 16px;
    line-height: 150%;
}
.contact-map{
    height: 185px;
}
.contact-map__img{
    width: 100%;
}
.contact-form__input-group{
    margin-bottom: 14px;
}
.contact-form__label{
    display: block;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 9px;
}
.contact-form__input{
    height: 55px;
    max-width: 360px;
    width: 90%;
    border: none;
    outline: none;
    padding: 10px 12px;
}
.contact-form__textarea{
    height: 150px;
    max-width: 360px;
    width: 90%;
    resize: none;
}
.contact-form__submit{
    background-color: var(--secondary);
    border: none;
    padding: 14px 19px;
}
.contact-form__text{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}
.contact-map{
    margin-bottom: 40px;
}
.contact-map__img{
    width: 90%;
    height: 100%;
    object-fit: cover;
}

/* footer */
.footer-top{
    background-color: var(--bg-light);
    padding: 39px 0;
}
.client-box__img{
    width: 100%;
}

.footer-bottom{
    background: url("../images/footer-bg.png") center no-repeat;
    text-align: center;
    padding: 22px 0 59px;
}
.footer-bottom__text{
    font-size: 14px;
    line-height: 172%;
    max-width: 570px;
    margin: 0 auto 16px;
}
.footer--socials{
    justify-content: center;
}
.footer-bottom__text{
    font-size: 14px;
    margin-top: 57px;
}


                    /* about page */
/* header */
.about-header__content{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 25px 0 60px;
}

/* main */
/* services */
.about-services-section{
    background-color: var(--bg-dark);
    padding: 64px 24px 190px;
    overflow: hidden;
}
.about-services__boxes{
    padding: 83px 0;
}
.about-services__bg {
    position: absolute;
    top: -300px;
    width: 150px;
    height: 2500px;
    transform: rotate(14.6deg);
    mix-blend-mode: soft-light;
}

.services--one {
    background: linear-gradient(180deg, #FFF 0%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.services--two {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.service-first{
    left: -160px;
}
.service-second{
    left: -110px;
}
.service-third{
    left: 0;
}
.service-forth{
    left: 40px;
}

.about-services-wrapper{
    z-index: 2;
}

.about-services-box{
    background-color: var(--bg-light);
    padding: 31px 24px;
}
.about-services-box__image{
    margin-bottom: 21px;
}
.about-services-box__title{
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.about-services-box__info{
    font-size: 14px;
    line-height: 172%;
    margin-bottom: 16px;
}
.about-services-box__link{
    background-color: var(--primary);
    border: none;
    padding: 14px 20px 15px 21px;
    color: var(--main-white);
}
.about-services-resume-box__education{
    margin-bottom: 48px;
}
.about-services-resume-box__experience{
    margin-bottom: 48px;
}
.about-services-resume-box__skill{
    margin-bottom: 48px;
}
.about-services-resume-box__title{
    color: var(--secondary);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}
.about-services-resume-box__item{
    display: flex;
    font-size: 18px;
    margin-bottom: 24px;
}
.about-services-resume-box__num{
    margin-right: 5px;
}
.about-services-resume-box__caption{
    font-weight: 500;
    line-height: 133%;
    margin-bottom: 0;
}
.about-services-resume-box__text{
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 172%;
}
.about-services-resume-box__wrapper2{
    margin-bottom: 24px;
}
.about-services-resume-box__texts{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -10px;
}
.about-services-resume-box__info{
    color: var(--secondary);
    margin-bottom: 0;
}
.about-services-resume-box__box-percent{
    height: 16px;
    width: 100%;
    background-color: var(--main-white);
}
.about-services-resume-box__show-percent{
    height: 100%;
    background-color: var(--secondary);
}
.about-services-resume-box--one{
    width: 89%;
}
.about-services-resume-box--two{
    width: 75%;
}
.about-services-resume-box--three{
    width: 85%;
}
.about-services-resume-box--four{
    width: 90%;
}

/* testimony */
.about-testimony-cta{
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
    padding: 27px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    width: 90%;
}

.about-testimony-cta-content__title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}
.about-testimony-cta-content__text{
   text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.about-testimony-cta-btn{
    width: fit-content;
    background-color: var(--main-white);
    padding: 14px 27px 15px 28px;
}
.about-testimony-cta-btn__link{
    color: var(--primary);
}

.about-testimony-bg-primary{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.about-testimony-man-img__img{
    width: 100%;
    transform: scaleX(-1);
}