/* Global Styles */
@import url('https://fonts.cdnfonts.com/css/garet');
@import url('https://fonts.cdnfonts.com/css/telegraf');

html,body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    scroll-behavior: smooth;
    overflow: hidden;
    width:100%;
    font-family: 'Garet', sans-serif;
   scrollbar-highlight-color: #000;
}
html{
    overflow-y:auto;
}

*{
    box-sizing: border-box; 
}


.header,
.logo,
.arrow-effect,
.underline-effect,
.curvy-effect {
    max-width: 100%; 
    box-sizing: border-box;
}


h1, h2, h3 {
    font-family: 'Telegraf', sans-serif; /* Heading font */
    margin: 0;
}


p {
    font-family: 'Garet', sans-serif;
}


a {
    text-decoration: none;
    color: inherit;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}



/* Header Section */
.header {
    padding: 5vh 5vw;
    background-color: #000; 
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 20;
}

.headline h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 120px;
}

/* Arrow Effect */
.arrow-effect {
    position: absolute;
    top: 14vh;
    right: 32vw; 
    width: clamp(60px, 8vw, 150px); 
    z-index: -1; 
}


.underline-effect {
    position: absolute;
    bottom: 16vh; 
    left: 34vw; 
    width: clamp(50px, 10vw, 120px); 
    z-index: -1;
}
/* Curvy Effect */
.curvy-effect {
    position: absolute;
    top: 45vh; 
    left: 65vw; 
    transform: translateX(-50%);
    width: clamp(60px, 12vw, 120px); 
    z-index: -1;
}

/* Logo */
.logo {
    position: absolute;
    top: 2vh;
    left: 2vw;
    width: clamp(120px, 10vw, 200px);
    z-index: 10;
}

.logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}


@media (max-width: 768px) {
 

    .header {
        padding: 40px 10px;
        height: auto; 
    }

    .headline h1 {
        font-size: 1.9em; /* Adjust font size */
        text-wrap: nowrap;
    }
    .arrow-effect {
        top: 15vh;
        right: 33vw;
        
    }
    .underline-effect {
        bottom: 15vh;
        left: 34vw;
    }

    .curvy-effect {
        top: 29vh;
        left: 66vw;
    }
}

@media (max-width: 480px) {
    /* Minor adjustments for mobile */
    .header {
        padding: 30px 20px;
    }

    .headline h1 {
        font-size: 1.4em;
        text-wrap: nowrap;

    }

    .arrow-effect {
        top: 15vh;
        right: 28vw;
    }
    .underline-effect {
        bottom: 15vh;
        left: 32vw;
    }
    .curvy-effect {
        top: 26vh;
        left: 68vw;
    }
}


/* Intro Section */

.intro-section {
    padding: 60px 20px;
    border: 3px solid #000;
    border-radius: 30px;
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    width: calc(100% - 40px); 
}

.intro-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.intro-left {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.intro-left h1 {
    font-size: 4em;
    line-height: 1.2;
    color: #000;
    font-family: 'Telegraf', sans-serif;
    margin: 0;
}

.intro-right {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.intro-image {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px;
    margin-left: -40px;
}

.intro-image img {
    width: 250px;
    height: auto;
    max-width: 100%; 
}

.intro-right p {
    font-size: 1.2em;
    color: #333;
    margin: 20px 0;
}

.btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
    background-color: #333;
    transform: scale(1.05);
}

/* Responsive Design */

/* Tablets and smaller devices */
@media (max-width: 768px) {
    .intro-section {
        padding: 40px 15px;
        justify-content: center;
    }

    .intro-container {
        flex-direction: column;
    }
    

    .intro-left h1 {
        font-size: 2.3em;
        text-align: left; 
        margin-bottom: 20px; 
    }

    .intro-container {
        align-items: flex-start; 
    }

    .arrow {
        margin-top: 10px; 
    }

    

    .intro-right {
        padding: 10px;
        align-items: center;
    }

    .intro-image img {
        width: 200px;
        margin-left:20px;
    }

    .btn {
        padding: 10px 30px;
        font-size: 1em;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .intro-section {
        padding: 30px 10px;
    }

    .intro-left h1 {
        font-size: 2em;
        
    }

    .intro-right p {
        font-size: 1em; 
    }

    .intro-image img {
        width: 150px; 
        margin-left:20px;
    }

    .btn {
        padding: 8px 25px;
        font-size: 0.9em;
    }
}
  /* Services Section */
  .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 40px;
    background-color: #000;
}

.service {
    flex: 1 1 calc(30% - 20px);
    max-width: calc(30% - 10px);
    text-align: center;
    padding: 2px;
    color: #fff;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px #DD4242;
}

.icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.icon img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto; 
    z-index: 1
}

