.orderdiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderdiv1 {
    display: flex;
    padding-top: 0;
    align-items: center;
    justify-content: center;
}

.smallorderdivtop {
    display: flex;
    width: 100%;
    background-color: #f3f3f3;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.smallorderdivbottom {
    display: flex;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 0 0 16px 16px;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.orderbottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfd;
}

.ordertext {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.dragcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dragtest {
    margin: 0;
    font-size: 18px;
    color: #9e9e9e;
}

.leftorderbutton {
    height: 48px;
    width: 140px;
    color: #fbfbfd;
    font-size: 16px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 8px;
    box-shadow: none;
    margin-right: 15px;
    padding: 0;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

.rightorderbutton {
    height: 48px;
    width: 140px;
    color: #141414;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: none;
    background-color: #f3f3f3;
    border: 1.5px solid #510059;
    margin-left: 15px;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background-color: #141414;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 160px;
    padding-right: 160px;
    overflow: hidden;
}

.tab_footer {
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background-color: #141414;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
}

.footertop {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    background-color: #141414;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.subscribe_container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footerbottom {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    background-color: #141414;
}

.footer-left {
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* Adjust gap between sections */
}

.icons_container {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.icons_container2 {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
}

.footer-right {
    margin-left: auto;
    /* Pushes the footer-right to the end */
    display: flex;
    flex-direction: column;
    width: 455px;
}

.footerheading {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}

.footerheading1 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.footerheading2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 80px;
}

.footerheading3 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.footer_logocontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Ensure the container takes up the full width */
    height: 100px;
    /* Adjust the height as needed */
}

.footerlogo,
.footer_logo {
    margin: 0 10px;
    /* Adjust the margin as needed */
}

.footerline {
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
}

.footertext {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: bolder;
}

.footersubtext {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-weight: normal;
    cursor: pointer;
}

.footersubtext1 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bolder;
}

.visit-us {
    margin-top: 20px;
    /* Adds margin to the top of the "Visit Us" section */
}

.location,
.location+span {
    display: inline-block;
    /* Ensure both image and text are treated as blocks */
}

.companyconatiner {
    flex: 1;
    margin-left: 80px;
}

.productscontainer {
    flex: 1;
}

.technologycontainer {
    flex: 1;
}

.subscribeconatiner {
    flex: 2;
    margin-right: 80px;
}

.iconconatiner {
    flex: 2;
    margin-right: 80px;
    margin-top: 20px;
}

.footersmalltext {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin-top: 20px;
    color: #fbfbfd;
}

.footersmalltexttop {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin-top: 30px;
    color: #fbfbfd;
}

.subscribe {
    display: flex;
}

.input_field {
    height: 48px;
    width: 310px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #141414;
    border-radius: 8px;
    font-size: 16px;
    color: #fbfbfd;
}

.input_field:invalid {
    border: 2px solid #fbfbfd;
    outline: none;
}

.submit_button {
    height: 48px;
    width: 140px;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fbfbfd;
    color: #510059;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    margin-left: 14px;
}

.connectconatiner {
    margin-top: 40px;
}

.visitconatiner {
    flex: 5;
    margin-left: 80px;
}

.visitconatiner2 {
    flex: 3;
    padding-left: 120px;
}

.visitconatiner3 {
    flex: 6;
    margin-right: 80px;
}

.contactcontainer {
    flex: 4;
    margin-top: 60px;
    margin-right: 80px;
}

.visitmaintext {
    font-size: 20px;
    padding: 0;
    margin-bottom: 16px;
    color: #fbfbfd;
}

.visitsubtext {
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    color: #fbfbfd;
    display: flex;
    align-items: center;
}

.visittext {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #fbfbfd;
}

.emailmaintext {
    font-size: 20px;
    padding: 0;
    margin-bottom: 16px;
    color: #fbfbfd;
}

.subscribetext {
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    color: #fbfbfd;
}

.emailtext {
    font-size: 20px;
    padding: 0;
    color: #fbfbfd;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.emailtext2 {
    font-size: 20px;
    padding: 0;
    color: #fbfbfd;
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 10px;
}

.footer_icons {
    margin-right: 10px;
    width: 40px;
    margin-bottom: 0;
}

.footer_icon {
    width: 20px;
    margin-right: 10px;
}

.location {
    width: 40px;
    margin-right: 10px;
}

.visit {
    display: flex;
    align-items: center;
}

