@charset "utf-8";
/* CSS Document */ 
:root {
  --p-color: #3577c2;
  --main-font-family:"Zen Kaku Gothic New", sans-serif;
  --main-font-size: 1rem;
  --main-text-color:#252525;
  --title-font-family: "Zen Antique", serif;	
  --english-font-family: "Outfit", sans-serif;	
	
}



body {
  margin: 0;
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  font-weight: var(--main-font-weight);
  color: var(--main-text-color);
  scroll-behavior: smooth;
  overflow-x: hidden;
}


*{
    margin: 0;
    padding: 0;
    font-weight: 400;
}

*, *::before, *::after {
  box-sizing: border-box;
	
}
ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: all .4s;
}



img{
	max-width:100%;
}



nav{
	width: 100vw;
    background-color: #fff;
    display: flex;
    position: fixed;
    z-index: 10;
/*    padding: 15px 38px;*/
	justify-content: space-between;
}




nav .nav-left{
    display: flex;
	justify-content: flex-start;
	padding: 15px 0;
}


nav .nav-right{
    display: flex;
	padding: 15px 38px;
}

nav .logo{
	    width: 280px;
	margin-left: 38px;
}


/*Styling Links*/
.nav-links{
	display: flex;
    padding: 0;
    justify-content: space-evenly;
    align-items: center;
	padding-left: 2.8rem;
	padding-bottom: .5rem;
}


.nav-links li:first-child a{
	margin-left: 0;
}

.nav-links li:last-child a{
	margin-right: 0;
}



.nav-links li a{
    margin:0px 1rem;
	 color: var(--main-text-color);
  	font-weight: 500;
  	font-style: normal;
	font-size:18px;
	position: relative;
	padding-bottom: 5px;
}
.nav-links li a:hover, .nav-links li a.active{
     color: var(--p-color);
}
.nav-links li {
    position: relative;
}
.nav-links li a::before{
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color:var(--p-color);
    position: absolute;
    transition: all ease-in-out 250ms;
	left: 0;
	bottom: 0;
}
.nav-links li a:hover::before,  .nav-links li a.active::before{
    width: 100%;
}


/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #073a75;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}


nav .nav-right ul{
	display: flex;
	column-gap: 1rem;
}

.btn_a{
border-radius: 9999px;
    min-width: 13rem;
    background-color: var(--p-color);
    font-size: 18px;
    color: #fff;
    padding:12px 60px 12px 40px;
    position: relative;
    text-align: center;
    display: inline-block;
	pointer-events: auto;
	cursor: pointer;	
	  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
	border:solid 1px var(--p-color);
	
}


.btn_a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #073a75;
  transition: all 0.3s;
  border-radius: 9999px;
  z-index: -1;
}



.btn_a::after{
    content: "";
    border-radius: 50%;
    width: 41px;
    height: 41px;
    border: solid 1px #fff;
    position: absolute;
    right: 5px;
    top: 4px;
	transition: all 0.3s;
	background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
}


.btn_a:hover {
  color: #fff;
  border: solid 1px #073a75;
}
.btn_a:hover:before {
  width: 100%;
}

.btn_a.download{
	background: #fff;
	border-color: var(--main-text-color);
	color: var(--main-text-color);
}

.btn_a.download{
	background: #fff;
	border-color: var(--main-text-color);
}


.btn_a.download:hover{
	color: #fff;
}


.btn_a.download::after{
	border-color: var(--main-text-color);
	background-image: url("../assets/images/icon_download.png");
}

.btn_a.contact::after{
    background-image: url(../assets/images/icon_contact.png);
    filter: invert(100);
    background-size: 21px;
	border: solid 1px #000;
}


.btn_a.download:hover:after {
	filter: invert(100%);
}

.master_kv{
	width: 100%;
	align-items: center;
	justify-content: space-between;
	display: flex;
	height: 100vh;
	background: #F1F5F9;
    background: linear-gradient(25deg, rgb(255 255 255) 0%, rgba(221, 236, 255, 1) 100%);
	overflow: hidden;
}


	
	.master_kv.sub_page{
		height: 50vh;	
	}

.master_kv.sub_page .kv-left {
    flex: 0 0 65%;
    max-width: 65%;
    max-height: 35vh;
    border-radius: 25px;
}
.master_kv.sub_page .headline {
    left: 20%;
    top: 40px;
}

