/********Hero section*******/
.hero_section {
    width: 100%;
    height: 780px;
    backdrop-filter: blur(30px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__section-networks {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 430px;
    width: 45px;

    bottom: 54px;
    left: 3.2%;
    z-index: 300;
}

.hero__section-networks a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: rgba(157, 157, 157, 0.5);
    color: #fff;
    font-size: 26px;
}

.hero__section-networks a:hover {
    background: linear-gradient(180deg, #1F9D96 0%, #9D9D9D 100%);

}

.hero__section-desc {
    width: 841px;
    height: 22px;
    color: #fff;
    z-index: 300;
}

.hero__section-desc h1 {

    font-weight: 700;
    max-width: 800px;
    font-size: 40px;

    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.hero__lead {
    margin-top: 27px;
    line-height: 33px;
    font-weight: 600;

    font-size: 26px;


    letter-spacing: 0%;
    text-transform: uppercase;

}

.main__image__block1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;


}

.main__image__block2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;


}

/************WHAT WE DO****************/
.what__do {
    position: relative;
    z-index: 300;
    color: #fff;
}

.what__do-name {
    width: 94%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}

.what__do-name h2 {
    font-weight: 600;
    font-size: 40px;

    letter-spacing: 0%;

}

.what__do-name h2 span {
    border-bottom: 2px solid #1F9D96;
}

.what__do-name a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 157, 150, 1);
    width: 259px;
    height: 65px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 1)
}

