/* Styles for tablets (max-width: 425px) */
@media (max-width: 600px) {
    .navbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .heroSection {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .heroSection .textHero {
        width: unset;
    }
    .imageSection {
        display: none;
    }
    .mobileApps {
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobileApps .downloadLinks a {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mobileApps .downloadLinks .middleDownloadIcon {
        padding-bottom: 15px;
    }
    .mobileApps .downloadLinks .customDownloadBTN {
        line-height: 25px;
    }
    .mobileAppScreensDiv {
        text-align: center;
    }
    .mobileAppScreens {
        width: 300px;
        margin-top: 50px;
    }
    .headerText h4 {
        font-size: 25px;
    }
    .overlayJoinDiv {
        padding: 5px;
        right: -100%;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    .overlayJoinDiv h1 {
        margin: 0 0 2px;
    }
    .overlayJoinDiv p {
        margin: 0 0 2px;
    }
    .beeLogo {
        width: 100%;
    }
    .footerSection .socialIcons a img {
        width: 30px;
    }
    .join .content {
        width: 100% !important;
    }
    .footerSection {
        height: 425px;
    }
    .footerSection .socialIcons a {
        margin: 7px;
    }
}
/* Styles for tablets in landscape mode and mobile (max-width: 768px) */
@media (max-width: 768px) {
    .imageSection {
        display: none;
    }
    .beeWithLine .beeImg {
        width: 400px;
        padding-top: 200px;
    }
}

/* Styles for tablets in landscape mode and small desktops (min-width: 768px) */
@media (min-width: 768px) {
    .mobileApps {
        height: 100%;
    }
    .mobileAppScreensDiv {
        text-align: center;
    }
    .mobileAppScreens {
        width: 460px;
        margin-top: 50px;
    }
    .join .content {
        width: 100%;
    }
}

/* Styles for desktops (min-width: 992px) */
@media (min-width: 992px) {
}

/* Styles for large desktops and TVs (min-width: 1024px) */
@media (min-width: 1024px) {
    .imageSection {
        right: -360px;
    }
    .mobileAppScreens {
        width: 460px;
        margin-top: -80px;
    }
}

/* Styles for large desktops and TVs (min-width: 1200px) */
@media (min-width: 1200px) {
}

/* Styles for large desktops and TVs (min-width: 1440px) */
@media (min-width: 1440px) {
    .imageSection {
        right: -200px;
    }
    .joinDev {
        width: 412px;
    }
}

/* Styles for large desktops and TVs (min-width: 1920px) */
@media (min-width: 1920px) {
    .imageSection {
        right: -90px;
    }
}

/* Styles for large desktops and TVs (min-width: 2560px) */
@media (min-width: 2560px) {
    .imageSection {
        right: 0;
    }
    @keyframes imageAnimation {
        0% {
            transform: translate(-50%, -50%) rotate(360deg) translateX(800px);
        }
        25% {
            transform: translate(-50%, -50%) rotate(180deg) translateX(400px);
        }
        50% {
            transform: translate(-50%, -50%) rotate(180deg) translateX(400px);
        }
        100% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(800px);
        }
    }
}