/*
 * Template Name: Netflix with HTML5 CSS3 Bootstrap!
 * Version: 1.0
 * Copyright 2025

 * Note: 10px = 1 rem | Example: 5px = 5 / 10 = 0.5rem

===========================================
    
    All include section: 

    01. Basic css

===========================================


*/


/*======================
   01. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 2.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	background: #000000;
	color: #ffffff;
	font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}

html {
    font-size: 62.5%; /*1 rem = 10px*/
}

.section_padd {
	padding: 5rem 0;
}

.head_text {
    font-size: 3.5rem;
    font-weight: 700;
}

/*======================
   02. header section css
========================*/
header {
	height: 100px;
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav .logo img {
    width: 15rem;
}

header nav .login_btn {
    background: rgb(229, 9, 20);
    height: 3.2rem;
    padding: 0 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.5rem;
}

/*======================
   03. home section css
========================*/
.home_wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home_wrapper h1 {
    font-size: 5.5rem;
    font-weight: 700;
}

.home_wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0;
}

.form_wrap p {
    font-size: 1.8rem;
    font-weight: 600;
}

.form_wrap input {
    width: 54rem;
    height: 6rem;
    padding-left: 2rem;
    background: transparent;
    border: 0.1rem solid #a7a3a3;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    color: #ffffff;
}

.form_wrap input::placeholder {
	color: #ffffff;
}

.form_wrap button {
	height: 6rem;
	padding: 0 2rem;
	background: rgb(229, 9, 20);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 0.5rem;
	font-size: 2.2rem;
	font-weight: 600;
	border: transparent;
	margin-left: 1.5rem;
	margin-top: 1.5rem;
}

.form_wrap button i {
	margin-left: 1.5rem;
}

/*======================
   04. trending section css
========================*/
.trending_wrapper .trending_item {
	display: inline-block;
	position: relative;
	margin-top: 3rem;
}

.trending_wrapper .trending_item img {
	transition: 0.4s all ease-in-out;
	width: 23.4rem;
	border-radius: 0.5rem;
}

.trending_wrapper .trending_item:hover img {
	transform: scale(1.10);
}

.trending_wrapper .trending_item span {
    font-size: 9rem;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    color: #000000;
    font-weight: 700;
    position: absolute;
    bottom: 5rem;
    left: -1.5rem;
    z-index: 11;
    transition: 0.4s all ease-in-out;
}

.trending_wrapper .trending_item:hover span {
	transform: scale(1.10);
}

.trending_wrapper .trending_active .owl-next, .trending_wrapper .trending_active .owl-prev {
    width: 2.5rem;
    height: 10rem;
    background: #424242;
    color: #ffffff;
    border-radius: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out;
}

.trending_wrapper .trending_active .owl-next:hover,
.trending_wrapper .trending_active .owl-prev:hover {
	background: #5f5353;
}

.trending_wrapper .trending_active .owl-next {
    right: -4rem;
}

.trending_wrapper .trending_active .owl-prev {
	left: -4rem;
}

/*======================
   05. card section css
========================*/
.card_wrapper .card_item {
	position: relative;
	border-radius: 1rem;
	padding: 2rem;
	background: linear-gradient( 149deg, #192247 0%, #210e17 96.86% );
	height: 32.5rem;
	margin-top: 3rem;
}

.card_wrapper .card_item h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.card_wrapper .card_item p {
	color: rgba(255,255,255,0.7);
	font-size: 1.7rem;
	margin-top: 1.5rem;
}

.card_wrapper .card_item img {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 6rem;
}

/*==========================
   06. frequently section css
============================*/
.frequently_wrapper .card {
    background: #2D2D2D;
    border: transparent;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.frequently_wrapper .card .card-header {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: 0.4s all ease-in-out;
}

.frequently_wrapper .card .card-header:hover {
	background: #4f4f4f;
}

.frequently_wrapper .card .card-header button {
    padding: 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    background: transparent;
    border: transparent;
    width: 100%;
}

.frequently_wrapper .card .card-header button:hover {
	text-decoration: none;
}

.frequently_wrapper .card .card-header span {
    font-size: 3rem;
    position: absolute;
    right: 2.5rem;
}

.frequently_wrapper .card .card-header span .fa-times {
	display: none;
	font-weight: 300;
}

.frequently_wrapper .accordion .card-header button[aria-expanded="true"] ~ span .fa-times {
	display: block;
}

.frequently_wrapper .accordion .card-header button[aria-expanded="true"] ~ span .fa-plus {
	display: none;
	font-weight: 300;
}

.frequently_wrapper .accordion .card-body {
    padding: 2rem;
    font-size: 2.4rem;
    border-top: 0.1rem solid #000000;
}

.mt_25 {
	margin-top: 2.5rem;
}

/*==========================
   07. footer section css
============================*/
footer {
	padding: 6rem 0 15rem 0;
}

footer .link,
footer .footer_item ul li a {
    color: #dbdbdb;
    text-decoration: underline;
    display: block;
}

.mt_60 {
	margin-top: 6rem;
}

.mt_40 {
	margin-top: 4rem;
}

footer .footer_item ul li a {
	font-size: 1.4rem !important;
}

footer select {
    height: 3.5rem;
    border: 0.1rem solid #bab7b7;
    border-radius: 0.5rem;
    padding: 0 1rem;
    background: transparent;
    color: #ffffff;
}

footer p {
	font-size: 1.5re;
}

footer span {
    font-size: 1.3rem;
    display: block;
    color: #c4bdbd;
}

footer span a {
    color: #007bff;
    text-decoration: underline;
}

.mt_30 {
	margin-top: 3rem;
}


.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal h2 {
  font-weight: bold;
}

.modal p {
  font-size: 15px;
}