@charset "utf-8";
/* CSS Document */
.contain-wrap {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-text2 {
    position: absolute;
    top: 60%;
    right: 10%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.sub-text2 {
    font-size: 96px;
    line-height: 1.0;
	font-weight: 100;
    display: block;
    text-align: right;
	
	opacity: .5;
}
.main-text2 {
    font-size: 65px;
    font-weight: 800;
    display: block;
    text-align: right;
	line-height: 1.0;
}
.main-text2 .small {
	font-weight: 100;
}

/************************/
.holistic-percent2 {
    width: 36%;
    float: left;
    /*background: linear-gradient(90deg, #2337FF 0%, #03B3FD 100%);*/
	background: #0348D2;
    color: #fff;
    padding: 18px 0px;
    clip-path: polygon(0 0, /* top-left */ 84% 0%, /* top-right */ 100% 100%, /* bottom-right */ 0% 100% /* diagonal point (move this value to control angle) */);
    position: absolute;
    left: 0;
    bottom: 0;
	max-height: 250px;
	height: 100%;
	opacity: .8;
}

/******Innovate-sec**********/
.innovate-section {
	width: 100%;
	position: relative;
	height: auto;
}
.holistic-text {
    width: 54.9%;
    float: left;
    /* background: linear-gradient(90deg, #2337FF 0%, #03B3FD 100%); */
    background: #0348D2;
    color: #fff;
    padding: 18px 0px;
    clip-path: polygon(0 0, /* top-left */ 68% 0%, /* top-right */ 100% 100%, /* bottom-right */ 0% 100% /* diagonal point (move this value to control angle) */);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 485px;
    opacity: .9;
}
.we-excel {
    text-align: left;
    color: #0690FF;
    font-size: 90px;
    position: relative;
    z-index: 1;
    left:37%;
}
.we-excel span {
	color: #fff;
}
/**********Innovation-plan****/
.innovation-plan {
	width: 100%;
	position: relative;
	background: url("../images/journey/innovation.webp") no-repeat center/cover;
	
}
.bluenovation {
    background: #00246B;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    width:45%;
    min-height: 317px;
    position: absolute;
    right: 0;
    top: 0;

}
.text-fold {
	font-size: 32px;
	color: #fff;
	padding: 91px 230px 0 0;
}
.text-fold span {
	display: block;
}
.inoo-left {
	width: 50%;
	float: left;
	text-align: left;
	
}
.inoo-left h2 {
	font-size: 65px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	padding: 120px 0;
}
.inoo-left h2 span {
	font-weight: 100;
	display: block;
}
.inoo-full {
	text-align: left;
	font-size: 92px;
	font-weight: normal;
	color: #fff;
	padding:180px 0 230px;
}
.inoo-right {
	width: 50%;
	float: right;
	
}
.greybg {
    position: absolute;
    right: 0;
    background: #7E8F9A;
    min-height: 500px;
    width: 24%;
    bottom: -200px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 62% 100%);
}


/******sustainable**************/
.sustainable {
	width: 100%;
	position: relative;
}
.sustainable-image {
	position: absolute;
	right: 0;
	text-align: center;
	top: -100px;
}
.sustainable-small-t {
	text-align: center;
	width: 100%;
	font-size: 92px;
	color: #0C1896;
}
.sustainable-image img {
	width: 75%;
}
.sustain-contain {
	width: 50%;
	float: left;
	line-height: 1.0;
	position: relative;
	top: 265px;
}
.sustain-text-l {
	font-size: 30px;
	color: #505050;
	float: right;
	width: 55%;
	
}
.sustain-text-r {
	font-size: 65px;
	color: #0C1895;
	font-weight:800;
	float: right;
	width: 30%;
	
}
.sustain-text-r span {
	font-weight: 100;
	display: block;
}

/********empowering**************/

.empowering-nw {
    width: 100%;
    position: absolute;
    background: url(../images/journey/empowering.webp) no-repeat center / cover;
    min-height: 874px;
    bottom: -1590px;
}






.empowering-section {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../images/journey/empowering.webp") no-repeat center center;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
  direction: rtl;
   margin: 730px 0 0 0;
}

.empowering-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  color: #fff;
  text-align: right;
  z-index: 2;
}

.text-block {
  max-width: 600px;
  margin-bottom: 80px;
	float: left;
}

