* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.main {
    min-height: 100vh;
    width: 100%;
}

.loader {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: black;
    z-index: 99;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.loader h3 {
    color: white;
    font-size: 2vw;
    font-weight: 200;
}

#page1 {
    height: 100vh;
    width: 100%;
    padding: 6vh;
    position: relative;
}

.image-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;

}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav1 {
    display: flex;
    align-items: center;
    gap: 4vh;
    width: 20%;
}

.nav1 h2 {
    font-size: 4.5vh;
}

.nav2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vh;
}

.nav2 a {
    text-decoration: none;
    color: rgb(87, 76, 76);
    font-size: 2.5vh;
}

.nav2 a:hover {
    color: #FF4255;
}

.nav2 h4:last-child {
    padding: 3vh;
    border-radius: 5vh;
    background-color: #FF4255;
    cursor: pointer;
}

.page1text {
    margin-top: 9vh;
    margin-left: 18vh;
}

.page1text h3 {
    font-size: 10vh;
    color: rgb(238, 49, 49);
}

.page1text h5 {
    font-size: 4vh;
    margin-left: 3vh;
    color: rgb(12, 12, 11);
}

.page1text button {
    border: none;
    padding: 3vh;
    cursor: pointer;
    color: white;
    background-color: #FF4255;
    margin-left: 3vh;
    font-size: 3vh;
    border-radius: 5vh;
    margin-top: 4vh;
}

#page2 {
    height: 100vh;
    width: 100%;
    padding: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.page2l {
    width: 50%;
    height: 80%;
}

.page2l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10vh;
}

.page2r {
    width: 40%;
}

.page2r h4 {
    font-size: 5vh;
    color: #FF4255;
    padding-bottom: 4vh;
}

.page2r p {
    color: rgba(7, 8, 9, 0.764);
    font-size: 2.6vh;
}

.page2r button {
    border: none;
    cursor: pointer;
    padding: 3vh;
    color: white;
    background-color: #FF4255;
    font-size: 2vh;
    border-radius: 5vh;
    margin-top: 4vh;
}

#verify {
    text-align: center;
    font-size: 4vh;
    cursor: pointer;
}

input {
    padding: 2vh;
    cursor: pointer;
}

#verify button {
    padding: 2vh;
    font-size: 3vh;
    border-radius: 5vh;
    color: white;
    background-color: #FF4255;
    border: none;
    cursor: pointer;
}

#page3 {
    height: 100vh;
    width: 100%;
    padding: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page3l {
    width: 70%;
}

.page3l h3 {
    font-size: 5vh;
    color: #FF4255;
    padding-bottom: 8vh;
}

.card {
    display: flex;
    align-items: center;
    gap: 10vh;
}

.card1 {
    height: 40vh;
    width: 60vh;
    border-radius: 6vh;
    padding: 5vh;
    transition: ease 0.5s;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #dbd9d9,
        -20px -20px 60px #ffffff;
}

.card1 h4 {
    padding-bottom: 6vh;
}

.card1 p {
    color: rgba(0, 0, 0, 0.774);
}

.card1:hover {
    background-color: #FF4255;
    color: white;
}

.page3r {
    width: 30%;
}

.page3r h3 {
    text-align: center;
}

.page3r img {
    margin-top: 15vh;
    margin-left: 4vh;
    height: 40vh;
    width: 50vh;
    object-fit: cover;
}

.page3r h3:hover {
    color: #FF4255;
}

#page4 {
    height: 100vh;
    width: 95%;
    padding: 0vh 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page4 h3 {
    font-size: 5vh;
    color: #FF4255;
    padding-bottom: 8vh;
}

.services {
    display: flex;
    align-items: center;
    gap: 15vh;
}

.service1 {
    height: 64vh;
    width: 50vh;
    border-radius: 6vh;
    padding: 5vh;
    transition: ease 0.5s;
    background: #ede9e9;
    box-shadow: 20px 20px 60px #dbd9d9,
        -20px -20px 60px #ffffff;
}

.service1 h4 {
    font-size: 4vh;
    padding-bottom: 4vh;
    color: #FF4255;
}

.service1 i {
    font-size: 12vh;
    color: #FF4255;
    margin-left: 16vh;
}

.service1 p {
    padding-top: 6vh;
    font-size: 2.5vh;
    color: rgba(0, 0, 0, 0.819);
}

#page5 {
    height: 100vh;
    width: 100%;
    padding: 6vh;
    display: flex;
    align-items: center;
}

.page5l {
    width: 45%;
}

.page5l img {
    height: 98vh;
    width: 88vh;
    object-fit: cover;
    border-radius: 10vh;
}

.page5r {
    width: 55%;
    background-color: #FF4255;
}

.page5r h4 {
    text-align: center;
    font-size: 4vh;
    padding-bottom: 4vh;
    padding-top: 2vh;
    color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FF4255;
    color: white;
    display: flex;
    padding: 12vh;
    justify-content: center;
    align-items: center;
}

