
.start-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 300px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}

.start-block h1 {
    font-size: 48px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.start-block .description {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.start-block .buttons {
    position: relative;
    display: flex;
    gap: 20px;
    padding-top: 50px;
    box-sizing: border-box;
}

.technologies-block {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
    gap: 20px;
}

.technologies-block .row-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.technologies-block .row-wrapper .row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: auto;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.technologies-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    z-index: 3;
}

.block-grpc {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/grpc.png) no-repeat center;
    background-size: contain;
}

.block-net {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/net.png) no-repeat center;
    background-size: contain;
}

.block-nodejs {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/nodejs.png) no-repeat center;
    background-size: contain;
}

.block-vuejs {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/vuejs.png) no-repeat center;
    background-size: contain;
}

.block-docker {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/docker.png) no-repeat center;
    background-size: contain;
}

.block-azure {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/azure.png) no-repeat center;
    background-size: contain;
}

.block-azure {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/azure.png) no-repeat center;
    background-size: contain;
}

.block-github {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/github.jpg) no-repeat center;
    background-size: contain;
}

.block-maui {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/maui.png) no-repeat center;
    background-size: contain;
}

.block-html5 {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/html5.png) no-repeat center;
    background-size: contain;
}

.block-aws {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/aws.png) no-repeat center;
    background-size: contain;
}

.block-chatgpt {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/chatgpt.png) no-repeat center;
    background-size: contain;
}

.block-ydb {
    position: relative;
    width: 400px;
    height: 400px;
    background: url(/images/technologies/ydb.png) no-repeat center;
    background-size: contain;
}


.our-skills-block {
    position: relative;
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 50px 20px;
    box-sizing: border-box;
    gap: 20px;
}

.our-skills-block h1 {
    font-size: 32px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.our-skills-block .description {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
    box-sizing: border-box;
}

.our-skills-block .cards {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}

.our-skills-block .cards .card {
    position: relative;
    width: 400px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    background: #f5f5f5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.skyblue {
    background: #b0e7f5 !important;
}

.our-skills-block .cards .card h2 {
    position: relative;
    font-size: 24px;
    font-family: STIX Two Text;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}


.explore-our-products-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 300px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}

.explore-our-products-block h1 {
    font-size: 32px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.explore-our-products-block .description {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.explore-our-products-block .cards {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}

.explore-our-products-block .card {
    position: relative;
    width: 332px;
    height: 250px;
    border-radius: 12px;
    background: blueviolet;
}

.xipass {
    background: url(/images/products/xipass.png) no-repeat center !important;
    background-size: contain;
}

.xistorage {
    background: url(/images/products/xistorage.png) no-repeat center !important;
    background-size: contain;
}

.acrodesk {
    background: url(/images/products/acrodesk.png) no-repeat center !important;
    background-size: contain;
}

.get-in-touch-block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.get-in-touch-block .text {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.get-in-touch-block h1 {
    font-size: 32px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.get-in-touch-block .contacts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 50px;
    box-sizing: border-box;
}

.get-in-touch-block .contact-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 0 70px;
    box-sizing: border-box;
}

.get-in-touch-block .contact-item .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 48px;
    height: 48px;
}

.get-in-touch-block .contact-item .contact-label {
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    color: #555;
}

.get-in-touch-block .contact-item .contact-value {
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 400;
    color: #333;
}

.preview-city-block {
    position: relative;
    width: 100%;
    height: 850px;
}

.preview-city-block .image {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    max-width: 1400px;
    aspect-ratio: 1400 / 785;
    background: url(/images/cityscape.jpg) no-repeat center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.preview-city-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 785px;
    background: white;
    opacity: 0;
    z-index: 2;
}


.faq-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 300px;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}

.faq-block h1 {
    font-size: 32px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.faq-block .description {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.faq-block .buttons {
    position: relative;
    display: flex;
    gap: 20px;
    padding-top: 50px;
    box-sizing: border-box;
}

.faq-block .faqs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    box-sizing: border-box;
}

.faq-block .faqs .faq-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    border-top: 1px solid black;
}

.faq-block .faqs .faq-item-end {
    border-bottom: 1px solid black;
}

.faq-block .faqs .faq-item .question {
    position: relative;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
}

.faq-block .faqs .faq-item .question:hover {
    background: #195ee2;
    color: white;
}

.faq-block .faqs .faq-item .question:hover svg {
    fill: white;
}

.faq-block .faqs .faq-item .answer {
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 400;
    color: #555;
    padding: 20px;
    box-sizing: border-box;
}

.faq-block .arrow-down {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

.faq-block .arrow-up {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

.faq-block .arrow-down-icon {
    width: 24px;
    height: 24px;
}

.faq-block .arrow-up-icon {
    width: 24px;
    height: 24px;
}


.vision-block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    height: auto;
    padding: 0 0 150px 0;
    box-sizing: border-box;
}

.vision-block .art {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
}

.vision-block .art-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: url(/images/vision.jpg) no-repeat center;
}

.vision-block .vision-content {
    position: relative;
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision-block .vision-text {
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 400;
    color: #333;
    padding: 0 50px 0 50px;
    box-sizing: border-box;
}

.vision-block h1 {
    font-size: 32px;
    font-family: STIX Two Text;
    font-weight: 700;
    line-height: 1.5;
}

.vision-block .description {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}



