:root {
    --body-color: 48 48 58;

    --font-color: 255 255 255;
    --highlight-color: 0 0 0;

    --theme-background: 20 20 20;

    --theme-light: 0 0 0;
    --theme-medium: 0 0 0;
    --theme-dark: 0 0 0;
    --text-color: #000000;
    --text1-color: #333;
    --text2-color: #0a0a0a;
    --textRed-color: #f04343;
    --bg-color: #ffffff;
    --bg1-color: #f7f7f7;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    list-style: none;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: all 0.3s ease;
    overflow-x: hidden;
}

body.dark-mode {
    --bg-color: #282828;
    --text-color: #ffffff;
    --bg1-color: #282828;
    --text-color: #f1f1f1;
    --text2-color: #f1f1f1c0;
    --text1-color: #f1f1f1c0;

}

body.dark-mode .dLkQRC {
    color: #e32319 !important;
}

body.dark-mode .imagedesign img {
    width: 100%;
    height: auto;
    background: var(--text1-color);
    border-radius: 50px;
}


header {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    z-index: 100;
}

.index {
    position: fixed;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    background: var(--bg1-color);
    height: 64px;
    width: 100%;
    box-shadow: 1px 1px 7px #000;
}

.sitename {
    font-size: 30px;
    font-weight: bold;
    margin-top: 8px;
    text-shadow: 1px 1px 2px rgba(38, 34, 34, 0.382);
    color: var(--text-color);
    z-index: 3;
}

.navicon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
}

.icon {
    width: 52px;
    height: 52px;
}

#login-link {
    display: inline-flex;
    gap: 6px;
    text-decoration: none;
    color: var(--text2-color);
    font-size: 12px !important;
    font-weight: 500;
    margin-left: 20px;
    align-items: center;
}

#login-link i {
    font-size: 20px
}

.nav-item {
    display: flex;
    margin-top: 7px;
    width: 75%;
    justify-content: space-around;
}


.nav-item a {
    position: relative;
    color: var(--text2-color);
    text-decoration: none;
    padding: 12px;
    margin-right: 34px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    transition: color 0.3s ease;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e32319;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-item a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-link.active {
    color: #e32319;
}

#theme-toggle {
    width: 70px;
    height: 30px;
    margin: 0 12px;
    color: var(--text2-color);
    padding: 0 !important;
    margin-top: 5px;
}

.thememodule {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day {
    font-size: 12px;
    color: #f39c12;
    text-shadow: 0 0 5px rgba(243, 156, 18, 0.6);

}

.night {
    font-size: 12px;
    color: #3498db;
    text-shadow: 0 0 5px rgba(52, 152, 219, 0.6);
}


.theme-toggle-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: url('./photos/theme-image.png') no-repeat center center;
    gap: 12px;
    border: 2px solid var(--text2-color);

}

.sun-icon,
.moon-icon {
    width: 32px;
}

.btn-box {
    display: flex;
    gap: 2rem;
}

button,
.btn-1,
.btn-2 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 8px 20px;
    border-radius: 7px;
    background-color: rgb(17, 81, 191);
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: "Poppins", serif;
    text-decoration: none;
    cursor: pointer;
}

#getstarted {
    padding: 6px 12px !important;
}


#dial {
    margin-left: 7px;
    background: none;
    color: var(--text-color);
    box-shadow: 0 0 0 1px var(--text2-color);
    padding: 6px 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

#dial:hover {
    background-color: #55555514;
    transform: translateY(-2px) scale(1.03);

}

#dial::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

#dial:hover::before {
    left: 0;
}

.developer {
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: lightgoldenrodyellow;
    font-size: 12px;

}

.body {
    position: relative;
    width: 100%;
    min-height: 75vh;
    overflow: hidden;
}

.background-image {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url(./images/background.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 75vh;
    z-index: 0;
}

.background-cover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 75vh;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6195728291316527) 0%, rgba(0, 0, 0, 0.375875350140056) 61%, rgba(0, 0, 0, 0.571953781512605) 87%, rgba(0, 0, 0, 1) 100%);
    gap: 6rem;
    overflow: hidden;
    align-items: center;
}

.profile_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 45%;
    height: 75vh;
    top: 25px;
}

.profile_image img {
    image-rendering: 75%;
}

.background-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 45%;
}

.typewriter {
    display: flex;
    flex-direction: column;
    text-shadow: 2px 2px 2px #000;
    padding: 12px 0;
    color: #f1f1f1;
}

.typewriter h2 {
    font-size: 32px;
}

#element {
    font-size: 62px;
}

