@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap");

*,
*::before,
*::after {
	box-sizing: border-box !important;
}

body {
	overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}

:root {
	--col1: #c04a00;
	--col2: #ff6400;
    --col3: #fff4ec;
	--col4: #fff;
    --col5: #1b1b1b;
	--font1: "Space Grotesk", sans-serif;
	--font2: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font1);
	font-weight: 500;
}

p, ul {
	font-family: var(--font2);
}

a {
	font-family: var(--font2);
	text-decoration: none;
}

/* Scroll Effect */

#webdesign {
	scroll-margin-top: 72px; 
}

#blog {
	scroll-margin-top: 44px; 
}

/* Navbar Style */

.navbar {
	margin: 0 auto;
	background-color: var(--col3);
	z-index: 9;
}

.navbar.nb {
	background-color: transparent;
}

.navbar .container-fluid {
    padding-left: 63px;
    padding-right: 63px;
}

@media screen and (max-width: 629px) {
	.navbar .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
	}

	.navbar-toggler {
		margin-right: 10px;
	}	
}

@media screen and (max-width: 431px) {
	.navbar .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
	}
}

.navbar-brand,
.nav-link {
	color: var(--col1) !important;
	cursor: pointer;
}

.navbar-brand img {
    height: auto;
}

.nb-img--1 {
	display: block;
	width: 210px;
}

.nb-img--2 {
	display: none;
	width: 45px;
}

@media screen and (max-width: 372px) {
	.nb-img--1 {
		display: none;
	}

	.nb-img--2 {
		display: block;
	}
}