.master_kv.sub_page  img {

    min-width: 100%;
}


.master_kv.sub_page .kv-right {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}


.master_kv.sub_page .bg_parallax {
    min-height: 40vh;
    margin-top: 10vh;
}



.kv-left{
	 -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}



.kv-left img{
    object-fit: cover;
	border-radius: 25px;
}

    .kv-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
    width: 100%;
	min-height: 100vh; 
    background: #fff;	
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    }



.bg_parallax{
    position: absolute;
    width: 100%;
	min-height: 100vh; 
		  overflow: hidden;
}

.headline {
  left: 130px;
} 



.clipped {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}


.ball {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  backface-visibility: hidden;
/*  animation: moveit linear infinite;*/
  transition: transform 0.1s ease;
  opacity: .5;	
}



/* Using a custom attribute for variability */
.ball:nth-child(1) {
    top: 10%;
    left: 8%;
	width: 70px;
}

.ball:nth-child(1) img{
    transform: rotate(22deg);
}
.ball:nth-child(2) {
    top: 7.5%;
    left: 84%;

}
.ball:nth-child(3) {
    top: 22%;
    left: 52%;
	filter: blur(3px);
}


.ball:nth-child(3) img{
    transform: rotate(22deg);
}

.ball:nth-child(4) {
    top: 30%;
    left: 89%;
	filter: blur(5px);
}
.ball:nth-child(5) {
  top: 46%;
  left: 15%;
}
.ball:nth-child(6) {
    top: 70%;
    left: 87%;
    width: 140px;
}

.ball:nth-child(6) img{
    transform: rotate(46deg);
}



.ball:nth-child(7) {
    top: 80%;
    left: 50%;
    width: 150px;
		filter: blur(4px);
}




.ball:nth-child(8) {
  top:92%;
  left: 7%;

}

/*
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}*/


.kv_title {
    padding: 0 5.5vw 0px 15.5vw;
	position: relative;
}
	
.kv_title h2{
	font-size:60px;
	font-family: var(--title-font-family);
}

.kv_title h2 span{
	color:var(--p-color);
}


.kv_title .text_2{
	font-size: 32px;
}

.kv_title .text_3{
	font-size: 18px;
}

.kv_title .text_3 span{
	position: relative;
    overflow: hidden;
}

.kv_title .text_3 span:after{
    content: "";
    background: #dae3ff;
    height: 8px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}

.kv-right .shadow_text{
z-index: 0;
}

.shadow_text{
	font-size: 150px;
	color:rgba(229,239,253,0.40);
	 font-family: "Tilt Warp", sans-serif;
	position: absolute;
	bottom: 5%;
	z-index: -1;
	left: 2%;
	font-size: 9vw;
}


.bg_tri{
	position: relative;
}


.bg_tri:after{
	position: absolute;
	width:100%;
	height: 100%;
	content: "";
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
	background: #F1F5F9;
    background: linear-gradient(25deg, rgb(255 255 255) 0%, rgba(221, 236, 255, 1) 100%);
	top: 0;
	left: 0;
	z-index: -2;
}


.container{
    max-width: 1400px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}




.about_content{
	display: flex;
	justify-content: space-between;
}


.about_img{
	width:28%;
}

.about_text{
	width: 65%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.about_text p{
    font-size: 1.25rem;
    margin-bottom: 2rem;
}


.about_text ul{
	display:flex;
	flex-wrap: wrap;
	gap:10px;
}


.about_text ul li span{
	border-radius:9999px;
	background: #a2ceff;
	padding: 8px 20px;
	    display: block;
	font-size: 1rem;
}

section{
	padding:5rem 0;
}


section.work{
	padding-bottom: 0;
	position: relative;
}

.work_cntn{
    position: relative;
    padding-inline: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
	display: flex;
	height: 100vh;
	justify-content: space-between;
}



.work_title{
	width:55%;
	padding-top:5rem;
}

	.work_title{
    background-image: url(../assets/images/work_vctr.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: bottom;
	}
	


.title{
	margin-bottom:40px;
}

.title h2{
	display: flex;
	flex-direction: column;
	color:var(--p-color);
	font-family: var(--title-font-family);
	font-size: 3.25rem
}

.title h2 span{
	font-family: var(--english-font-family);
	color:var(--main-text-color);
	font-size: 1.75rem
}

.work_intro{
    font-size: 1.25rem;
    font-weight: 600;
	margin-bottom: 1rem
}

.work_decscription{
	margin-bottom: 1.5rem;
}


.presentation_slider{
	display:flex;
	gap:15px;
	width: 60%;
	justify-content: end;
}

.slider {
  height: 100vh; /* or any container height */
  overflow: hidden;
  position: relative;
	width: 42%;
}

.slide-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
	gap:15px;
	animation: scrollUp 160s linear infinite; /* Animation for bottom to top */
}

.slide-trackryt {
  display: flex;
  flex-direction: column-reverse;
  will-change: transform;
	gap:15px;
	animation: scrollDown 160s linear infinite; /* Animation for top to bottom */
}



.slide {
  width: 100%;
  box-sizing: border-box;
	border-radius:15px;
	overflow: hidden;
}

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


/* Keyframes for scrolling animations */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50%)); /* Move up by half the total height */
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(calc(-50%)); /* Start at half the total height */
  }
  100% {
    transform: translateY(0);
  }
}

  

