body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
    color: black ;
    --tw-text-opacity: 1;
    position: relative;
    line-height: 2;
    font-size: 19px;
    font-weight: 400;
    /* letter-spacing: normal; */
    /* text-align: center; */
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
    margin: 1px;
}

main {
    text-align: center;
    margin-top: 100px;
    max-width: 1004px;  /* this is for the width of the container center */
    width: 100%; 
    margin: 0 auto;
}


.main-container {
    margin-top: 100px;
    text-align: center;
    max-width: 1004px;
    margin: 0 auto;
}

.android-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.android-container h2{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

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


/* Responsive design for iOS container */
#iOS-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

#iOS-container h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Responsive design for iOS image */
.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

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

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
    #iOS-container h3 {
        font-size: 1.5rem;
    }
}

h1 {
    margin-top: 90px;
}

h2, h3 {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    color: black;
    font-family: 'Roboto', sans-serif;
    
}

.nav-bar {
    margin: 5px;
    margin-top: 10px;
}

#footer {
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}


















.slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-out;
}

.slider-slide {
    flex-shrink: 0;
    width: 100%;
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}


.p-8 {
    padding: 2rem;
}

.rounded-md {
    border-radius: .375rem;
}

.overflow-auto {
    overflow: auto;
}

.my-10 {
    margin-top: 2.9rem;
    margin-bottom: 2.5rem;
}

.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}

.-top-8 {
    top: -2.9rem;
}
.absolute {
    position: absolute;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.p-2 {
    padding: .5rem;
}

.right-0 {
    right: 0;
}

.relative {
    position: relative;
    margin-top: 70px;
}


.para {
    font-size: 1.25rem;
    text-align: justify;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

h4 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: inherit;
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-align: left;
}


#link1 {
    color: inherit;
    text-decoration: none;
}

#link1:hover {
    color: #87ceeb;
    text-decoration: underline;
}