.description {
    text-shadow: 1px 1px 0 #000;
    font-weight: 500;
    padding: 20px 30px 0 0;
    color: #f1f1f1;

}

.body-below {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 30px 60px;
}

.body-detail span {
    font-size: 32px;
    font-weight: 600;
}

.color {
    color: var(--textRed-color);
    font-weight: 700;
}

.body-detail-more {
    font-size: 20px;
    line-height: 2.8;
    font-weight: 500;
}

/* ---------------------------body_part------------------------------------------ */


.body-part {
    display: flex;
    position: relative;
    margin-inline: 7%;
}

.about {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.part1 {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.main-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow: 1px 1px 1px #fff;
}

.welcome-title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.description-title {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.about-btn {
    max-width: 25%;
    background: #e32319;
    margin: 18px 0;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 14px !important;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: "Poppins", serif;
    text-decoration: none;
    align-items: center;
    text-align: center;
}

.join-btn {
    background: #e32319;
    border-radius: 7px;
    font-size: 14px !important;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: "Poppins", serif;
    text-decoration: none;
    align-items: center;
    text-align: center;
}

.about-svg {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    padding: 8px 0;
}

.about-description {
    max-width: 600px;
    white-space: normal;
    word-break: normal;
    line-height: 1.5;
}

.part2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 50%;
}

.main-images img {
    border-radius: 50px;
    max-width: 100%;
}

.image-linear {
    display: flex;
    justify-content: center;
}

.images {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 10px;
}

.images img {
    width: 32%;
    border-radius: 8px;
}

/* -----------------services-------------------- */

.services {
    position: relative;
    margin: 1% 7% 3% 7%;
    height: 100%;

}

.service-heading>h3 {
    display: flex;
    justify-content: center;
}

.allboxes,
.img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    z-index: 0;
}

.box {
    position: relative;
    width: 300px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: "Poppins", serif;
    font-weight: 700;
    padding: 27px 35px;
    display: flex;
    flex-direction: column;
}

.box img {
    width: 5rem;
    height: 5rem;
    border-radius: 24px;
}

.box:hover a {
    color: #e32319;
    transition: all 0.1 ease;
}

.box a {
    bottom: 1.5em;
    color: #000;
    text-decoration: none;
    padding: 12px 0;
}

.subtitles {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 42px 0;
}

.Service-provide {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.imgcontainer {
    position: relative;
    max-width: 40%;
    min-height: 32%;
    cursor: pointer;
}

.imgcontainer img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}


.imgcontainer:hover p {
    transition: all 0.2s ease;
    transform: scale(1.1);
}

.imgcontainer p {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000;
}

/* ---------------contactus------------- */

.chooseus {
    width: 100%;
    height: auto;
    background-color: #27282c;
    color: #fff;
}

.chooseus h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    padding: 5% 0 0;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1.2px;
    text-decoration: wavy underline #e32319;
    text-underline-offset: 10px;
}

.chooseeus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 45%;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 50px 0;
}

.chooseeus-container-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 250px;
    text-align: center;
}

.chooseeus-container-box1 img {
    width: 85px;
    height: 85px;
}

/* ----------------REVIEW----------------- */

.review {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 80vh;
    position: relative;
    align-items: center;
}

.review h2 {
    margin: 24px 0;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.reviewcontainer {
    width: 80%;
    max-width: 80%;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.reviewsubcontainer * {
    box-sizing: border-box;
}

/*------------ CONTACT US----------------------------------------------------- */

#contact-section {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: visible;
}

.lbinPJ,
.dEQash,
.eHNOaE {
    border: 2px solid tan !important
}

.fznJny {
    margin-left: 0px !important;
}

.jaPhoV {
    margin-right: 0px !important;
}

#contact {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110vh;
    width: 100vw;
    background: url(./images/contact.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(38, 34, 34, 0.382);
    z-index: 0;
}

.background-cover-contact {
    position: absolute;
    width: 100%;
    height: 110vh;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6195728291316527) 0%, rgba(0, 0, 0, 0.375875350140056) 61%, rgba(0, 0, 0, 0.571953781512605) 87%, rgba(0, 0, 0, 1) 100%);
    overflow: hidden;
    padding-top: 10px;
}

.contactus {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    margin: auto;
    max-width: 90%;
}

.contactbox {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.contact-left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.contact-left label {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 500;
    color: var(--textRed-color);
    font-family: "Oswald", sans-serif;
    flex-wrap: nowrap;
}

#summit {
    font-size: 1rem;
    line-height: 2;
    padding: 8px 20px;
    border-radius: 7px;
    background-color: rgb(17, 81, 191);
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: "Poppins", serif;
    text-decoration: none;
    cursor: pointer;
    max-width: 35%;
}

