@font-face {
    font-family: 'Gendy';
    src: url('./assets/fonts/gendy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mobile-menu {
    height: 0;
    width: 100%;
    transition: 200ms;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    color: white;
    font-size: 20px;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: -50;
    line-height: 1.5;
    scroll-behavior: smooth;
}

a{
    all: unset;
}

h1, h3{
    margin: 0;
}

header {
    background: black;
    backdrop-filter: blur(8px);
    padding: 27px 76px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: 139px;
    height: 46px;
    object-fit: contain;
    cursor: pointer;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-nav a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0.5px;
    line-height: 24px;
    cursor: pointer;
    transition: transform 100ms;
}

.header-nav a:hover{
    transform: scale(110%);
}

.nav-link {
    transition: color 0.3s ease;
}

header {
    z-index: 10;
}

.mobile-menu {
    z-index: 9;
}

.main-banner-container {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
        url("./assets/images/main-banner-bg.png");
    height: 705px;
    background-size: cover;
    margin-bottom: 100px;
    display: flex;
    position: relative;
    padding: 0 76px;
}

.main-banner-gif{
    position: absolute;
    right: 50px;
    width: 1200px;
}

/* Content section */
.main-banner-content {
    display: flex;
    flex-direction: column;
    min-height: 867px;
    width: 100%;
    max-width: 90%;
    padding-top: 100px;
}

/* Background image */
.background-image {
    position: relative;
    width: 500px;
    top: -75px;
}

.main-banner-info {
    border-radius: 0;
    max-width: 689px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    width: 100%;
}

.headline {
    position: relative;
    font-size: 64px;
    font-family:
        'Gendy',
        sans-serif;
    line-height: 64px;
    align-self: flex-end;
    margin: 0;
    font-weight: 400;
}

/* Description box */
.description {
    position: relative;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.15);
    margin-top: 20px;
    margin-bottom: -106px;
    padding: 16px;
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 28px;
    width: fit-content;
    z-index: 20;
}

/* Text styles for description */
.regular-text {
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 400;
}

.bold-text {
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-weight: 700;
}

.qreddy-banner-container {
    background-image: url("./assets/images/qreddy-banner-bg.png");

}

.reddyplus-banner-container {
    background-image: url("./assets/images/reddyplus-banner-bg.png");
}

.reddydolar-banner-container {
    background-image: url("./assets/images/reddydolar-banner-bg.png");
}

.banner-section{
    display: flex;
    justify-content: center;
}

