/* Base styles */
@font-face {
    font-family: "libre";
    src: url(fonts/libre.ttf) format("truetype");
  }
  @font-face {
    font-family: "playfair";
    src: url(fonts/playfair.ttf) format("truetype");
  }
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
    color: white;
}
.tiger{
    width: auto;
    height: 80px; 
    margin-top: 100px; 
    margin-left: 280px;
}
.logo {
    height: 150px;
    width: auto; /* Adjust width to maintain aspect ratio */
    src: url("images/logo.png");
    alt: "Logo";
  
    position: relative;
    top: 110px;
    left: 10px;
    
    z-index: 1;
  }

* {
    max-width: 100vw;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

/* Container */
.container {
    margin: 0 auto;
    padding: 48px 16px;
    max-width: 1200px;
}

/* Header styles */
header {
    margin-bottom: 48px;
}

h1 {
    font-size: 0.25rem;
    margin-left: 15px;
    margin-top: 64px;  
    font-weight: bold;
    font-family:libre;
}
h2 {
    font-size: 40px;
    margin-left: 50px;
    margin-top: -45px;  
    font-weight: bold;
    font-family:libre;
    margin-bottom: 20px;
}
h6{
    font-size: 0.75rem;
    color: #4b5563;
    margin-left: 880px;
    margin-top: 50px;
    font-family:playfair;
}
hr{
    width: 400px;
    margin-left: 990px;
    margin-top: -77px;
    display: block;
    border: 0;
    border-top: 0.2px solid rgb(56, 51, 51);
    }
    /* header strong brands thing */
p{
        font-size: 1.25rem;
        margin-left: 5px;
        margin-top: 6px;  
        font-weight: bold;
        font-family:playfair;
}

@media (min-width: 768px) {
    h1 {
        font-size: 6.75rem;
        font-family:libre;
        margin-bottom: 30px;

    }
}

header p {
    font-size: 14px;
    color: #9ca3af;
    max-width: 42rem;
    font-family:playfair;
}

@media (min-width: 768px) {
    header p {
        font-size: 21px;
        font-family:playfair;
        margin-left: 50px;
    }
}

/* Button styles */
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}
.circle{
    margin-left: 1000px;
    height: 50px;
    width: auto;
    margin-top: -40px;
}


.button {
    padding: 12px 24px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
}

.button-primary {
    background-color: #7e22ce;
    color: white;
    margin-left: 25px;
    font-size: 15px;
    height: 50px;
    width: auto;
    font-family:playfair;
}

.button-secondary {
    background-color:#7e22ce;
    color: white;
    margin-left: 25px;
    font-size: 15px;
    height: 50px;
    width: auto;
    font-family:playfair;
}

.button-secondary:hover {
    box-shadow: 0 0 20px 5px rgba(73, 73, 73, 0.8); /* Purple glow */
}

.button-primary:hover {
    box-shadow: 0 0 20px 5px rgba(128, 0, 128, 0.8); /* Purple glow */
}

@media (max-width: 768px) {
    .button-primary {
        font-size: 0.9rem; /* Adjust size for smaller screens if needed */
        padding: 8px 16px;
        font-family:playfair;
    }
    .button-primary:hover {
        box-shadow: 0 0 20px 5px rgba(138, 43, 226, 0.8); /* Ensure glow stays */
    }
}

/* Video background */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
    opacity: 0.8;
}

/* Studio section */
.studio-section {
    background-color: white;
    width: 100vw;
    padding: 64px 144px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .studio-section {
        flex-direction: row;
        align-items: flex-start;
    }
}

.studio-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .studio-content {
        width: 50%;
        padding-right: 48px;
        margin-bottom: 0;
    }
}

.studio-logo {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.studio-heading {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #4b5563;
    font-family:playfair;
}

@media (min-width: 768px) {
    .studio-heading {
        font-size: 3rem;
        font-family:playfair;
    }
}

.studio-text {
    color: #4b5563;
    margin-bottom: 24px;
}

.studio-image {
    width: 100%;
}

@media (min-width: 768px) {
    .studio-image {
        width: 50%;
        
    }
}

.studio-image img {
    width: auto;
    height: 800px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin-left: -15px;
    margin-top: 100px;
}

/* Services section */
.services-section {
    background-color: black;
    color: white;
    padding: 32px;
}

@media (min-width: 768px) {
    .services-section {
        padding: 64px;
        padding-bottom: 350px;
    }
}

.services-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}
.h2-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}
@media (min-width: 768px) {
    .services-header {
        flex-direction: row;
        gap: 32px;
    }
}

.services-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow:auto;
}

.services-title {
    font-size: 3.25rem;
    font-weight: 600;
    margin-top: -80px;
    margin-left: 500px;
    font-family:playfair;
}

@media (min-width: 768px) {

}

.services-title span {
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.service-card {
    background-color: black;
    padding: 24px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto; /* Let the height adjust based on content */
}

.service-card:hover {
    transform: scale(1.05);
    background-color: #111827;
    border-style: solid;
    border-radius: 1px;
    border-color: #333;
}

.service-card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    font-family:playfair;
}

.card-description {
    color: #9ca3af;
    opacity: 0;
    transition: opacity 0.3s;
}

.service-card:hover .card-description {
    opacity: 1;
}

