@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    font-size: 62.5%;
}

body {
    background-color: #000;
    color: #fff;
}

table {
    margin: 0 auto;
    /* Centers the table horizontally */
    border-collapse: collapse;
    /* Optional: for better border handling */
}

td {
    border: 1px solid black;
    /* Adds borders for better visibility */
    padding: 10px;
    /* Adds some padding */
}

.logo {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    /* margin-top: 90px; */
    margin: 100px auto;
    /* z-index: ; */
    border-bottom: 0.5vw solid #1098F7;
    border-top: 0.5vw solid #1098F7;
    /* Border color */
    border-radius: 1vw;
    /* Rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    /* overflow: hidden; */
    /* Ensure border rounds nicely */
    /* padding: 10px 0px; */
    cursor: pointer;
    /* margin-top: 20vw; */
}

.logo img {
    width: 45vw;
    transition: transform 0.3s, filter 0.3s;
    /* Smooth effects */
}

.logo:hover img {
    transform: scale(1.05);
    /* Slight zoom effect on hover */
    filter: brightness(1.1);
    /* Brighten image on hover */
}

.logo:hover {
    transition: 0.5s ease;
    border-bottom: 1vw solid #49ff2d;
    border-top: 1vw solid #49ff2d;
}

.logo1 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 1vw 2vw;
    cursor: pointer;
}

.logo1 img {
    border-radius: 1.5rem;
    width: 20vw;
    transition: transform 0.3s, filter 0.3s;
    /* Smooth effects */
}

.logo1 h1 {
    text-align: end;
    font-size: 2.1rem;
    color: rgb(255, 255, 255);
    font-family: poppins;
    /* background-color: rgba(255, 255, 255);
    border-radius: 1rem; */
}

.logo1 a {
    text-decoration: none;
}

.logo1:hover h1 {
    transform: scale(1.05);
    transition: 0.6s ease;
    color: #49ff2d;
    /* margin: 2rem 0; */
}

.logo1:hover img {
    /* transform: scale(1.05); */
    /* Slight zoom effect on hover */
    filter: brightness(1.1);
    /* Brighten image on hover */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
    /* Top shadow only, with upward offset */
    /* Only the top shadow *
    /* box-shadow: 0 0 50px rgba(255, 255, 255, 0.6), 0 0 40px rgba(197, 197, 197, 0.4); */
    transition: box-shadow 0.4s ease;
}


.first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Kaushan Script", cursive;
    font-weight: 200;
    padding: 0.5rem 0;
}

.first .heading {
    display: flex;
    text-align: center;
    margin-top: -8rem;
}

.first svg {
    margin: 0px 10px;
    padding: 1rem;
}

.first h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 500;
    /* color: #1098F7; */
    -webkit-text-stroke: 2px #1098F7;
    /* border-bottom:2px solid #fff; */
}

.first h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    padding: 0.5em 0;
}



.button-container {
    text-align: center;
    margin-top: -5rem;
}

.red-button {
    display: inline-block;
    padding: 1rem 5rem;
    font-size: 30px;
    color: white;
    background-color: #e63946;
    /* Bright red color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.6);
    /* Shadow effect */
    transition: transform 0.3s, box-shadow 0.3s;
    /* Smooth transition */
    margin: 5vw;
}

.red-button:hover {
    transform: translateY(-3px);
    /* Slight lift effect on hover */
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.8);
    color: #e63946;
    background-color: #dad8d8;
    transform: scale(1.1);
    /* Darker shadow on hover */
}

.red-button:active {
    transform: translateY(1px);
    /* Slightly lower when clicked */
    box-shadow: 0 2px 10px rgba(230, 57, 70, 0.5);
    /* Shadow changes when clicked */
}

@media (max-width:1025px) {
    .first svg {
        height: 10rem;
    }
}

@media (max-width:768px) {
    * {
        font-size: 31.25%;
    }

    /* .first .heading {
        flex-direction: column;
    } */

    .first {
        padding: 0 6rem;
    }

    .first h1 {
        font-size: 8rem;
    }

    .first h3 {
        font-size: 4rem;
        padding: 0.5em 0;
    }
}

@media (max-width:661px) {
    .first svg {
        display: none;
    }

}



/* slider css  */

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --secondary: #5A0B4D;
}

.swiper {
    width: 90vw;
    height: 400px;
    margin: 0 70px 55px;
}

.swiper .btns {
    /* width: 65px;
    height: 65px; */
    background-color: rgba(211, 211, 211, 0.6);
    color: black;
    /* box-shadow: 0 8px 16px 3px var(--secondary); */
    border: 1px solid white;
    z-index: 2000;
    border-radius: 50%;
    padding: 3rem;
    cursor: pointer;
    /* margin: 2rem; */
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: -50px 0;
}


.btns i {
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 8px 16px 3px var(--white);

}

.btns:hover,
.btns:hover i {
    transform: scale(1.1);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); */
}

.slide img {
    /* height: 350px; */
    height: 100%;
    /* width: 25vw; */
    transition: all 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 1.5rem;
    object-fit: cover;
    /* border: 1px solid var(--white); */
    filter: brightness(80%);
    cursor: pointer;

}

.slide img:hover {
    transform: scale(1.1);
    filter: brightness(100%);
}

.slide img:hover+h1.num {
    transform: scale(1.1);
}

.slide img:hover+h1.num+h1.num1 {
    transform: scale(1.1);
}

.slide h1.num {
    /* color: var(--white); */
    font-size: 8rem;
    position: absolute;
    bottom: 300px;
    padding: 0 1rem;
    color: rgb(65, 65, 65);
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
    font-family: poppins;
    font-weight: 800;
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

.slide h1.num1 {
    font-size: 3rem;
    position: absolute;
    bottom: 10px;
    padding: 0 1rem;
    margin: 0 1rem;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 0.25rem rgb(0, 0, 0);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
    font-family: poppins;
    font-weight: 800;
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* .container {
    width: 90vw;
    display: grid;
    align-items: center;
    justify-content: center;
} */

.caption h6 {
    color: white;
    z-index: 1000;
}

@media (max-width:1024px) {
    * {
        font-size: 31.25%;
    }

    .slide h1 {
        font-size: 3rem;
    }
}

@media (max-width: 620px) {
    .slide img{
        width: 100vw;
    }
}