.contact-left input,
.contact-left textarea {
    width: 80%;
    padding: 1rem;
    margin: 10px 0px;
    background: transparent;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

input::placeholder,
textarea::placeholder {
    color: #bbb;
    text-shadow: 1px 1px 2px rgba(38, 34, 34, 0.382);
}

#message {
    padding: 12px;
    transition: background-color 0.3s ease;
}

input,
textarea,
iframe {
    z-index: 10;
    backdrop-filter: blur(4px);
}

.contact-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.map-responsive iframe {
    border-radius: 12px;
    opacity: 0.9;
    width: 600px;
    height: 340px;
}

.right-details {
    display: flex;
    gap: 1rem;
    padding: 12px 0px;
}

.right-details i {
    transform: rotate(90deg);
}

.right-container-phone {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    gap: 15px;
}

.address1 span a {
    color: #fff;
    text-decoration: none;
}

.address2 {
    width: 50%;
}

/* -----------------------bmi---------------------------- */

/* General Styling */
#bmi-calculator {
    width: 100%;
    min-height: 82vh;
    padding: 20px;
    background: var(--bg1-color);
}

.bmi-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 3% 7%;
    height: auto;
    font-weight: 600;
    gap: 2rem;
}

.bmi-left-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 40%;
    align-items: center;
}

.bmi-left-details img {
    width: 4rem;
    height: 4rem;
}

.bmi-left-details h1 {
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: var(--text1-color);
    margin-top: 10px;
}

.imagedesign img {
    width: 100%;
    height: auto;
    max-width: 350px;
    object-fit: contain;
    margin-top: 20px;
}

.bmi-main-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    padding: 20px;
}


.bmibox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.bmibox h1 {
    font-size: 32px;
    color: #0a0a0a;
    margin-bottom: 1rem;
    text-align: center;
}


.content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.input label {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.input input,
#age,
#height,
#weight {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.gender {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.gender .container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    color: #555;
}

.containerHW {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.inputH,
.inputW {
    flex: 1;
    min-width: 45%;
    color: #555;
}

.calculate {
    padding: 12px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.calculate:hover {
    background-color: #45a049;
}

/* Result Section */
.result {
    margin-top: 2rem;
    text-align: center;
    font-size: 18px;
    color: #555;
}

.result #result {
    font-size: 32px;
    font-weight: bold;
    color: var(--textRed-color);
}

.swiper-slide {
    background: var(--bg1-color) !important;

}

.testimonial p {
    color: var(--text1-color) !important;
}

.testimonial h4 {
    color: var(--);
}


/*FOOTER*/

.underfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #27282c;
}

.bNavicon {
    display: flex;
    flex-direction: column;
    color: #fff;

    padding: 0px 50px;
}

.bNcontainer {
    display: flex;
    align-items: center;
    margin-top: 70px;
    width: 100%;
}

.bNcontainer img {
    width: 60px;
}

.bNcontainer h2 {
    margin-top: 20px;
}

.bottonNav {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 60px 0;
}

.bottonNav a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.bottonNav span {
    color: var(--textRed-color);
    font-weight: 600;
}

.copyrightfooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid lightgrey;
    background: var(--bg1-color);
    padding: 20px 0;
    text-align: center;
}

.hambuger {
    position: absolute;
    top: 23px;
    left: 35px;
    color: var(--textRed-color);
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
    display: none;
}

.menucontainer {
    display: flex;
    justify-content: space-between;
}

.imagedesign2,
.hamburger-nav,
.hamburger-footer,
.menu,
.mobile-theme {
    display: none;
}

/* -------- thankyou page -------- */

.thankyou-container {
    position: relative;
    display: flex;
    flex-direction: column;
    background: url(images/thankyou-background.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.thankyou-container .background-cover {
    height: 90vh;
}

.thankyou-details {
    max-width: 85%;
    margin: auto;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: 1.2px;
}

.thankyou-details h2 {
    padding: 12px 24px;
    font-size: 32px;
    font-weight: 700;
}

.thankyou-details img {
    width: 40%;
    filter: invert(1);
}

.thankyou-details h1 {
    font-size: 45px !important;
    text-transform: capitalize;
}

#contact-section,
#contact,
.background-cover-contact {
    width: 100%;
    min-height: 60rem;
}


@media screen and (max-width: 1500px) {
    .icon {
        width: 32px;
        height: 32px;
    }

    .sitename {
        font-size: 24px;
    }

    .nav-item a {
        font-size: 12px;
        margin-right: 15px;
    }

    #theme-toggle {
        width: 80px;
        height: 30px;
        margin: 5px 8px 0;
    }

    #getstarted,
    #dial {
        padding: 4px 12px;
        font-size: small;
    }


}




