* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
  font-size: 16px;
}

.container {
  width: 100vw;
  min-height: 100vh;
  background: rgb(2, 2, 2) url(./image/background.png) repeat center;
  background-size: cover;
  position: relative;
}

.blackcover {
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.header {
  width: 90%;
  max-width: 1200px;
  height: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-img {
  width: 148px;
  height: 41px;
}

.option-bar {
  width: 290px;
  height: 38px;
  display: flex;
  padding: 2px;
  gap: 0.7em;
  justify-content: end;
}

/* allow the option bar to wrap on narrow screens */
.option-bar { flex-wrap: wrap; gap: 0.5em; }

#nav-logo {
  width: 148px;
  height: auto;
}

.lang-selection {
  width: 124px;
  height: 32px;
  border: 1px solid rgb(95, 93, 93);
  display: flex;
  border-radius: 5.2px;
  align-items: center;
  background-color: rgba(29, 28, 28, 0.8);
}

.lang-selection:focus-within {
  outline: 2.9px solid rgba(248, 233, 204, 0.9);
  outline-offset: 2px;
}
.button {
  min-width: 76px;
  height: 32px;
  border-radius: 0.3em;
  color: white;
  background-color: red;
  font-weight: 700;
  border: none;
  padding: 0 12px;
}

.button:hover{
  background-color: #c70c0c;
}

.language {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: rgb(242, 243, 245);
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 400;
  padding: 0.35rem 6px 0.35rem 1px;
}

.language option {
  color: black;
}

.lang-sym {
  width: 1.1em;
  height: 1.2em;
  padding: 1px;
  margin-left: 0.5em;
}

.hero-container {
  width: 90%;
  max-width: 1000px;
  margin: 2.5rem auto 0 auto;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.heading {
  font-family: Helvetica, sans-serif;
}
.heading h1 {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  color: white;
  font-weight: 900;
}

.para p {
  color: white;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);
  font-weight: 700;
}

.para2 {
  margin-top: 1.5rem;
  font-weight: 700;
}
.para2 p { color: white; }

.Input {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: flex;
  padding-top: 16px;
  gap: 7.2px;
}

#input-box {
  width: 60%;
  height: auto;
  border-radius: 0.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border: 1px solid grey;
}

#input-box:focus {
  outline: 2.9px solid rgba(248, 233, 204, 0.9);
  outline-offset: 2px;
}

#input-box::placeholder {
  font-size: 1rem;
  color: rgb(138, 137, 137);
}


.btn {
 height: 56px;
  padding: 0 10px 0 10px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  background-color: rgb(223, 3, 3);
  border-radius: 0.3em;
  color: white;
  margin: 2px;
  font-weight: bolder;
  border: none;
  cursor: pointer;
} 


.right-v {
  width: 2em;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2em;
  cursor: pointer;
}

.line1 {
  width: 100%;
  height: 5rem;
  border: 5px solid rgb(255, 0, 64);
  border-top-left-radius: 75%;
  border-top-right-radius: 75%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 45px;
  box-shadow: inset 0 15px 30px -7px rgb(2, 3, 63);
  background-color: black;
}

