@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Spline+Sans:wght@300..700&display=swap');
.outindex{
	width: 92.5%;
	height: auto;
	padding-left: 5%;
	padding-right: 2.5%;
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
	background-image: url(../sour/bg-shape-01.png);
}
.outnotsameinto{
	width: 31%;
	margin-right: 2%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px
}
.outnotsameinto:hover .imgnotsame{
 
	
}
.outnotsameinto:hover .notsamover{
	 left: 100%;
}
.outnotsame1{
	width: 58%;
	margin-right: 2%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}
.outnotsame1:hover .imgnotsame{
  
	
}
.outnotsame2:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame3:hover .imgnotsame{
 
	filter: blur(2px)
}
.outnotsame4:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame5:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame6:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame7:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame8:hover .imgnotsame{
  filter: brightness(0.5);
	
}
.outnotsame2{
	width: 40%;
	margin-right: 0%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px
}
.outnotsame3{
	width: 31%;
	margin-right: 2%;
	height: 550px;
	float: right;
	position: relative;
	overflow: hidden;
	
	margin-bottom: 50px;
	margin-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.outnotsame4{
	width: 28%;
	margin-right: 2%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 0px
	
}
.outnotsame5{

	width: 40%;
	margin-right: 0%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px

	
}
.outnotsame6{
	width: 48%;
	margin-right: 2%;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: -200px
}
.outnotsame7{
	width: 23%;
	margin-right: 2%;
	height: 274px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: -25px
	
}
.outnotsame8{
	width: 23%;
	margin-right: 2%;
	height: 227px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 20px
	
}
.imgnotsame{
	width: 100%;
	height: 100%;
	transition: 1s;
	filter: brightness(0.8)
}
.onoutnotsame{
	width: 94%;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -100px;
	text-align: right;
	padding-right: 6%;
	height: 280px;
	padding-top: 280px;
	background-color: rgba(0,64,105,0.0);
	transition: 1s
}
.outnotsame3:hover .onoutnotsame{
	bottom: 0px;
	background-color: rgba(0,64,105,0.71);
}
.onoutnotsame h2{
	font-family: "cairo", sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 0px
}
.onoutnotsame h3{
	font-family: "cairo", sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: absolute;
	bottom: 70px;
	text-align: right;
	right: 1%
}
.cricleplus{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	
	position: absolute;
	right: 10%;
	top: 35px;
	z-index: 100;
	transition: 2s
}

.cricleplus2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease; /* Smooth expand */
	color: #ffffff
}

.outnotsame3:hover .cricleplus2 {
  transform: scale(1.5); /* Expands the inner circle */
}
.onoutnotsame p{
	font-family: "cairo", sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #ffffff;
	line-height: 56px;
	text-transform: capitalize;
	margin-top: 15px
}
.onoutnotsame p span{
	font-weight: 500;
	font-size: 17px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

.notsamover{
	content: '';
	position: absolute;
	left: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 1s ease;
	z-index: 4;
	background-image: url(../sour/linear.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.outnotsame1:hover .notsamover{
	 left: 100%;
}
.outnotsame2:hover .notsamover{
	 left: 100%;
}
.outnotsame3:hover .notsamover{
	 left: 100%;
}
.outnotsame4:hover .notsamover{
	 left: 100%;
}
.outnotsame5:hover .notsamover{
	 left: 100%;
}
.outnotsame6:hover .notsamover{
	 left: 100%;
}
.outnotsame7:hover .notsamover{
	 left: 100%;
}
.outnotsame8:hover .notsamover{
	 left: 100%;
}
@media screen and (min-width: 505px) and (max-width: 1100px) {
.outnotsame3{
	width: 47%;
	margin-right: 2%;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
	
	margin-bottom: 50px;
	margin-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	
}


}
@media screen and (max-width: 500px) {
	.cricleplus{
	
	right: 5%;
	
}
	.outnotsame1{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
.outnotsame2{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsame3{
	width: 100%;
	margin-right: 0%;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
	
	margin-bottom: 50px;
	margin-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
	.outnotsame4{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsame5{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsame6{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsame7{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsame8{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
	.outnotsameinto{
	width: 100%;
	margin-right: 0%;
	height: 250px;
	float: none;
	border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 0px
}
}