@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FDFDFD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, 
		rgba(255, 255, 255, 0.7) 78%, 
		rgba(255, 255, 255, 0.1) 100%); 
	padding-top: 10px;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 50px;
	z-index: 1000; 
	display: flex;
	justify-content: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none; 
}

.nav_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
	height: 30px;
}

.nav_button_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 310px;
	height: 30px;
}

.nav_button {
	width: 70px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.logo {
    display: flex;
}

.logo img {
    height: 32px;
	width: 54px;
    margin-right: 10px;
}

.company-name {
    font-size: 32px;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
    background: linear-gradient(to right, #FB4E6C, #A20E97);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
	align-items: center;
}

.nav_button {	
	background: linear-gradient(to right,#FB4E6C, #A20E97); 
	border: 3px solid #7F0B77;
    border-radius: 12px;
	padding: 6px 10px;
	cursor: pointer;
	color: aliceblue;
	transition: background-color 0.3s, color 0.3s;
	font-family: "Bahnschrift", "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: bold; 
}

.nav_button:hover {
  transform: scale(1.1);
  color: black;
}


.section_header {
	padding-top: 60px;
	background: transparent;
	max-height: 600px;
	max-width: 1200px;
	min-width: 80%;
	margin: 2vw auto 0 auto;
	padding-inline: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header_container {
	background: transparent;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.header_text {
	display: flex;
    justify-content: center;
	align-content: center;
	background: linear-gradient(45deg,#FB4E6C, #A20E97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
    text-align: center;
	width: 70%;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(30px, 4vw, 50px);
	font-weight: bold;
}

.image_container {
	height: 400px;
	width: 450px;
	background: transparent;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 1vw;
	padding-top: 10px;
}

.img_all_dev {	
	
	width: 90%;
	height: 90%;	
}

.img_digit {	
	width: 60vw;
    height: calc(50vw * 0.25);
}

.section_middle {	
	background: transparent;
	height: 1150px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;		
}

.both_elem {
  height: 340px;
  width: 90%;                        
  display: flex;
  flex-direction: row;
  justify-content: space-between;
		
}

.text_container {
	height: 100%;
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;	
}

.title_container {
	height: 25%;
	width: 100%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(90deg, #FB4E6C, #A20E97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.h2_cont {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(25px, 3vw, 40px);
	
}

.paragraf_container {
	height: 75%;
	width: 100%;
	display:flex;
	flex-direction: row;
	align-items: center;
	text-align: justify;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(14px, 1.3vw, 25px);
	font-weight: bold;	
	background: linear-gradient(90deg, #A20E97, #3D035D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}


.img_container {
	height: 100%;
	width: 49%;
}

.c_img{
	width: 100%;
	height: 100%;
	border-radius: 20%;
  	object-fit: cover;
}



.middle_container {
	background: white;
	height: 320px;
	width: 100%;
	border-radius: 48px;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-around;
}



.ig_container {
	width: 90%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.point_img {
	
	width: 600px;
	height: 200px;
}

.middle_buffer {
	background: transparent;
	height: 50px;
	width: 100%;
	display: flex;
    justify-content: center; 
}

.middle_header_text {
	
	align-items: center;
	margin: 0;
	width: 70%;
}

h2{
	text-align: center;
	color: aliceblue;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(24px, 2.8vw, 50px);
	font-weight: bold;
}

.footer_container {
	width: 100%;
	height: 50px;
	background: linear-gradient(45deg, #FB4E6C, #A20E97);
	border-top: 5px solid white;
    padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;	
	z-index: 100px;
}

.footer_div {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}

.company_div {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(16px, 1.4vw, 25px);
	font-weight: bold;
	padding-right: 30px;
	color: white;
	display: flex;
	align-items: center;
}

.social_med {
	
	width: 50%;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	
}

.social_med_text {
	
	color: white;
	width: 40%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(20px, 1.8vw, 25px);
	font-weight: bold;
	padding-right: 30px;	
}

.social_med_img {
	
	width: 15%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	filter: brightness(0) invert(1);
	transition: transform 0.3s ease;
	
}

.social_med_img:hover {
  transform: scale(1.05);
  filter: brightness(0) invert(0.1);
}



@media screen and (max-width: 700px) {
    .container {
        flex-direction: column;
        text-align: center;
		align-items: center;
    }
	
	.footer_container {
		margin-top: 50px;
		height: 100px;
	}
	
	.footer_div {
		display:flex;
		flex-direction:column-reverse;
		justify-content: center;		
	}
	
	.company_div {
		width: 100%;
		flex-direction: column;
		align-content: center;
	}
	
	.social_med {
		width: 80%;
		flex-direction: row;
		align-items: center;
	}
	
	.social_med_text {
		width: 20%;
	}
	.section_middle {	
		height: 1000px;
	}
	
	.middle_container {
		height: 260px;
	}
	
	.card_gradient_1 {
		height: 260px;
	}
	
	.card_gradient_2 {
		height: 260px;
	}
	
	.point_img {	
		width: 500px;
		height: 150px;
	}
	

}

@media screen and (max-width: 500px) {
	
	header {
		height: 110px;
		padding-top:30px;
	} 
	
	.nav_container {
		display: flex;
    	flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px 0px 0px 0px;	
	}
	
	.image_container {
		margin-top: 20px;
		height: 280px;
		width: 100%;
	}
	
	.nav_button_container {
		padding-top: 10px;
	}	

	.nav_button {
		padding: 6px 10px;
	}
	
	.section_header {
		padding-top: 140px;
	}
	
	.container {
        flex-direction: column;
        text-align: center;
		align-items: center;
    }
	
	.img_all_dev{
		width: 100%;
		height: 100%;
	}

	.both_elem {
	  height: 300px;
	  width: 100%;                        
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: center;
	}
	
	.mid_both{
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	}
	
	.title_container{
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	
	.text_container {
		width: 100%;
	}
	
	.paragraf_container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.img_container {
		width: 90%;
	}
	
	.text_container {
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.footer_container {
		margin-top: 280px;
		height: 100px;
	}
	
	.footer_div {
		display:flex;
		flex-direction:column-reverse;
		justify-content: center;		
	}
	
	.company_div {
		width: 100%;
		flex-direction: column;
		align-content: center;
	}
	
	.social_med {
		width: 87%;
		flex-direction: row;
		align-items: center;
	}
	
	.social_med_text {
		width: 30%;
	}
	
	.section_middle {	
		height: 1400px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	
	.middle_container {
		height: 220px;
	}
	
	.point_img {	
		width: 310px;
		height: 100px;
		padding-top: 40px;
	}

}