.btn_a.more::after{
    background-image: url("../assets/images/arrow-right.png");
     filter: invert(100%);
    background-size: 21px;
	border: solid 1px #000;
}


.features{
	padding: 10rem 0 5rem;
}

.features_cntn{
    position: relative;
}


.features .title, .pricing .title{
	text-align:center;
	margin-bottom: 80px;
}



.features .title h2,  .pricing .title h2{
	justify-content: center;
}



.vertical-scroll-snap {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  max-height: 100vh;
	padding: 0 40px;
}

.stacking-slide {
  scroll-snap-align: start;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.stacking-slide:nth-last-child(1) {
  height: 100vh;
}

.stacking-slide {
  padding: 3rem;
	background: #ddecff;
	border-radius: 15px;
	
}

.features-slide_cntn{
	display: flex;
	gap: 80px;
    justify-content: space-between;
}

.features-slide_cntn.reverse{
    flex-direction: row-reverse;
}

.features-slide_cntn .text_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 60%;
}

.features-slide_cntn .img-area{
	width: 33%;
}


.features-slide_cntn h3{
	font-size: 2rem;
	font-weight: 500;
	font-family: var(--title-font-family);
	color:var(--p-color);
	margin-bottom: 20px;
}



.feature-cards{
  width: 100%;
  padding-inline: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}

.feature-card {
  margin-top: 40px;
  min-height: 370px;
	  padding: 3rem;
	background: #ddecff;
	border-radius: 15px;
	position: relative;
}



.feature-card .features-slide_cntn.reverse .shadow_text{
	left: auto;
	right: 2%;
}

.feature-card .shadow_text{
    font-size: 110px;
    color: rgba(200, 200, 200, .25);
    font-family: "Tilt Warp", sans-serif;
    position: absolute;
    bottom: 2%;
    z-index: -1;
    left: 2%;
    text-transform: uppercase;
	line-height: 1;
	 font-size: 7vw;
}

.feature-card .feature-card__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}





.flow_cntn{
	display:flex;
	justify-content: space-between;
}

.flow_cntn .title{
	width: 25%;
}

.timeline_area{
	width: 70%;
}

.timeline .cntn{
	display:flex;
	flex-direction: column;
	width: 70%;
}


.timeline {
  position: relative;
/*  min-width: 545px;*/
  width: 100%;
}
.timeline__event {
  position: relative;
  top: 9px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 25px;
  cursor: default;
}

.timeline__event.is--monday:before {
  background-color: #C2C2C2;
}

.timeline__event__date {
  opacity: 0;
  width: 20%;
  color: var(--p-color);
  font-size: 1.25rem;
  transition: opacity 0.2s ease-in;

  	
}
.timeline__event__date span{
	position:relative;
}


.timeline__event__date span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: var(--p-color);
    content: "";
    margin-left: 12px;
}

.timeline__event.weekday .timeline__event__date{
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.dot {
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  font-size: 58px;	
  font-family: "Tilt Warp", sans-serif;
  color:#073a75;	
	margin-bottom: 0;
}


.aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}
.aside__line {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #F0EDF0;
}


.filled__line__completed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #5D8EFF;
}

.timeline__event__title{
	color: var(--p-color);
    font-size: 1.25rem;
	font-family:var(--title-font-family);
}