@media screen and (max-width: 1300px) {

    p,
    a {
        font-size: 14px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    .mobile-join {
        color: #fff !important;
        background: #e32319 !important;
        ;
    }

    .hambuger,
    .hamburger-nav {
        display: block;
        font-size: 21px;
        width: 50px;
        height: 40px;
    }

    .thememodule {
        position: absolute;
        gap: 21px;
        margin-left: 4px;
    }

    .hamburger-footer-details {
        padding-right: 30px;
        color: #fff;
        font-size: 14px;
    }

    .bars {
        position: absolute;
        z-index: 1;
    }

    #theme-toggle {
        width: 100px;
        height: 40px;
        margin: 20px 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .body-detail-more {
        font-size: 12px !important;
    }

    .cross::before {
        position: absolute;
        z-index: 2;
        top: 1;
        display: none;
        transition: all 3s ease;
        border: 3px solid #e32319;
        padding: 7px 11px;
        border-radius: 50px;
    }

    .cross.active::before,
    .hamburger-footer {
        display: block;
        /* margin-top: 17px; */
        top: 0;
        left: 0;
    }

    .nav-item a {
        display: flex;
        color: #fff;
        font-size: 12px !important;
        /* gap: 1rem; */
        text-shadow: 3px 3px 1px #000;
        padding: 7px !important;
        margin-right: 0 !important;
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: -7px;
        left: -100%;
        background-color: #27282c;
        padding: 4em 1em 1em;
        border-radius: 0 8px 8px 0;
        z-index: 1;
        min-height: 92vh;
        line-height: 2em;
        max-width: 72%;
    }

    .nav-item.active {
        display: flex;
        left: 0;
        transition: all 1s ease;
    }

    #element {
        font-size: 32px;
    }

    button,
    .btn-1,
    .btn-2 {
        padding: 7px 20px;
        font-size: 15px;
    }

    .about-btn {
        max-width: 40%;
    }



    /* ---------contact------ */
    #contact-section,
    #contact,
    .background-cover-contact {
        min-height: 90rem;
    }

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

    }

    .form-left {
        display: flex;
        align-content: center;
    }

    .imagedesign {
        display: none;
    }

    .containerHW {
        display: flex;
        justify-content: flex-start;
        gap: 3rem;
    }

    .footercontainer {
        display: flex;
        justify-content: space-between;
    }

    .imagedesign2 {
        display: block;
        filter: invert(1);
    }

    .bNavicon {
        max-width: 100%;
        padding: 0px 30px !important;
    }

    .footercontainer p {
        max-width: 45%;
    }

    .imagedesign2 img {
        position: relative;
        width: 45%;
        top: 0;
        left: 35%;
    }

    .heading-contact {
        margin-top: 10px;
    }

    .nav-item a.active::after {
        width: 25%;
    }

    #dial {
        margin-left: 0;
        color: #fff;
        border: 2px solid;
    }

    .mobile-theme {
        display: block;
    }
}

@media screen and (max-width: 800px) {

    #getstarted,
    .button {
        padding: 4px 12px;
    }

    .body-detail-more {
        font-size: 11px !important;
    }

    #getstarted,
    .button,
    .btn-1,
    .btn-2,
    .body-detail span {
        font-size: 12px !important;
    }

    p,
    a {
        font-size: 11px !important;
    }

    h1,
    .sitename {
        font-size: 24px !important;
    }

    h3,
    .body-detail span {
        font-size: 16px !important;
    }

    .body-detail {
        line-height: 1;
    }

    .body-detail-more {
        line-height: 2.4;
    }

    .profile_image,
    .contact-right-details {
        display: none;
    }

    .background-cover {
        display: flex;
        justify-content: center;
    }

    #contact-section,
    #contact,
    .background-cover-contact {
        min-height: 82rem;
    }

    .containerHW {
        gap: 2rem;
    }

    .hamburger-nav {
        display: block;
        font-size: 21px;
        width: 42px;
        height: 30px;
    }

    .hamburger-footer-details {
        padding-right: 30px;
        color: #fff;
        font-size: 14px;
    }

    .bmibox {
        max-width: 90%;
    }

    .icon {
        width: 52px;
        height: 52px;
    }

    .MobileTitle {
        font-size: 18px !important;
        padding-left: 4px;
    }

    .margin1 {
        margin: 20px 72px !important;
    }

    .background-details {
        max-width: 80%;
    }

    .chooseeus-container-box1 img {
        width: 75px;
        height: 75px;
    }

    .chooseeus-container-box1 {
        width: 270px;
        height: 250px;
        border: 2px solid;
        border-radius: 32px;
    }

    #bmi-calculator {
        width: 100%;
        min-height: 85vh;
        padding: 0px;
    }

    .nav-item {
        width: 50%;
    }

    .containerHW {
        flex-direction: column;
        gap: 1rem;
    }

    .bmi-container {
        flex-direction: column;
        gap: 2rem;
    }

    .bmi-left-details {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .bmi-left-details h1 {
        font-size: 36px;
    }

    .imagedesign img {
        max-width: 250px;
        margin: 10px auto;
    }


    .inputH,
    .inputW {
        min-width: 100%;
    }

    .bmi-main-container {
        max-width: 100%;
        padding: 0;
    }

    .imgcontainer p {
        bottom: 14px;
        left: 17px;
    }

}


