@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

/* Custom scrollbar styles for black-themed and thinner scrollbar */
::-webkit-scrollbar {
  width: 4px;  /* thinner vertical scrollbar */
  height: 4px; /* thinner horizontal scrollbar */
}

/* Scrollbar track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background: #1a1a1a;  /* dark track background */
  border-radius: 10px;   /* rounded corners */
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #333;      /* dark grey thumb */
  border-radius: 10px;   /* rounded corners */
  border: px solid #1a1a1a; /* subtle border matching track */
}

/* Hover effect for the thumb */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* lighter grey thumb on hover */
}

/* Firefox scrollbar styles (for consistency across browsers) */
scrollbar {
  width: 4px;
  height: 4px;
}

scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: 'Poppins';
}

header {
    background: 
    linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), 
    url('https://assets.nflxext.com/ffe/siteui/vlv3/150c4b42-11f6-4576-a00f-c631308b1e43/web/IN-en-20241216-TRIFECTA-perspective_915a9055-68ad-4e81-b19a-442f1cd134dc_large.jpg');
    background-size: 100% 100%; 
    width: 100vw;
    height: 50vw;
}

nav {
    margin-top: 20px;
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.netflixsvg {
    object-fit: cover;
    width: 10rem;
    background-color: transparent;
    margin: 10px;
}

.buttons {
    display: flex;
    width: 250px;
    margin-left: 25%;
    gap: 10px;
    background-color: transparent;
}

.language {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10%;
    width: 140px;
    height: 35px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    border: 1px solid rgb(90, 90, 90);
    background-color: rgb(26, 26, 26);
    padding: 5px;
}

.signin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    border: 1px solid rgb(90, 90, 90);
    background-color: #e50914;
    padding: 5px;
}

.dropdownsvg{
    background-color: rgb(26, 26, 26);
}

.translatesvg {
    background-color: rgb(26, 26, 26);
}

.hero {
    height: calc(90% - 50px);
    color: white;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-bottom: 80px;
}

.hero h1 {
    background-color: transparent;
    font-size: 62px;
    width: 40%;
    text-align: center;
    line-height: 70px
}

.hero h2 {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    color: rgb(165, 165, 165);
}

.emailsec {
    width: 40%;
    background-color: transparent;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.hero input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 45px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    border: 1px solid rgb(90, 90, 90);
    background-color: rgb(26, 26, 26);
    padding: 5px;
    background-color: rgba(34, 34, 34, 0.5);
    padding-left: 20px;
}

.getstarted {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    width: 30%;
    height: 45px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    border: 1px solid rgb(90, 90, 90);
    background-color: #e50914;
    padding: 5px;
}

.getstartedsvg {
    background-color: transparent;
}

.trendingtabs {
    position: relative;
    left: 10%;
    background-color: transparent;
    width: 80%;
    overflow-x: auto; 
    overflow-y: hidden;
    margin-bottom: 50px;
}

.trendingtabs h2 {
    display: flex;
    margin-bottom: 20px;
    color: white; 
    background-color: transparent;
    gap: 30px;
}

.featuretabs h2 {
    display: flex;
    margin-bottom: 20px;
    color: white; 
    background-color: transparent;
    gap: 30px;
}

.tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    background-color: transparent;
    min-width: max-content;
    height: 300px;
}


