body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    scroll-behavior: smooth;

}

.navbar {
    display: flex;
    justify-content: space-between;
    max-height: 110px;
    max-width: 100%;
    padding: 0px 20px;
    flex-wrap: nowrap;
}

.mainlogo img {
    height: 45px;
    width: auto;
    padding: 20px 0px;
    cursor: pointer;
}

.navbar .nav-text {
    display: flex;
    align-items: center;
}

.navbar .nav-text ul {
    display: flex;
    list-style: none;
    gap: 35px;
    padding: 10px 20px;
    align-items: center;
}

.navbar .nav-text ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 1.8vh;
}

.navbar .nav-text2 .nav-text2-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

.navbar .nav-text2 i {
    font-size: 2vh;
    transition: 0.2s ease-in-out;
}

.navbar .nav-text2 .ri-menu-line {
    display: none;
}

.navbar .nav-text2 .ri-close-line {
    display: none;
}

.navbar .nav-text2-icons i:hover{
    transform: scale(1.5);
}

.navbar .nav-text2 p {
    transition: 0.2s ease-in-out;
}

.navbar .nav-text2 p:hover {
    transform: scale(1.05);
}


.herosection {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.herosection img {
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.5);
}

.herosection .herotext {
    line-height: 25px;
    position: absolute;
    top: 40%;
    width: 100%;
}

.herosection .herotext h1 {
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    color: #F5F5F5;
    font-size: 5.5vh;
    display: flex;
    justify-content: center;
}

.herosection .herotext h3 {
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: #F5F5F5;
    font-size: 2.5vh;
    display: flex;
    justify-content: center;
}

.herosection-2 {
    display: flex;
    margin-top: 10vh;
    margin-left: 2.5vh;
    margin-bottom: 10vh;
    gap: 60px;
    justify-content: center;
    margin-right: 5vh;
}

.herosection-2 img {
    width: auto;
    height: 8vh;
    padding: 10px 20px;
    cursor: pointer;
}

.herosection-2 h2 {
    cursor: pointer;
}

.mainsection h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 2vw;
    font-weight: 500;
}

.mainsection .mainsection-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-left: 6vh;
    margin-right: 6vh;
    gap: 10px;
}

.mainsection-img img {
    height: auto;
    width: 45vw;
}

.mainsection-img .img1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img1 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7);
}

