@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Baskervville:ital,wght@1,400..700&display=swap');



.studio-banner {
	position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position: center;
	
}

.studio-banner-content {
	display:flex;
	flex-direction:column;
	position: relative; 
  	z-index: 1; 
  	min-height: 100vh; 
  	padding: 80px 20px;
	align-items: center;
    justify-content: center;
    justify-self: center;
    text-align: center;
}


.studio-banner-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    font-weight: 600;
    color: #BFD7C1;
	font-family: "Archivo", sans-serif;
}

.studio-banner-list li:not(:last-child)::after {
    content: "•";
    margin-left: 15px;
    color: #BFD7C1;
}

.banner-video {
    width: 100%;
}

.banner-video video {
    width: 100%;
    display: block;
}
.digital-landscape {
	font-family: "Baskervville", serif;
	font-style: italic;
	color: #BFD7C1;
	font-size: 40px;
}
.kickoff-split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 500px; 
    align-items: center; 
}

.kickoff-split-column {
    width: 50%;
    height: 400px;
}

.image-col img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; 
}


.content-col {
    padding: 60px;
    display: flex;
    justify-content: center;
	font-family: "Archivo", sans-serif;
    color: #01221F
}

.content-wrapper {
    max-width: 500px; 
}

.kickoff-center-content {
	justify-content: center;
	align-content: center;
}

.kickoff-cta {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kickoff-center-content {
    max-width: 80%;
}

.kickoff-center-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.kickoff-center-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
	color: #BFD7C1;
	font-family: "Archivo", sans-serif;
}


.kickoff-center-content a {
    display: inline-block;
    padding: 15px 40px;
    background-color: #E75C23;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 50px; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.kickoff-center-content a:hover {
    background-color: #E75C23;
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.method {
	width: 100%;
    padding: 80px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Archivo", sans-serif;
	background-color: #01221F;
}
.method p {
	font-weight: 600;
	color: #fff;
}
.method p strong {
	font-family: "Baskervville", serif;
	font-style: italic;
	color: #BFD7C1;
	font-size: 40px;
	font-weight:400;
}
.method-title p strong {
	font-size: 80px;
}

.method-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
	font-family: "Archivo", sans-serif;
}

.method-item {
	display: flex;
	flex-direction: column;
	max-width: 350px;
}

.method-item p {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 35px;
}

.why {
	background-color: #01221F;
	color: #fff;
}

.why-grid-bg {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 50px 50px 0px 0px;
	font-family: "Archivo", sans-serif;
}
@media (min-width: 1024px) {
	.why-grid {
		display:grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));

	}
}
.why-split-column {
	padding: 60px 0px;
	align-items:center;
	justify-self: center;
}
.why-split-column img {
	border-radius: 50px;
	width: 400px;
	height: 600px;
}

@media (max-width: 768px) {
    .kickoff-split-column  {
        width: 100%;
        flex: 1 1 100%;
    }
    
    .content-col {
        padding: 40px 20px;
        text-align: center;
    }
}

.reason-title {
	display: flex;
    align-items: center;
    text-align: center;
	gap: 10px;
}
.reason-title img {
	height: 25px;
	width: 25px;
	
}
.reasons {
	padding: 0px;
}
.reason-title h3 {
	margin-bottom:0px;
}
.partners {
	padding-bottom: 60px;
}
.clients-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #01221F;
	font-family: "Baskervville", serif;
}
.studio-faqs {
	background-color: #BFD7C1;
	color: #282828;
}
.studio-faq-item-container {
  font-family: "Archivo", sans-serif;
	width: 80%;
	justify-self: center;
	padding-bottom: 40px;
}

.studio-faq-item {
  border-bottom: 1px solid #282828;
  background-color: transparent;
}

.studio-faq-item.open {
  background-color: transparent;
}

.studio-faq-item.open .studio-faq-icon::after {
  content: "-";
}

.studio-faq-icon {
  /* height: 12px; */
  color: #282828;
}

.studio-faq-icon::after {
  content: "+";
}

.studio-faq-item:last-child {
  border-bottom: none;
}

.studio-faq-question {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  width: 100%;
  font-size: 24px;
  background-color: transparent;
  color: #282828;
  outline: none;
	justify-content: space-between;
}

.studio-faq-question:hover {
  background-color: transparent;
}

.studio-faq-question:focus {
  outline: none;
  background: none;
}

.studio-faq-question:visited,
.studio-faq-question:checked {
  background: none;
}

.studio-faq-icon {
  margin-right: 10px;
}
.studio-faq-text {
	color: #282828;
}
.studio-faq-answer {
  padding: 0;
  font-size: 20px;
  color: #282828;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, padding 0.6s ease;
}

.studio-faq-item.open .studio-faq-answer {
  max-height: 200px;
  padding: 10px 0;
}
.studio-faqs-title {
	padding: 40px;
}
.studio-faqs-title-text{
	justify-self: center;
	font-size:60px;
	color: #282828;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
    margin: 0;
}