/* Slider with image & text start */
.slider_text_content { position: relative; width: 100%; overflow: hidden; }
.slider_text_content .slider_wrap { position: relative; width: 100%;background: var(--primary-blue); }
.slider_text_content.white-bg .slider_wrap { background: var(--white); }
.slider_text_content .slider_pagination { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; }
.slider_text_content .slider_pagination .container { padding: 0 20px; }
.slider_text_content .slider_pagination .pagination_wrap { position: relative; width: 100%; height: 63px; padding-right: 70px; display: flex; justify-content: flex-end; align-items: center; }
.slider_text_content .slider_pagination .img_text_pagination { display: flex; width: auto; font-family: 'stolzl'; font-size: 32px; color: var(--white); font-weight: 500; letter-spacing: 0.02em; }
.slider_text_content .slider_pagination .img_text_pagination.swiper-pagination-lock { display: none; }
.slider_text_content.white-bg .slider_pagination .img_text_pagination { color: #06080B; }
.slider_text_content .swiper-slide { overflow: hidden;will-change: opacity; backface-visibility: hidden; transform: translateZ(0);opacity: 0 !important;transition: opacity 0.9s ease !important; }
.slider_text_content .swiper-slide-active { opacity: 1 !important; }
.slider_text_content .img_text_slide_block { position: relative; display: flex; width: 100%; padding: 0 50px; }
.img_text_slide_block .image_wrap { position: relative; width: 60.9%;/*width: 63.334%;*/ height: 640px; display: flex; justify-content:flex-end;}
.img_text_slide_block .image_wrap .imgbox { position: relative; display: flex; min-width:calc((100vw - 1154px) / 2 + 100% + 7px); height: 100%; }
/* .img_text_slide_block .image_wrap .image { position: relative; width: 100vw; } */
.img_text_slide_block .image_wrap .imgbox img { display: inline-flex; width: 100%; height: 100%; object-fit: cover; }
.img_text_slide_block .image_wrap .imgbox:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%;background-image: linear-gradient(163deg, rgba(20, 26, 65, 0.2) 51%, #141a41 95%); content: ''; pointer-events: none; opacity: 0.32;mix-blend-mode: darken; }
.img_text_slide_block .image_wrap .image_caption { position: absolute; right: 57px; bottom: 47px; }
.img_text_slide_block .image_wrap .image_caption h2 { color: var(--white); letter-spacing: 0.02em; font-weight: 300; text-align: right; }
.img_text_slide_block .image_wrap .image_caption h2 strong { display: block; font-weight: 500; text-transform: uppercase; }
/* .img_text_slide_block .text_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } */
.img_text_slide_block .text_container { width: 39.1%; min-width: 39.1%; }
.img_text_slide_block .text_container .container { max-width: 100%;width: 100%;height: 100%; padding: 0 0; /* display: flex; padding: 0 148px 0 0; justify-content: flex-end;*/ } 
.img_text_slide_block .text_wrap { position: relative; width: 100%; height: 100%; padding-top: 63px; border-right: solid 1px var(--black-alt); }
.img_text_slide_block .txt_slider_main { position: relative; width: 100%; height: 100%; padding: 57px 58px 0 42px; background: rgba(63,73,87,25%); border-top: solid 1px var(--black-alt); }
.img_text_slide_block .txt_slider_main:after { position: absolute; top: -1px; left: 100%; width: 50vw; height: 1px; background: var(--black-alt); content: ''; }
.slider_text_content.white-bg .img_text_slide_block .txt_slider_main { background: rgba(248, 251, 255, 50%); }
.img_text_slide_block .txt_slider_main h3 { margin-bottom: 51px; color: var(--white); line-height: 1.1666; }
.slider_text_content.white-bg .img_text_slide_block .txt_slider_main h3 { color: #06080B; }
.img_text_slide_block .txt_slider_main .textbox { width: 100%; }
.img_text_slide_block .txt_slider_main .textbox p { color: var(--white); }
.slider_text_content.white-bg .img_text_slide_block .textbox p { color: var(--black-alt); }
.img_text_slide_block .txt_slider_main .text_arrows_wrap { position: relative; display: flex; width: 90px; height: 18px; margin-top: 57px; padding-left: 18px; align-items: center; justify-content: space-between; }
.img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"] { display: flex; cursor: pointer; }
.img_text_slide_block .txt_slider_main .text_arrows_wrap .swiper-button-lock { display: none !important; }
.img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"] .arrow { display: flex; width: 18px; height: 11px; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e"); transition: all ease-in-out 300ms; }
.img_text_slide_block .txt_slider_main .text_arrows_wrap .typo-button-prev { transform: rotate(-90deg); }
.img_text_slide_block .txt_slider_main .text_arrows_wrap .typo-button-next { transform: rotate(90deg); }
.img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"].swiper-button-disabled { cursor: default; }
.img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"]:not(.swiper-button-disabled):hover .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%23BCC5D3' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e "); }
.img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"].swiper-button-disabled .arrow { opacity: 0.70; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='2'/%3e%3c/svg%3e"); }

.slider_text_content.white-bg .img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"] .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%233f4957' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e"); }
.slider_text_content.white-bg .img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"]:not(.swiper-button-disabled):hover .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%231532ff' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e "); }
.slider_text_content.white-bg .img_text_slide_block .txt_slider_main .text_arrows_wrap div[class*="typo-button"].swiper-button-disabled .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%233f4957' stroke-linecap='round' stroke-width='2'/%3e%3c/svg%3e"); }

