.image-container {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100;
    height: auto;
    display: flex;
    filter: brightness(30%);

}

html {
    background-color: black;
}

.imagetext {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 49px;
    font-weight: bold;
    font-family: sans-serif, 'Times New Roman', Times, serif;
    filter: brightness(100%);
    text-align: center;
    margin: auto;
}

.image {
    max-width: 100%;
    height: auto;
    display: block;
}

.subtext {
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 20px;
    font-family: sans-serif, 'Times New Roman', Times, serif;

}

.subtxt {
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 20px;
    font-family: sans-serif, 'Times New Roman', Times, serif;
    font-weight: 20px;
}

.email {
    top: 84%;
    left: 26%;
    right: 75%;
    position: absolute;
    transform-origin: top left;
    transform: scale(2.2);
    opacity: 0.4;
    border: none;
    background-color: #1a1a1a;
    border-radius: 5px;
    color: #ffffff;
    font-family: sans-serif;

}

.email input[type="email"] {
    background-color: #333;
    color: #fff;
    opacity: 2;
}

.email input[type="email"]::placeholder {
    color: white;
    opacity: 2;
    font-size: 10px;
}


.button {
    top: 84%;
    left: 56%;
    right: 34%;
    position: absolute;
    transform-origin: top left;
    transform: scale(2.2);
    cursor: pointer;
}


button[type="button"] {
    color: white;
    background-color: rgb(236, 1, 1);
    border: 2px;
    border-radius: 1px solid #e2e2e2;
    font-size: 16px;
    width: calc(100%-30px);
    box-sizing: border-box;

}

button:hover {
    background-color: rgb(236, 1, 1);
}

input[type="email"]::focus {
    outline: none;
    box-shadow: none;

}

.logo {
    top: 40px;
    left: 12%;
    right: auto;
    width: 15%;
    position: absolute;
    transform-origin: top left;
    size: 100px;
    background-color: black;
}

#language {
    top: 40px;
    left: 75%;
    right: auto;
    width: 9%;
    height: 6%;
    position: absolute;
    transform-origin: top right;
    opacity: 2;
}

option[id="English"] {
    color: white;
    background-color: rgb(35, 32, 32);
    opacity: 1.0;
}

option[id="Hindi"] {
    color: white;
    opacity: 1.0;
    background-color: rgb(35, 32, 32);
}

select[id="language"] {
    color: white;
    opacity: 1.0;
    background-color: rgb(35, 32, 32);
}

.signin {
    top: 40px;
    left: 90%;
    right: auto;
    width: 9%;
    height: 6%;
    position: absolute;
    transform: scale(1.6);
    transform-origin: top right;
    cursor: pointer;
    opacity: 2;

}

button[id="butcolor"] {
    background-color: rgb(236, 1, 1);
    opacity: 1.0;
    color: white;
    box-sizing: border-box;
    border: #fff;
    cursor: pointer;
    font-size: 0.8rem;
}

#trending {
    color: white;
    font-family: sans-serif, 'Times New Roman', Times, serif;
    margin-left: 8.6%;
}

main {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
    margin: 0;
}

.slider-container {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin-left: 5%;
    margin-right: 2%;

}

.slider {
    display: flex;
    /* Makes the slider horizontal */
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    padding: 10px;
}

.slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.slide {
    position: relative;
    min-width: 200px;
    flex: 0 0 auto;
    /* Prevent shrinking */
}

.slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 60px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 2px black;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.nav-left {
    left: 0;
}

.nav-right {
    right: 0;
}

#reason1,
#reason2,
#reason3,
#reason4 {
    margin: 16px;
    width: 20%;
    height: auto;
}

.picreason {
    margin-left: 8.6%;
}

#reason {
    color: white;
    font-family: sans-serif, 'Times New Roman', Times, serif;
    margin-left: 8.6%;
}

#call {
    color: white;
    font-family: Arial;
    margin-left: 8.6%;
    font-size: 17px;
    color: rgb(222, 222, 222);
}

.Footer {
    color: rgb(222, 222, 222);
    margin: 5%;
    ;
}

a {
    color: rgb(222, 222, 222);
    text-align: center;
}

#link1 {
    padding: 15%;
    text-align: center;

}

#link2 {
    : 6%;
    text-align: center;
}

#link3 {
    margin: 6%;
    text-align: center;
}

#link4 {
    padding: 6%;
    text-align: center;
}

#link5 {
    padding: 15%;
    text-align: center;

}

#link6 {
    padding: 0.1%;
    text-align: center;
}

#link7 {
    padding: 4.5%;
    text-align: center;
}

#link8 {
    padding: 7.5%;
    text-align: center;
}

#link9 {
    padding-left: 15%;
    padding-right: 6.6%;
    ;
    text-align: center;

}

.link10 {
    padding: 9%;
    text-align: center;

}

#link11 {
    padding: 2px;
    text-align: center;
}

#link12 {
    padding: 13.4%;
    text-align: center;
}

#link13 {
    padding-left: 15%;
    text-align: center;
}

#link14 {
    padding: 10%;
    text-align: center;
}

#language2 {
    display: block;
    left: 19%;
    right: auto;
    width: 9%;
    height: 6%;
    position: absolute;
    transform-origin: bottom left;
    opacity: 2;
    margin-top: 5%;
}

option[id="English2"] {
    color: white;
    background-color: rgb(35, 32, 32);
    opacity: 1.0;
}

option[id="Hindi2"] {
    color: white;
    opacity: 1.0;
    background-color: rgb(35, 32, 32);
}

select[id="language2"] {
    color: white;
    opacity: 1.0;
    background-color: rgb(35, 32, 32);
}

.last {
    padding-left: 15%;
    margin-top: 11%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: rgb(177, 177, 177);
}

.lasttxt {
    color: rgb(177,177,177);
    padding-left: 15%;
    font-family: sans-serif, 'Times New Roman', Times, serif;
font-size: 14px;
display: inline;
}
#last2{
color:rgb(68, 120, 233);
}