body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne', sans-serif;
}

.navbar {
    display: flex;
    padding: 1.5vw 5vw;
    background-color: transparent !important;
}

#navbarScroll {
    gap: 11rem;
}


.navbar-nav {
    border: 2px solid;
    border-radius: 24px;
    background-color: #000;
    z-index: 1;
}


.navbar-nav .nav-item {
    margin-right: 1rem;
    /* Adjust spacing between nav items */
}

.navbar-nav {
    margin-right: 3rem;
    /* Adjust space after nav-links */
}

.nav-link {
    color: #a0a0a0;
    font-size: 1rem;
    font-weight: 500;
    &:hover{
        color: #a0a0a0;
    }
}

.nav-link:focus, .nav-link:active{
    color: #a0a0a0 !important; 
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu {
    display: none;
}

.dropdown-menu {
    border-radius: 0.5rem;
    background-color: #000;
    padding: 0.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style for each dropdown item */
.dropdown-item {
    padding: 0.5rem 1rem;
    /* Padding for items */
    color: #a0a0a0;
    /* Text color */
    font-family: "Kanit", sans-serif;
}

.dropdown-item:hover {
    background-color: #a0a0a0;
    /* Background color on hover */
    color: #454545;
    /* Text color on hover */
}

@media (min-width: 320px) and (max-width: 991px){
    .dropdown-menu{
        background-color: #454545;
    }
    .dropdown-item{
        color: #a0a0a0;
    }
}



.navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
    color: #f5f5f5;
}

.navbar-toggler span i {
    font-size: 1.6rem;
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}



.header-container {
    background-color: #ffffff;
    position: relative;
    height: 95vh;
    width: 100%;
    z-index: 10000;
}

.header-container #header-bg{
    position: absolute;
    top: 0;
    left: 0;
    max-height: 95vh;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.header-container-wrapper{
    z-index: 10000;
    color: black;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.44);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: -1;
    padding: 1vw 5vw;
}


.header-content{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-top: 12vw;
}


.agency-tagline {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
    font-family: 'Syne', sans-serif;
}

.main-headline h1{
    font-weight: 700;
    line-height: 1.2;
    color: white;
    font-family: 'Syne', sans-serif;
    font-size: 3.8rem;
}

.sub-headline p{
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: white;
}




/* about section css */
.about-section {
    display: flex;
    justify-content: center;
    padding: 5vw 2vw 2vw;
}


.about-section .about-text p{ 
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    /* text-transform: lowercase; */
}

.pre-workexp{
    display: flex;
    justify-content: center;
    padding: 0vw 2vw 1vw 2vw;
}

.about-exp-col{
    display: flex;
    justify-content: space-between;
}

.about-exp-col-pt1{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.exp-cards{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.exp-card-row{
    display: flex;
    justify-content: space-between;
}

.exp-c1{
    display: flex;
    align-items: center;
}
.exp-c1 i{
    font-size: 4vw;
}
.exp-c1 span{
    font-size: 2.5rem;
}
.exp-c1 h3{
    font-size: 1.1rem;
}




/* service section styling */




.work-section-row{
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
    padding: 0vw 2vw 0vw 2vw;
    background-color: #ffffff;
}


/*  */

.btn {
    background-color: #c3f141;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    padding: 2px;
    padding-right: 3px;
    padding-left: 15px;
    border-radius: 24px;
    font-weight: 500;

    &:hover {
        background-color: #c3f141;
    }
}

.btn-arrow {
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arrow i {
    font-size: 1.4em;
    font-weight: 100;
    transform: rotate(0deg);
    transition: 0.2s ease-in;
}

.btn:hover .btn-arrow i {
    transform: rotate(-45deg);
}


/* marqeee section css */

.marquee {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
}


.slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.marquee h1 {
    font-size: 8vw;
    font-family: "Syne", sans-serif;
    font-weight: 700 !important;
    cursor: pointer;
}

.marquee h1 span {
    color: #ffdbc5;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



.swiper-slider {
    display: flex;
    justify-content: center;
    padding: 5vw 0 5vw 0;
}

.swiper-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}


.leader-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.leader-info img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.leader-info h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.leader-info p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
}


.custom-swiper-btn i {
    font-size: 40px;
    color: black;
}

.custom-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 4px 15px;
    border-radius: 50%;
    border: 1px solid black;
    cursor: pointer;
    z-index: 10;
}

.custom-swiper-button-prev {
    left: 10px;
}

.custom-swiper-button-next {
    right: 10px;
}



/* faq-section style start */

.faq-section-top{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 8vw 2vw 0 2vw;
}

.faq-section-header{
    display: flex;
    justify-content: center;
}

.faq-section-top .section-title{
    color: #1c1c1c;
    display: flex;
    justify-content: center;
    align-items: center ;
    flex-direction: column;
}

.faq-section-top .section-title h1{
    text-align: center;
    font-size: 3.5rem;
}

.faq-section-top .section-title p{
    font-size: 1.2rem;
    width: 70%;
    text-align: center;
}



.faq-section {
    display: flex;
    justify-content: center;
    padding: 2vw 2vw;
}

.question {
    font-family: "Syne", sans-serif;
    font-size: 36px;
    color: #1c1c1c;
}


.accordion{
    padding-bottom: 8vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion-item{
    border: none;
    border-bottom: 1px solid #1c1c1c;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    background-color: #ffffff;
    width: 80%;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
}

.accordion-body{
    color: #1c1c1c;
    padding: 2vw 0vw 0 0vw;
}


.accordion-header button {
    width: fit-content;
}

.accordion-button {
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #ededed;
    border: none;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 40px;
}

.accordion-button:not(.collapsed) {
    background-color: #c4f040;
}

.accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
    transition: transform 0.7s ease;
}

.accordion-button i {
    transition: transform 0.7s ease;
}




.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none;
    /* Hide the default caret icon */
}