.timeline__event__difference{
	font-size: 1rem;
	
}

.timeline_area .caption{
	color:#ce7e75;
	margin-top: 60px;
}


.pricing table thead th{
	min-width:10%;
	
}

.pricing table thead th:first-child, .pricing table thead th:nth-child(2) {
	width: 25%;
}


.pricing table thead th:last-child{
	width: 30%;
}


.pricing table th, .pricing table th p{
	font-size:18px;
	font-weight: 600;
	text-align: center;
	background-color: #ddecff;
	padding: 1rem 0;
}

.pricing table tr.option th{
	padding:0 .5rem;
}


.pricing table th .rmks{
	font-size: 15px;
	padding: 0 .5rem 1rem;
	font-weight: 500;
	display: block;
}

.pricing table td{
	background-color: #fff;
	padding: 1rem .35rem;
	
}

.pricing table thead th:nth-child(2){
	border-radius:15px 0 0; 
}

.pricing table thead th:first-child{
	background-color: transparent;
}

.pricing table tbody td.items, .pricing table tbody td.prices {
	text-align: center;
}

.pricing table tbody td.prices #total{
	font-size: 20px;
	font-weight: 600;
}


.pricing table tbody tr:first-child th{
	border-radius:15px 0 0; 
}


.pricing table tbody tr:last-child th{
	border-radius:0 0 0 15px; 
}


.pricing input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}
.pricing input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #073a75;
    background-color: #fff;
    border-radius: 50%;
}
.pricing input[type="checkbox"] {
  display: none !important;
  *display: inline;
}
.pricing input[type="checkbox"]:checked + label:after {
    content: "";
    font-size: 20px;
    line-height: 20px;
    background-color: #073a75;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}


.pricing table td #subtotal{
	display: none;
}


footer{
	background-color:#073a75;
	padding: 80px 0 40px;
}


.footer_top{
	padding:0 2.375rem 5rem;
	border-bottom: 1px solid #215188;
	display: flex;
	justify-content: center;
	column-gap: 2rem;
}


.footer_top a{
	background: #fff;
	border-radius: 1rem;
	padding: 2rem .85rem;
	display: flex;
	flex-direction: column;
	width: 100%;
    justify-content: center;
    align-items: center;
	color:#073a75;
}



.footer_top a span{
	color:#073a75;
	font-size: 1.5rem;
	padding-bottom: .75rem;
	display: flex;
	flex-direction: column;
	    align-items: center;
	
}




.footer_top a span::before{
	content: "";
	width: 35px;
	height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 1rem;
	background-position: center;
		filter: invert(14%) sepia(35%) saturate(4859%) hue-rotate(201deg) brightness(99%) contrast(95%);
	
}


.footer_top a.download span::before{
		background-image: url("../assets/images/icon_download.png");

	
}

.footer_top a.contact span::before{
    background-image: url(../assets/images/icon_contact.png);	
	    width: 38px;
}
.footer_top a:hover{
   background: var(--p-color);
}
	

.footer_top a:hover span, .footer_top a:hover p{
color:#fff;
}



.footer_top a:hover span::before{
  filter: invert(100%);
}



.footer_bottom{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:2rem 2.375rem 0;
}

.footer_bottom .footer_logo{
	    width: 280px;
	display: block;
}


	.footer-links{
	display: flex;
    padding: 0;
    justify-content: space-evenly;
    align-items: center;
	padding-left: 2.8rem;
	padding-bottom: .5rem;
		flex-wrap: wrap;
}


.footer-links li:first-child a{
	margin-left: 0;
}

.footer-links li:last-child a{
	margin-right: 0;
}



.footer-links li a{
    margin:0px 1rem;
	 color: var(--main-text-color);
  	font-weight: 500;
  	font-style: normal;
	font-size:18px;
	position: relative;
	padding-bottom: 5px;
}
.footer-links li a:hover {
     color: var(--p-color);
}
.footer-links li {
    position: relative;
}
.footer-links li a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color:var(--p-color);
    position: absolute;
    transition: all ease-in-out 250ms;
	left: 0;
	bottom: 0;
}
.footer-links li a:hover::before{
    width: 100%;
}
	




.footer_bottom .footer-links li a{
	color:#fff;
}


.footer_bottom .footer-links li a:hover{
	color:#fff!important;
	}


