/* Global Styles */
@import url(../assets/css/reset.css);
@import url(../assets/css/variable.css);
* {
  margin: 0;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  /* background-image: url('../../project/images/wall.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  background: #0b3954;
  margin-left: 30px;
  margin-right: 30px;
}

/* Header Styles */
header {
  background-color: transparent;
  color: #ffffff;
  padding-top: 20px;
  padding-left: 0px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 0;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding-left: 0;
}

/* Main Styles */
main {
  padding: 20px;
}

h1 {
  font-size: 48px;
  margin-top: 0;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

form {
  margin-top: 20px;
}

input[type="text"].search-btn {
  padding: 10px;
  border-radius: 5px;
  width: 450px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  border: 2px solid #ff0000;
  padding: 10px;
}

button[type="submit"] {
  background-color: #e50914;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.get-started-button {
  background-color: #ff0000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.get-started-button:hover {
  background-color: #8d0000;
}

input[type="email"].email {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  width: 250px;
  border: 1px solid rgb(255, 0, 0);
  color: #ffffff;
  margin-right: 10px;
}


/* Footer Styles */
footer {
  background-color: rgba(red, green, blue, alpha);
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

div.interface {
  color: #f9f9f9;
  text-align: center;
}

div.search {
  text-align: center;
}

input[type="search"] {
  background-color: transparent;
  border: none;
  border: 2px solid #ccc;
  padding: 10px;
  font-size: 16px;
  width: 350px;
  color: #ccc;
  border-radius: 10px;
}

button[type="submit"] {
  background-color: #ff0000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #8d0000;
}

/* input[type="text"]{
  width: 400px;
} */


div.container {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
  letter-spacing: 0 !important;
  box-sizing: border-box;
  padding: 0px 100px 0px 50px;
  color: #fff;
  /* background-color: #265DF2; */
}

p.ready1 {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
  letter-spacing: 0 !important;
  margin: .67em 0;
  margin-block-start: 0;
  margin-block-end: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 4rem;
  font-weight: 900;
}

p.ready2 {
  -webkit-text-size-adjust: 100%;
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
  letter-spacing: 0 !important;
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 1);
  text-align: start;
}

h3.new {
  box-sizing: border-box;
  padding: 0px;
  vertical-align: baseline;
  margin: 0;
  display: flex;
  /* max-height: 2.4em; */
  overflow: hidden;
  border: none;
  padding-left: .75rem;
  position: relative;
  font-size: xx-large;
  color: darkgoldenrod;
}



/*###################### THE MOVIE CARDS ############*/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.slides-body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  /*  background-color: #265DF2; */
}

slides-body {
  min-height: 100vh;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  background-color: #ff0303;
}

.slide-container {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0;
  /* background-color: #8d0000; */
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
  /* background-color: #f39c12; */
}

.card {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: left;
  text-align: left;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 10px 14px; */
}

.image-content {
  position: relative;
  row-gap: 5px;
  /* padding: 25px 0; */
}

/* .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
} */

/* .overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
} */

/* .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
} */

.card-image {
  position: relative;
  height: 300px;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #FFF;
  /*  padding: 3px; */

}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  /* border: 4px solid #4070F4; */
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}


/*#############################  RATE BUTTON  ##################################*/
.star-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.star {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #f5d76e;
  text-shadow: 1px 1px 1px #ccc;
}

.star.selected {
  color: #f39c12;
  text-shadow: 1px 1px 1px #666;
}

.rating-icon {
  align-items: left;
  height: 20px;
  width: 20px;
}

/*$$$$$$$$$$$$$$$$$$ VERTICAL $$$$$$$$$$$$$$*/

footer {
  /* background: #; */
  padding: 80px var(--px) 40px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--oxford-blue-50);
  padding-bottom: 80px;
}

.footer-brand {
  max-width: 250px;
  margin-right: 130px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 30px;
}

.slogan {
  font-size: var(--fs-sm);
  line-height: 20px;
  margin-bottom: 20px;
}

.social-link a {
  display: inline-block;
}

.social-link ion-icon {
  font-size: 25px;
  margin-right: 20px;
}

.footer-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  align-items: flex-end;
}

.link-heading {
  margin-bottom: 20px;
}

.link-item {
  font-size: var(--fs-sm);
}

ul .link-item:not(:last-child) {
  margin-bottom: 10px;
}

.link-item:hover a {
  color: var(--light-azure);
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.footer-copyright p,
.wrapper a {
  font-size: var(--fs-sm);
}

.wrapper a:hover {
  color: var(--light-azure);
}

.wrapper {
  display: flex;
}

.wrapper a:not(:last-child) {
  margin-right: 30px;
}