.real-case-selectes {
flex-wrap: wrap;
}

.real-case-submit {
	padding: 0px;
	border: none;
	outline: none;
	display: block;
	background: none;
	cursor: pointer;
}

.bgfixedblock {
	position: relative;
	overflow: hidden;
	background: none;
}

.bgfixedblock-video-el {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.bgfixedblock-in {
	position: relative;
	z-index: 1;
	background: none;
}

.swiper-slider-first-screen {
	position: relative;
	overflow: hidden;
}

.swiper-slider-first-screen-video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.swiper-slider-first-screen-video-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	z-index: 1;
}

.swiper-slider-first-screen-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-slider-first-screen .wrp {
	position: relative;
	z-index: 2;
}

@media (max-width: 650px) { 
	.swiper-slider-first-screen-video-wrap { 
		display: flex; 
		width: 100%; 
		aspect-ratio: 393 / 368; 
		margin-top: 40px; 
		margin-bottom: 28px; 
	} 
	.swiper-slider-first-screen-video-wrap { 
		position: relative; 
	}
}

.headercont-button {
    display: inline-block;
}

.search-button {
    padding: 0px;
    background: none;
    border: none;
    outline: none;
}

.searchwindow {
    opacity: 0;
    top: -145vh;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    transition: opacity 0.3s;
}
.searchwindow-open {
    top: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.header-search2 input {
    width: calc(100% - 30px);
}

.searchwindow-over {
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.searchwindow-iner {

}
.searchwindow-iner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#fff;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    width: 600px;
}



.search-button-header {
    -webkit-appearance: none;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11115 15.2223C12.0385 15.2223 15.2223 12.0385 15.2223 8.11115C15.2223 4.18377 12.0385 1 8.11115 1C4.18377 1 1 4.18377 1 8.11115C1 12.0385 4.18377 15.2223 8.11115 15.2223Z" stroke="%233C3C3C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 17L13.1333 13.1333" stroke="%233C3C3C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.header-search input, .header-search span {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #3C3C3C;
}

@media(min-width: 1000px){
    .searchwindow-iner	.search-button-header {
        width: 24px;
        height: 24px;
    }
    .searchwindow-iner {
        width: 820px;
    }
    .searchwindow-iner .header-search input {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 650px) {
    .searchwindow-iner {
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        width: calc(100% - 30px);
    }
}


.button1 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White, #FFF);
    font-size: 17px;
    transition: 0.3s;
    font-style: normal;
    background: var(--Red, #B21736);
    padding: 18px 32px;
    font-weight: 500;
    line-height: normal;
box-sizing: border-box;
}

.form-popup {
        position: fixed;
        top: -200vh;    
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1003;
        opacity: 0;transition: opacity 0.3s; 
    }
    .popup-open {
        top: 0; 
        opacity: 1;
    
    transition: opacity 0.3s; 
    
    }

.popup-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
    .popup-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    }
    .popup-iner {
    background: #FFF; padding: 40px;
    position: absolute;  top: 50%;  left: 50%;  
    
    width: 493px;   
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    }
    .popup-title {
        color: var(--Black, #323232);
    margin-bottom: 50px;    
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }

.form-popup {
    .popup-iner {
      border-radius: 10px;
      padding: 40px;
    }
  
    .thank-iner-button {
      border-radius: 6.5px;
      font-size: 14px;
      padding: 7px 43px;
      line-height: 120%;
    }
  
    .thank-iner-title {
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      color: black;
    }
  
    .thank-iner-text {
      font-weight: 400;
      font-size: 13px;
      line-height: 120%;
      margin-bottom: 20px;
      color: #323232;
    }
  }


.popup-iner2 {
        width: 657px;   padding: 53px;
    }
    .thank-iner-title {
    color: var(--Black, #323232);
    margin-top: 20px;   
    margin-bottom: 20px;    
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .thank-iner-text {
    color: var(--Black, #323232);
    margin-bottom: 40px;    
    font-size: 17px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    }
    .thank-iner-button {
    width: 319px;   
    margin-left: auto;  
    margin-right: auto; 
    }
    .thank-iner-image{
    text-align: center;
    }
    @media(max-width: 710px) {
        .popup-iner {
        background: #FFF;
        padding: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 30px);
    }

@media (max-width: 710px) {
    .thank-iner-button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
max-width: 100%;
    }
}

    .popup-title {
        color: var(--Black, #323232);
        margin-bottom: 25px;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }.thank-iner-button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media(max-width: 982px) {
    .projectcard-tag {
        right: 21px;
        line-height: normal;
        min-height: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

@media(max-width: 480px) {
    .projectcard-tag {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: auto;
    }
}