.copyright{
	text-align: center;
	color:#fff;
	font-size: 14px;
	padding: 10px;
}


.wpcf7-spinner{
	display:none!important;
}

.formtbl {
    margin: 0 auto;
    max-width: 730px;
	padding: 80px 0 0;
	width: 100%;
}

.wpcf7-response-output{
    margin: 20px auto 0!important;
    max-width: 730px;
    padding: 20px 0 !important;
    width: 100%;
	text-align: center;
	border-radius: 8px;
}


.wpcf7 form.sent{
	border-color: #46b450; /* Green */
	background-color:  #46b450; 
	color: #fff;
	font-size: 18px;
}



.formtbl .title{
	text-align: center;
}

.formtbl dl {
    border-top: 1px solid #e0e1e6;
    padding: 25px 0;
    font-size: 16px;
    width: 100%;
}

 .formtbl dl dt {
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
    align-items: center;
    display: flex;
}

.formtbl .required:after {
    margin-right: 9px;
    content: "必須";
    /* width: 10px; */
    /* height: 16px; */
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    /* position: absolute; */
    /* top: 21px; */
    /* right: 8px; */
    color: #d7092f;
    border: 1px solid #d7092f;
    padding: 2px 8px 3px 8px;
    line-height: 1;
    border-radius: 4px;
    margin-left: 10px;
}

.action-button {
    background-color: var(--p-color);
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    padding: 15px 56px 16px;
    font-weight: 300;
    border: 0 none;
	transition: all 0.3s;
    overflow: hidden;
	position: relative;
    text-align: center;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    z-index: 1;
	margin:0 auto;
	width: 180px;
}



.action-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #073a75;
    transition: all 0.3s;
    border-radius: 9999px;
    z-index: -1;
}

.action-button:hover {
       background-color: #073a75;
}


.formtbl .input_txt{
    box-sizing: border-box;
    padding: 14px 10px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    color: #434e54;
    font-size: 16px;
    line-height: 1.5;
	    width: 100%;
}


.formtbl .submit_cntn{
    display: flex;
	justify-content: center;
	align-content: center;
}


	
	.sp{
		display: none!important;
	}
	

.privacy_link{
    text-align: center;

}	


.privacy_link a{
	color:var(--p-color);
}


.inner_cntn .container{
	padding-bottom:80px;
}

.privacy_link label span{
	display:none;
}

.privacy_policy{
	padding-top:80px;
}

.privacy_policy .title{
	text-align: center;
}
.privacy_policy h4{
    color: var(--p-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: .5rem;
}



.work_pg{
	padding: 80px 2rem;
}


.work_pg .title{
	text-align: center;
}




.work-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
	gap:2rem;
	
}
.work_box { 
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.work_box .img{
	position: relative;
} 

.work_box img {
    width: 100%; display: block;
	border-radius: 12px;
}
.work_box img:nth-child(1) {
	position: absolute;
}
.work_box img:nth-child(2) {
	opacity: 0;
}

.work_box img:nth-child(3) {
	opacity: 0;
	position: absolute;
	top: 0;
}


.work_box .info h3{
   font-size: 1.25rem;
    margin-top: 10px;
    font-weight: 600;
    color: var(--p-color);
}



#workModal {
  display: flex;                 /* keep flex for centering */
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}

#workModal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 0;
  max-width: 80%;
  max-height: 80%;
  overflow: hidden;
  border-radius: 10px;
}

.modal img {
  width: 100%;
  display: none;
}

.modal img.active {
  display: block;
}

.close {
  position: absolute;
  top: 5px; right: 15px;
  font-size: 24px;
  cursor: pointer;
	    z-index: 20;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  margin-top: -22px;
  font-size: 24px;
  color: var(--p-color);
  border: none;
  border-radius: 50%;
	background-color: transparent;
}
.prev { left: 10px; }
.next { right: 10px; }

.modal-content .slider{
	width:100%;
	height: auto;
}




	
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}




@media screen and (max-width: 1500px){
	.kv_title {
    padding:0 2.5vw 0 15.5vw;
}
	
	
	.kv_title h2 {
	font-size: 48px;
	}
	.title h2 {	
	    font-size: 2rem;
	}
	
		.title h2 span{	
	    font-size: 1.25rem;
	}
}






/*Stying for small screens*/

