@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/************ Custom Font ************/
@font-face {
	font-family: Centra;
	src: url('../font/CentraNo2-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: Centra;
	src: url('../font/CentraNo2-Medium.ttf');
	font-weight: 500;
}
@font-face {
	font-family: Centra;
	src: url('../font/CentraNo2-Book.ttf');
	font-weight: 400;
}

/************ Default Css ************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 75px;
}
body {
	font-weight: 400;
	overflow-x: hidden;
    position: relative;
    font-family: 'Centra', sans-serif;
	background-color: #121212;
	color: #fff;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
p, a, li, button, ul {
	margin: 0;
	padding: 0;
	line-height: normal;
    text-decoration: none;
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto
}
button {
	border: 0;
	background-color: transparent;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
@media (min-width:1700px) {
	main .container {
		max-width: 100%;
		padding: 0 150px;
	}
}


/************ Navbar Css ************/
nav.navbar {
    padding: 18px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}
nav.navbar.scrolled {
    padding: 0px 0;
    background-color: #121212;
}
nav.navbar a.navbar-brand {
    width: 9%;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.8px;
    padding: 0 25px;
    font-size: 18px;
    opacity: 0.75;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover,
nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    opacity: 1;
}
span.navbar-text {
    display: flex;
    align-items: center;
}
.social-icon {
    display: inline-block;
    margin-left: 14px;
}
.social-icon a {
    width: 42px;
    height: 42px;
    background: rgba(217, 217, 217, 0.1);
    display: inline-flex;
    border-radius: 50%;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.social-icon a::before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(0);
	transition: 0.3s ease-in-out;
}
.social-icon a:hover::before {
    transform: scale(1);
}
.social-icon a img {
	width: 40%;
	z-index: 1;
	transition: 0.3s ease-in-out;
}
.social-icon a:hover img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(98%) hue-rotate(346deg) brightness(95%) contrast(86%);
}
.navbar-text button {
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 18px 34px;
    font-size: 18px;
    margin-left: 18px;
	position: relative;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}
.navbar-text button span {
	z-index: 1;
}
.navbar-text button::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
	transition: 0.3s ease-in-out;
}
.navbar-text button:hover {
	color: #121212;
}
.navbar-text button:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
}
nav.navbar .navbar-toggler:active,
nav.navbar .navbar-toggler:focus {
	outline: none;
    box-shadow: none;
}
nav.navbar .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #fff;
	transition: all 300ms linear;
    top: -2px;
}
nav.navbar .navbar-toggler-icon:focus {
	border-bottom: 2px solid #fff;
}
nav.navbar .navbar-toggler-icon:after,
nav.navbar .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
nav.navbar .navbar-toggler-icon:after {
	top: 8px;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
	background-color: #fff;
	height: 2px;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
	background-color: #fff;
	height: 2px;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

/************ Name ******************/
.name-tag {
    font-family: 'Impact', sans-serif; /* Choose a bold font for a logo-like effect */
    color: white; /* Pure white color */
    /* Additional styles for better appearance */
    text-decoration: none; /* Remove underline */
    font-size: 24px; /* Adjust font size as needed */
    letter-spacing: 2px;
}
/************ Intro Css ************/
.introduction {
    margin-top: 0, auto;
    padding: 200px 0 10px 0;
}

.intro-text {
    max-width: 85%;
}
.intro-text h1{
    font-size: 65px;
    font-weight: 700;
    max-width: 50%;
    letter-spacing: 0.8px;
    line-height: 1.2em;
    margin-bottom: 24px;
    display: inline-block;
}

.intro-text p{
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.introduction ul{
    padding-top: 50px;
    text-align: justify;
    font-size: 24px;
    max-width: 80%;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.introduction img {
    padding-top: 100px;
    display: block;
    height: auto;
    width: 100%;
    animation: updown 3s linear infinite;
}
@keyframes updown {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}

/************ Data Prep ************/
.data-preparation {
    margin-top: 0, auto;
    padding: 200px 0 10px 0;
}

.data-text {
    max-width: 85%;
}
.data-text h1{
    font-size: 65px;
    font-weight: 700;
    max-width: 50%;
    letter-spacing: 0.8px;
    line-height: 1.2em;
    margin-bottom: 24px;
    display: inline-block;
}

.data-text p{
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.data-preparation img{
    padding: 50px 0 20px 0;
    display: block;
    height: auto;
    width: 80%;
}



/************ EDA Css ************/

.eda{
    margin-top: 0, auto;
    padding: 200px 0 10px 0;
}

.eda-text {
    max-width: 85%;
    
}


.eda-text h1{
    font-size: 65px;
    font-weight: 700;
    max-width: 50%;
    letter-spacing: 0.8px;
    line-height: 1.2em;
    margin-bottom: 24px;
    display: inline-block;
}

.eda-text p{
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.eda img{
    padding: 50px 0 20px 0;
    display: block;
    height: auto;
    width: 80%;
}
/*********** Conclusion *************/
.conclusion {
    margin-top: 0, auto;
    padding: 200px 0 10px 0;
}

.conclusion-text {
    max-width: 85%;
    text-align: center;
}
.conclusion-text h1{
    font-size: 65px;
    font-weight: 700;
    max-width: 50%;
    letter-spacing: 0.8px;
    line-height: 1.2em;
    margin-bottom: 24px;
    display: inline-block;
}

.conclusion-text p{
    text-align: justify;
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    animation: updown 3s linear infinite;
}

@keyframes updown {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}
/************ Footer Css ************/
.footer {
    padding: 0 0 50px 0;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter-bx {
    background: #FFFFFF;
    border-radius: 55px;
    color: #121212;
    padding: 85px 125px;
    margin-bottom: 80px;
    margin-top: -122px;
}
.newsletter-bx h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
.new-emil-bx {
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
.new-emil-bx::before {
    content: "";
    background: linear-gradient(90.21deg, #AA367C -5.91%, #4A2FBD 111.58%);
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}
.new-emil-bx::after {
    content: "";
    background: #fff;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.new-emil-bx input {
    width: 100%;
    color: #121212;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding: 0 15px;
}
.new-emil-bx button {
    background: linear-gradient(90.21deg, #AA367C -5.91%, #4A2FBD 111.58%);
    padding: 20px 65px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 18px;
}
.footer img {
    width: 26%;
}
.footer p {
    font-weight: 400;
    font-size: 14px;
    color: #B8B8B8;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
