@import url(styles.css);

/* SECTION */
section{
	width: 100%;
	padding: 5rem 2rem;
	box-shadow: 0 0 5px var(--color2);
	background: url(../imgs/white-bg.jpg) no-repeat, #000;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
}

.section-title{
	text-align: center;
	margin-bottom: 5rem;
}

.section-title h2{
	color: var(--color3);
	font-family: var(--font3);
	font-size: clamp(3rem, 6vw, 3.5rem);
	margin-bottom: .5rem;
}

.section-title p{
	max-width: 600px;
	width: 100%;
	margin: 1.5rem auto 0;
	font-family: var(--font2);
	opacity: .8;
}

/* HERO SECTION */
.hero{
	height: 100vh;
	background: url(../imgs/gradient-black-background-with-cubes.avif) no-repeat, #555;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	color: var(--color-light);
	/* box-shadow: 0 0 5px gray; */
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
}

.hero h1{
	font-family: var(--font3);
	color: var(--color3);
	font-size: clamp(3rem, 8vw, 4.5rem);
}

.hero p{
	font-family: var(--font2);
	max-width: 800px;
	width: 100%;
	padding: .5rem 0 5rem;
	opacity: .9;
}

.btns a{
	color: var(--color-dark);
	background: linear-gradient(to left, var(--color2) 50%, transparent 50%) right;
	background-size: 210%;
	padding: 1.5rem 3rem;
	border-radius: 10px;
	border: 2px solid var(--color2);
	font-size: 1.5rem;
	font-weight: 500;
	transition: .5s ease-in-out;
}
.btns a:hover{
	color: var(--color2);
	box-shadow: 0 0 10px var(--color2);
	background-position: left;
}


/* WHY CHOOSE ME */
.about p{
	max-width: 1000px;
	width: 100%;
	line-height: 1.6;
	opacity: .9;
}


/* FEATURED WORKS */
.work{
	background: url(../imgs/white-bg.jpg) no-repeat, #000;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
}

/* Container padding to match your hero section */
.work .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}


/* 2-Column Responsive Box */
.work-box {
    display: flex;
    flex-direction: row;
	text-align: left;
    gap: 4rem;
    background: url(../imgs/binary-code.jpg) no-repeat, #333;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
    padding: 4rem;
    border-radius: 2rem;
	box-shadow: 0 0 5px var(--color2);
    align-items: center;
    margin-bottom: 4rem;
	transition: .3s ease-in-out;
}
.work-box:hover{
	transform: translateY(-10px);
	background-position: left;
	box-shadow: 0 0 10px var(--color2);
}

.col-text, .col-img {
    flex: 1; /* Each takes 50% width */
}

/* Image styling */
.col-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Typography and Accents */
.tag {
    color: var(--color2); /* Your blue accent */
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-text h3 {
    font-size: 2.5rem;
    margin: 1rem 0 2rem;
    color: var(--color-light);
}

.col-text p {
    color: var(--color3);
    margin-bottom: 1.5rem;
	opacity: .9;
}

.work-features {
    list-style: none;
    margin: 2rem 0 5rem;
	opacity: .9;
}

.work-features li {
    color: var(--color-light);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ctas{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.btn-work{
	color: var(--color-dark);
	background: var(--color2);
	padding: 1.4rem 1.8rem;
	border-radius: 1rem;
	border: 2px solid var(--color2);
	font-size: 1.4rem;
	font-weight: 500;
	transition: .3s ease-in-out;
}
.btn-work:hover{
	color: var(--color2);
	box-shadow: 0 0 10px var(--color2);
	background: transparent;
}

.btn-cta{
	color: #6c87b5;
	border: 2px solid #6c87b5;
	background: transparent;
	padding: 1.4rem 2.5rem;
	border-radius: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	transition: .3s ease-in-out;
}
.btn-cta:hover{
	color: var(--color2);
	border: 2px solid var(--color2);
	color: var(--color2);
	box-shadow: 0 0 10px var(--color2);
	background: transparent;
}

/* Hide hidden projects */
.work-box.hidden {
    display: none;
}

/* Load More Button Styling */
.load-more-container {
    text-align: center;
	margin: 2rem 0;
}

.btn-load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	gap: .5rem;
	margin: 0 auto;
    background: transparent;
    border: 2px solid #6c87b5; /* Use your accent blue */
    color: #6c87b5;
    padding: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    color: var(--color2);
	box-shadow: 0 0 10px var(--color2);
	border: 2px solid var(--color2);
    transform: translateY(-5px);
}

.btn-load-more i{
	font-size: 1.5rem;
}


/* CONTACT ME */
.contact{
	background: url(../imgs/binary-code.jpg) no-repeat, #123;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	padding-bottom: 5rem;
}

.contact .contact-form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.5px solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 10px var(--color2);
	transition: .3s ease-in-out;
}
.contact .contact-form:hover{
	border-color: var(--color2);
	box-shadow: 0 0 15px var(--color2);
}

.contact form{
    width: 100%;
	background: url(../imgs/binary-code.jpg) no-repeat, #333;
	background-position: center;
	background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

input,
textarea{
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    background: transparent;
	border: 1.5px solid transparent;
	box-shadow: 0 0 10px var(--color2);
    border-radius: 5px;
    color: var(--color2);
	outline: none;
	transition: .3s ease-in-out;
}

textarea{
	height: 20rem;
	resize: none;
	margin-bottom: 2.5rem;
}

input:focus, textarea:focus{
	border-color: var(--color2);
	box-shadow: 0 0 15px var(--color2);
}

input::placeholder, textarea::placeholder{
	font-size: 1.4rem;
	color: var(--color2);
	opacity: .8;
}

button{
	font-family: var(--font1);
	font-size: 1.4rem;
	font-weight: 500;
	background: var(--color2);
	border: 1.5px solid var(--color2);
	border-radius: 5px;
	padding: 1.5rem;
	cursor: pointer;
	transition: .3s ease-in-out;
}
button:hover{
	background: transparent;
	color: var(--color2);
	border: 1.5px solid var(--color2);
	box-shadow: 0 0 15px var(--color2);
}