.tab1 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABf5KiyM_FJx1iMX0KWx2B65JmuxNvZrl6BeyX3TYUtHJS1fqh3rj5t1KNbEk4vRsj5hWTEodu0Ew4Z81K6b4dTbZPsJ1BtTpVJ2XWFFyaa6bG_VsaLEMC15-TbXBoBdz1u8D.jpg?r=27c');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab2 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABViqdtr9ZatqPa3P9T418vFq3iq4Ma4x1JUNFKxbIS5dPSoG_5VkNoEKXKBODntJNx_mCT_z0fcGegToBNEHLaVr3qyqSGDY67I.jpg?r=062&');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab3 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABWS-EyoFBa-Svry6VvSCb6i3SN_WT20j-Iy5uiKWKH9rNk9qGhr97KLX_so6qg-EGRk5kyuXamvO6bwxx_DptuTt_iIGWIAxkoA.jpg?r=c23');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab4 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABb4gKZLhdC-EVRjZLQK3urvHlgV-lANKan3WXqOpghQwCT7RHMVQPGeaudSbc64jnCVOO9sKliR5aQowrDencoRfw-S3F134nJQ.jpg');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab5 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABZMosKxdFgxev7W1YxooOu2wL_Kc3LwyYduCJ8nKme-kSdFXzCIRaMV4kYchreILRl6izcs-TrvJJCatDPe_vPwJ-wR6Zjk6yHTOXTM767pKfIrjgSGm5iTT5QFzgN6xjheO.jpg?r=06c');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab6 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABZ1lf1ET51x4CpItBKJ7abtNFyPfyxfTEl6N_zbQTMloiysWRBpzpK1h1YdCvoh-yxnRUiblkT5byWwwK41e_R4foRGE_ibm8YMWhp1snHf0I9thMUYGhpgLC7WCLffauO1v.jpg?r=a1c');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab7 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABV5rwf2fuYX2i-sYcG48oLpkL_dI0wXwdPApVds-33GmNPAx5AY1hwmOBuEzvSw4lP2jJt4gai_uX7vG87sq-4P-7zmtxCMw290.jpg?r=cc2');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab8 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABQ2lygENQ58jdDOXRdp6rTzib_Z5wBhfVumcN0GiI0PSsb8A7v_bEqis_Rm1Y_b0OrWxc3Qjv9nOUCHAhzMXdtuKul3FzbWWLFsZc9O5Vx6PcHuXpJmM7VtVr2Enrtvw2XjR.jpg?r=63b');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab9 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABXiu1E3IobwEOi4dXbQMUMsvJ8I-IqxUL1F8GD2PomSU1diLa7zMgsMGjFL3ll7DrqgZ83qEsUjFacKSphxN0zjhKjrTUq6suGY.jpg?r=d66');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}
.tab0 {
    position: relative;
    /* left: -30px; */
    background-image: url('https://occ-0-2085-3663.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABa5jDjPetBJO0jgCfZHwMsKz5hkeopxLqh8hLCPqhIW2jviuL7hFC3vXLOIXAJNsjz5ijUoGK-JdosDsdxCq5Rg1kqeIiqQLHQQ.jpg?r=81d');
    border-radius: 10px;
    width: 190px;
    height: 270px;
    font-size: 7rem;
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    font-weight: 700;
}

.featuretabs {
    position: relative;
    left: 10%;
    background-color: transparent;
    width: 80%;
    height: auto;
    overflow-x: auto; 
    overflow-y: hidden;
    margin-bottom: 30px;
}

.tabcol {
    display: flex;
    justify-content: space-between;
}

.featabs {
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    width: 24%;
    height: 250px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.featabs h1 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.featabs h2 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.747);
    padding: 20px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

.tvsvg {
    background-color: transparent;
    position: absolute;
    top: 75%;
    left: 17%;
}

.arrowsvg {
    background-color: transparent;
    position: absolute;
    top: 75%;
    left: 42%;
}

.telesvg {
    background-color: transparent;
    position: absolute;
    top: 75%;
    left: 68%;
}

.msgboxsvg {
    background-color: transparent;
    position: absolute;
    top: 75%;
    left: 93%;
}

.faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.qna {
    color: white;
    width: 80%;
}

.q {
    background-color: rgb(31, 31, 31);
    padding: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.a {
    background-color: rgb(31, 31, 31);
    padding: 20px;
    padding-top: 0px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plusvg {
    background-color: transparent;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.alllinks {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

footer h3 {
    color: rgba(255, 255, 255, 0.568);
    font-weight: 400;
    width: 80%;
    margin-bottom: 30px;
}

footer h3 a {
    color: rgba(255, 255, 255, 0.568);
    font-weight: 400;
}

div ul li a {
    color: rgba(255, 255, 255, 0.568);
    font-weight: 400;
}

.links {

}

ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer2 {
    width: 80%;
    color: white;
    margin-bottom: 120px;
}

.footer2 span {
    font-size: small;
    color: grey;
}

.footer2 h5 {
    margin-bottom: 40px;

}

.qna {
  width: 80%;
  color: white;
}

.qna summary.q {
  cursor: pointer;
  background-color: rgb(31, 31, 31);
  padding: 20px;
  font-size: 22px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qna[open] summary.q {
  margin-bottom: 0;
}

.qna .a {
  background-color: rgb(31, 31, 31);
  padding: 20px;
  padding-top: 0;
  font-size: 16px;
}
