@charset "UTF-8";
/* CSS Document */
/* styles.css */

#wrapper {
	padding:1em;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	min-width:1000px;
	max-width:1920px;
	
}

body {
    margin: 0;
    font-family: "Raleway", serif;
	color: #f5f5f5
}

header {
    background-color: #959595;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
    padding: 5px 20px;
}



h1 {
	font-size: 38px; 
	font-family: "Raleway";
	font-weight: 500;
	font-style: normal;
	color : #f5f5f5;	
}

h1 a{
	text-decoration: none; /* Remove underline */
   color : #f5f5f5;
}


h1 a:hover {
	color: #000;
	border-bottom: 7px solid #383838;
	
}

h2 {
	font-size: 50px; 
	font-family: "Raleway";
	font-weight: 500;
	font-style: normal;
	color : #383838;	
}


h3 {
	font-size: 24px; 
	font-family: "Raleway";
	font-weight: 500;
	font-style: normal;
	color : #6C6A61;
}







.logo {
    display: flex;
    align-items: center;
}

.logo span {
    font-weight: bold;
    font-size: 24px;
    margin-right: 10px;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
}



nav a:hover {
	background-color: #acacac;
	color: #000;
	border-bottom: 7px solid #383838;

}



main {
    min-height: 70vh;
    background-color: #f5f5f5;
}

footer {
    background-color: #959595;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 12px;
}

footer a {
    color: #ff6347;
    text-decoration: none;
    margin-left: 10px;
}

footer a:hover {
	color: #000;
}

footer .social-links a {
    margin-left: 10px;
    color:#f5f5f5 ;
}

footer .social-links a:hover {
    color: #000;
}

footer p {
    margin-right: 20px; /* Adjust spacing as needed */
    display: inline-block; /* Ensures alignment with the link */
	
}


footer a {
    color: #0B27BB;
    text-decoration: none;
    margin-left: 3em; /* Keep space after the copyright text */
	

	
	
}


.about-image-container img {
    max-width: 100%;
    height:auto;
    border: 1px solid #ccc;
    border-radius: 8px;
	
}

.about-container {
    background-color: #777777;
    padding: 2em;
    color: white;
    border-radius: 8px;
    width: 750px;
	text-align:justify;
	font-size: 20px;
	line-height:30px;
	
}




/* "Need a Creative?" Section */
.creative-section {
    text-align: center;
    margin: 40px 0;
}

.creative-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.creative-images {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.creative-images img {
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    height: auto;
}

/* Main Section Styles For Contact Page */
.main-section {
    padding: 40px 20px;
    text-align: center;
}

.main-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form-container {
    background-color: #777777;
    padding: 20px;
    color: white;
    border-radius: 8px;
    width: 300px;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.input-group label {
    margin-bottom: 5px;
    font-size: 14px;
}

.input-group input,
.input-group textarea {
    padding: 8px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

button {
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

button:hover {
    background-color: #cccccc;
}



/* Main Section Styling for Thank You Page */
.thank-you-section {
    text-align: center;
    padding: 40px 20px;
}

.thank-you-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* Content Layout */
.content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Thank You Message Styles */
.thank-you-message {
    flex: 1;
    background-color: #777777;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.thank-you-message h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.thank-you-message p {
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    .thank-you-message {
        padding: 20px;
    }

    .thank-you-message h2 {
        font-size: 36px;
    }

    .thank-you-message p {
        font-size: 16px;
    }
}


main {
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
}

.demo-reel {
  text-align: center;
  margin-bottom: 40px;
}

.demo-reel h1 {
  font-size: 1.8rem;
  color: #444;
}

.video-wrapper iframe {
  width: 100%;
  max-width: 720px;
  height: 405px;
  border: none;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}

.content-sections {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.content-card {
  background-color: #e6e6e6;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.content-card h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #222;
}

.content-card p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #666;
}

.thumbnail img {
  max-width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.thumbnail img:hover {
  transform: scale(1.05);
}