.slider_text_content .img_text_arrows_wrap { position: relative; width: 100%; padding: 48px 0 0; display: flex; justify-content: center; background: var(--light-gray); }
.img_text_slider.swiper-disabled .img_text_arrows_wrap { display: none !important; }
.slider_text_content.white-bg .img_text_arrows_wrap { background: var(--white); }
.slider_text_content .img_text_arrows_wrap .flexrow { position: relative; display: flex; width: 110px; height: 21px; align-items: center; justify-content: space-between; }

.slider_text_content .img_text_arrows_wrap div[class*="img-text-button"] { display: flex; cursor: pointer; }
.slider_text_content .img_text_arrows_wrap div[class*="img-text-button"] .arrow { display: flex; width: 21px; height: 13px; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%233f4957' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e"); transition: all ease-in-out 300ms; }
.slider_text_content .img_text_arrows_wrap .img-text-button-prev { transform: rotate(-90deg); }
.slider_text_content .img_text_arrows_wrap .img-text-button-next { transform: rotate(90deg); }
.slider_text_content .img_text_arrows_wrap div[class*="img-text-button"].swiper-button-disabled { cursor: default; }
.slider_text_content .img_text_arrows_wrap div[class*="img-text-button"]:not(.swiper-button-disabled):hover .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%231532ff' stroke-linecap='round' stroke-width='3'/%3e%3c/svg%3e "); }
.slider_text_content .img_text_arrows_wrap div[class*="img-text-button"].swiper-button-disabled .arrow { opacity: 0.70; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.853' height='12.711' viewBox='0 0 20.853 12.711'%3e%3cpath d='M0,8.449,8.161,0l8.449,8.449' transform='translate(2.121 2.14)' fill='none' stroke='%233f4957' stroke-linecap='round' stroke-width='2'/%3e%3c/svg%3e"); }

.slider_text_content .img_text_arrows_wrap .img_text_bullets { display: none; }


@media (min-width: 1800px) {
    /* .slider_text_content .slider_pagination .container { padding: 0 66px; } */
    .img_text_slide_block .image_wrap .imgbox { min-width:calc((100vw - 1648px) / 2 + 100% + 7px); }
    .img_text_slide_block .image_wrap { height: 710px; }
}

@media (min-width: 1400px) and (max-width: 1599px) {

    .img_text_slide_block .image_wrap { min-height: 640px; }

}

@media (min-width: 1300px) and (max-width: 1399px) {

    
    .slider_text_content .slider_pagination .pagination_wrap { padding-right: 70px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    
    .img_text_slide_block .image_wrap { min-height: 640px; }
    .slider_text_content .slider_pagination .pagination_wrap { padding-right: 70px; }
    
}


@media (min-width: 992px) and (max-width: 1230px) {
    
    .slider_text_content .img_text_slide_block { padding: 0 25px; }
    .slider_text_content .slider_pagination .pagination_wrap { padding-right: 50px; }
    .img_text_slide_block .image_wrap { height: 710px; }
    .img_text_slide_block .image_wrap .imgbox { min-width:calc((100vw - 900px) / 2 + 100% + 7px); }
    .img_text_slide_block .txt_slider_main { padding: 40px 25px 50px; }
}

@media (max-width: 991px) {


    .slider_text_content .img_text_slide_block { flex-direction: column; padding: 0 0; }
    .slider_text_content .swiper-slide .container { padding: 0 0; max-width: 100%; }
    .slider_text_content .slider_pagination .container { padding: 0 30px; }
    .img_text_slide_block .image_wrap { width: 100%; height: 500px; }
    .img_text_slide_block .text_container { width: 100%; }
    .slider_text_content .slider_pagination { top: 500px; }
    .slider_text_content .slider_pagination .pagination_wrap { padding-right: 0; }
    .img_text_slide_block .txt_slider_main { padding: 45px 30px 70px; }
    .slider_text_content .img_text_arrows_wrap { padding: 34px 70px 30px; background: #151B24; }
    .slider_text_content .img_text_arrows_wrap .flexrow { display: none; }
    .slider_text_content .img_text_arrows_wrap .img_text_bullets { display: flex; justify-content: center; align-items: center; gap: 7px; }
    .slider_text_content .img_text_arrows_wrap .img_text_bullets .bullet { width: 10px; height: 10px; margin: 0 0; background: #BCC5D3; opacity: 0.60; border-radius: 0; border: none; }
    .slider_text_content .img_text_arrows_wrap .img_text_bullets .bullet.active { background: var(--white); opacity: 1; }
    .img_text_slide_block .txt_slider_main .text_arrows_wrap { margin-top: 65px; width: 82px; padding-left: 0; }
    .slider_text_content.white-bg .img_text_arrows_wrap .img_text_bullets .bullet.active{ background: #021179;  } 
    .img_text_slide_block .text_wrap{ border: 0; }
    .slider_text_content.white-bg .img_text_slide_block .txt_slider_main { background: rgba(248, 251, 255, 100%); }
    .img_text_slider.swiper-disabled .img_text_slide_block .text_wrap { padding-top: 0; }

}

@media (min-width: 768px) and (max-width: 991px) {

    .sticky_pojects_sec .right-block.mobile_show { min-height: 825px; }
    

}

@media (max-width: 767px) {

    .img_text_slide_block .image_wrap .image_caption { bottom: 38px; }
    .img_text_slide_block .txt_slider_main h3 { margin-bottom: 48px; }
    .sticky_pojects_sec .swiper-slide { max-height: 100%; }

}

@media (max-width: 499px) {
    .img_text_slide_block .image_wrap .image_caption { right: 30px; }
    .img_text_slide_block .txt_slider_main { padding-right: 30px; padding-left: 30px; }
}