.cards-container {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cards { width: 90%; max-width: 1000px; }

#title { color: antiquewhite; font-family: Helvetica, sans-serif; }

.pic-cards {
  display: flex;
  gap: 1.5em;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 0 1em;
}

.pic1 {
  width: 160px;
  height: 212px;
  margin: 1.2em 0 1em 0;
  border-radius: 0.9em;
  flex-shrink: 0;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.2s ease-out;
}
.pic1:hover { transform: scale(1.06); }

.movie {
  width: 100%;
  height: 100%;
  border-radius: 0.9em;
  display: block;
  object-fit: cover;
}

.cards-container2 {
  width: 90%;
  max-width: 1200px;
  margin-top: 3em;
}

.colorCards {
  width: 23%;
  min-width: 220px;
  height: 320px;
  margin-top: 1.4em;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  background: linear-gradient(#28112b, #453643, #5e5d5c, #323a30, #240010);
}

.title2 {
  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
}

.content-card {
  width: 100%;
  display: flex;
  gap: 1em;
  padding: 0 15px;
  justify-content: center;
  flex-wrap: wrap;
}


.content-section {
  width: 220px;
  height: 173px;
  margin-top: 2em;
  margin-left: 0.1em;
  padding-right: 1.2em;
  padding-bottom: 16px;
}

.text {
  color: white;
  font-family: Helvetica, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 1em;
}

.paragraph {
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
}

#icon1, #icon2, #icon3, #icon4 {
  width: 13.5em;
  height: 3.3em;
  display: flex;
  justify-content: end;
}

#icon1 { margin-top: 5em; }
#icon2 { margin-top: 2.6em; }
#icon3 { margin-top: 3.3em; }
#icon4 { margin-top: 2.1em; }

#icon1 img, #icon2 img, #icon3 img, #icon4 img {
  width: 3em;
  height: auto;
  border-radius: 2em;
  box-shadow: 3px 3px 10px whitesmoke;
}

.faqs {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin-top: 14px;
}

.faqs-title {
  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.7em;

}

.faqs-ques {
  width: 100%;
  min-height: 64px;
  margin-top: 0.5em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.3em;
  padding-right: 1.3em;
  background-color: rgba(75, 74, 74, 0.5);
  cursor: pointer;
}

.faqs-ques:hover {
  background-color: rgba(110, 108, 108, 0.5);
}

.faqs-ques h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
}

.faqs-ques .plus {
  font-size: 60.8px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

#little-para {
  color: white;
  font-family: Helvetica, sans-serif;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 1.2em;
  font-weight: 100;
}

.user-input {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 7.2px;
  margin: 0.6rem auto;
}

#box1 {
  flex: 1;
  height: 56px;
  border-radius: 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border: 1px solid grey;
  margin: 2px;
}

#box1:focus {
  outline: 2.9px solid rgba(248, 233, 204, 0.9);
  outline-offset: 2px;
}

#box1::placeholder {
  font-size: 1.2em;
  color: rgb(138, 137, 137);
}

.user-start {
  height: 56px;
  padding: 0 18px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  background-color: rgb(223, 3, 3);
  border-radius: 0.3em;
  color: white;
  margin: 2px;
  font-weight: bolder;
  border: none;
  cursor: pointer;
}

.footer {
  width: 100%;
  max-width: 1000px;
  margin: 2.5rem auto 0 auto;
}
.grey-footer {
  color: rgb(158, 153, 153);
  font-family: Helvetica, sans-serif;
  font-size: 14.4px;
  font-weight: 700;
}

.footer2 {
  display: flex;
  width: 95%;
  height: 140px;
  margin: 40px 3px 0;
}

.foot1 {
  width: 23%;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 18px;
}

.foot1 a {
  line-height: 2.4em;
  color: rgb(158, 153, 153);
  font-family: Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}

.selection {
  width: 124px;
  height: 32px;
  border: 1px solid rgb(95, 93, 93);
  display: flex;
  border-radius: 5.2px;
  align-items: center;
  background-color: rgba(29, 28, 28, 0.8);
}

.selection:focus-within {
  outline: 2.9px solid rgba(248, 233, 204, 0.9);
  outline-offset: 2px;
}

.selected {
  width: 80%;
  height: 40px;
  margin-top: 2em;
}

.ft {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 1.6rem auto 0 auto;
  justify-content: space-between;
}
.foot-para {
  color: rgb(158, 153, 153);
  text-align: left;
  font-family: Helvetica, sans-serif;
}

.bold {
  font-size: 13.3px;
  font-weight: bold;
}

.size {
  font-size: 12.4px;
  font-weight: bold;
}

.size a {
  color: rgb(89, 130, 243);
  font-size: 13px;
}

.ans{
  width: 100%;
  height: auto;
  color: white;
  line-height: 2rem;
  margin-top: 0.1rem;
  background-color: rgba(75, 74, 74, 0.5);
  padding: 2rem;
  font-family: Helvetica, sans-serif;
  font-size: 1.5rem;
  display: none;
}



