@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

.quicksand-thin {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.quicksand-regular {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.quicksand-heavy {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Quicksand", sans-serif; 
    font-weight: 500;
    font-style: normal;
    width: 100%;
    background-color: #fff;
    margin: 0;
    position: relative;
    padding: 0;
    font-size: 18px;
}

.container {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: contents
}

.display-cards {
    column-count: 5;
    column-gap: 25px;
    padding: 20px 50px;
    background-color: #e7e7e7;
}

a {
    text-decoration: none;
}

.active {
    background-color: #8600d9;
    color: #ffffff !important;
}

/* ------------ Top Menu ------------ */

.top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

/* ------------ Main Category Menu ------------ */

li.nav-item {
    list-style-type: none;
    margin: 0px;
}

a.nav-link.main-category {
    padding: 0px 2px;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 8px;
    border: 1px solid #6c757d;
}

a.nav-link.main-category:hover {
    background-color: #6c757d;
    color: #ffffff;
    border: 1px solid white;
    transition: all 1s;
}

a.nav-link.sub-category {
    border: 1px solid #6c757d;
    padding: 2px 8px;
    border-radius: 6px;
    color: #6c757d;
    font-weight: 500;
    margin: 5px 5px;
}

a.nav-link.sub-category:hover {
    color: #ffffff;
    background-color: #6c757d
}

img.logo {
    width: 300px;
    margin-left: 10px;
    filter: invert(100%);
}

img.logo-footer { width: 200px; }

a.nav-link.top-menu {
    border: 0px;
    border-radius: 6px;
    padding: 2px 0px;
    margin: 0px 5px;
    font-size: 16px;
}

a.nav-link.top-menu:hover {
    text-decoration: underline;
}

a.nav-link.cat1 {background-color: #c5bfd7;}
a.nav-link.cat2 {background-color: #eeffcd;}
a.nav-link.cat3 {background-color: #cdffe4;}
a.nav-link.cat4 {background-color: #cdd8ff;}
a.nav-link.cat5 {background-color: #d7cdff;}
a.nav-link.cat6 {background-color: #ffcde4;}
a.nav-link.cat7 {background-color: #fff0cd;}
a.nav-link.cat8 {background-color: #cdffd3;}

/* --------- Collection Header --------- */

h2#collection-header {
    text-align: center;
    padding: 20px 0px 10px 0px;
    background-color: #e7e7e7;
    margin: 0px;
}

/* --------- Footer --------- */

footer {
    font-size: 15px;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}

.footer-left {
    color: #6c757d;
    text-align: end;
}

.footer-right {
    color: #6c757d;
    display: flex;
    align-items: center;
}

.footer-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer-right li {float: left;}

.footer-right li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    margin-left: 20px;
    background-color: black;
}

.footer-right li a:hover {background-color: #ffffff; color: rgb(0, 0, 0);}

/* --------- Cards --------- */

.card {
    width: 100%;
    padding: 0px;
    border-radius: 14px;
    margin-bottom: 25px;
    page-break-inside: avoid;
    border: 1px solid #b9b9b9;
    transition: all .5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.card-info {
    padding: 15px;
    background-color: white;
    border-radius: 0px 0px 14px 14px;
}

.card:hover {
    transform: translate(-10px,-10px);
    box-shadow: rgb(147 147 147) 5px 7px 0px;
}

.card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 14px 14px 0px 0px;
}

.card-product {
    background-color: rgb(255, 0, 0);
    font-size: 11px;
    color: #ffffff;
    padding: 1px 5px;
    width: fit-content;
    border-radius: 8px;
    margin: 0px 0px 5px 0px;
}

.card-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #8600d9;
    margin: 0px 0px 5px 0px;
}

.card-description {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
}

.card-button {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 15px;
    background-color: #8600d9;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    width: fit-content;
    font-size: 18px;
    border: 1px solid #8600d9;
    transition: all .5s;
}

.card-button:hover {
    background-color: #ffffff;
    color: #8600d9;
    border: 1px solid #8600d9;
}

/* --------- Filter Menu --------- */

.layer3 {
    display: none;
    padding: 10px 10px 1px 10px;
}

.layer3-ai {background-color: #c5bfd7;}
.layer3-gaming {background-color: #eeffcd;}
.layer3-webdev {background-color: #cdffe4;}
.layer3-design {background-color: #cdd8ff;}
.layer3-audio {background-color: #d7cdff;}
.layer3-video {background-color: #ffcde4;}
.layer3-productivity {background-color: #fff0cd;}
.layer3-internetplus {background-color: #cdffd3;}

li.cat-subnav {
    list-style-type: none;
}

ul.cat-subnav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
}

li.nav-item {
    list-style-type: none;
    margin: 0px;
}

a.nav-link.main-category {
    background-color: #ffffff;
    color: #6c757d;
    padding: 0px 2px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 8px;
    border: 1px solid #6c757d;
}

a.nav-link.main-category:hover {
    background-color:#8600d9;
    color: #ffffff;
    border: 1px solid white;
    transform: translate(-5px,-5px);
    box-shadow: rgb(147 147 147) 5px 7px 0px;
    transition: all .5s;
}

a.nav-link.sub-category {
    border: 1px solid #6c757d;
    padding: 2px 8px;
    border-radius: 6px;
    color: #6c757d;
    font-weight: 500;
    margin: 5px 5px;
}

a.nav-link.sub-category:hover {
    color: #ffffff;
    background-color: #8600d9;
    transform: translate(-5px,-5px);
    box-shadow: rgb(147 147 147) 5px 7px 0px;
    transition: all .5s;
}

img.logo {
    width: 300px;
    margin-left: 20px;
    filter: invert(100%);
}

a.nav-link.top-menu {
    border: 0px;
    border-radius: 6px;
    padding: 2px 0px;
    margin: 0px 5px;
    font-size: 16px;
}

a.nav-link.top-menu:hover {
    text-decoration: underline;
}

a.nav-link.cat1 {background-color: #c5bfd7;}
a.nav-link.cat2 {background-color: #eeffcd;}
a.nav-link.cat3 {background-color: #cdffe4;}
a.nav-link.cat4 {background-color: #cdd8ff;}
a.nav-link.cat5 {background-color: #d7cdff;}
a.nav-link.cat6 {background-color: #ffcde4;}
a.nav-link.cat7 {background-color: #fff0cd;}
a.nav-link.cat8 {background-color: #cdffd3;}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

/* --------- Article Section --------- */

.article-container {
    width: 100vw;
    margin: 0px;
    padding: 0px;
    background-color: #e7e7e7;
}

.article-hero {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    padding-bottom: 30px;
    color: white;
    background-image: url("../images/article/ai-video-generator-showdown/header1.jpg");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-color: #606060;
    background-blend-mode: multiply;
    text-shadow: 2px 2px 4px #000000;
}

.article-hero-title {
    font-size: 46px;
    font-weight: 800;

}

.article-hero-description {
    font-weight: 300;
    font-size: 20px;
    width: 50%;
    margin: 6px auto;
}

a.article-hero-button {
    padding: 10px 20px;
    background-color: red;
    width: fit-content;
    color: white;
    border-radius: 10px;
    margin: 20px auto;
    border: 1px solid rgb(89, 88, 88);
}

a.article-hero-button:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    border-radius: 10px;
    margin: 20px auto;
}

.article-section {
    column-count: 3;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 50px;
    column-gap: 40px;
}

.article-card {
    width: min-content;
    padding: 0px;
    border-radius: 14px;
    margin-bottom: 25px;
    page-break-inside: avoid;
    border: 1px solid #b9b9b9;
    transition: all .5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}

.article-card-image {
    border-radius: 14px 14px 0px 0px;
    padding-bottom: 20px;
}

.article-card-title {
    font-size: 24px;
}

.article-card-description {
    font-size: 18px;
    font-weight: 400;
}

.a {
    font-size: 1px;
    margin-bottom: 20px;
}

.article-card-button {
    padding: 13px 20px;
    background-color: red;
    width: fit-content;
    color: white;
    border-radius: 10px;
    margin: 20px auto 30px auto;
    border: 1px solid rgb(89, 88, 88);
}

.article-card-button:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
}

.article-story-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0px;
    background-image: url("../images/article/ai-video-generator-showdown/header2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0d1015;
}

.article-story {
    width: 60%;
    padding: 60px 20px 20px 20px;
    background-color: white;
    border-radius: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article-story-title {
    font-size: 50px;
    margin-bottom: -10px;
    text-align: center;
}

.article-story-subheader {
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}

hr.article-story-hr1 {
    border: 8px solid #8600d9;
    width: 300px;
    margin: auto;
}

.article-story-content {
    width: 80%;
    margin: 30px auto;
}

.method {
    border: 2px solid red;
    padding: 5px 15px;
    width: max-content;
    border-radius: 25px;
    color: red;
    margin: 30px 0px 10px 0px;
    font-weight: 700;
    font-size: 22px;
}

.prompt {
    padding: 30px 30px 0px 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.videos {
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.video-card {
    background-color: blue;
    margin-bottom: 20px;
    page-break-inside: avoid;
    overflow: hidden;
}

.video-card-title {
    background-color: red;
}

.video-card-video {
    background-color: green;
    position: relative;
    width: 230px;
    height: 230px;
}

.video-card-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------- Scrol Up --------- */

#myBtn {
    border: none; 
    outline: none; 
    background-color: red; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px;
}

#myBtn:hover {
    background-color: #ffffff;
    color: red;
    transform: translate(-5px,-5px);
    box-shadow: rgb(147 147 147) 5px 7px 0px;
    transition: all .5s;
}

.scroll-up {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    background-color: #d4d4d4;
}

/* --------- Tab System --------- */

.vtab-links {
    column-count: 2;
    column-gap: 10px;
    margin-right: 5px;
    width: 220px;
    text-align: left;
}

.tabcontent {
    display: none;
    margin: 5px;
    height: 100%;
    border-radius: 25px;
}

#Prompt1 {background-color: #007bff;}
#Prompt2 {background-color: #28a745;}
#Prompt3 {background-color: #fbc109;}

button.tab-prompt {
    border-radius: 25px;
    margin: 5px;
    width: 33.3%;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 22px;
    border: 0px;
}

.tab-prompt:hover {
    background-color: #2a2a2a;
    color: white;
}

.tab-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* --------- V tab system --------- */

.vertical-tabs {
    padding: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.vtab-content {
    background-color: black;
    height: 100%; 
    color: white;
    flex: 1;
    text-align: left;
}

.tab-button {
    display: flex;
    background-color: black;
    color: white;
    text-align: center;
    width: fit-content;
    margin: 0px 0px 10px;
    border-radius: 8px;
    font-size: 18px;
    padding: 3px 10px;
    border: 0;
}

.tab-button:hover {
    background-color: red;
}

.tab-button.active {
    background-color: red;
}

.video-starter {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 100;
    padding: 30px;
}

iframe {
    width: 100%;
    aspect-ratio: 1/1;
}

/* ------------ Media Screen Sizes ------------ */

@media screen and (max-width: 577px) {
    .display-cards {column-count: 1;}
}

@media screen and (max-width: 767px) and (min-width: 578px) {
    .display-cards {column-count: 2;}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .display-cards {column-count: 3;}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .display-cards {column-count: 4;}
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .display-cards {column-count: 5;}
}

@media screen and (min-width: 1400px) {
    .display-cards {column-count: 5;}
}