.navbar-toggler {
	color: var(--col1);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(192, 74, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-item a {
	font-size: 19px;
}

.nav-link {
	font-family: var(--font1);
	padding: 0px 3px 0px 3px;
	margin-right: 15px;
}

.nav-link:hover {
	text-decoration: underline solid 1px var(--col1);
}

.nav-link.dropdown-btn:hover {
	text-decoration: underline solid 1px transparent;
}

.nav-item.ct .nav-link.btn {
    background: linear-gradient(45deg, var(--col1), var(--col2));
    color: var(--col4) !important;
	padding: 8px 16px;
	font-family: var(--font1);
    font-size: 19px;
    font-weight: 500;
}

.nav-item.ct .nav-link:hover {
    background: linear-gradient(45deg, var(--col1), var(--col2));
    color: var(--col4);
    text-decoration: underline solid 1px var(--col4);
    transition: 0.25s;
	opacity: 0.8;
}

/* navbarToggler Appearance */

@media screen and (max-width: 991px) {
	.navbar-nav {
		margin-top: 10px;
	}

	.nav-link {
		padding-left: 10px;
	}
    
    .nav-item {
		padding-bottom: 7px;
	}
}


/* HERO */
.hero {
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(https://thecreativeayd.com/wp-content/uploads/2025/09/background.jpg);
    background-size: cover;
    background-position: center;
	color: var(--col1);
	font-family: var(--font1);
}

.hero .container-fluid {
    padding: 0 54px;
}

.hero-lt h1 {
    font-size: 48px;
	font-weight: 500;
}

@media screen and (max-width: 1115px) {
	.hero-lt h1 {
        font-size: 32px;
	}
}

@media screen and (max-width: 783px) {
	.hero-lt h1 {
        font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
    .hero-lt {
        padding-bottom: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    }
    
    .hero-lt h1 {
        font-size: 40px;
	}

	.hero-lt p {
        text-align: center;
	}
}

@media screen and (max-width: 562px) {
    .hero .container-fluid {
        padding: 0 21px;
    }
}

@media screen and (max-width: 460px) {
	.hero-lt h1 {
        font-size: 32px;
	}
}

@media screen and (max-width: 337px) {
	.hero-lt h1 {
        font-size: 24px;
	}
}


/* PORTFOLIO CAROUSELS - GRAPHIC DESIGN */
.business-flyers {
	background-color: var(--col1);
}
.event-flyers {
	background-color: var(--col5);
	border-top: solid 2px var(--col3);
}
.new-month-designs {
	background-color: var(--col1);
	border-top: solid 2px var(--col3);
}
.birthday-designs {
	background-color: var(--col5);
	border-top: solid 2px var(--col3);
}

.business-flyers .side-text,
.event-flyers .side-text,
.new-month-designs .side-text,
.birthday-designs .side-text {
	color: var(--col3);
	font-family: var(--font2);
	width: 54px;
	
}
.business-flyers .side-text div,
.event-flyers .side-text div,
.new-month-designs .side-text div,
.birthday-designs .side-text div  {
	color: var(--col3);
	transform: rotate(-90deg);
	transform-origin: center center;
	white-space: nowrap;
	font-size: 24px;
	height: 100%;
	padding: 20px 0;
}

.business-flyers .businessflyer-carousel,
.event-flyers .eventflyer-carousel,
.new-month-designs .newmonthdesign-carousel,
.birthday-designs .birthdaydesign-carousel {
	background-color: var(--col3);
}

.businessflyer-carousel .img-slide,
.eventflyer-carousel .img-slide,
.newmonthdesign-carousel .img-slide,
.birthdaydesign-carousel .img-slide {
	height: 280px;
	margin: 0 8px;
}
.businessflyer-carousel .img-slide img,
.eventflyer-carousel .img-slide img,
.newmonthdesign-carousel .img-slide img,
.birthdaydesign-carousel .img-slide img {
	height: 100%;
	width: auto;
}
@media screen and (max-width: 767px) {
	.businessflyer-carousel .img-slide {
		height: 240px;
		margin: 0 4px;
	}
}
@media screen and (max-width: 450px) {
	.businessflyer-carousel .img-slide {
		height: 200px;
	}
}


/* HIRE ME, TESTIMONIALS, MEET ME */
.hire-me {
	background-color: var(--col1);
	color: var(--col3);
	padding: 63px 0;
}

.testimonials {
	background-color: var(--col5);
	padding-top: 44px;
}

.testimonials .curve-mark {
	width: 100px;
	margin-top: -8px;
}

.testimonials .slick-dots li button:before,
.testimonials .slick-dots li.slick-active button:before {
	color: var(--col4);
}
				
.meet h1 {
	color: var(--col1);
}

.meet .meet-main img {
	width: 360px;
	height: auto;
}

.meet .meet-main {
	display: flex;
	flex-direction: row;
}

.meet .meet-main a {
    text-decoration: none;
}

.meet .meet-main a i {
	color: var(--col1);
	font-size: 24px;
}

@media screen and (min-width: 992px) {
	.meet .meet-main {
		margin-left: 87px;
		margin-right: 87px;
	}
}

@media screen and (max-width: 767px) {
	.meet .meet-main {
		display: flex;
		flex-direction: column-reverse;
	}

	.meet .meet-main div:nth-child(2) {
		text-align: center;
		padding-left: 7px;
		padding-right: 7px;
	}
}


/* WEBSITE SOLUTIONS */
.website-solutions {
	background-color: var(--col5);
	color: var(--col3);
	padding: 72px 0;
}

.website-solutions .curve-mark {
	width: 144px;
	margin-top: -12px;
}

.web-solution-slider .slick-dots li button:before,
.web-solution-slider .slick-dots li.slick-active button:before {
	color: var(--col4);
}


/* BLOG */
.posts .curve-mark {
	width: 100px;
	margin-top: -16px;
}

.posts {
	padding-top: 40px;
	padding-bottom: 40px;
}


/* WhatsApp Quick Contact */
div.wa-qc {
	display: flex;
	padding: 0 30px 21px 0;
	width: max-content;
	z-index: 99;
}

div.wa-qc .wrapper {
	background-color: #20a869;
	color: #f1f1f1;
	border-radius: 100%;
	padding: 6px 15px;
	width: max-content;
}

div.wa-qc i {
	color: #f1f1f1;
	font-size: 40px;
}


/* Footer */
.footer {
	background-color: var(--col1);
	color: var(--col3);
	margin-bottom: 0;
}

.footer p,
.footer ul li a,
.footer .social a i {
	font-family: var(--font1);
    color: var(--col4);
	font-weight: 300;
}

.footer ul li a,
.footer .social a {
    text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline solid 1px var(--col4);
    transition: 0.5s;
}

.footer .social a i:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.footer hr {
	border-top: solid 1px var(--col4);
	opacity: 0.87;
    width: 87%;
}

.copyright,
.copyright a{
    color: var(--col4);
	font-family: var(--font1);
}

/* Contact Form */
.form-sub {
	display: flex;
	flex-direction: column;
}

form input,
form textarea {
	background-color: var(--col1);
	color: var(--col4);
	border: solid 1px var(--col1);
	border-radius: 5px;
	font-family: var(--font1);
	padding: 5px 10px;
	width: 50%;
}

@media screen and (max-width: 562px) {
	form input,
	form textarea {
		width: 93%;
	}
}

form input:focus,
form textarea:focus {
	outline: 2px solid var(--col5);
}

form input::placeholder,
form textarea::placeholder {
	color: var(--col3);
	opacity: 0.5;
	font-family: var(--font1);
}

form label {
	font-family: var(--font2);
	font-size: 20px;
	font-weight: 500;
}

/* Other Pages */

.page-heading {
	background-color: var(--col5);
	color: var(--col4);
}

.post-date,
.post-author {
	font-family: var(--font2);
}

.post-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.entry-content p {
	font-size: 18px;
	text-align: justify;
}


/* Lazy Loading Effects */
.form-sub {
    opacity: 0;
    transform: translateY(20px); 
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

.form-sub.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Comment Form Style */

.comment-avatar img {
    border-radius: 50%;
}

.comment-author {
    font-weight: bold;
}

.comment-meta {
    font-size: 12px;
}

.reply a {
    font-size: 14px;
    color: var(--col5);
} 

/* Comment Form Wrapper */
.comment-respond {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 54px;
}

/* Comment Form Title */
.comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
}

/* Comment Box */
.comment-form-comment textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form-comment textarea:hover,
.comment-form input[type="text"]:hover,
.comment-form input[type="email"]:hover,
.comment-form-comment textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus {
	background-color: var(--col1);
	color: var(--col3);
	border-radius: 6px;
    outline: none;
	font-size: 16px;
}

.comment-form-comment textarea {
    padding: 12px;
    border: 1px solid var(--col1);
    transition: all 0.3s ease-in-out;
    resize: vertical;
	width: 75%;
}

/* Input Fields (Name, Email) */
.comment-form input[type="text"],
.comment-form input[type="email"] {
    padding: 5px 7px;
    border: 1px solid var(--col1);
    transition: all 0.3s ease-in-out;
	width: 75%;
}

.comment-form-comment textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus {
    border-color: var(--col5);
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

/* Labels */
.comment-form label {
    display: block;
	font-size: 18px;
    margin-bottom: 5px;
}

@media screen and (max-width: 572px) {
	.comment-form-comment textarea,
	.comment-form input[type="text"],
	.comment-form input[type="email"] {
        width: 97%;
	}
}

/* Submit Button */
.comment-form .submit {
	color: var(--col3);
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	width: max-content;
}

.comment-form .submit:hover {
	opacity: 0.8;
}

/* Checkbox (Save Name & Email) */
.comment-form-cookies-consent {
    display: none !important;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.comment-form-cookies-consent input {
    margin-right: 8px;
}

/* BONAZA POPUP */
.bonaza-popup {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 88px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.bonaza-popup .popup-content {
	position: relative;
	background-color: var(--col3);
	margin: auto;
	padding: 0;
	border-radius: 12px;
	width: 50%;
    height: 320px;
	box-shadow: 12px 10px 76px -17px rgba(182,193,196,0.35);
	-webkit-box-shadow: 12px 10px 76px -17px rgba(182,193,196,0.35);
	-moz-box-shadow: 12px 10px 76px -17px rgba(182,193,196,0.35);
	animation-name: animatetop;
	animation-duration: 0.8s
}
@media screen and (max-width: 991px) {
    .bonaza-popup .popup-content {
        width: 75%;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.bonaza-popup .popup-bg-video {
	height: 100%;
	width: 560px;
	overflow: hidden;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.bonaza-popup .popup-bg-video video {
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover; 
}

.bonaza-popup .popup-body {padding: 2px 16px;}
.bonaza-popup .btn-row {margin-top: 16px;}

@media screen and (max-width: 576px) {
    .bonaza-popup {
        padding-top: 54px;
    }
    .bonaza-popup .popup-content {
        flex-direction: column;
        height: 440px;
        width: 88%;
    }
    .bonaza-popup .popup-bg-video {
        width: 100%;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
    }
    .bonaza-popup .popup-body {padding: 0 12px;}
    .bonaza-popup h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .bonaza-popup p {font-size: 13px;}
    .bonaza-popup .btn-row {margin-top: 4px;}
    .bonaza-popup .btn--2 {font-size: 14px;}
}