@media screen and (max-width: 620px) {

    .sitename,
    .bmi-left-details h1,
    .imagedesign2,
    .review-mobile,
    .allboxes {
        display: none;
    }

    .service-heading>h3 {
        display: none;
    }

    .subtitles {
        margin: 7px 0px 10px !important;
    }

    .nav-item a {
        font-size: 10px !important;
    }

    .hero-btn {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }

    .menu {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0px;
        font-size: 25px;
        font-family: 'Poppins', sans-serif;
        padding: 32px 0px 0px 50%;
        color: #e32319;
        font-weight: 500;
        text-shadow: 4px 2px 1px #000;
    }

    .description {
        padding: 20px 0 0 0;
    }

    .contact-left input,
    .contact-left textarea {
        width: 100%;
    }

    .nav-item a.active::after {
        width: 90%;
    }

    .footercontainer p {
        max-width: 100% !important;
    }

    .hambuger {
        top: 20px;
        left: 10px;
        font-size: 27px;
    }

    .hamburger-nav {
        font-size: 16px;
        width: 35px;
        height: 20px;
    }

    .hamburger-footer-details {
        padding-right: 30px;
        color: #fff;
        font-size: 14px;
    }

    .ham-container {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .hambuger-span {
        font-size: 12px !important;
    }

    .navicon {
        padding: 0;
    }

    .margin1 {
        margin: 20px 0px 20px 57px !important;
    }

    .nav-item {
        width: 70%;
    }

    button,
    .btn-1,
    .btn-2 {
        padding: 7px 4px;
    }

    .body-below {
        padding: 30px 20px;
    }

    .about {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .part1,
    .part2 {
        max-width: 100%;
    }

    .services {
        padding: 15px 0;
    }

    .imgcontainer,
    .footercontainer p {
        max-width: 100%;
    }

    .contact-right {
        align-items: normal !important;
    }

    .map-responsive iframe {
        width: 100% !important;
    }

    .bmibox {
        margin-top: 0;
        margin-right: 0;
        padding: 1rem;
    }

    .npx Nav {
        display: flex;
        flex-direction: column;
        margin: 30px 50px;
    }


    .bmi-left-details h1 {
        font-size: 28px;
    }

    .bmibox h1 {
        font-size: 24px;
    }

    .calculate {
        font-size: 14px;
        padding: 10px 16px;
    }

    .result #result {
        font-size: 28px;
    }
}



@media screen and (max-width:450px) {
    .body-below{
        padding: 30px 10px;
    }
    .body {
        min-height: 65vh;
    }

    .main-title{
        font-size: 24px !important;
       
    }
    .service-heading{
        text-align: center;
        margin: 20px 0px 12px;
    }
    .right-container-phone>p {
        font-size: 8px !important;
    }

    .developer {
        position: absolute;
        bottom: 85px;
        right: 12px;
        color: lightgoldenrodyellow;
        font-size: 10px;
    }

    .hambuger-span,
    .address1-mobile {
        display: none;
    }

    .chooseeus-container {
        padding: 30px 0 !important;
    }
}


@media screen and (max-width: 330px) {
    .welcome-title {
        font-size: 18px !important;
    }

    .description-title {
        font-size: 16px !important;
    }
      .main-title{
        font-size: 20px !important;
    }

    .nav-item a {
        font-size: 8px !important;
        padding: 4px !important;
    }

    .nav-item a.active::after {
        width: 80%;
    }

    .nav-item {
        width: 90%;
    }

    .nav-link.active {
        font-size: 10px !important;
    }

    .theme-toggle-btn {
        width: 30px;
        height: 30px;
    }

    .sun-icon,
    .moon-icon {
        width: 24px;
    }

    .about-btn {
        padding: 8px 10px !important;
    }

}