
.hero {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background: var(--background-gradient-dark);
    transition: background 0.5s ease;
    /* Smooth transition */

}

/* Light theme for the hero section */
.hero.light-theme {
    background: #F8F8F8;
    /* Light theme background */
}

.hero__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero__name {
    position: absolute;
    left: 68px;
    top: 200px;
}

.hero__name__big {
    font-size: 60px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -0.03em;
    text-align: left;
    color: var(--white);
    transition: color 0.5s ease;
    /* Smooth transition */

}

/* Light theme color for .hero__name__big */
.hero.light-theme .hero__name__big {
    color: #3F3F3F;
}

.hero__name__small {
    color: var(--text-dark);
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
    max-width: 523px;
    margin-top: 38px;
    transition: color 0.5s ease;
}

/* Light theme color for .hero__name__small */
.hero.light-theme .hero__name__small {
    color: #3F3F3F;
}

.hero__button {}

.hero__button button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--background-gradient-red-button);
    width: 285px;
    height: 64px;
    margin-top: 52px;
    border-radius: var(--button-radius);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;

}

.hero__statistics {
    position: absolute;

    bottom: 56px;

    width: 391px;
    height: 110px;
    left: 68px;


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

.hero__statistics__element {
    width: 110px;
    height: 100%;
}

.hero__statistics__element span {
    color: var(--basic-red);
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
}

.hero__statistics__element-number {

    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: var(--white);
    transition: color 0.5s ease;
}

.hero.light-theme .hero__statistics__element-number {
    color: #3F3F3F;
}


.hero__statstics__element_desc {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    transition: color 0.5s ease;
}

/* Light theme color for .hero__statstics__element_desc */
.hero.light-theme .hero__statstics__element_desc {
    color: #3F3F3F;
}

.hero__logo {
    position: absolute;
    z-index: 300;
    bottom: 0;
    right: 0;
    height: 166px;
    width: 745px;
    border-radius: 50px 0px 0px 0px;
    background: var(--background-gradient-red);

    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero__logo__name {
    position: relative;
    width: 238px;
    height: 72px;

    margin-top: 20px;
}

.hero__logo__name p {

    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
    text-align: left;
    color: var(--white);
}

.hero__logo__name img {
    position: absolute;
    right: -20px;
    top: -20px;
}

.hero__logo__desc {
    height: 93px;
    width: 333px;
    color: var(--white);

    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;

}

.hero__backgroud {
    position: absolute;
    z-index: 200;
    width: 662px;
    height: 662px;
    right: 0px;
    bottom: 140px;
}






/*****Clinets*******/
.clients {
    width: 100%;
    height: 229px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.clientsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientsSwiper img {
    width: auto;
    height: 100px;
    /* Adjust as needed */
    object-fit: contain;
}

.swiper__slider__customer {
    width: 220px;
    height: 112px;
    border-radius: 10px;
}

.swiper__slider__customer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.clients .swiper {
    width: 100%;
}





/*****Services*******/
.services {
    width: 100%;
    min-height: 926px;
    background: var(--background-gradient-dark);
}

.how__work__container {
    margin-top: 50px;
    width: 100%;

}

.how__work__name {

    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: center;
    color: #fff;



}

.how__work__desc {
    margin-top: 31px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 52px;
}






.how__work__wrapper {

    width: 100%;
    height: 621px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.how__work__element {
    width: 33.3%;
    height: 100%;

}






.how__work__wrapper {

    width: 100%;
    height: 621px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.how__work__element {
    display: flex;

}

.how__work__element:hover .how__work__blur {
    opacity: 1;
}

.how__work__element:hover .how__work__element__desc {
    opacity: 1;
}





/* Left Block */
.how__work__element.left {
    width: 36.5%;
    /* Slightly increase to ensure overlap */
    height: 100%;

    clip-path: polygon(0% 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 200;

}

/* Center Block */
.how__work__element.center {
    position: absolute;
    width: 800px;
    /* Increase width to overlap slightly */
    height: 100%;

    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 2;
    margin: 0 -2%;
    /* Adjust margin for better alignment */
    position: relative;
    left: calc(50% - 400px);
    z-index: 300;
}

/* Right Block */
.how__work__element.right {
    width: 41.5%;
    /* Slightly increase to match the alignment */
    height: 100%;

    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    position: absolute;
    right: 0;
    z-index: 200;
}

.how__work__element-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;

}

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

.how__work__blur {
    backdrop-filter: blur(18.200000762939453px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
}


.how__work__element__desc {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 277px;
    z-index: 300;
    background: #1E1E1E80;

}

.how__work__element__desc__name {
    position: absolute;
    width: 280px;
    top: -55px;
    left: calc(50% - 140px);

    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #830002;
}

.how__work__element__desc__text {
    width: 315px;
    height: 153px;


    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
    position: absolute;
    left: calc(50% - 157.5px);
    top: 76px;
}

.left .how__work__element__desc__text {
    left: calc(50% - 230px);
}

.left .how__work__element__desc__name {
    left: calc(50% - 190px);
}

.center .how__work__element__desc__name {
    left: calc(50% - 155px);
}

.right .how__work__element__desc__text {
    left: initial;
    left: calc(50% - 0px);
}

.right .how__work__element__desc__name {
    left: calc(50% - 40px);
}

.services__container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;

}

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

.services__main-name {
    width: 305px;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: left;
    color: #fff;

}

.services__desc {
    width: 561px;
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;

}

.services__wrapper {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;

}

.services__element {
    width: 368px;
    height: 545px;

}



.services__image {
    width: 100%;
    height: 283px;
    border: 10px solid #fff;
    border-radius: var(--button-radius);
}

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

.services__name {
    margin-top: 38px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;

}

.servies__desc {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
    text-align: left;
    margin-top: 37px;
}

/* Light theme for services section */
.services.light-theme {
    background: linear-gradient(219.84deg, #FFFFFF 4.14%, #CBCBCB 82.76%);
}

.services.light-theme .services__desc,
.services.light-theme .servies__desc {
    color: #000;
    /* Dark text for description in light theme */
}

.services.light-theme .services__main-name,
.services.light-theme .services__name {
    color: #3F3F3F;
    /* Dark gray color for main name and service name */
}









/**********what makes us different***********/
.different {
    width: 100%;
    min-height: 770px;
    background-color: var(--basic-background-grey);
    position: relative;
    overflow: hidden;
}

.different__absolute__image {
    position: absolute;
    left: 0;
    top: -140px;
}

.different__container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 166px;
}

.different__name__desc {
    height: 138px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.different__name {
    position: relative;
    width: 335px;

}

.different__line {
    position: absolute;
    top: -20px;
    width: 105px;
    height: 9px;
    background: var(--background-gradient-red-line);
}

.different__name__text {
    color: var(--white);
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: left;


}

.different__desc {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    width: 561px;
}

.different__wrapper {
    margin-top: 34px;
    width: 1200px;
    display: flex;
    justify-content: space-between;

}

.different__element {
    width: 263px;
    height: 409px;

}

.different__element__wrapper {
    width: 100%;
    height: 100%;

}

.different__element__image {
    width: 100%;
    height: 155px;

}

.different__image__container {
    width: 155px;
    height: 156px;
    position: relative;


}

.different_placeholder {
    position: absolute;
    left: -42px;
    z-index: 200;
}

.different_placeholder-img {
    position: absolute;
    z-index: 300;
    left: 16.5px;
    top: 56px;
    width: 38px;
    height: 38px;
}

.different__element:nth-child(2) .different_placeholder-img {
    left: 13.5px;
    top: 60px;
}

.different__element:nth-child(3) .different_placeholder-img {
    left: 17px;
    top: 59px;
}

.different_placeholder {}

.different__element__name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;

}

.different__element__desc {
    margin-top: 24px;
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;


}

/* Light theme for different section */
.different.light-theme {
    background-color: #fff;
}

.different.light-theme .different__name__text {
    color: #3F3F3F;
}

.different.light-theme .different__desc,
.different.light-theme .different__element__desc {
    color: #000;
}

.different.light-theme .different__element__name {
    color: #3F3F3F;
}



/*********STORY WHO WE ARE**************/
.story {
    width: 100%;
    height: 640px;
    background-color: var(--basic-background-grey);
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.story__container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.story__desc {
    width: 551px;
}

.story__desc__name {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: left;
    margin-bottom: 24px;
    max-width: 275px;


}

.story__desc__text {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;

}

.story__desc__button {
    margin-top: 49px;


}

.story__desc__button button {
    width: 181px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--background-gradient-red-button);
    border-radius: var(--button-radius);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;


}


.story__image {
    width: 575px;
    height: 470px;
    border: 10px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 15px 0px #9797971F;

}

.story__image img {
    width: 100%;
    height: 100%;
    border-radius: 39px;
    object-fit: cover;
}



.story__absolute__image {
    position: absolute;
    left: calc(472px);
    bottom: -140px;
}



/********* Light Theme for Story Section **************/
.story.light-theme {
    background-color: #fff;
    /* New background color */
}

.story.light-theme .story__desc__name {
    color: #3F3F3F;
    /* Updated text color */
}

.story.light-theme .story__desc__text {
    color: #000;
    /* Updated text color */
}

.story.light-theme .story__image {
    border-color: #3F3F3F;
    /* Updated border color */
}

/* Story Popup Styles */
.story-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    z-index: 1000;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.story-popup__content {

    background: linear-gradient(219.84deg, #FFFFFF 4.14%, #CBCBCB 82.76%);


    border-radius: 10px;
    width: 1240px;
    height: 762px;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.story-popup__image {
    width: 100%;
    height: 265px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-popup__image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.story-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

body.no-scroll {
    overflow: hidden;
    /* Prevents body from scrolling */
}

/* Close Button Styling */
/* Close Button Styling */
.story-popup__close-btn {
    background: linear-gradient(97.73deg, #C66565 -6.96%, #CA2225 40.89%, #830002 73.64%);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 48px;
    right: 37px;
    cursor: pointer;

    z-index: 1001;
    /* Ensures it's above other content */
}

.story-popup__close-btn:hover {
    color: #000;
    /* Darken on hover */
}

.story-popup__content h2 {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: center;
    margin-top: 50px;

}

.popup__content__text {
    max-width: 1021px;
    margin: 0 auto;
}

.popup__content__text p {
    text-align: left;

    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    margin-bottom: 20px;

}


















/********Our projects **********/
.projects {
    min-height: 660px;
    background: var(--background-gradient-dark);
    position: relative;
    z-index: 300;
    padding-bottom: 60px;
}

.projects__svg {
    position: absolute;
    z-index: 100;
}

.projects__svg1 {
    left: 18.5%;
    top: 36%;
}

.projects__svg2 {
    top: 44%;
}

.projects__container {
    position: relative;
    padding-top: 103px;
    z-index: 200;
}

.projects__slider {
    width: 1257px;
    margin: 0 auto;
    height: 724px;
    display: flex;
    justify-content: space-between;
 
}

.projects__slider__navigation {}

.projects__slider__name {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: left;

}

.projects__slider__navigation__elements {
    display: flex;

    flex-direction: column;
    margin-top: 13px;
}

.projects__slider__navigation__elements button {
    text-align: left;
    padding-left: 16px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.15px;
    color: #C2C7D6;
    margin-bottom: 15px;
    border-left: 3px solid rgba(0, 0, 0, 0);
}

.projects__slider__navigation__elements button:hover {
    color: var(--basic-red);
    border-left: 3px solid var(--basic-red);
}

.projects__all-projects {
    width: 181px;
    height: 64px;
    margin-top: 60px;
}

.projects__all-projects a {
    width: 181px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--background-gradient-red-button);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border-radius: var(--button-radius);

}

.project__slider__content {
    width: 887px;
    height: calc(628px + 32px + 64px);
    background-color: #00000000;
}

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

.project__slider__wrapper .swiper {
    width: 100%;
    height: calc(628px + 32px + 64px);

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #00000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 628px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--background-gradient-red-button);
    width: 85px;
    height: 64px;
    color: #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--button-radius);

}

.swiper-button-img {
    transform: translateX(11px);
}

.swiper-button-next img {
    transform: rotate(180deg) translateX(-10px);
}

.swiper-button-next {
    top: 94%;
    right: 0;
}

.swiper-button-prev {
    top: 94%;
    left: 0;
}

.swiper__projects__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.swiper__projects__element {
    height: 304px;
    width: 434px;
    position: relative;
    border-radius: var(--button-radius);
}

.swiper__projects__element:nth-child(1) {
    margin-bottom: 15px;
}

.swiper__projects__element__image {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;

    border-radius: var(--button-radius);

}

.swiper__projects__element__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--button-radius);
}

.swiper__projects__element__desc {
    width: 100%;
    height: 102px;
    background: linear-gradient(219.84deg, #ffffffde 4.14%, #cbcbcbd0 82.76%);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    z-index: 300;
    bottom: 0;
    padding: 10px;

    text-align: left;
}

.swiper__projects__element__desc {}


.swiper__projects__element__name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.46px;
    text-align: left;

}

.swiper__projects__element__adress {

    font-size: 18px;
    font-weight: 400;
    line-height: 21.11px;
    text-align: left;
    margin-top: 7px;
}

.swiper__projects__element__more {
    margin-top: 5px;
}

.swiper__projects__element__more a {
    color: var(--basic-red);
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.11px;
    text-align: left;

}
.mobile__all_projects{
    display: none;
    visibility: hidden;
}



/*****map******/

.projects__map {
    width: 1257px;
    height: 547px;
    margin: 0 auto;
    padding-bottom: 55px;
    margin-top: 40px;

}

.projects__map__container {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 5px solid #fff;
}

.projects__map__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 44px;
}




/********Our offers **********/

.offers {
    min-height: 1270px;
    background-color: #3F3F3F;
    position: relative;

}

.offers__svg {
    position: absolute;
    right: 0;
    top: -120px;
}

.offers__container {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 1270px;

    position: relative;
}

.offers__background {
    position: absolute;
    width: 890px;
    height: 890px;
    border-radius: 50px;
    opacity: 0.3;
    overflow: hidden;

    z-index: 100;
}

.offers__background1 {
    top: 0;
    left: 0;
}

.offers__background2 {
    bottom: 0;
    right: 0;
}

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

.offers__wrapper {
    position: absolute;
    left: calc(50% - 650px);
    top: 330px;
    z-index: 200;
    width: 1300px;
    height: 478px;
    margin: 0 auto;


    display: flex;
    justify-content: space-between;
}

.offers__element {
    width: 630px;
    height: 478px;
    border-radius: 50px;
    background-color: #A3AAC2;


    position: relative;
}

.offers__element__image {
    position: absolute;
    width: 630px;
    height: 478px;
    border-radius: 50px;
    z-index: 200;
}

.offers__element__image img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.offers__element__desc {
    bottom: 0;
    z-index: 300;
    height: 203px;
    width: 630px;
    position: absolute;
    border-radius: 0px 0px 50px 50px;
    background: linear-gradient(219.84deg, rgba(255, 255, 255, 0.8) 4.14%, rgba(203, 203, 203, 0.8) 82.76%);

}

.offers__element__desc_text {
    padding: 28px 23px 0px 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;

}

.offers__element__button {
    position: absolute;
    z-index: 400;
    height: 64px;
    width: 225px;
    bottom: -32px;
    left: calc(50% - 112.5px);

}

.offers__element__button button {
    width: 100%;
    height: 100%;
    background: var(--background-gradient-red-button);

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border-radius: var(--button-radius);
}

.offers__red-logo {
    position: absolute;
    z-index: 300;
    width: 259px;
    height: 253px;
    right: 0;
    top: -103px;
}

.offers__red-logo img {
    z-index: 200;
    position: absolute;
}

.offers__red-logo p {
    z-index: 300;
    position: absolute;
    width: 132px;
    height: 120px;

    top: 82px;
    left: calc(50% - 60px);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;

}






/******contact with us*********/
.contact {
    min-height: 673px;
    background-color: #3F3F3F;

}

.contact__container {
    width: 100%;
    height: 673px;
    background-color: #fff;
    position: relative;
}

.contact__form {
    width: 1064px;
    height: 566px;
    border-radius: 50px;
    background: var(--background-gradient-dark);
    position: absolute;
    left: calc(50% - 532px);
    top: -217px;
    z-index: 300;
}

.form__icon {
    position: absolute;
    z-index: 200;
    top: -381px;
    left: calc(50% + 290px);
}

.contact__form form {
    width: 100%;
    height: 100%;
    padding: 41px 0px 22px 0px;
    display: flex;
    width: 592px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
}

.contact__form__name {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;

}

.contact__form__desc {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.contact__form__wrapper {
    width: 100%;
}

.contact__form__inputs {
    display: flex;
    justify-content: space-between;
    height: 47px;
    width: 100%;

    margin-bottom: 14px;
}

.contact__form__inputs input {
    width: 280px;
    height: 100%;
    border-radius: var(--button-radius);
    padding: 10px 8px;

    color: #3F3F3F;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    resize: none;
}

.contact__form__inputs input::placeholder {
    color: #A3AAC2;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}





















.custom-select {
    position: relative;
    width: 280px;
    cursor: pointer;
    border-radius: var(--button-radius);
    padding: 10px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-select .selected-option {
    font-size: 18px;
    font-weight: 400;
    color: #A3AAC2;
}

.custom-select .select-arrow {
    font-size: 20px;
    color: #fff;
    transition: transform 0.3s ease;
    background: var(--background-gradient-red);
    width: 18.6px;
    height: 18.6px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotate arrow when dropdown is active */
.custom-select.active .select-arrow {
    transform: rotate(180deg);
}

.custom-select .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: var(--button-radius);
    overflow: hidden;
    z-index: 10;
}

.custom-select .dropdown-options li {
    padding: 10px;
    font-size: 16px;
    color: #292E3D;
    cursor: pointer;

}

.custom-select .dropdown-options li:hover {
    background: var(--background-gradient-red);
    color: #fff;
}

.custom-select .dropdown-options li:hover {
    background-color: #e3e3e3;
}



































.contact__form__message {
    width: 100%;
    height: 135px;

}

.contact__form__message textarea {
    width: 100%;
    height: 100%;
    border-radius: var(--button-radius);
    padding: 10px 8px;

    color: #3F3F3F;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    resize: none;
}

.contact__form__message textarea::placeholder {
    color: #A3AAC2;
    opacity: 1;
    /* Firefox */

    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;

}

.contact__form__indicates {
    height: 24px;
    margin-top: 8px;
    margin-bottom: 23px;
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.contact__form__indicates span {
    color: var(--basic-red);
}

.contact__form__submit {
    height: 53px;
    text-align: center;
}

.contact__form__submit button {
    width: 271px;
    height: 53px;
    border-radius: var(--button-radius);
    background: var(--background-gradient-red-button);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.11px;
    text-align: center;
    color: #fff;

}

.contact__information {
    width: 1064px;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 542px);
}

.contact__information__wrapper {
    height: 100%;
    width: 100%;

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

}

.contact__information__data {}

.contact__information_container {
    display: flex;
    height: 32px;
    align-items: center;
    margin-bottom: 20px;
}

.contact__information__desc {

    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--basic-red);
    width: 92px;
}

.contact__information__value {

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #292E3D;
}

.contact__information_container-social {
    display: flex;
    height: 42px;
    align-items: center;

}

.contact__information__social {
    display: flex;
}

.contact__information__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin-right: 20px;
    background: var(--background-gradient-red);
    color: #fff;
    font-size: 20px;
}

.contact__information__social a:hover {
    background: var(--background-gradient-dark);
}

.fa {}

.fa-facebook {}

.fa-linkedin {}

.fa-telegram {}

.fa-whatsapp {}

.fa-twitter {}

.contact__navigation {
    display: flex;
    align-items: center;
    margin-right: 75px;
}

.contact_navigation-icon {
    display: flex;
    align-items: center;
}

.contact_navigation-icon-line {
    width: 3px;
    height: 255px;
    background: var(--background-gradient-red-line);
}

.contact__navigation-values {
    display: flex;
    flex-direction: column;
}

.contact__navigation-values button {
    background-color: rgba(0, 0, 0, 0);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-left: 48px;
    margin-bottom: 7px;
    color: #000;
}

.contact__navigation-values button:hover {
    color: var(--basic-red);
}

/***********Footer styles***************/
.footer {
    width: 100%;
    height: 97px;


}

.footer__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 77px;
    align-items: center;
    background-color: #3F3F3F;
}

.footer__created__by {
    height: 48px;
    width: 164px;

}

.footer__created__by img {
    width: 100%;
    object-fit: cover;

}

.footer__copyright {

    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
    text-align: left;
    color: #ffffff;

}
.category-button.active {

    color: #C66565 ;
    font-weight: 600;
}



/***************************/
.sertificates {

    min-height: 750px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: var(--background-gradient-dark);
}
.sertificates__name {
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;

    margin-bottom: 24px;
    padding-top: 40px;

}
.sertificates__wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}
.sertificates__element {
    width: 320px;
    height: 50px;
    border-radius: 10px;
    background: var(--background-gradient-red-button);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sertificates__element a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    padding: 10px;
}

@media only screen and (max-width: 1610px) {
    .hero__name {
        top: 165px;
    }

    .hero__name__big {
        font-size: 47px;
        line-height: 69px;
    }

    .hero__name__small {
        font-size: 26px;
        font-weight: 500;
        line-height: 44px;
        text-align: left;
        max-width: 523px;
        margin-top: 11px;
    }

    .hero__button button {
        margin-top: 35px;
    }

    .hero__backgroud {
        bottom: 52px;
    }
}

@media only screen and (max-width: 1450px) {
    .hero__statistics {
        bottom: 25px;
        height: 83px;
    }

    .hero__statistics__element-number {
        font-size: 30px;
        line-height: 30px;
    }

    .hero__statistics__element span {
        font-size: 26px;
        margin-left: 2px;
        line-height: 26px;
    }

    .hero__statstics__element_desc {
        font-size: 16px;
        line-height: 21px;
    }

    .header__logo {
        width: 80px;
        height: 80px;
        top: 18px;
    }
}

@media only screen and (max-width: 1380px) {
    .how__work__element.center{
        width: 650px;
        left: calc(50% - 325px);
    }
    .left .how__work__element__desc__text{
        left: calc(50% - 200px);
        top: 49px;
    }
    .right .how__work__element__desc__text{
        left: calc(50% - 60px);
        top: 49px;
    }
    .center .how__work__element__desc__text{

        top: 49px;
    }
    .story-popup__content{
        width: 1000px;
        height: 600px;
    }
    .story-popup__content h2{
        font-size: 41px;
        font-weight: 600;
        line-height: 59px;
        text-align: center;
        margin-top: 13px;
    }
    .story-popup__image {
        height: 230px;
    }
    .popup__content__text{
        max-width: 90%;
        margin: 0 auto;
    }
    .popup__content__text p{
        font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-bottom: 16px;
    }
    .swiper__projects__element{
        width: 400px;
        height: 280px;
        margin-bottom: 0;
    }
    .project__slider__wrapper .swiper{
        height: calc(628px + 32px + 30px);
    }
    .projects__slider__name{
        font-size: 36px;
    }
    .projects__slider__navigation__elements button{
        font-size: 20px;
    }
    .project__slider__content {
        width: 840px;
    }
    .form__icon{
        left: calc(50% + 214px);
    }
}

@media only screen and (max-width: 770px) {



    .our__team{
        display: none;
        visibility: hidden;
    }


    .hero__backgroud{
        display: none;
        visibility: hidden;
    }

    


    .hero__name__big{
        font-size: 30px;
        line-height: 49px;
    }
    .hero__name__small{
        max-width: 300px;
        font-size: 22px;
        font-weight: 500;
        line-height: 35px;
    }
    .hero__logo{
        width: 90%;
        align-items: center;
        justify-content: center;
        height: 109px;
    }
    .hero__logo__desc{
        display: none;
        visibility: hidden;
    }
    .hero__statistics {
        bottom: 210px;
        width: 310px;
    }
    .hero__logo__name p {
        font-size: 41px;
    }
    .hero__logo__name img {
        right: 0px;
        top: -8px;
    }
    .hero__name{
        left: 8%;

    }
    .hero__name__big {
        font-size: 21px;
        line-height: 38px;
    }
    .hero__name__small {
        max-width: 300px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .hero__statistics{
        left: 7%;
    }


    /*********************/
    .clients{
        height: 120px;
    }
    .swiper__slider__customer{
        width: 100px;
        height: 50px;

    }

    /********SERVICEs************/
    .services__container{
        width: 100%;
        padding-top: 28px;
    }
    .services__name__desc{
        display: flex;
        flex-direction: column;
    }
    .services__main-name{
        width: initial;
        font-size: 33px;
        line-height: 61px;
    }
    .services__desc{
        font-size: 15px;
        line-height: 25px;
    }

    .services__wrapper{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;

    }
    .services__element {
        width: 330px;
        height: 456px;
    }
    .services__image{
        height: 230px;
    }
    .services__name {
        margin-top: 11px;
        font-size: 26px;
        line-height: 31px;
    }
    .servies__desc {
        margin-top: 10px;
        font-size: 15px;
        line-height: 27px;
    }
    .services__desc{
        font-size: 14px;
        line-height: 23px;
        width: 90%;
        margin: 0 auto;

    }
    .services__main-name{
        font-size: 25px;
    }
    .services{
        min-height: initial;
    }
    .how__work__name{
        font-size: 25px;
    }
    .how__work__desc{
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
        line-height: 25px;
    }
    .how__work__wrapper{
        margin-top: 30px;
        flex-direction: column;
        height: initial;
    }
    .how__work__element {
        position: initial;
        height: 500px;
    }



    /******Different*********/
    .different{
        min-height: initial;
    }
    .different__container{
        width: 95%;
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 45px;
    }

    .different__name__text {
        font-size: 31px;
        font-weight: 600;
        line-height: 43px;
    }
    .different__absolute__image {
        top: -207px;
    }
    .different__name__desc{
        flex-direction: column;
        height: initial;
    }
    .different__desc{
        width: 100%;
        font-size: 16px;
        line-height: 32px;
    }





    .different__wrapper{
        flex-direction: column;
        width: 100%;
    }
    .different__element{
        height: 325px;
        width: 100%;

        margin-bottom: 10px;
        padding-left: 15px;
    }
    .different_placeholder {
        left: -23px;

    }
    .different_placeholder-img {
        left: 32.5px;
    }
    .different__element:nth-child(2) .different_placeholder-img{
        left: 33.5px;
    }
    .different__element:nth-child(3) .different_placeholder-img {
        left: 34px;
    }
    .different__element__desc {
        
    }
        
    /**************OUT STOry************/
    .story{
        height: initial;
    }
    .story__container{
        width: 95%;
        margin: 0 auto;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .story__image{
        width: 100%;
        height: 280px;
        border: 5x solid #fff;
    }
    .story__desc{
        width: 100%;
    }

    .story__desc__name{
        font-size: 34px;
        line-height: 43px;
        margin-top: 10px;
    }
    .story__desc__button{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .story-popup__content{
        width: 95%;
        height: 80vh;
    }
    .story-popup__close-btn {
        top: 22px;
        right: 22px;
    }
    .story-popup__content h2 {
        font-size: 32px;
        line-height: 43px;
        height: 86px;
        width: 90%;
        margin: 0 auto;
    }
    .story-popup__image{
        height: 35%;
    }
    .popup__content__text{
        height: calc(95% - 35% - 86px);

        overflow-y: scroll;
        padding-right: 10px;
    }
    .popup__content__text::-webkit-scrollbar {
        width: 12px; /* Increase the width */
        border-radius: 5px;
        background-color: #fff;
    }
    .popup__content__text::-webkit-scrollbar-thumb {
        background-color: var(--basic-red); /* Change the background color of the scrollbar thumb */
        border-radius: 5px; /* Add rounded corners */
    }
.story{
    padding-bottom: 40px;
}
    /************Projects***********/
    .projects__container{
        width: 95%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .projects__map{
        display: none;
        visibility: hidden;
    }

    .projects__slider{
        flex-direction: column;
        width: 100%;
        height: initial;
    }
    .projects__all-projects{
        display: none;
        visibility: hidden;
    }
    .projects__slider__navigation{
        
    }
    
    .project__slider__content {
        width: 100%;
    }
    .swiper__projects__element{
        width: 155px;
        height: 48.5%;
        overflow: hidden;
    }
    .project__slider__content{
        height: 500px;
    }
    .project__slider__wrapper .swiper{
        height: 490px;
    }
    .swiper-slide{
        height: 405px;
    }
    .swiper-button-next{
        top: 93%;
    }
    .swiper-button-prev{
        top: 93%;
    }
    .swiper__projects__element__desc{
        padding: 7px;
        height: 80px;
    }
    .swiper__projects__element__name{
        font-size: 12px;
        line-height: 13px;
        height: 28px;
    }
    .swiper__projects__element__adress {
        font-size: 9px;
        margin-top: 4px;
        line-height: 12px;
    }
    
    .swiper__projects__element__more a {
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 75px;
        height: 55px;
    }
    .mobile__all_projects{
        display: flex;
        visibility: visible;
        align-items: center;
        justify-content: center;
        height: 55px;
        margin-top: 20px;
    }
    .mobile__all_projects a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 55px;
        border-radius: var(--button-radius);
        background: var(--background-gradient-red-button);
        color: #fff;
    }
    .swiper__projects__container{
        justify-content: space-evenly;
    }


    /************OFFERS***********/
    .offers{
        min-height: initial;
        width: 100%;
    }
    .offers__container{
        max-width: initial;
        width: 90%;
        margin: 0 auto;
        min-height: 900px;
    }
    .offers__background{
        width: 80%;
        height: 500px;
    }

    .offers__background1 {
        top: 0px;
        left: -41px;
    }



    .offers__wrapper{
        width: 100%;
        height: initial;
        flex-direction: column;
        left: 0;
        top: 50px;
    }
    .offers__element{
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }
    .offers__element__image img{
        border-radius: 10px;
    }
    .offers__red-logo {
        transform: scale(0.5);
        right: -58px;
        top: -103px;
    }
    .offers__element__image{
        width: 100%;
        height: 100%;
    }
    .offers__element__desc{
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        height: 185px;
    }
    .offers__element__desc_text{
        padding: 14px 10px 0px 10px;
        font-size: 13px;
    }
    .offers__element:nth-child(2) {
        margin-top: 110px;
    }
    /*************Contacts*****************/
    .contact__form{
        width: 95%;
        margin: 0 auto;
        left: initial;
        height: initial;
        position: initial;
    }
    .contact__form form{
        width: 95%;
        padding-top: 18px;
    }
    .contact__form__inputs{
        flex-direction: column;
    }
    .contact__form__message{
        width: 100%;
    }
    .contact__form__inputs input{
        width: 100%;
    }
    .contact__form__name{
        font-size: 23px;
    }
    .contact__form__desc {
        font-size: 15px;
        line-height: 27px;
    }
    .contact__form__inputs{
        height: initial;
        flex-direction: column-reverse;
    }
    .contact__form__inputs input{
        height: 47px;
    }
    .contact__form__inputs input[type="email"]{
        margin-bottom: 15px;
    }
    .contact__form__inputs input[type="number"]{
        margin-bottom: 15px;
    }
    .custom-select{
        width: 100%;
    }

    .form__icon{
        display: none;
        visibility: hidden;
    }


    .contact__container{
        height: initial;
        padding-top: 22px;
    }
    .contact__information{
        width: initial;
        height: initial;
        position: initial;
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;


    }
    .contact__information__wrapper{

        flex-direction: column;
        align-items: initial;
    }
    .contact__information__value {
        font-size: 14px;

    }
    .contact__information__desc{
        font-size: 15px;
        width: 67px;
    }
    .contact__information__social a{
        margin-right: 14px;
    }
    .contact__navigation{
        margin-top: 18px;
    }
    .contact__navigation{
        margin-right: 0px;
    }
    .contact__navigation-values button {
        margin-left: 17px;
        font-size: 16px;
    }
}