/* Services button container */
.services-button-container {
    margin-top: -70px;
    margin-left: 500px;
    display: flex;
    justify-content: center;
}

.mission-vision {
    background-color: white;
    
}


/* Vision section */
.vision-section {
    margin-top: 64px;
    font-family: libre;
}

.vision-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 32px;
}

.vision-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media (min-width: 1024px) {
    .vision-content {
        flex-direction: row;
    }
}

.vision-text {
    flex: 1;
}

.vision-text h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 32px;
    font-family:playfair;
}

.vision-text p {
    color: #4b5563;
    margin-bottom: 32px;
}

.vision-footer {
    margin-top: 48px;
}

.vision-footer p {
    font-size: 1.25rem;
    font-family:playfair;
}

.vision-footer span {
    font-weight: bold;
    font-family:playfair;
}

.vision-image {
    flex: 1;
}

.vision-image img {
    width: 100%;
    height: 500px;
    border-radius: 8px;
}
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Libre Baskerville', serif;
    background-color: #1a1a1a;
    color: #ffffff;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.container3 {
    max-width: 1200px;
    height: 800px;
    margin: 0 auto;
}
/* Mission & Vision Section */
.mission-vision {
    padding: 4rem 0;
    background-color: white;
    font-family: libre;
}

.vision-section, .mission-section {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.vision-text, .mission-text {
    flex: 1;
}

.vision-text p, .mission-text p {
    font-size: 1.25rem;
    line-height: 1.8;
    color:rgb(0, 0, 0);
    font-family:playfair;
    margin-left: 50px;
}

.statue-image, .mission-image {
    flex: 0 0 300px;
    margin-right: -150px;
    margin-top: -90px;

}

.statue-image img {
    max-width: 120%;
    height: auto;
}

.mission-image {
    padding: 1rem;
}

.mission-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mission-text p{
    color: black;
}


/* Responsive design */
@media (max-width: 768px) {
    .vision-section, .mission-section {
        flex-direction: column;
        text-align: center;
    }

    .statue-image, .mission-image {
        margin-bottom: 2rem;
    }
    
    .vision-text p, .mission-text p {
        font-size: 1.1rem;
        color:rgb(0, 0, 0);
        font-family:playfair;
    }
}

/* Optional hover effects */
.statue-image, .mission-image {
    transition: transform 0.3s ease;
}

.statue-image:hover, .mission-image:hover {
    transform: scale(1.05);
}
.studio-section {
    padding: 2rem 1rem;
    background-color: white;
}

.studio-container {
    max-width: 100%;
    margin: 0 auto;
}

.studio-heading {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: left;
    font-weight: bold;
    hyphens: auto;
    word-wrap: break-word;
    font-family:playfair;
}

.studio-content {
    max-width: 100%;
}

.studio-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    color: #4b5563;
    font-family:playfair;
}

/* Media Queries for larger screens */
@media (min-width: 480px) {
    .studio-section {
        padding: 3rem 1.5rem;
    }

    .studio-heading {
        font-size: 2.5rem;
        font-family:playfair;
    }

    .studio-text {
        font-size: 1.425rem;
        font-family:playfair;
    }
}

@media (min-width: 768px) {
    .studio-section {
        padding: 4rem 2rem;
    }

    .studio-container {
        max-width: 720px;
    }

    .studio-heading {
        font-size: 3rem;
        font-family:playfair;
    }
}

@media (min-width: 1024px) {
    .studio-container {
        max-width: 960px;
    }

    .studio-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .studio-container {
        max-width: 1200px;
    }
}
.slider-carousel {
    width: 100%;
    height: 150%;
    overflow: hidden;
    padding: 20px 0;
    background-color: rgb(255 255 255);
}
.slider-container {
    display: flex;
    animation: scroll 20s linear infinite;
}
.slider {
    flex: 0 0 auto;
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider img {
    max-width: 120px;
    max-height: 90px;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.arrow-icon {
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: black;
    transition: transform 0.3s ease; /* Add transition for smooth effect */
}

.arrow-icon i {
    color: #7e22ce; /* Change the arrow icon color to purple */
    font-size: 15px; 
}

/* Hover effect for the arrow icon */
.arrow-icon:hover {
    transform: scale(1.1); /* Slightly increase size on hover */
}



.icon-wrapper {
    margin-left: 820px;
    margin-top: -120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Increased width for outer circle */
    height: 80px; /* Increased height for outer circle */
    border-radius: 80%; /* Outer circle */
    background-color: #7e22ce; /* Black background */
    position: relative; /* Position relative for inner circle */
    transition: transform 0.3s ease; /* Add transition for smooth effect */
}

.icon-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px; /* Size of inner circle */
    height: 50px; /* Size of inner circle */
    border-radius: 50%; /* Inner circle */
    background-color: black; /* Purple background */
    transform: translate(-50%, -50%); /* Center the inner circle */
    z-index: 1; /* Position inner circle below the icon */
}

.icon-wrapper i {
    color: #7e22ce; /* Change the arrow icon color to white for contrast */
    z-index: 2; /* Position the icon above the inner circle */
}

/* Hover effect for the arrow icon */
.icon-wrapper:hover {
    transform: scale(1.1); /* Slightly increase size on hover */
}