.service h3 {
    font-family: 'Telegraf', sans-serif; 
    color: #fff;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: bolder;
    margin-top: -22px;
    z-index:1;
   
}

.service p {
    font-family: 'Garet', sans-serif;
    color: #ccc;
    font-size: 1.3em;
    line-height: 1.4;
}

/* Responsive Design */

/* For tablets and smaller screens (max-width: 768px) */
@media (max-width: 768px) {
    .service {
        flex: 1 1 calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }

    .icon {
        margin-bottom: 15px;
    }

    .icon img {
        max-width: 200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .service h3 {
        font-size: 1.6em;
        margin-top: 0; 
        margin-bottom: 10px; 
    }

    .service p {
        font-size: 1.1em;
        margin-top: 10px; 
    }
}

/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    .service {
        flex: 1 1 100%; 
        max-width: 100%;
    }

    .icon {
        margin-bottom: 1px; 
    }

    .icon img {
        max-width: 150px;
        margin: 0 auto; 
        position: relative; 
        z-index: 1; 
    }

    .service h3 {
        font-size: 1.4em;
        margin-top: 0; 
        margin-bottom: 10px; 
    }

    .service p {
        font-size: 1em;
        margin-top: 10px;
    }
}


  /* Testimonials Section */
.testimonials {
    background-color: #fff5f5;
    padding: 60px 20px;
    text-align: center;
}

.testimonials h2 {
    color: #DD4242;
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
}

/* Testimonial card styling */
.testimonial {
    display: inline-block;
    width: 30%;
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
    vertical-align: top;
}

.testimonial img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: 80px;
}

.testimonial h3 {
    color: #DD4242;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.testimonial p {
    color: #555;
    font-size: 0.95em;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .testimonials h2 {
        font-size: 2em;
    }

    .testimonial {
        width: 80%; 
        margin: 20px auto; 
    }

    .testimonial img {
        width: 150px; 
        height: 150px; 
    
        
    }

    .testimonial h3 {
        font-size: 1.1em; 
    }

    .testimonial p {
        font-size: 0.9em;
    }
}


@media (max-width: 480px) {
    .testimonials h2 {
        font-size: 1.8em; 
    }

    .testimonial {
        width: 90%;
        margin: 15px auto;
    }

    .testimonial img {
        width: 120px;
        height: 120px; 
    }

    .testimonial h3 {
        font-size: 1em; 
    }

    .testimonial p {
        font-size: 0.85em; 
    }
}

 
 /* Creativity Section */
 .creativity-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #DD4242;
    color: #000;
    padding: 45px 10px;
    min-height: 200px;
    flex-wrap: wrap;
    font-family: 'Garet', sans-serif;
    gap: 20px;
}

.creativity-content {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px;
    text-align: left;
}

.creativity-content h2 {
    font-family: 'Telegraf', sans-serif;
    font-size: 2.5em;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000;
}

.creativity-content p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #111;
}

.creativity-logo {
    flex: 1 1 40%;
    max-width: 50%;
    text-align: center;
}

.creativity-logo img {
    max-width: 70%;
    height: auto;
    border-radius: 50%;
}

/* Responsive Design */