/* 
@media (max-width : 1279px){

.cards-container2{
  height: 934.74px;
}

.content-card{
  flex-wrap: wrap;
  justify-content: start;
  height: 442px;
  width: 100%;
}

.colorCards{
width: 383px;
height: 240px;
justify-content: start;
padding: 1.5em;

}

.content-section{
  margin-top: 10px;
  width: 100%;
  height: 130px;

}

.Input{
  flex-direction: column;
  flex-wrap: wrap;
  height: 152px;

}
#input-box{
  width: 100%;
}

#icon1{
  margin-top: 18px;
  width: 100%; 
}

#icon2{
  margin-top: 7px;
  width: 100%; 
}

#icon3{
  margin-top: 32px;
  width: 100%; 
}

#icon4{
  margin-top: 16px;
  width: 100%; 
}
}

@media (max-width:1007px){
  .colorCards{
    width: 100%;
    height: 210px;
  }


.content-card{
  flex-wrap: wrap;
  justify-content: start;
   height: 90%;
  width: 100%;
}

.cards-container2{
  height: 1534.74px;
}

#icon2{
  margin-top: 33px;
  width: 100%; 
}

#icon4{
  margin-top: 15px;
  width: 100%; 
}
} */

/* Responsive helpers: mobile and tablet breakpoints */
@media (max-width: 1024px) {
  .cards { width: 90%; }
  .header { max-width: 1000px; }
  .pic1 { width: 140px; height: 186px; }
  .colorCards { width: 45%; min-width: 200px; }
  .content-section { width: 200px; }
  .faqs-ques h2 { font-size: 1.05rem; }
}

@media (max-width: 768px) {
  /* Header / nav adjustments */
  .header {
    height: auto;
    padding: 12px 8px;
    align-items: center;
  }
  .option-bar { width: auto; gap: 0.5em; }
  #nav-logo { width: 120px; }

  /* Hero: stack input/button */
  .hero-container { margin-top: 2rem; }
  .Input { flex-direction: column; align-items: stretch; padding-top: 8px; }
  #input-box { width: 100%; }
  .btn { margin: auto; padding: 7px 9px; font-size: 1rem; }

  /* Trending cards: allow horizontal scroll but bigger thumbnails */
  .pic-cards { gap: 1rem; }
  .pic1 { width: 170px; height: 220px; }

  /* Feature cards: stack */
  .content-card { gap: 0.8rem; padding: 0; }
  .colorCards { width: 100%; min-width: 0; height: auto; padding: 1rem; }
  .content-section { margin-top: 0.6rem; height: auto; }
  #icon1, #icon2, #icon3, #icon4 { margin-top: 0.6rem; width: auto; justify-content: flex-end; }

  /* FAQs */
  .faqs-ques { padding: 0.6rem 1rem; }
  .faqs-ques h2 { font-size: 1rem; }
  .faqs-ques .plus { font-size: 1.6rem; }
  .ans { font-size: 1rem; padding: 1rem; line-height: 1.5; }

  /* Inputs near footer */
  .user-input { width: 95%; flex-direction: column; gap: 8px; }
  #box1 { height: 48px; }
  .user-start { margin: auto; height: 48px; }

  /* Footer: stack columns */
  .footer { width: 95%; }
  .footer2 { flex-direction: column; align-items: flex-start; gap: 12px; height: auto; margin: 20px 0 0; }
  .foot1 { width: 100%; }
  .ft, .selected { width: 95%; }
}

@media (max-width: 420px) {
  html { font-size: 14px; }
  .heading h1 { font-size: clamp(1.4rem, 6.5vw, 2.2rem); }
  .para p { font-size: 0.95rem; }
  .pic1 { width: 140px; height: 180px; }
  .btn, .user-start { font-size: 0.95rem; }
  .faqs-ques .plus { font-size: 1.4rem; }
  .footer2 { gap: 8px; }
  .right-v { height: 44px; }
}