.banner-container{
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-bg-config{
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-info{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-info-content{
    width: 80%;
}

.banner-info-title {
    font-size: 64px;
    line-height: 65px;
    padding-bottom: 20px;
}

.banner-info-text{
    font-size: 26px;
    padding: 15px;
    background-color: #ffffff25;
    border-radius: 15px;
    width: fit-content;
}

.banner-video{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.banner-hashtag{
    font-size: 36px;
}

.feature-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    padding: 50px 0 50px 0;
}

.desktop-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1600px;
}

.feature-card {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 64px;
    z-index: 1;
    transform: scale(1) rotate(0);
    transition: transform 0.3s
}

.feature-image {
    position: absolute;
    width: 160px;
    height: 149px;
    top: -102px;
    z-index: 10;
}

.card-content {
    width: 250px;
    height: 200px;
    border-radius: 16px;
    border-width: 1px;
    border-color: rgba(70, 201, 35, 0.5);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(70, 201, 35, 0.1) 100%);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.card-title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.promo-section {
    border-radius: 0;
    padding-bottom: 400px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.promo-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 20px;
    background-image: url("./assets/images/reddy-promo-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}

.promo-content-wrapper {
    position: relative;
    z-index: 8;
    display: flex;
    min-width: 240px;
    padding-top: 100px;
    align-items: stretch;
    gap: 40px;
    font-weight: 400;
    justify-content: start;
    top: 20px;
}

.promo-logo {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 300px;
    align-self: start;
    min-width: 240px;
}

.promo-text-container {
    position: relative;
    z-index: 10;
    display: flex;
    min-width: 240px;
    padding: 48px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 529px;
    gap: 40px;
}

.promo-heading {
    font-size: 64px;
    font-family: Gendy, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 55px;
}

.promo-description {
    font-size: 20px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.promo-detail-box {
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #46c923;
    z-index: 0;
    min-width: 240px;
    padding: 16px;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    max-width: 720px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    transform: translateY(100px);
    position: relative;
    top: -40px;
}

.promo-side-image-container{
    position: absolute;
    right: -100px;
    top: 450px;
    z-index: -1;
}

.detail-bold {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

.detail-regular {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
}

.faq-section {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    position: relative;
    top: -220px;
    z-index: -5;
    padding-bottom: 50px;
}

.faq-container{
    width: 80%;
    padding-top: 50px;
    z-index: 10;
}

.faq-title{
    font-size: 64px;
    font-family:
    Gendy,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
    line-height: 70px;
}

.faq-subtitle{
    background-color: #305263;
    max-width: 650px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 26px;
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    line-height: 28px;
    color: white;
}

.faq-dropdown{
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    cursor: pointer;
    align-items: center;
}

.faq-content{
    font-size: 16px;
    height: 0;
    transition: 150ms;
    overflow: hidden;
}

.height-faq-content-1{
    height: 100px;
}

.height-faq-content-2{
    height: 180px;
}

.height-faq-content-3{
    height: 140px;
}

.height-0{
    height: 0;
    transition: 150ms;
}

.divider{
    width: 100%;
    margin: 35px 0;
    border: solid 1px #305263;
}

.arrow{
    min-width: 20px;
    max-width: 20px;
}

.arrow-animation{
    transform: rotate(0deg);
}

.contact-section {
    display: flex;
    justify-content: center;
    padding: 0 76px;
    position: relative;
    top: -110px;
}

.contact-container {
    background-image: url("./assets/images/contact-wa.png");
    background-position: center;
    width: 100%;
    height: 239px;
    object-fit: fill;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    border-radius: 24px;
    flex-wrap: wrap;
}

.contact-left-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    margin-left: 0;
}

.contact-content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: space-between;
}

.contact-image {
    aspect-ratio: 0.93;
    object-fit: contain;
    object-position: center;
    width: 111px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
}

.contact-text-wrapper {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.contact-heading {
    font-size: 36px;
    font-family:
        Gendy,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}

.contact-description {
    font-size: 20px;
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    margin: 0;
}

.contact-right-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    line-height: normal;
    margin-left: 20px;
}

.whatsapp-button {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 24px rgba(153, 204, 51, 0.45);
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px 35px;
    align-self: stretch;
    font-family:
        Poppins,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
    width: 250px;
    border: none;
    cursor: pointer;
    box-shadow: #333333 0 0 0;
}

.whatsapp-button:hover{
    border: solid #46c923 3px;
    color: #46c923;
}

.main-info-container{
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.main-info-content{
    width: 80%;
}

.main-info-content h1{
    font-size: 64px;
}

.main-info-content h2{
    font-size: 36px;
}

.main-info-content h3{
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.about-us-secondary{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-secondary-info{
    width: 80%;
}

.about-us-logos-container{
    width: 80%;
}

.about-us-logos-content{
    gap: 8px;
    font-weight: bold;
    padding: 15px 0;
}

.footer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 64px 76px;
    background-image: url("./assets/images/footer-bg.png");
    background-size: cover;
    background-position: center;
}

.footer-content {
    display: flex;
    gap: 64px;
}

.footer-branding {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo {
    width: 139px;
    cursor: pointer;
}

.footer-tagline {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.24px;
    margin: 0;
}

.footer-links-container {
    display: flex;
    gap: 150px;
    flex: 1;
    justify-content: flex-end;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-link {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover {
    color: #a0a0a0;
    cursor: pointer;
}

.footer-partners {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 16px;
}

.agd-logo {
    height: 38px;
    width: auto;
}

.globant-logo {
    height: 26px;
    width: auto;
}

.footer-icons-container{
    display: flex;
    gap: 10px;
}

.footer-icons-container a svg{
    cursor: pointer;
}

.footer-icons-container a svg:hover{
    transform: scale(1.10);
}

.footer-copyright {
    margin-top: 100px;
}

.copyright-text {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

.footer-legal-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-legal-link:hover {
    color: #a0a0a0;
    cursor: pointer;
}


.font-family-gendy{
    font-family: Gendy, -apple-system, Roboto, Helvetica, sans-serif;
}

.font-family-poppins{
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.highlight-green {
    color: rgba(70, 201, 35, 1) !important;
}

.highlight-gray{
    color: #305263;
}

.highlight-white{
    color: #f1f1f1
}

.bg-gray{
    background-color: #305263;
}

.align-self-start{
    align-self: flex-start;
}

.display-none{
    display: none;
}

.height-400{
    height: 200px;
    transition: 200ms;
}

@media (max-width: 1440px) {
    .main-banner-container{
        height: 650px;
    }

    .main-banner-container video {
        width: 1000px;
        right: 0;
        top: 40px;
    }

    .background-image{
        width: 450px;
    }

    .headline{
        max-width: 550px;
    }

    .feature-container{
        padding: 80px 0 30px 0;
    }

    .card-content {
        width: 200px;
        height: 150px;
    }

    .banner-container{
        max-width: 1250px;
    }
    
    .promo-side-image-container{
        right: -150px;
    }
}

@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }
}

@media (hover: hover) {
    .feature-card:hover {
        transform: scale(1.05) rotate(1deg);
    }
}

/* Responsive styles */
@media (max-width: 640px) {
    header{
        padding: 27px 16px;
    }

    .custom-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-menu{
        display: block;
        all: unset;
        background-color: black;
        list-style: none;
    }

    .main-banner-container{
        justify-content: center;
        padding: 0 0 0 16px;
        margin-bottom: 20px;
    }

    .main-banner-gif {
        position: absolute;
        right: 0;
        top: 300px;
        width: 650px;
        max-width: none;
    }

    .main-banner-content {
        padding: 20px 0;
        min-height: 0;
        height: 100%;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    .background-image {
        position: absolute;
        top: 20px;
        right: -80px;
        width: 175px;
    }

    .headline {
        font-size: 44px;
        width: 336px;
        line-height: 40px;
    }

    .feature-container{
        position: relative;
        overflow: hidden;
        z-index: 5;
        align-items: inherit;
        height: fit-content;
        padding: 0;
    }

    .desktop-grid {
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 20px;
        z-index: 10;
        padding: 50px 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-left: 20vw;
        padding-right: 20vw;
    }

    .desktop-grid::-webkit-scrollbar {
        display: none;
    }

    .promo-content-wrapper{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

    .promo-text-container{
        width: 100%;
        text-align: center;
        gap: 20px;
    }

    .promo-section{
        overflow: hidden;
        padding-bottom: 300px;
    }

    .promo-content{
        overflow: visible;
    }

    .promo-logo {
        width: 240px;
        align-self: center;
        transform: translateY(-50px);
    }

    .promo-heading {
        font-size: 34px;
        line-height: 30px;
    }

    .promo-description{
        font-size: 16px;
        padding: 0 5px;
        line-height: 20px;
    }

    .promo-detail-box{
        width: 80%;
        position: absolute;
        font-size: 20px;
        top: 410px;
    }

    .promo-side-image-container{
        width: 280px;
        right: -80px;
        top: 635px;
    }

    .promo-side-image-container img{
        width: 280px;
    }

    .banner-container{
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }

    .qreddy-banner-container .banner-container, .reddydolar-banner-container .banner-container{
        flex-direction: column-reverse;
    }

    .banner-info{
        width: 100%;
    }

    .banner-video{
        width: 80%;
    }

    .banner-video img{
        width: 100%;
    }
    
    .banner-info .align-self-start{
        align-self: center;
    }

    .banner-info-title{
        font-size: 45px;
        line-height: 60px;
        align-self: flex-start;
    }

    .banner-info-text{
        font-size: 20px;
        width: 100%;
    }

    .banner-info-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-hashtag{
        align-self: flex-start;
        font-size: 22px;
    }

    .faq-section{
        top: -100px;
        padding-top: 100px;
    }

    .faq-header{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .faq-dropdown{
        font-size: 26px;
    }

    .faq-title{
        align-self: flex-start;
        font-size: 52px;
    }

    .height-faq-content-1{
        height: 310px;
    }
    
    .height-faq-content-2{
        height: 440px;
    }
    
    .height-faq-content-3{
        height: 260px;
    }

    .contact-section{
        padding: 0 16px;
        top: 0;
    }

    .contact-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: inherit;
        padding: 0 35px;
        position: relative;
        top: -50px;
    }

    .contact-image {
        width: 87px;
    }

    .contact-description {
        font-size: 18px;
        line-height: 20px;
    }

    .contact-text-wrapper{
        min-width: inherit;
        gap: 5px;
    }

    .contact-right-column{
        margin-left: 0;
        width: 100%;
    }

    .whatsapp-button{
        width: 100%;
    }

    .main-info-content h1{
        font-size: 48px;
    }
    
    .main-info-content h2{
        font-size: 32px;
    }
    
    .main-info-content h3{
        font-size: 20px;
    }

    .footer-container{
        padding: 29px 16px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-links-container {
        flex-direction: column;
        gap: 80px;
    }

    .footer-tagline{
        font-size: 14px;
    }

    .footer-heading{
        font-size: 20px;
    }

    .footer-links a{
        font-size: 20px;
    }

    .footer-copyright{
        display: flex;
        justify-content: center;
    }

    .copyright-text{
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .contact-container {
        padding: 0 15px;
    }
}

.height-0{
    height: 0;
    transition: 150ms;
}