/* Tablets and smaller screens */
@media (max-width: 768px) {
    .creativity-section {
        padding: 30px 15px;
        flex-direction: column;
        text-align: center; 
        gap: 25px;
    }

    .creativity-content {
        max-width: 100%;
        padding: 10px;
    }

    .creativity-content h2 {
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
    }

    .creativity-content p {
        font-size: 1.1em;
    }

    .creativity-logo {
        max-width: 100%;
    }

    .creativity-logo img {
        max-width: 250px;
        height: auto;
        margin: 0 auto;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    .creativity-section {
        padding: 20px 10px;
    }

    .creativity-content {
        max-width: 100%;
        padding: 10px;
    }

    .creativity-content h2 {
        font-size: 1.8em; 
        margin-bottom: 15px;
        text-align: center;
    }

    .creativity-content p {
        font-size: 1em; 
        line-height: 1.5;
    }

    .creativity-logo {
        margin-top: 15px;
    }

    .creativity-logo img {
        max-width: 200px; 
        height: auto;
        margin: 0 auto;
    }
}


/* Main Contact Section */
.contact-section {
    background-color: black;
    color: white;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

/* Contact Header */
.contact-header {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
}


.contact-content {
    margin-top: 60px;
    max-width: 500px;
    padding: 50px;
}

.contact-content h2 {
    font-size: 2.5em;
    color: #DD4242;
    margin-bottom: 20px;
}

.contact-content p {
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 40px;
}

/* Collaboration Button */
.btn-collaborate {
    display: inline-block;
    background-color: transparent;
    color: #DD4242;
    padding: 12px 30px;
    border: 2px solid #e63946;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.btn-collaborate:hover {
    background-color: #DD4242;
    color: white;
}   

/* Contact Image */
.contact-image {
    flex: 1;
    max-width: 45%;
    padding: 20px;
    text-align: center;
}

.contact-image img {
    max-width: 80%; 
    border-radius: 10px;
    margin-left: 50px;
}

/* Social Icons */
.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

/* Social Icon Links */
.social-icons a {
    text-decoration: none;
    font-size: 1.8em;
    transition: transform 0.3s, color 0.3s;
}

/* Hover Effects for Social Icons */
.social-icons a:hover {
    transform: scale(1.3);
    filter: brightness(1.2);
}

/* Individual Icon Colors */
.social-icons .facebook {
    color: #4267B2;
}

.social-icons .instagram {
    color: #E4405F;
}

.social-icons .whatsapp {
    color: greenyellow;
}

/* Contact Info Section */
.contact-info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.contact-info .phone,
.contact-info .email {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info img {
    width: 30px;
}

.contact-info span {
    font-size: 1.2em;
    color: #ccc;
    font-family: 'Garet', sans-serif;
}

/* Copyright Section */
.copyright {
    margin-top: 20px;
    font-size: 0.8em;
    color: #aaa;
    text-align: center;
    flex-basis: 100%;
    padding: 20px 0;
    border-top: 1px solid #444;
}

/* Responsive Design */

/* For Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        text-align: center;
    }

    .contact-content {
        max-width: 100%;
        padding: 40px;
    }

    .contact-image {
        max-width: 100%;
        align-items: center;
    }

    .contact-content h2 {
        font-size: 2.2em;
    }

    .contact-content p {
        font-size: 1.4em;
    }

    .btn-collaborate {
        padding: 10px 25px;
        font-size: 1.1em;
    }

    .contact-info {
        align-items: center;
    }

    .social-icons {
        justify-content: center;
        margin-left: 0;
    }

    .social-icons a {
        font-size: 1.6em;
    }

    .copyright {
        text-align: center;
        margin-top: 20px;
        font-size: 1.1em;
        color: #aaa;
        padding: 10px 0;
        border-top: 1px solid #444;
    }
}

/* For Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    .contact-section {
        padding: 40px 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-content {
        margin-top: 80px;
        max-width: 100%;
        padding: 15px;
    }

    .contact-content h2 {
        font-size: 1.8em;
    }

    .contact-content p {
        font-size: 1.2em;
    }

    .btn-collaborate {
        padding: 10px 20px;
        font-size: 1em;
    }
   
    .contact-image img {
        max-width: 90%;
        margin: 0 auto;
    }

    .contact-info {
        align-items: center;
        gap: 10px;
    }

    .social-icons {
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .social-icons a {
        font-size: 1.5em;
    }

    .copyright {
        text-align: center;
        font-size: 0.7em;
        color: #aaa;
        padding: 10px 0;
        margin-top: 10px;
        border-top: 1px solid #444;
    }
}