.text-block h2 {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-block p {
  font-size:30px;
  line-height: 1.8;
  font-weight: 400;
}

.main-title {
  font-size:92px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

/* --- Responsive Styles --- */
@media (max-width: 1200px) {
  .text-block h2 {
    font-size: 30px;
  }

  .main-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .empowering-section {
    min-height: 500px;
    padding: 60px 20px;
  }

  .text-block {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block h2 {
    font-size: 26px;
  }

  .text-block p {
    font-size: 16px;
  }

  .main-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 26px;
  }

  .text-block h2 {
    font-size: 22px;
  }

  .text-block p {
    font-size: 15px;
  }
}


/***********************/

.vision-section {
  text-align: center;
  direction: rtl;
  padding: 80px 20px;
  background: #fff;
}

.vision-content h2 {
  color: #0C1895;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 40px;
}

.vision-btn {
  display: inline-block;
  background-color: #0C1895;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.vision-btn:hover {
  background-color: #081060;
}

/* Responsive */
@media (max-width: 768px) {
  .vision-content h2 {
    font-size: 28px;
  }

  .vision-btn {
    font-size: 18px;
    padding: 12px 28px;
  }
}

@media (max-width: 480px) {
  .vision-content h2 {
    font-size: 22px;
    line-height: 1.8;
  }

  .vision-btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}




@media (max-width: 1440px) {
.text-fold {
    font-size: 32px;
    color: #fff;
    padding: 91px 100px 0 0;
}
	.we-excel {
    left: 35%;
}
	.sustainable-image {
    right: -162px;
}
	.sustainable-image img {
    width: 66%;
}
	.greybg {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 85% 100%);
}

}
@media (max-width: 1368px) {
	.we-excel {
        left: 34%;
    }
	.sustain-contain {
    top: 100px;
}
}

@media (max-width: 1366px) {
.we-excel {
        left: 34%;
    }
}

@media (max-width: 1280px) {
	
.we-excel {
    font-size: 80px;
	left: 35%;
	}
	.greybg {
    width: 18%;
    bottom: -260px;
	}
	.empowering-section {

    margin: 630px 0 0 0;
}
}

@media (max-width: 1117px) {
    .we-excel {
        font-size: 70px;
    }
	    .text-fold {
        font-size: 30px;
        padding: 91px 30px 0 0;
    }
	.sustain-text-r {
		float: none;
	}
	.sustain-text-l {
		float: none;
	}
	.sustainable-image {

        text-align: right;
    }
	.greybg {
        width: 26%;
	}
	    .empowering-section {
        margin: 450px 0 0 0;
    }
	
}
@media (max-width: 1024px) {
    .we-excel {
        font-size: 65px;
    }
	.sustainable-small-t {
    font-size: 50px;
	}
	    .sustain-contain {
        top: 20px;
    }
	.sustain-text-l {
		width: 100%;
	}
	    .greybg {
        width: 28%;
    }

}

@media (max-width: 1000px) {
	.slider-text2 {
    top: 52%;
    right: 0%;
	}
}

@media (max-width:915px) {
.sub-text2 {
    font-size: 50px;
	}
.we-excel {
        font-size: 58px;
    }
	.text-fold {
        font-size: 25px;
        padding: 91px 0px 0 0;
    }
}
@media (max-width:853px) {
	.greybg {
		display: none;
	}
	
}

@media (max-width:768px) {
.holistic-text {
    clip-path: polygon(0 0, /* top-left */ 100% 0%, /* top-right */ 100% 100%, /* bottom-right */ 0% 100% /* diagonal point (move this value to control angle) */);
    position: relative;
    height: 125px;
    opacity: .9;
	width: 100%;
	        
}
	.we-excel {
    top: -104px;
    width: 100%;
	font-size: 50px;
    left: 0;
	text-align: center;
}
	.inoo-full {
    text-align: left;
    font-size: 70px;
    font-weight: normal;
    color: #fff;
    padding: 120px 0 120px;
}
	.greybg {
		display: none;
	}
	
	    .sustainable-image {
        text-align: center;
        position: relative;
        right: 0;
			top: 10px;
    }
	    .sustain-contain {
        top: 0;
        width: 100%;
    }
	    .empowering-section {
        margin: 80px 0 0 0;
    }
	
}
@media (max-width:725px) {
	.bluenovation {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    min-height: 100px;
    position: relative;
}
	    .text-fold {
        font-size: 25px;
        padding: 20px 0px 20px 0;
    }
	.inoo-left {
    width: 100%;
    float: left;
    text-align: center;
}
	.inoo-left h2 {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
	    .inoo-full {
        font-size: 48px;
        font-weight: normal;
        color: #fff;
        padding: 40px 0 40px;
        text-align: center;
    }
}



@media (max-width:640px) {
	.sub-text2 {
    display:inline;
	opacity: 1;
}
.main-text2 {
    font-size: 40px;
}
.sustainable-image img {
       
    }
}

@media (max-width:480px) {
		.sub-text2 {
    display:block;
	opacity: 1;
}
	.sub-text2 {
        font-size:22px;
    }
	.contain-wrap {
		width: 95%;
	}
	    .sustainable-small-t {
        font-size: 30px;
    }
	.sustain-text-r {
    font-size: 40px;
    float: right;
    width: 100%;
    margin: 20px 0 20px;
}
	
	
}

@media (max-width:446px) {
	    .we-excel {
        top: -89px;
        width: 100%;
        font-size: 34px;
        left: 0;
        text-align: center;
    }
}

@media (max-width:370px) {
    .we-excel {
        top: -89px;
        width: 100%;
        font-size: 26px;
		
	}
}


/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
	.text-fold {
    padding: 91px 90px 0 0;
}
	.sustain-contain {
    top: 45px;
}
}

/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
.sustain-text-r {
    font-size: 50px;
	}
	.sustain-text-l {
    font-size: 23px;
	}
}

/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
.sub-text2 {
    font-size:66px;
	}
	.sustainable-small-t {
    font-size: 50px;
	}
	}