/* blog section */


.blog-section {
    display: flex;
    justify-content: center;
    padding: 4vw;
}

.blog-section-inner {
    display: flex;
    justify-content: space-between;
}

.blog-c1 {
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 50px;
}

.blog-card-img-wrapper {
    height: 250px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-card-tag span {
    display: flex;
}

.blog-card-tag span a {
    text-decoration: none;
    color: black;
    &:hover {
        text-decoration: underline;
    }
}

.blog-card-text h1 {
    font-size: 2rem;
}

.blog-card-text h1 a {
    color: black;
    text-decoration: none;
    font-family: 'Syne', sans-serif;
}

.blog-card-text p {
    font-size: 1.1rem;
}

.blog-card-button{
    padding-top: 1rem;
}


.horizontal-cards {
    display: flex;
    flex-direction: column;
}

.blog-horiz-c1 {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6dbdb;

}

.blog-horiz-card-img-wrapper {
    height: 150px;
    width: 35%;
    border-radius: 20px;
    overflow: hidden;
}

.blog-horiz-card-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.blog-horiz-card-tag span {
    display: flex;

}

.blog-horiz-card-tag span a {
    text-decoration: none;
    color: black;
    &:hover {
        text-decoration: underline;
    }
}

.blog-horiz-card-text h1 {
    font-size: 1.8rem;
}

.blog-horiz-card-text h1 a {
    color: black;
    text-decoration: none;
    font-family: 'Syne', sans-serif;
}

.blog-card-text p {
    font-size: 0.7rem;
}



.newsletter-section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    padding: 0vw 2vw 0vw 2vw;
}


.footer-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    padding: 0vw 2vw 0vw 2vw;
}

.section-subheadline p {
    font-size: 1.4rem;
}

.section-headline {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
}

.footer-subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

form {
    border: 2px solid;
    padding: 0.5vw 0.5vw;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

form input {
    outline: none;
    border: none;
}

#email {
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
}

form input::placeholder {
    font-family: 'Roboto' sans-serif !important;
}

form input:focus {
    outline: none;
    box-shadow: none;
}

form button {
    background-color: #c3f141;
    padding: 1vw 0.8vw;
    border-radius: 50px;
    font-weight: 500;
    border: none;
    width: 200px;

    &:hover {
        background-color: #c3f141;
    }
}

.footer-section{
    padding-top: 1rem;
}

.footer-section-inner {
    display: flex;
    justify-content: space-evenly;
    padding-top: 2rem;
}

.footer-part-1 span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-part-1 span i {
    font-size: 1.2rem;
}

.footer-part-1 span a {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #000;

    &:hover {
        text-decoration: underline;
    }
}

.footer-part2-wrapper{
    display: flex;
    justify-content: space-between;
}

.footer-part-2 h1 {
    font-family: 'Syne', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
}

.footer-part-2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}

.footer-part-2 ul li a {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #000;

    &:hover {
        text-decoration: underline;
    }
}


.footer-section-bottom {
    display: flex;
    justify-content: space-evenly;
}

.copyright {
    display: flex;
    align-items: center;
}

.copyright span {
    font-size: 1.2rem;
}

.copyright span a {
    text-decoration: none;
    color: #000;

    &:hover {
        text-decoration: underline;
    }
}


.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 1.3rem;
}

.social-icons a{
    text-decoration: none;
    color: #1c1c1c;
}

.social-icons a:hover{
    color: blue;
}

.social-icons i {
    font-size: 1.5rem;
}


