@import url('https://fonts.googleapis.com/css2?family=Kanit: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&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

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

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.card {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr); */
    width: 100%;
    background-color: #111;
    border: 2vw solid transparent;
    border-radius: 20px;
    /* padding: 10vw; */
    margin: 5vw;
    text-align: center;
    box-shadow: 0px 0px 50px rgb(255, 255, 255);
    /* transition: box-shadow 0.2s ease; */
}

/* .card:hover {
    box-shadow: 0 0 50px rgba(132, 208, 255, 0.6), 0 0 40px rgba(0, 158, 255, 0.4);
} */
/* .content{
    margin: 20px;
} */
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    /* border: 1px solid white; */
}

/* table, tr, td{
    border-collapse: collapse;
    border: 1px solid white;
 } */

.content table {
    background-color: #111;
}

.content th {
    background-color: #111;
    text-align: left;
    font-size: 5vw;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
}

.content td,
ul,
ol {
    background-color: #111;
}

.space td {
    padding: 0.5vw;
}

.content h4 {
    background-color: #111;
    color: #888;
    font-size: 1.2vw;
    text-align: left;
}

.yt {
    background-color: #111;
}

/*------------------------------------------------ For responsive iframe yt video--------------------------------------- */

/* .yt{
    position: relative;
            width: 100%; */
/*  max-width: 800px; Optional max width */
/*  padding-bottom: 56.25%;  16:9 Aspect Ratio */
/* height: 0;
            overflow: hidden; */
/*  background: #000;  Background for visibility */
/* } */
/* .yt iframe{
    position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0; 
} 
            --------------------------------------------------------------------------------------------------------------*/
.content iframe {
    width: 600px;
    height: 337.50px;
}

.content iframe:hover {
    box-shadow: 0 0 50px rgba(132, 208, 255, 0.6), 0 0 40px rgba(0, 158, 255, 0.4);
    transition: box-shadow 0.5s ease;
    /* transform: scale(1.02); */
    /* Slight zoom effect on hover */
    /* filter: brightness(1.1); */
    /* Brighten image on hover */
    transition: 0.6s ease;
}

.content svg {
    background-color: #111;
    margin: -2px 0px;
    padding: 0px 5px;
}

.content h3 {
    background-color: #111;
    color: #888;
    font-size: 1.2vw;
    text-align: left;
    padding: 1vw;
}

.content h2 {
    background-color: #111;
    color: #888;
    font-size: 1.2vw;
    text-align: left;
    padding: 1vw;
}

.content span {
    background-color: #111;
    color: rgb(0, 216, 0);
    font-size: 1.2vw;
    text-align: left;
}

.rating td {
    background-color: #111;
    color: #c5c5c5;
    font-size: 1.2vw;
    text-align: center;
    padding: 1vw;
}

.rating svg {
    cursor: pointer;
}

.process {
    margin: 1vw;
}

/* .process td {
    border-collapse: collapse;
    border: 1px dotted rgb(200, 200, 200);
 } */

.process th {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 2.1vw;
    color: #00ff00;
    /* Green text color */
    text-shadow:
        0 0 5px #00ff00,
        /* Inner glow */
        0 0 0px #00ff00;
    /* Outer glow */
    /* text-shadow: 2px 0.5px 0px rgba(255, 255, 255,0.8);   */
    text-decoration: underline;
    padding: 1vw;
}

.process td {
    font-family: "Kanit", sans-serif;
    padding: 2vw;
}

.process li {
    background-color: #111;
    font-size: 1.5vw;
    color: rgb(200, 200, 200);
    text-align: left;
}

.process ol {
    display: flex;
    justify-self: top;
    align-items: top;
    flex-direction: column;
}

.more li {
    list-style: none;
    color: #c5c5c5;
    border: 0.5px solid rgb(220, 220, 220);
    text-align: center;
    /* text-decoration-line: underline;
  text-decoration-style: wavy; */
}

.blank li{
    /* font-size: 1.5vw; */
    font-family: "Poppins", sans-serif;
    list-style: none;
    /* text-decoration: underline; */
    /* margin: 0.5vw; */

}
.blank h6{
    font-size: 1.5vw;
    font-family: "Poppins", sans-serif;
    list-style: none;
    font-weight: 500;
    padding: 0.1vw;
}
.blank h5{
    font-size: 1.8vw;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    list-style: none;
    text-decoration: underline;
    padding: 1.5vw 0.5vw;
}

.blank img {
    border: solid gray 0.5vw;
    border-radius: 0.5vw;
}
.blank img:hover {
    box-shadow: 0 0 50px rgba(255, 24, 24, 0.627), 0 0 40px rgba(0, 158, 255, 0.4);
    transition: box-shadow 0.5s ease;
    transform: scale(1.02);
    /* Slight zoom effect on hover */
    filter: brightness(1.1);
    /* Brighten image on hover */
    transition: 0.6s ease;
}

@media (max-width:1240px) {
    .content iframe {
        width: 500px;
        height: 281.25px;
    }

    .rating svg {
        height: 1.8rem;
    }
}

@media (max-width:1000px) {
    .content iframe {
        width: 300px;
        height: 168.75px;
    }

    .rating svg {
        height: 1.5rem;
    }
}

@media (max-width:768px) {
    .content iframe {
        width: 200px;
        height: 112.50px;
    }
}

@media (max-width:450px) {
    .content iframe {
        width: 150px;
        height: 84.38px;
    }

    .rating svg {
        height: 1.2rem;
    }
}