.what__do-name a p {

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.what__do-name a img {
    margin-left: 10px;
}

.what__do-content {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 84px;
    position: relative;
    z-index: 300;
}


.what__do-desc {
    height: 571px;
    width: 493px;
    position: relative;
}

.what__do-desc-text {
    background-image: url('../images/ui/whatdo-block.svg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(5px);
}

.what__do-desc-text div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 29px;

}

.what__do-desc-text div p {

    font-weight: 500;
    font-style: Medium;
    font-size: 17px;

    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;


}

.what__do-desc-text div p:nth-child(1) {
    margin-bottom: 20px;
    margin-top: 30px;
}

.what__do-circle {
    position: absolute;
    width: 176px;
    height: 176px;
    top: -88px;
    left: calc(50% - 88px);
}



.what__do-servives {
    width: 799px;
    height: 571px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what__do-servives-element {
    width: 100%;
    height: 115px;
    backdrop-filter: blur(30px);
    border: 1px solid #433e424f;
    border-radius: 16px;
    background: linear-gradient(152.69deg, #433e424f 3.41%, rgba(0, 0, 0, 0) 82.98%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 28px 0px 52px;

    color: #fff;

    font-weight: 500;

    font-size: 32px;

    line-height: 100%;
    letter-spacing: 0%;

}

.what__do-servives-element img {
    opacity: 0;
}

.what__do-servives-element:hover {
    border-color: #fff;
    font-weight: 600;
}

.what__do-servives-element:hover img {
    opacity: 1;
}

.whatdo__images-1 {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
}

.whatdo__images-2 {
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
}

.whatdo__images-3 {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 40%;
}

/************PORTFOLIO SECTION*********/

.portfolio {
    width: 100%;
    position: relative;
    z-index: 300;
    margin-top: 100px;
    color: #fff;
}

.portfolio__name {
    width: 1348px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.portfolio__name a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 259px;
    height: 65px;
    border: 1px solid rgba(31, 157, 150, 1);
    border-radius: 40px;
}

.portfolio__name a p {

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-right: 15px;
    color: #fff;
}


.portfolio__name div {

    width: 426px;
    height: 70px;
    position: relative;
}

.portfolio__name div img {
    position: absolute;
    z-index: 100;
    top: 0;
}

.portfolio__name div h2 {
    position: absolute;
    z-index: 120;
    bottom: 0;
    display: block;
    font-family: Montserrat;
    font-weight: 600;

    font-size: 40px;

    line-height: 100%;
    letter-spacing: 0%;


}

.portfolio__container {
    width: 1348px;
    margin: 0 auto;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 300;
}

.portfolio__tabs {
    width: 450px;

}

.portfolio__tabs-element {
    width: 100%;
    display: flex;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 1px;
    cursor: pointer;
    color: #fff;
}

.portfolio__tabs-element:hover p {
    text-decoration: underline;
    font-weight: 600;
}

.portfolio__tabs-element div {
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, #07E6D9 0%, #1C423F 89.58%);
    border-radius: 15px;
    margin-right: 15px;
    position: relative;
}

.portfolio__tabs-element div::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #fff;
    left: calc(50% - 0.5px);
    bottom: -26px;
}

.portfolio__tabs-element:last-child div::before {
    display: none;
}

.portfolio__tabs-element p {
    font-size: 16px;
}

.portfolio__content {
    width: 856px;

}

.portfolio__content-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio__content-element {
    width: 423px;
    height: 253px;
    border-radius: 16px;

    margin-bottom: 19px;
    position: relative;
    overflow: hidden;
}

.portfolio__content-image {
    position: absolute;
    z-index: 150;
    width: 100%;
    height: 100%;
}

.portfolio__content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio__content-text {
    position: relative;
    z-index: 180;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    opacity: 0;
}

.portfolio__content-element:hover .portfolio__content-text {
    opacity: 1;
}

.portfolio__content-text div {
    width: 100%;
    height: 97px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    padding: 11px 15px;
}

.portfolio__content-text div p:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.portfolio__content-text div p:nth-child(1) img {
    width: 16px;
    height: 16px;
}

.portfolio__content-text div span {

    font-weight: 600;

    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;

}

.portfolio__content-text div p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
}

.portfolio__images1 {
    position: absolute;
    z-index: 100;
    top: -58%;
    left: -2%;
}

.portfolio__images2 {
    position: absolute;
    z-index: 100;
    top: -38%;
}

/************WHY WE*************/
/************WHY WE*************/
/************WHY WE*************/

.why_we {
    width: 100%;
    position: relative;
    margin-top: 95px;
    color: #fff;
}

.why_we-container {
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 300;

}

.why_we-name {
    width: 100%;
}

.why_we-name h3 {

    font-weight: 600;

    font-size: 38px;

    line-height: 100%;
    letter-spacing: 0%;

}

.why_we-name span {
    border-bottom: 1px solid #1F9D96;
}

.why_we-wrapper {
    margin-top: 75px;
    width: 100%;
    height: 481px;
    display: flex;
    justify-content: space-between;

}

.why_we-element {
    width: 321px;
    height: 417px;
    border: 1px solid #433E42;
    border-radius: 16px;
    background: linear-gradient(152.69deg, #433e4246 3.41%, rgba(0, 0, 0, 0) 82.98%);

    backdrop-filter: blur(5px);
    padding: 83px 26px;

    transition: background 0.4s ease, backdrop-filter 0.4s ease, margin-top 0.4s ease;
}

.why_weelement-name {

    font-weight: 700;

    font-size: 22px;

    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 19px;
    height: 66px;
}

.why_we-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

}

.why_we-text p {
    margin-bottom: 12px;
}

.why_we-element:hover {
    background: linear-gradient(180deg, rgba(31, 157, 150, 0.4) 9.12%, rgba(188, 37, 37, 0.04) 100%);
    backdrop-filter: blur(10px);
    margin-top: 40px;
}

.why_we_line {
    width: 100%;
    height: 2px;
    background-color: rgba(31, 157, 150, 1);
}

.why_we__images1 {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: -80%;
    right: 0;
}

.why_we__images1 img {
    width: 100%;

}

/******WHO WE ARE***********/
.who_we {
    margin-top: 29px;
    width: 100%;
    position: relative;
}

.who_we__container {
    width: 1303px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}

.who_we-name {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.who_we-name div {
    width: 485px;
    height: 102px;
    position: relative;

    z-index: 300;
}

.who_we-name div img {
    width: 100%;
    height: 100%;
    object-fit: contain;


}

.who_we-name div p {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.who_we-wrapper {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.who_we-text {
    width: 641px;
    color: #fff;
}

.who_we-text h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.who_we-text p {
    margin-bottom: 19px;
    font-style: 16px;
    line-height: 25px;
}

.who_we-image {}


/**********TEAM MEMBERS*************/

.team_members {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

.team_members-container {
    width: 100%;
    position: relative;
    z-index: 300;
}

.team_members-image {
    width: 100%;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_members-wrapper {
    width: 1162px;
    margin: 0 auto;
    margin-top: 83px;
    display: flex;
    justify-content: space-between;
}

.team_members-element {
    width: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_members-photo {
    width: 262px;
    height: 262px;
}

.team_members-desc {
    color: #fff;
    width: 181px;
    height: 96px;
    margin-top: 46px;

}

.team_members-name {

    width: 100%;
    height: 50px;

    position: relative;
}

.team_members-name img {
    position: absolute;
    left: 10px;
    z-index: 150;
}

.team_members-name p {
    position: absolute;
    z-index: 200;

    font-weight: 600;
    right: 10px;
    bottom: 15px;
    font-size: 20px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

}

.team_members-position {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.team_members-image1 {
    position: absolute;
    z-index: 100;
    top: -80%;
}


/**********OUR CLIENTS*************/
/**********OUR CLIENTS*************/
/**********OUR CLIENTS*************/



.our_clients {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.our_clients-container {
    width: 1278px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}

.our_clients-name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.our_clients-wrapper {

    width: 100%;
    height: calc(724px - 43px - 100px);
    margin-top: 43px;
    position: relative;
}

.our_clients-element {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background-image: url('../images/ui/our_clients-circle.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.our_clients-element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our_clients1 {
    width: 237px;
    height: 237px;
    ;
    border-radius: 149px;
}

.our_clients2 {
    width: 193px;
    height: 193px;
    border-radius: 149px;
    left: 337px;
    top: 44px;
}

.our_clients3 {
    top: 11px;
    width: 149px;
    height: 149px;
    border-radius: 149px;
    left: calc(50% - 74px);
}

.our_clients4 {
    width: 193px;
    height: 193px;
    left: calc(50% + 90px);
    top: 119px;
}

.our_clients5 {
    width: 237px;
    height: 237px;
    right: 0;
}

.our_clients6 {
    width: 210px;
    height: 210px;
    left: 0;
    bottom: 80px;
}

.our_clients7 {
    width: 237px;
    height: 237px;
    left: 320px;
    bottom: 0;
    padding: 40px;
}

.our_clients8 {
    width: 193px;
    height: 193px;
    left: calc(50% - 86px);
    bottom: 130px;
}

.our_clients9 {
    width: 149px;
    height: 149px;
    bottom: 20px;
    right: 320px;
}

.our_clients10 {
    bottom: 130px;
    right: 118px;
}

/***OUR CLIENTS ABSOLUTE IMGES*****/
.our_clients-image1 {
    position: absolute;
    right: 0;
    z-index: 100;
    top: -26%;
}

/*******BLOG**********/
/*******BLOG**********/
/*******BLOG**********/
/*******BLOG**********/
.daker_blog {
    width: 100%;
    position: relative;
    color: #fff;
    margin-top: 80px;
}

.blog_container {
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}

.blog_name {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_name div {
    position: relative;
    height: 100px;
    width: calc(100% - 260px);
}

.blog_name div img {
    position: absolute;
    top: 0;
}

.blog_name div h2 {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;


    font-weight: 600;

    font-size: 40px;

    line-height: 100%;
    letter-spacing: 0%;

}

.blog_name a {
    width: 259px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(31, 157, 150, 1);

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    border-radius: 40px;

}

.blog_name img {
    margin-left: 10px;
}




/*********BLOG SLIDER*********/
.blog_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 70px;
    height: 830px;
}

.blogSwiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}


.blogSwiper {
    width: 100%;
}



.swiper-slide {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__content {
    display: block;
    width: 1167px;
    height: 100%;
    background-color: #1F9D96;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
}

.blog__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 150;
}

.blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__text {
    position: absolute;
    width: 100%;
    height: 220px;
    z-index: 200;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 27px;
}

.blog__text-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog__text-name h3 {

    font-weight: 600;

    font-size: 32px;

    line-height: 100%;
    letter-spacing: 0%;

}

.blog__text-name img {
    width: 23px;
    height: 23px;
}

.blog__text-text {
    margin-top: 14px;

    font-weight: 400;
    height: 70px;
    font-size: 16px;

    line-height: 24px;
    letter-spacing: 0%;

}

.blog__text-links {
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.blog__date {
    width: 164px;
    display: flex;
    align-items: center;
}

.blog__date img {
    width: 50px;
    height: 50px;
}

.blog__date time {
    margin-left: 15px;

    font-weight: 400;

    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;

}

.blog__hashtags {
    display: flex;
}

.blog__hashtags p {
    display: block;
    margin-left: 17px;
    padding: 7.5px 23px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
}

.swiper-button-prev {
    background: rebeccapurple;
}

.swiper-button-prev {
    background: linear-gradient(135deg, #07E6D9 0%, #1C423F 89.58%);
    width: 62px;
    height: 62px;
    border-radius: 50px;
}

.swiper-button-next {
    background: linear-gradient(135deg, #07E6D9 0%, #1C423F 89.58%);
    width: 62px;
    height: 62px;
    border-radius: 50px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

/*******CONTACT***************/
/*******CONTACT***************/
/*******CONTACT***************/
/*******CONTACT***************/


.contact_section {
    width: 100%;
    position: relative;
    margin-top: 180px;
    color: #fff;
    height: 810px;
}

.contact__container {
    width: 1330px;
    margin: 0 auto;
    position: relative;
    z-index: 150;
}

.contact__name {
    max-width: 1000px;
    margin: 0 auto;

    font-weight: 600;

    font-size: 40px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.contact__wrapper {
    width: 100%;
    margin-top: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact__image {
    width: calc(100% - 752px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact__image-container {
    width: 363px;
    height: 363px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********contact FORM **********/
/**********contact FORM **********/
.contact__form-block {
    width: 752px;
    height: 527px;
    border-radius: 16px;
    padding: 32px;

    background: linear-gradient(152.69deg, #64646434 3.41%, rgba(0, 0, 0, 0) 82.98%);
    backdrop-filter: blur(30px)
}

.contact__form-inputs {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact__form-inputs1 {
    width: 320px;
}

.input__block {
    width: 100%;
    margin-bottom: 26px;
}

.input__block label {

    font-weight: 700;
    font-size: 20px;

    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 18px;

}

.input__block input {
    overflow: hidden;
    border-bottom: 2px solid #1F9D96;
    height: 40px;
    padding: 12px 20px;
    width: 320px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 18px;
}

.input__block input::placeholder {
    color: #1F9D96;
}

.contact__form-inputs2 {
    width: 320px;
}

.input__textare {
    width: 320px;

}

.input__textare label {

    font-weight: 700;
    font-size: 20px;

    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 18px;
}

.input__textare textarea {
    width: 320px;
    height: 128px;
    overflow: hidden;
    border-bottom: 2px solid #1F9D96;

    padding: 12px;

    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 18px;
}

.input__textare textarea::placeholder {
    color: #1F9D96;
}

.input__block-options {
    margin-top: 28px;
}

.input__block-options legend {
    font-weight: 700;
    font-size: 20px;

    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 18px;
}






.input__block-wrapper {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}





/* custom radio */
.radio__option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.radio__option input {
    position: absolute;
    opacity: 0;
}

.radio__circle {
    width: 20px;
    height: 20px;
    border: 2px solid #1F9D96;
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    cursor: pointer;
}

.radio__option input:checked+.radio__circle {
    background: rgba(31, 157, 150, 1);
    border-color: rgba(31, 157, 150, 1);
    cursor: pointer;
}

/* custom checkbox */
.checkbox__option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;

}

.checkbox__option input {
    position: absolute;
    opacity: 0;
}

.checkbox__box {
    width: 20px;
    height: 20px;
    border: 1px solid #1F9D96;
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    cursor: pointer;
}

.checkbox__option input:checked+.checkbox__box {
    background: rgba(31, 157, 150, 1);
    border-color: rgba(31, 157, 150, 1);
}

.contact__form-terms {
    margin-top: 20px;
}

.checkbox__label a {
    color: #fff;
    text-decoration: underline;
}

.contact__form-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 41px;
}

.contact__form-button button {
    width: 252px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 157, 150, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
    color: #fff;

}

.contact__form-button button p {

    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-right: 15px;
}

/**********contact FORM section  **********/


.contact__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 101px;
    margin-top: 55px;
}

.contact__links a {
    width: 45px;
    height: 45px;
    background: rgba(157, 157, 157, 0.5);
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.contact__links a:hover {
    background: linear-gradient(180deg, #1F9D96 0%, #9D9D9D 100%);

}

.contact__links-wrapper {
    width: 549px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}









/************absolute__Images__contact***/
.contact__image1 {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
}

.contact__image2 {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
}

.contact__image3 {
    position: absolute;
    z-index: 100;

    right: 15%;
    bottom: 0;
}

.contact__image4 {
    position: absolute;
    z-index: 100;
    left: 10%;
    bottom: 0;
}

.contact__image5 {
    position: absolute;
    z-index: 100;
    right: 0;
    top: -70%;
}

.contact__image6 {
    position: absolute;
    z-index: 150;
    left: 40px;
    bottom: 40px;
}

.contact__absolute_text1 {
    position: absolute;
    transform: rotate(90deg);
    left: -40px;
    bottom: 25%;
}

.contact__absolute_text2 {
    position: absolute;
    transform: rotate(-90deg);
    right: -80px;
    bottom: 25%;
}

.contact_image-absolute1 {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 5%;
}

.contact_image-absolute1 img {
    width: 100%;
}

/*****************/
.portfolio__content-block {
    display: none;
}

.portfolio__content-block.is-active {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1450px) {
    .contact__absolute_text2 {
        right: -95px;
    }

}

@media only screen and (max-width: 1370px) {
    .what__do-servives {
        width: 650px;
    }

    .what__do-desc {
        height: 543px;
        width: 468px;
        position: relative;
    }

    .what__do-servives {
        height: 543px;
    }

    .portfolio__container {
        width: 1200px;
    }

    .portfolio__name {
        width: 1200px;
    }

    .portfolio__tabs {
        width: 360px;
    }

    .portfolio__content-element {
        width: 411px;
        height: 223px;
    }

    .what__do-name {
        width: 1200px;
    }

    .why_we-container {
        width: 1200px;
    }

    .why_we-element {
        width: 280px;
        height: 380px;
        padding: 60px 26px;
    }

    .who_we__container {
        width: 1200px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero__section-desc {
        width: 290px;
        height: initial;
        position: absolute;
        right: 10px;
    }

    .hero__section-desc h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .hero__lead {
        font-size: 16px;

    }

    .what__do-content {
        flex-direction: column;
    }

    .what__do-name {
        width: 95%;

    }

    .what__do-name a {
        display: none;
        visibility: hidden;
    }

    .what__do-desc {
        width: 404px;
        height: 469px;

    }

    .what__do-desc-text div p:nth-child(2) {
        display: none;
        visibility: hidden;
    }

    .what__do-desc-text div {
        padding: 22px;
    }

    .what__do-desc-text div p:nth-child(1) {
        margin: 0 auto;
        margin-top: 59px;
    }

    .what__do-desc-text div p {
        font-size: 20px;
        line-height: 30px;
    }

    .what__do-circle {
        width: 140px;
        height: 140px;
        left: calc(50% - 70px);
        top: -51px;
    }

    .what__do-circle img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .what__do-servives {
        margin-top: 20px;
        width: 100%;
    }

    .what__do-servives-element {
        font-size: 22px;
        padding: 0px 20px 0px 30px;
        height: 91px;
    }

    .what__do-servives {
        height: 426px;
    }

    .what__do-servives-element img {
        opacity: 1;
    }

    .portfolio__name {
        width: 95%;
    }

    .portfolio__name a {
        display: none;
        visibility: hidden;
    }

    .portfolio__name div {
        width: 300px;
    }

    .portfolio__name div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .portfolio__name div h2 {
        font-size: 25px;
    }

    .portfolio__container {
        width: 95%;
        flex-direction: column;
    }

    .portfolio__content {
        width: initial;
    }

    .portfolio__content-element {
        width: 48%;
        height: 116px;
    }

    .why_we-container {
        width: 95%;
    }

    .why_we-name h3 {
        font-weight: 600;
        font-size: 29px;
        line-height: 44px;
        letter-spacing: 0%;
    }

    .why_we-wrapper {
        margin-top: 27px;
        flex-direction: column;
        height: initial;
    }

    .why_we-element {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 10px;
        height: initial;
    }

    .why_weelement-name {
        margin-bottom: 5px;
        line-height: 120%;
        height: initial;
    }

    .who_we__container {
        width: 95%;
    }

    .who_we-name {
        width: 100%;
    }

    .who_we-wrapper {
        flex-direction: column-reverse;
    }

    .who_we-text {
        width: 100%;
    }

    .who_we-name div {
        width: 100%;
    }

    .who_we-name div p {
        bottom: 9px;
        font-size: 36px;
    }

    .who_we-text h2 {
        font-size: 35px;
    }

    .team_members-container {
        width: 95%;
        margin: 0 auto;
    }

    .team_members-wrapper {
        width: 100%;
        height: initial;
        flex-direction: column;
        align-items: center;
    }

    .team_members-image {
        width: 90%;
        height: 90px;
        margin: 0 auto;
    }

    .team_members-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .team_members-desc {
        margin-top: 15px;
    }

    .team_members-element {
        margin-bottom: 20px;
    }

    /***********/
    .our_clients-container {
        width: 95%;
    }

    .our_clients-name img {
        width: 100%;
        object-fit: contain;
    }

    .our_clients-name {
        width: 90%;
        margin: 0 auto;
    }

    .our_clients-wrapper {
        height: calc(724px - 43px - 200px);
    }

    /*************/
    .our_clients1 {
        width: 120px;
        height: 120px;
    }

    .our_clients2 {
        width: 80px;
        height: 80px;
        left: 42px;
        top: 143px;
    }

    .our_clients3 {
        width: 140px;
        height: 140px;
    }

    .our_clients4 {
        width: 120px;
        height: 120px;
        top: 126px;
        left: calc(50% + 58px);
    }

    .our_clients5 {
        width: 120px;
        height: 120px;

    }

    .our_clients6 {
        width: 120px;
        height: 120px;
        left: 21px;
        bottom: 125px;
    }

    .our_clients7 {
        width: 140px;
        height: 140px;
        left: 144px;
    }

    .our_clients8 {
        width: 120px;
        height: 120px;
        left: calc(50% - 68px);

        bottom: 190px;
    }

    .our_clients9 {
        width: 80px;
        height: 80px;
    }

    .our_clients10 {
        width: 80px;
        height: 80px;
        bottom: 130px;
        right: 84px;
    }

    /******************/
    .blog_container {
        width: 95%;

    }

    .blog_name a {
        display: none;
        visibility: hidden;
    }

    .blog_name div {
        width: 100%;
    }

    .blog_name img {
        margin: 0 auto;
    }

    .blog_name div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .blog_name div h2 {
        font-size: 19px;
        bottom: 2px;
    }

    .blog_wrapper {
        margin-top: 20px;
        height: 540px;
    }
    .blog__text{
        padding: 18px;
        height: 250px;
    }
    .blog__text-name h3 {
        font-size: 20px;
        line-height: 125%;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
        visibility: hidden;
    }
    .blog__text-text {
        font-size: 14px;
    }.blog__text-links {
        height: 50px;
        margin-top: 20px;
    }
    .contact_section{
        margin-top: 100px;
        height: initial;
    }
    .contact__container{
        width: 95%;
    }
    .contact__name{
        width: 100%;
        font-size: 25px;
    }
    .contact__wrapper{
        flex-direction: column;
    }

    .contact__image{
        width: 100%;
        height: 350px;
    }
    .contact__image-container {
        width: 300px;
        height: 300px;
    }
    .contact__form-block{
        margin-top: 20px;
        width: 100%;
        height: initial;
    }
    .contact__form-inputs{
        flex-direction: column;
    }
    .contact__form-terms{
        margin-top: 0;
    }
    .checkbox__label{
        line-height: 120%;
    }
    .input__block input {
        width: 100%;
    }
    .contact__form-inputs1{
        width: 100%;
    }
    .contact__form-inputs2{
        width: 100%;
    }
    .input__textare{
        width: 100%;
    }
    .input__textare textarea{
        width: 100%;
    }
    .contact__image{
        height: 305px;
    }
    .contact__wrapper{
        margin-top: 15px;
        padding-bottom: 100px;
    }
    .contact__links{
        display: none;
        visibility: hidden;
    }
    .contact__absolute_text1{
display: none;
visibility: hidden;
    }
    .contact__absolute_text2{
        transform: initial;
        bottom: 10px;
        left: 15px;
    }
    .contact__image6{
        left: 15px;
    }
    .contact__form-block {
        padding: 25px;
    }
    .burger__content nav{
        background-color: #433e42e8;
        border-radius: 15px;
    }
}