.visit2 {
    display: flex;
    flex-direction: column;
}


/* CSS */

.copyrightcontainer {
    display: flex;
    justify-content: space-between;
    background-color: #000000;
    height: 60px;
    align-items: center;
}

.left-text {
    left: 0;
    color: #fbfbfd;
    margin-left: 80px;
}

.right-text {
    right: 0;
    color: #fbfbfd;
    margin-right: 80px;
}

.phone_footer {
    display: none;
    background-color: #141414;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer_dropdown_container {
    margin-top: 40px;
}

.footer_dropdown {
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
}

.dropdown_text {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown_smalltext {
    display: none;
    padding-top: 15px;
    font-size: 16px;
}

.arrow {
    transition: transform 0.5s ease-out;
}

.phone_footer_box {
    display: flex;
    align-items: center;
}

.phone_footer_box1 {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .footer {
        display: none;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        background-color: #141414;
        padding-top: 80px;
        padding-bottom: 40px;
        padding-left: 160px;
        padding-right: 160px;
        overflow: hidden;
    }
    .tab_footer {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        background-color: #141414;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 80px;
        padding-right: 80px;
        overflow: hidden;
    }
    .footertop {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        background-color: #141414;
        margin-bottom: 20px;
    }
    .visit-us {
        margin-top: 0px;
        /* Adds margin to the top of the "Visit Us" section */
    }
    .visitconatiner2 {
        flex: 3;
        padding-left: 80px;
    }
    .visitsubtext {
        font-size: 16px;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        color: #fbfbfd;
        display: flex;
        align-items: center;
    }
    .visittext {
        font-size: 16px;
        padding: 0;
        margin: 0;
        color: #fbfbfd;
    }
    .location {
        width: 30px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1250px) {
    .leftorderbutton {
        height: 46px;
        width: 140px;
        color: #fbfbfd;
        font-size: 16px;
        background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
        border-radius: 8px;
        box-shadow: none;
        margin-right: 15px;
        padding: 0;
        border: none;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
    }
    .dragtest {
        margin: 0;
        font-size: 14px;
    }
    .rightorderbutton {
        height: 46px;
        width: 140px;
        color: #141414;
        font-size: 16px;
        border-radius: 8px;
        box-shadow: none;
        background-color: #f3f3f3;
        border: 1.5px solid #510059;
        margin-left: 15px;
        padding: 0;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
    }
    .tab_footer {
        display: none;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        background-color: #141414;
        padding-top: 80px;
        padding-bottom: 40px;
        padding-left: 80px;
        padding-right: 80px;
        overflow: hidden;
    }
    .visitconatiner3 {
        flex: 6;
        margin-right: 40px;
        margin-left: 40px;
    }
    .orderdiv {
        display: flex;
        padding-top: 0px;
        align-items: center;
        justify-content: center;
    }
    .orderdiv1 {
        display: flex;
        padding-top: 0px;
        align-items: center;
        justify-content: center;
    }
    .footer-right {
        display: flex;
        flex-direction: column;
        margin-left: 34px;
        width: auto;
    }
    .smallorderdivtop {
        display: flex;
        height: auto;
        width: 100%;
        background-color: #f3f3f3;
        align-items: center;
        justify-content: center;
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .smallorderdivbottom {
        display: flex;
        height: auto;
        width: 100%;
        background-color: #f3f3f3;
        border-radius: 0 0 16px 16px;
        align-items: center;
        justify-content: center;
        padding-bottom: 34px;
    }
    .orderbottom {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fbfbfd;
    }
    .ordertext {
        font-size: 24px;
        font-weight: 900;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    .leftorderbutton {
        height: 36px;
        width: 100px;
        color: #fbfbfd;
        font-size: 14px;
        background-color: #510059;
        border-radius: 8px;
        box-shadow: none;
        margin-right: 12px;
        padding: 0;
        border: none;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
    }
    .rightorderbutton {
        height: 36px;
        width: 100px;
        color: #141414;
        font-size: 14px;
        border-radius: 8px;
        box-shadow: none;
        background-color: #f3f3f3;
        border: 1.5px solid #510059;
        /* Border color */
        margin-left: 12px;
        padding: 0;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
    }
    .subscribe_container {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-left: 34px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        display: none;
        background-color: #141414;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .footerlogo {
        height: 26px;
        width: 20px;
    }
    .footer_logo {
        margin-left: 16px;
        height: 12px;
        width: 150px;
        margin-top: 2px;
    }
    .phone_footer {
        display: block;
        background-color: #141414;
        padding-top: 0;
        padding-bottom: 34px;
    }
    .footerheading {
        display: flex;
        justify-content: space-around;
    }
    .phone_footerheading {
        display: block;
        justify-content: space-around;
    }
    .companyconatiner {
        flex: 1;
        margin-left: 40px;
    }
    .productscontainer {
        flex: 1;
    }
    .technologycontainer {
        flex: 1;
        margin-right: 10px;
    }
    .subscribeconatiner {
        flex: 1;
        /* This div will take twice the space of others */
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-left: 34px;
        margin-bottom: 20px;
    }
    .footertext {
        font-size: 16px;
        padding: 0;
        margin: 0;
        color: #fbfbfd;
    }
    .footersubtext1 {
        color: #ffffff;
        font-size: 16px;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .footersmalltext {
        font-size: 12px;
        padding: 0;
        margin-top: 20px;
        color: #fbfbfd;
    }
    .footersmalltexttop {
        font-size: 12px;
        padding: 0;
        margin-top: 30px;
        color: #fbfbfd;
    }
    .subscribe {
        display: flex;
        margin-top: 0px;
    }
    .input_field {
        height: 30px;
        width: 150px;
        padding: 10px;
        box-sizing: border-box;
        background-color: #141414;
        border-radius: 8px;
        font-size: 12px;
        color: #fbfbfd;
    }
    .input_field:invalid {
        border: 2px solid #fbfbfd;
        outline: none;
    }
    .submit_button {
        height: 30px;
        width: 100px;
        padding: 8px;
        box-sizing: border-box;
        border: none;
        border-radius: 8px;
        background-color: #fbfbfd;
        color: #510059;
        font-size: 12px;
        font-weight: bolder;
        cursor: pointer;
        margin-left: 14px;
    }
    .connectconatiner {
        margin-top: 0;
        padding-top: 34px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-left: 34px;
    }
    .connect_conatiner {
        margin-top: 0;
        padding-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-left: 34px;
    }
    .visitconatiner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .contactcontainer {
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin-left: 34px;
        margin-top: 0px;
        margin-right: 0;
    }
    .emailmaintext {
        font-size: 20px;
        padding: 0;
        margin: 0;
        margin-bottom: 16px;
        color: #fbfbfd;
    }
    .emailtext {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #fbfbfd;
        margin-bottom: 10px;
    }
    .emailsubtext {
        font-size: 16px;
        padding: 0;
        margin: 0;
        color: #fbfbfd;
        margin-bottom: 0;
        display: flex;
    }
    .phone_footer_box {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .footer_icons {
        margin-right: 20px;
        width: 35px;
        margin-bottom: 0;
    }
    .location {
        margin-top: 0;
        width: 40px;
        margin-right: 10px;
    }
    /* CSS */
    .copyrightcontainer {
        display: flex;
        justify-content: space-between;
        background-color: #000000;
        height: 30px;
        align-items: center;
    }
    .left-text {
        left: 0;
        color: #fbfbfd;
        margin-left: 40px;
        font-size: 12px;
    }
    .right-text {
        right: 0;
        color: #fbfbfd;
        margin-right: 40px;
        font-size: 12px;
    }
    .footer_dropdown_container {
        margin-top: 34px;
        margin-left: 34px;
        margin-right: 34px;
    }
    .footer_dropdown {
        margin-bottom: 10px;
        cursor: pointer;
        padding-left: 0;
        padding-right: 0;
    }
    .dropdown_text {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        margin-top: 20px;
    }
    .dropdown_smalltext {
        display: none;
        padding-top: 15px;
        font-size: 16px;
        color: white;
    }
    .footer_samosa {
        width: 20px;
        height: 20px;
    }
    .footer_samosa1 {
        width: 15px;
        height: auto;
    }
    .arrow {
        margin-left: 40px;
        transition: transform 0.5s ease-out;
    }
    .copyrightcontainer {
        display: flex;
        justify-content: space-between;
        background-color: #000000;
        height: 40px;
        align-items: center;
    }
    .left-text {
        left: 0;
        color: #fbfbfd;
        margin-left: 34px;
    }
    .right-text {
        right: 0;
        color: #fbfbfd;
        margin-right: 34px;
    }
    .footer_line {
        height: 1px;
        background-color: #7a7a7a;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 34px;
        margin-right: 34px;
    }
}