@media screen and (max-width: 1280px){
	
	nav .logo {
   			max-width: 100%;
			margin-left: 1rem;
	}
	
	
	.btn_a {
		padding: 8px 50px 8px 30px;
		min-width: 10rem;
	    font-size: 16px;
		
	}
	
	nav .nav-right {
    padding: 1rem;
	}
	
	
	.btn_a::after {
		width: 31px;
   		height: 31px;
		right: 3px;
    	top: 4px;
	}
	
	
	.nav-links li a{
		font-size: 15px;
	}
	
	nav{
		min-width: 1060px;
	}
	
	
	
	
}


@media screen and (max-width: 1120px){
.nav-right.pc .btn_a{
        padding:20px;
min-width:auto;
}

.nav-right.pc .btn_a{
        padding:20px;
}

.nav-right.pc .btn_a::after{
        right: 4px;
    border:none;
}

.nav-right.pc .btn_a span{
 display:none;
}

}


@media screen and (max-width: 768px){
	.pc{
		display: none!important;
	}
	
	.sp{
		display: block!important;
	}
	
	
	
    nav{
        position: fixed;
        z-index: 3;
		min-width: 100%;
    }
	
	section {
    padding: 3rem 0;
	}
	
	
	nav .logo {
    width: auto;
    padding-right: 65px;
max-width:280px;
}
	
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #073a75;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
		padding-left: 0;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
	
	
	/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
	        background: #fff;
}
.toggle .line2{
    transition: all 0.7s ease;
	        background: #fff;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
	        background: #fff;
}

	
	
	.nav-links li a{
		color:#fff;
		font-size: 20px;
	}
	
	
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
	
	
	
	.master_kv {
	flex-direction: column;
	background: none;
}
	
	
	
.master_kv.sub_page {
    height: 30vh;
}	
	
	.master_kv.sub_page .headline {
    left: 0%;
        top: 70px;
	flex: 0 0 100%;
    max-width: 100%;	
}

	.master_kv.sub_page .kv-right{
		display:none;
	}
	

    .kv_title {
        padding: 0 4.5vw 0 7.5vw;
    }
    .kv_title h2{	
	font-size: 34px;
	}
	
	.kv_title .text_2 {
    font-size: 24px;
	}
	
    .headline {
        left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 100%;
        padding: 20px;
        top: 85px;
  } 
.kv-right {
        clip-path: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 100%;
        min-height: 300px;
        padding-top: 80px;
	    align-items: flex-start;
  }
	
	
	.shadow_text{
		    font-size: 14vw;
	}	
	
	.ball {
		opacity:.3;
	}
	
	


	
	
	.about_content{
		    flex-direction: column;
	}
	
	.about_img {
    width: 100%;
    padding: 0px 30%;
}
	
	.about_text p {
    font-size: 18px;
	}
	
	
	.about_text {
    width: 100%;
    padding: 28px 0;
}
	
	
	.work_title {
		width:100%;
		padding-top: .5rem;
		padding-bottom: 2rem;
		background: none;
	}
	

	
	.presentation_slider{
		width: 100%;
		justify-content: space-between;
        flex-direction: column;
		    gap: 10px;
		overflow: hidden;
	}
	
		
	.flow_cntn, .work_cntn{
		flex-direction: column;
		height: auto;
	}

	
	


.slider {
  height: auto;
}


	
	.slider {
        width: calc(3 * (800px + 15px));
    margin: 0 auto; /* Center the slider */
  }

  .slide-track {
    flex-direction: row; /* Keep horizontal scrolling */
    animation: scrollLeft 150s linear infinite; /* Faster animation */
  }

  .slide-trackryt {
    flex-direction: row-reverse; /* Keep horizontal scrolling, reversed */
    animation: scrollRight 150s linear infinite; /* Faster animation */
  }

  .slide {
    width: 200px; /* Fixed width for slides to ensure 3 fit */
    height: 100%; /* Fill slider height */
    border-radius: 5px;
  }

  .slide img {
    height: 100%; 
  }
	
	.work_intro {
    font-size: 1.25rem;
	}
	
	.work_decscription {
    font-size: 1rem;
	}
	
	.features-slide_cntn{
		flex-direction: column-reverse;
		gap: 25px;
	}
	
	.features-slide_cntn.reverse {
    flex-direction: column-reverse;
}
	
	.features-slide_cntn .img-area {
    width: 100%;
	padding: 0 20%;	
	}
	.features-slide_cntn .text_area {
    width: 100%;
	}
	
	.feature-card{
		padding:2rem 1rem!important;
	}