.swiper-slide h5 {
    font-size: 4vh;
    margin-bottom: 5vh;
}

.swiper-slide img {
    display: flex-end;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 2vh;
    background-color: white;
    padding: 2vh;
    width: 30vh;
    height: 30vh;
    object-fit: cover;
}

.contact {
    margin-top: 6vh;
    padding-top: 8vh;
    height: 25vh;
    width: 100%;
    font-size: 5vh;
    text-align: center;
}

.contact button {
    border: none;
    padding: 3vh;
    border-radius: 5vh;
    background-color: #FF4255;
}

.contact button a {
    text-decoration: none;
    color: white;
    font-size: 4vh;
}

#page6 {
    width: 100%;
    padding: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    background-color: #272B36;
}

.p61 h3,
.p62 h3,
.p63 h3 {
    font-size: 3vh;
    padding-bottom: 3vh;
}

.p61 h5 {
    margin-bottom: 2vh;
}

.p61 i {
    color: #FF4255;
    font-size: 2vh;
}

.p61 a {
    text-decoration: none;
    color: white;
}

.p63 ul li a,
.p62 ul li a {
    color: white;
    text-decoration: none;
}


/* Responsive Styles for Mobile */
@media (max-width: 600px) {
    .main{
        overflow-x:hidden;
    }
   
    .loader {
        width: 50vh;
        overflow-x: hidden;
    }
    .image-container{
        overflow-x: hidden;
    }
    .loader h3 {
        font-size: 3vh;
    }

    #page1 {
        height: 100vh;
        width: 170%;
        overflow-x: hidden;
    }


    .page1text {
        margin-top: 25vh;
        margin-left: 5vw;
    }

    .page1text h3 {
        font-size: 7vw;
    }

    .page1text h5 {
        font-size: 3vw;
    }

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

    .nav2 {
        display: none;
        width: 40%;
        /* Adjust width as needed */
    }

    .page1text {
        width: 170%;
        margin-left: 0vh;
        padding-left: 0vh;
        /* Adjust margin as needed */
    }

    .page1text h3 {
        text-align: left;
        padding-left: 0;
        font-size: 4vh;
        margin-left: 0;
        /* Adjust font size as needed */
    }

    .page1text h5 {
        text-align: left;
        padding-left: 0;
        font-size: 2vh;
        margin-left: 0;
        /* Adjust font size as needed */
    }

    #page2 {
        display: flex;
        flex-direction: column;
        gap: 20vh;
        margin-bottom: 10vh;
        height: 210vh;
        overflow-x: hidden;
    }

    .page2l {
        height: 55%;
        width: 100%;
    }

    .page2l img {
        height: 120%;
        width: 110%;
        object-fit: cover;
    }

    .page2r {
        width: 90%;
    }
    input{
        border-radius: 4vh;
    }
    .verify{
        overflow-x: hidden;
    }
    #page3 {
        display: flex;
        flex-direction: column;
        height: 250vh;
        margin-bottom: 20vh;
        overflow-x: hidden;
    }

    .card {
        flex-direction: column;
    }

    .card1 {
        width: 90%;
        height: auto;
        font-size: 2vh;
        /* Allow card height to adjust */
    }

    .page3l {
        width: 90%;
    }

    .page3r {
        padding-top: 0vh;margin: 0vh;
        width: 175%;
    }

    #page4 {
        display: flex;
        flex-direction: column;
        height: 300vh;
        margin-bottom: 10vh;
        overflow-x: hidden;
    }

    .services {
        flex-direction: column;
    }

    .service1 {
        width: 90%;
        height: auto;
    }

    #page5 {
        display: flex;
        flex-direction: column;
        margin-bottom: 10vh;
        height: 200vh;
        overflow-x: hidden;
    }

    .page5l {
        width: 170%;
        margin-bottom: 5vh;
    }

    .page5l img {
        width: 50vh;
        height: 50vh;
        object-fit: cover;
        border-radius: 0vh;
    }

    .page5r {
        width: 110%;
    }

    .contact {
        display: flex;
        flex-direction: column;
        height: 70vh;
        width: 40vh;
        text-align: left;
        gap: 4vh;
        margin-left: 1.5vh;
        overflow-x: hidden;
    }
    .contact button{
        margin-left: 1.5vh;
    }
    .contact button a {
        font-size: 2.5vh;
        padding: 0vh;
    }

    .contact button {
        padding: 1vh;
    }

    #page6 {
        flex-direction: column;
        height: 100vh;
        overflow-x: hidden;
    }

    .p61,
    .p62,
    .p63 {
        width: 100%;
    }

    .swiper-slide {
        padding: 6vh;
    }

    .swiper-slide img {
        width: 20vh;
        height: 20vh;
    }
}