.img-text {
    position: absolute;
    bottom: 1px;
    left: 15px;
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

.img-btn {
    position: absolute;
    bottom: 10px;
    right: 15px;
    border: none;
    border: 2px solid white;
    color: white;
    padding: 8px 16px;
    font-size: 1rem;
    cursor: pointer;
    background-color: transparent;
    transition: 0.2s ease-in-out;
}

.img-btn:hover {
    background-color: white;
    color: black;
}


.mainsection-2 {
    margin: 70px 40px;
    border: 1px solid lightgrey;
}

.image-wrapper {
    display: flex;
    align-items: center;
}

.mainsection-2 .mainsectext-2 {
    padding-left: 50px;
    flex: 1;
    box-sizing: border-box;
}

.mainsectext-2 h2 {
    font-size: 3.7vh;
    font-weight: 500;
}

.mainsectext-2 p {
    padding: 0px 0px 20px 0px;
}


.mainsection-2 .image-wrapper img {
    height: 515px;
    width: 515px;
}

.image-wrapper .mainsectext-2 button {
    padding: 15px 28px;
    border: none;
    background-color: #cc242a;
    color: white;
    font-size: 1.7vh;
    font-weight: 500;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

.image-wrapper .mainsectext-2 button:hover {
    background-color: #e35a5f;
}

.ad {
    margin: 70px 40px;
    border: 1px solid lightgrey;
}

.ad img {
    height: auto;
    width: 30vw;
}

.ad .ad-wrapper {
    display: flex;
    align-items: center;
}

.ad-wrapper .ad-text {
    flex: 1;
    padding-left: 50px;
    box-sizing: border-box;
}

.ad-text .links {
    text-decoration: underline;
    cursor: pointer;
}

.ad-text h2 {
    padding: 0px 0px 20px 0px;
    font-size: 3.7vh;
    font-weight: 500;
}

.ad-btn {
    padding: 15px 28px;
    border: none;
    background-color: #cc242a;
    color: white;
    font-size: 1.7vh;
    font-weight: 500;
    transition: 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.ad-btn:hover {
    background-color: #e35a5f;
}

.mainsection-3 {
    background-color: #edeff2;
}

.mainsection3-wrapper img {
    height: auto;
    width: 40vw;
}

.mainsection3-wrapper {
    display: flex;
    align-items: center;
}

.mainsection3-text {
    padding: 50px 50px;
}

.mainsection3-text h2 {
    padding: 0px 0px 10px 0px;
    font-size: 3.7vh;
    font-weight: 500;
}

.mainsection3-text .mainsection-3-btn {
    padding: 12px 24px;
    border: none;
    background-color: #cc242a;
    color: white;
    font-size: 1.7vh;
    font-weight: 500;
    transition: 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.mainsection3-text .mainsection-3-btn:hover {
    background-color: #e35a5f;
}

.mainsection4-wrapper img {
    height: auto;
    width: 70vh;
}

.mainsection-4 {
    margin: 70px 40px;
    border: 1px solid lightgray;
}

.mainsection4-wrapper {
    display: flex;
    align-items: center;
}

.mainsection4-text {
    flex: 1;
    box-sizing: border-box;
    padding: 0px 50px;
}

.mainsection4-text h2 {
    padding: 0px 0px 10px 0px;
    font-size: 3.7vh;
    font-weight: 500;
}

.mainsection4-text .p1 {
    color: #b0b0b0;
    font-size: 2vh;
    font-weight: 300;
}

.mainsection4-text .p2 {
    color: #4a90e2;
    cursor: pointer;
    padding: 20px 0px;
    font-weight: normal;
}

.mainsection4-text .p2:hover {
    text-decoration: underline;

}

.mainsection4-text .mainsection4-btn {
    padding: 12px 24px;
    border: none;
    background-color: #cc242a;
    color: white;
    font-size: 1.7vh;
    font-weight: 500;
    transition: 0.1s ease-in-out;
    margin-top: 10px;
    cursor: pointer;
}

.mainsection4-text .mainsection4-btn:hover {
    background-color: #e35a5f;
}

.bottom-region {
    margin: 8vw 9vw;
}

.bottomtext-1 {
    text-align: center;
    padding: 0px 10vw;
}

.bottomtext-1 h2 {
    font-weight: 400;
    font-size: 2.3vw;
}

.bottomtext-1 p {
    font-weight: 300;
    font-size: 1vw;
}

.bottomtext-1 span {
    text-decoration: underline;
    color: #4a90e2;
    cursor: pointer;
}

.bottomtext-2 {
    display: flex;
    justify-content: center;
    padding-top: 3vw;
    gap: 10vw;
}

.bottomtext-2 .part1 img {
    padding-left: 4.5vw;
    cursor: pointer;
}


.bottomtext-2 .part2 img {
    padding-left: 2.5vw;
    cursor: pointer;
}

.bottomtext-2 h2 {
    font-size: 1.5vw;
    font-weight: 500;
}

.bottomtext-2 p {
    color: #cc242a;
    font-weight: 400;
    padding-left: 1vw;
    cursor: pointer;
}

.bottomtext-2 p:hover {
    text-decoration: underline #cc242a;
}

.bottomtext-2 .part1 p {
    padding-left: 0.5vw;
}

.bottomregion-2 {
    margin: 8vw 0vw 0vw 0vw;
}

.bottomregion2-wrapper {
    display: flex;
    align-items: center;
    background-color: #edeff2;
    padding: 5vw 5vw;
    cursor: pointer
}

.bottomregion2-text {
    justify-content: center;
    flex: 1;
    box-sizing: border-box;
}

.bottomregion2-text h2 {
    padding: 0vw 0vw;
    font-size: 1.7vw;
    font-weight: 600;
}

.bottomregion2-text p {
    padding: 0vw 1vw;
}

.bottomregion2-wrapper img {
    height: auto;
    width: 13vw;
    padding: 0vw 5vw;
}

.footer {
    background-color: #757575;
    padding: 5vh 10vh;
    display: flex;
}

.footer img {
    height: auto;
    width: 20vw;
    padding-bottom: 2vh;
}

.footer-1 {
    width: 30%;
}

.footer-1 .footer1-text {
    color: white;
}

.footer-1 .footer1-text p {
    font-size: 1.6vh;
    font-weight: 300;
}

.footer-1 .footer1-btn {
    padding: 12px 40px;
    font-weight: 500;
    font-size: 1.7vh;
    background-color: #cc242a;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}

.footer-1 .footer1-btn:hover {
    background-color: #e35a5f;
}

hr {
    transform: translateX(45px);
}

.footer-2 {
    display: flex;
    padding-left: 5vw;
    gap: 9vw;
}

.footer-2 .c1 {
    color: #FFFFFF;
}

.footer-2 .c1 span {
    text-transform: uppercase;
    font-weight: 600;

}

.footer-2 .c1 p {
    font-size: 1.5vh;
    font-weight: 300;
    line-height: 3.5vh;
    cursor: pointer;

}

.footer-2 .c1 .l1:hover {
    color: #DD2A7B;
}

.footer-2 .c1 .l2:hover {
    color: #1877F2;
}

.footer-2 .c1 .l3:hover {
    color: #FF0000;
}



.footer-2 .c1 i {
    padding-right: 10px;
    font-size: 3vh;
}

.footer-2 .c2 {
    color: #FFFFFF;
}

.footer-2 .c2 span {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-2 .c2 p {
    font-size: 1.3vh;
    font-weight: 300;
    line-height: 3.5vh;
    cursor: pointer;
}

.footer-2 .c2 p:hover {
    text-decoration: underline #F5F5F5;
}

.footer-2 .c3 {
    color: #FFFFFF;
}

.footer-2 .c3 span {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-2 .c3 p {
    font-size: 1.3vh;
    font-weight: 300;
    line-height: 3vh;
    cursor: pointer;
}

.footer-2 .c3 p:hover {
    text-decoration: underline #F5F5F5;
}

.footer-2 .c4 {
    color: #FFFFFF;
}

.footer-2 .c4 span {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-2 .c4 p {
    font-size: 1.3vh;
    font-weight: 300;
    line-height: 3vh;
    cursor: pointer;
}

.footer-2 .c4 p:hover {
    text-decoration: underline #F5F5F5;
}

@media (max-width: 1100px) {
    .navbar .nav-text {
        display: none;
    }

    .navbar .nav-text2 p {
        display: none;
    }

    .navbar .nav-text2 .ri-phone-fill,
    .ri-user-heart-fill,
    .ri-customer-service-2-fill {
        display: none;
    }

    .navbar .nav-text2 .ri-menu-line {
        display: block;
        font-weight: 600;
        font-size: 3vh;
        cursor: pointer;
    }

    .navbar .nav-text2 .ri-close-line {
        display: none;
        font-weight: 600;
        font-size: 3vh;
        cursor: pointer;
    }

    .menu-open .nav-text2 .ri-close-line {
        display: block;
    }

    .menu-open .nav-text2 .ri-menu-line {
        display: none;
    }

    .navbar .nav-text.active {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        z-index: 1000;
        background-color: #FFFFFF;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        animation: slideIn 0.3s ease-in-out;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }

    .navbar .nav-text.active ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 80px 30px 0;
        margin: 0;
    }

    .navbar .nav-text.active ul li {
        width: 100%;
    }

    .navbar .nav-text.active ul li a {
        font-size: 18px;
        font-weight: 500;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #eee;
    }

    .navbar .nav-text.active ul li a:hover {
        color: #cc242a;
    }

    .menu-backdrop.active {
        display: block;
    }

    .menu-open {
        z-index: 1001;
    }

    .mainsection .img-text {
        font-size: 1.1rem;
        font-weight: 400;
    }

    .mainsection .img-btn {
        font-size: 1.7vh;
        font-weight: 500;
    }

    .mainsection h2 {
        font-size: 3.5vh;
        font-weight: 600;
    }

    .mainsection-2 h2 {
        padding-right: 10px;
    }

    .mainsection-2 p {
        padding-right: 10px;
    }

    .mainsection-2 {
        display: grid;
    }

    .ad .ad-text .ad-btn {
        margin-bottom: 10px;
    }

    .navbar .nav-text.active {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 100vh;
        z-index: 100;
        background-color: #FFFFFF;
    }

    .navbar .nav-text.active ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0;
        margin: 0;
    }

    .navbar .nav-text.active ul li {
        width: 100%;
        text-align: center;
    }

    .navbar .nav-text2 .fa-xmark {
        display: none;
    }

    .menu-open .nav-text2 .fa-xmark {
        display: block;
    }

    .menu-open .nav-text2 .ri-menu-line {
        display: none;
    }

    .navbar .nav-text2 .ri-menu-line {
        display: block;
        font-weight: 600;
        font-size: 3vh;
    }



}

@media (max-width: 980px) {

    .mainlogo img {
        height: 30px;
        width: auto;
    }

    .navbar .nav-text.active ul li a {
        font-size: 1.04rem;
        font-weight: 500;
    }

    .herosection-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 40px;
    }

    .mainsection .img-text {
        font-size: 2.15vh;
        max-width: 60%;
    }

    .mainsection-4 .mainsection4-wrapper {
        display: grid;
    }

    .mainsection-4 .mainsection4-wrapper img {
        justify-self: center;
    }

    .mainsection-4 .mainsection4-wrapper .mainsection4-text {
        margin-top: 40px;
        text-align: center;
    }

    .bottom-region .bottomtext-1 p {
        font-size: 1.5vw;
        font-weight: 400;
    }

    .bottom-region .bottomtext-1 h2 {
        font-size: 2.6vw;

        .bottomtext-2 {
            margin-top: 40px;
        }
    }

    .bottomtext-2 .part1 p {
        padding-left: 0;
        text-align: center;
        margin-left: -2vw;
    }

    .bottomtext-2 .part2 p {
        padding-left: 0;
        text-align: center;
        margin-left: -4vw;
    }

    .footer {
        flex-direction: column;
        padding: 5vh 5vh;
    }

    .footer-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-1 .footer1-btn {
        padding: 12px 30px;
        min-width: 180px;
        font-size: 1.8vh;
    }

    .footer-1 .footer1-text h3 {
        justify-self: center;
    }


    .footer-1 .footer1-text p {
        justify-self: center;
        font-weight: 400;
        font-size: 2vh;
    }

    .footer-2 {
        flex-direction: column;
        gap: 30px;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .footer-2 .c1,
    .footer-2 .c2,
    .footer-2 .c3,
    .footer-2 .c4 {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
    }

    .footer-2 .c1:last-child,
    .footer-2 .c2:last-child,
    .footer-2 .c3:last-child,
    .footer-2 .c4:last-child {
        border-bottom: none;
    }

    .footer-2 .c1 span,
    .footer-2 .c2 span,
    .footer-2 .c3 span,
    .footer-2 .c4 span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
        font-size: 1.8vh;
    }

    .footer-2 .c1 span::after,
    .footer-2 .c2 span::after,
    .footer-2 .c3 span::after,
    .footer-2 .c4 span::after {
        content: '\EA4E';
        font-family: 'remixicon';
        transition: transform 0.3s ease;
        font-size: 2vh;
    }

    .footer-2 .c1.active span::after,
    .footer-2 .c2.active span::after,
    .footer-2 .c3.active span::after,
    .footer-2 .c4.active span::after {
        transform: rotate(180deg);
    }

    .footer-2 .c1 p,
    .footer-2 .c2 p,
    .footer-2 .c3 p,
    .footer-2 .c4 p {
        display: none;
        padding: 8px 0;
        margin: 0;
        font-size: 1.6vh;
    }

    .footer-2 .c1.active p,
    .footer-2 .c2.active p,
    .footer-2 .c3.active p,
    .footer-2 .c4.active p {
        display: block;
    }

    .footer-2 .c1 p i,
    .footer-2 .c2 p i,
    .footer-2 .c3 p i,
    .footer-2 .c4 p i {
        margin-right: 10px;
    }

    .footer .footer-1 {
        justify-content: center;
        justify-items: center;
    }

    .footer hr {
        display: none;
    }

    .herosection-2 {
        gap: 20px;
    }

    .ad-wrapper .ad-text {
        padding: 0px 20px;
    }

    .footer .footer-1 .footer1-text {
        text-align: center;
    }

    .footer .footer-1 .footer1-btn {
        padding: 1.5vw 35vw 1.5vw 35vw;
    }
}

@media (max-width: 768px) {

    .navbar {
        max-height: 100%;
        max-width: 100%;
    }


    .navbar .nav-text.active ul li a {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .herosection-2 {
        display: flex;
        flex-direction: column;
    }

    .mainsection-2 .image-wrapper {
        display: flex;
        flex-direction: column;
    }

    .mainsectext-2 {
        text-align: center;
        padding-right: 40px;
    }

    .mainsection-2 .mainsectext-2 .Mainsec-2-btn {
        margin-bottom: 10px;
    }

    .bottomregion2-text h2 {
        font-size: 1.8vh;
        font-weight: 700;
    }

    .bottomtext-2 p {
        font-size: 1.6vh;

    }

    .bottomtext-2 {
        gap: 100px;
    }

    .bottomtext-2 .p2-1 {
        transform: translateX(15px);
    }
}

@media (max-width: 576px) {

    .navbar .nav-text.active ul li a {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .herosection .herotext {
        font-size: 3.5vh;
    }

    .herosection-2 {
        line-height: 10px;
    }

    .herosection-2 h2 {
        font-size: 2.7vh;
        font-weight: 600;
    }

    .herosection-2 p {
        font-size: 2vh;
    }

    .mainsection .mainsection-img {
        display: flex;
        flex-direction: column;
    }

    .mainsection .img-text {
        font-size: 2.5vh;
        font-weight: 450;
    }

    .mainsection-2 .image-wrapper img {
        height: auto;
        width: 100%;
    }

    .mainsection-2 .mainsectext-2 {
        text-align: center;
    }

    .mainsection-2 .mainsectext-2 h2 {
        font-size: 2.8vh;
        font-weight: 600;
    }

    .mainsection-2 .mainsectext-2 p {
        font-size: 2vh;
    }

    .mainsection-2 .mainsectext-2 .Mainsec-2-btn {
        font-size: 1.5vh;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .ad .ad-wrapper {
        display: flex;
        flex-direction: column;
    }

    .ad .ad-wrapper img {
        height: auto;
        width: 100%;
    }

    .ad .ad-wrapper .ad-text {
        text-align: center;
    }

    .ad .ad-wrapper .ad-text h2 {
        font-size: 2.8vh;
        font-weight: 600;
    }

    .ad .ad-wrapper .ad-text p {
        font-size: 2vh;
    }

    .ad .ad-wrapper .ad-text .ad-btn {
        font-size: 1.7vh;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .mainsection-3 .mainsection3-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .mainsection-3 .mainsection3-wrapper img {
        height: auto;
        width: 100%;
    }

    .mainsection-3 .mainsection3-wrapper .mainsection3-text {
        text-align: center;
    }

    .mainsection3-text h2 {
        font-size: 2.8vh;
    }

    .mainsection3-text p {
        font-size: 1.8vh;
    }

    .mainsection3-text .mainsection-3-btn {
        font-size: 1.5vh;
        font-weight: 700;
    }

    .mainsection-4 .mainsection4-wrapper img {
        height: auto;
        width: 100%;
    }

    .mainsection-4 .mainsection4-wrapper h2 {
        font-size: 2.8vh;
        font-weight: 600;
    }

    .mainsection-4 .mainsection4-wrapper p {
        font-size: 2vh;
    }

    .mainsection-4 .mainsection4-wrapper .mainsection4-btn {
        font-size: 1.5vh;
        font-weight: 600;
    }

    .bottom-region .bottomtext-1 h2 {
        font-size: 2.8vh;
        font-weight: 600;
    }

    .bottom-region .bottomtext-1 p {
        font-size: 1.7vh;
    }

    .bottomtext-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 30px;
    }

    .bottomtext-2 .part1,
    .bottomtext-2 .part2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
        flex: 1;
    }

    .bottomtext-2 img {
        height: auto;
        width: 25%;
        margin: 0 auto;
    }

    .bottomtext-2 .part2 img {
        height: auto;
        width: 25%;
        padding-left: 0;
        margin: 0 auto;
    }

    .bottomtext-2 h2 {
        text-align: center;
        font-size: 2.5vh;
        font-weight: 600;
        margin: 0;
    }

    .bottomtext-2 p {
        text-align: center;
        font-size: 1.8vh;
        margin: 0;
    }

    .bottomregion-2 .bottomregion2-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .bottomregion-2 .bottomregion2-wrapper img {
        height: auto;
        width: 70%;
    }

    .bottomregion-2 .bottomregion2-text {
        text-align: center;
    }

    .bottomregion-2 .bottomregion2-text h2 {
        font-size: 2.6vh;
        font-weight: 600;
    }

    .bottomregion-2 .bottomregion2-text p {
        font-size: 2.1vh;
        font-weight: 400;
    }

    .footer .footer-1 img {
        height: auto;
        width: 80%;
    }

    .footer .footer-1 {
        text-align: center;
    }

    .footer .footer-1 .footer1-text h3 {
        font-size: 2.5vh;
        font-weight: 500;
    }

    .footer .footer-1 .footer1-text p {
        font-size: 1.7vh;
    }

    .footer .footer-1 .footer1-btn {
        padding: 10px 25px;
        min-width: 160px;
        font-size: 1.6vh;
        margin: 15px auto;
        display: block;
    }

    .footer .footer-1 .footer1-text {
        text-align: center;
    }

    .footer .footer-1 .footer1-btn {
        padding: 1.5vw 35vw 1.5vw 35vw;
    }
}

@media (max-width: 428px) {

    body,
    html {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }

    .navbar .nav-text.active ul li a {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .navbar {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0;
    }

    .navbar .nav-text2 {
        gap: 15px;
    }

    .navbar .nav-text2 i {
        font-size: 1.8vh;
    }

    .herosection {
        width: 100%;
        overflow: hidden;
    }

    .mainsection {
        width: 100%;
        box-sizing: border-box;
    }

    .mainsection .mainsection-img {
        width: 100%;
        box-sizing: border-box;
    }

    .footer {
        width: 100%;
        box-sizing: border-box;
    }

    .navbar .mainlogo img {
        height: 25px;
        width: auto;
    }

    .herosection .heroimg img {
        height: 15rem;
        width: auto;
    }

    .herosection .herotext {
        text-align: center;
    }

    .herosection .herotext h1 {
        font-size: 3.25vh;
    }

    .herosection .herotext h3 {
        font-size: 2vh;
        padding: 0px 10px 0px 10px;
    }

    .mainsection .img1 {
        height: 125%;
        width: 100%;
    }

    .mainsection .img1 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .mainsection .img-text {
        font-size: 2.4vh;
        font-weight: 500;
        max-width: 50%;
    }

    .mainsection {
        padding: 20px 15px;
    }

    .mainsection h2 {
        padding-top: 20px;
        font-size: 2.5vh;
    }

    .mainsection .mainsection-img {
        margin: 20px 0;
        gap: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .footer .footer-1 {
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-1 .footer1-text {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-1 .footer1-text h3 {
        font-size: 2.5vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer .footer-1 .footer1-text p {
        font-size: 1.7vh;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer .footer-1 .footer1-btn {
        padding: 8px 20px;
        min-width: 140px;
        font-size: 1.4vh;
        margin: 12px auto;
    }

    .mainsection-2 {
        margin: 30px 15px;
    }

    .mainsection-2 .image-wrapper {
        padding: 0;
    }

    .mainsection-2 .mainsectext-2 {
        padding: 20px 15px;
    }

    .mainsection-2 .mainsectext-2 h2 {
        font-size: 2.5vh;
        margin-bottom: 10px;
    }

    .mainsection-2 .mainsectext-2 p {
        font-size: 1.8vh;
        margin-bottom: 15px;
    }

    .ad {
        margin: 30px 15px;
    }

    .ad .ad-wrapper {
        padding: 0;
    }

    .ad .ad-text {
        padding: 20px 15px;
    }

    .ad .ad-text h2 {
        font-size: 2.5vh;
        margin-bottom: 10px;
    }

    .ad .ad-text p {
        font-size: 1.8vh;
        margin-bottom: 15px;
    }

    .mainsection-3 .mainsection3-text {
        padding: 10px 20px;
        margin-bottom: 35px;
    }

    .mainsection-4 {
        margin: 30px 15px;
    }

    .mainsection-4 .mainsection4-wrapper .mainsection4-text {
        padding: 5px 15px;
    }

    .mainsection-4 .mainsection4-wrapper .mainsection4-text h2 {
        font-size: 2.5vh;
        font-weight: 500;
    }

    .mainsection-4 .mainsection4-wrapper .mainsection4-text p {
        font-size: 1.8vh;
    }

    .bottom-region {
        margin: 30px 0;
    }

    .bottom-region .bottomtext-1 {
        padding: 0 10px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .bottom-region .bottomtext-1 h2 {
        font-size: 2.5vh;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .bottom-region .bottomtext-1 p {
        font-size: 1.8vh;
        line-height: 1.4;
        padding: 0 5px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .bottomtext-2 {
        margin-top: 20px;
        gap: 50px;
        line-height: 10px;
    }

    .bottomtext-2 .part1 img {
        height: auto;
        width: 30px;
    }

    .bottomtext-2 .part1 h2 {
        font-size: 2vh;
        font-weight: 500;
    }

    .bottomtext-2 .part1 p {
        font-size: 1.7vh;
    }

    .bottomtext-2 .part2 img {
        height: auto;
        width: 30px;
    }

    .bottomtext-2 .part2 h2 {
        font-size: 2vh;
        font-weight: 500;
    }

    .bottomtext-2 .part2 p {
        font-size: 1.7vh;
    }

    .bottomregion-2 .bottomregion2-wrapper .bottomregion2-text {
        padding: 0px 1px;
    }

    .bottomregion-2 .bottomregion2-text h2 {
        font-size: 2.8vh;
        font-weight: 700;
    }

    .bottomregion-2 .bottomregion2-text p {
        font-weight: 300;
    }

    .footer .footer-1 img {
        height: auto;
        width: 110%;
    }

    .footer .footer-1 .footer1-text h3 {
        font-size: 2.3vh;
        font-weight: 560;
        text-transform: uppercase;
        padding: 12px 0px 12px 0px;
    }

    .footer .footer-1 .footer1-text p {
        font-size: 2vh;
    }

    .footer .footer-1 .footer1-text {
        text-align: center;
    }

    .footer .footer-1 .footer1-btn {
        padding: 2vw 30vw 2vw 30vw;
        font-size: 1.5vh;
    }
}