.features-slide_cntn h3{	
	font-size: 1.75rem;
    line-height: 1.25;
}
	
	
	
	.feature-card .shadow_text {
		    font-size: 15vw;
	}
	
	
	.timeline_area, .flow_cntn .title{
    width: 100%;
}
	
	.aside {
		width: 15%;
	}
	
	.aside__line {
		    width: 2px;
		}
	
	.timeline__event {
   align-items: center;
    height: auto;
	padding-bottom: 5px;
		flex-wrap: wrap;
		
	}
	
	
	.timeline__event__date{
		font-size: 1rem;
	}
	
	.timeline__event__date:after{
		display:none;
	}
	
	.timeline__event__date span:after {
    transform: translateY(-50%);
    width: 10px;
    height: 2px; 
		    content: "";
		    position: absolute;
    top: 50%;
}

	
	.dot {
    transform: translateX(10%);
    width: 55px;
    height: 55px;
    font-size: 38px;
}
	
	
	.timeline .cntn {
    width: 100%;
    padding-left: 25%;
	}
	
	
	.pricing table{
	    font-size: 15px;
	}
	.pricing table thead th{
		display:none;
	}
	
	
	.pricing table tbody tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.pricing table tbody tr th {
		width: 100%;
	}

	.pricing table tbody tr:first-child td:nth-child(2), .pricing table tbody td:first-child, .pricing table tbody tr.option td:nth-child(2){
		width: 55%;
	}

	.pricing table tbody tr:first-child td:nth-child(3), .pricing table tbody td:nth-child(2), .pricing table tbody tr.option td:nth-child(3){
		width: 15%;
	}
	.pricing table tbody tr:first-child td:nth-child(4), .pricing table tbody td:nth-child(3), .pricing table tbody tr.option td:nth-child(4) {
		width: 30%;
	}
	
	.pricing table td:last-child{
		width: 100%;
		border-bottom: solid 1px #85cfff;
	}
	
	.pricing table tbody tr.mngmnt td:first-child, .pricing table tbody tr.total td:first-child, .pricing table tbody tr.total td:nth-child(2), .pricing table tbody tr.mngmnt td:nth-child(2), .pricing table tbody tr.total td:nth-child(3), .pricing table tbody tr.mngmnt td:nth-child(3){
		display: none;
	}
	.pricing table tbody tr.total td:nth-child(4), .pricing table tbody tr.mngmnt td:nth-child(4), .pricing table tbody tr.total td:last-child, .pricing table tbody tr.mngmnt td:last-child{
		width: 100%;
		text-align: center;
	}
	.footer_top a {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem .85rem;
	transition: all 0.3s;	
	}

	
	
	
	
	
	.pricing table td {
    background-color: #fff;
    padding: .75rem .35rem;
	}
	
	footer {
    padding: 40px 0 20px;
	}
	
	
	.footer_top {
    padding: 0 1.375rem 2.55rem;
    justify-content: center;
		gap: 1.25rem;
    flex-direction: column;
}
	
	
	.footer_top a {
    padding: 1rem .85rem;
	}
	
	
	
	.footer-links{
	padding-left: 0;
	flex-wrap: wrap;
    gap: 10px;
	}
	
	
	
	.footer_bottom{
		flex-direction: column-reverse;
	}
	
	.footer_bottom .footer_logo {
    width: 200px;
    margin-top: 32px;
}
	
	
	.formtbl {
    padding: 40px 0 0;
	}
	
	.inner_cntn .container{
	padding-bottom:40px;
}
	
	
	.slide {
		border-radius: 10px;
	}
	
	.work-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    justify-content: center;
	gap:2rem;
	
}
	
}








@media screen and (max-width: 520px){
		.features-slide_cntn .img-area {
	padding: 0 5%;	
}
	
	
	.work-wrap {
        display: grid;
        grid-template-columns: 1fr;
    justify-content: center;
	gap:2rem;
	
}
	
	
}


/* Keyframes for horizontal scrolling */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%)); /* Move left by half the total width */
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(calc(-50%)); /* Start at half the total width */
  }
  100% {
    transform: translateX(0);
  }
}