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

/* html,
  body {
      overflow-x: hidden;
  } */

html,
body,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Avenir Next Cyr";
}

img {
  max-width: 100%;
}

body {
  background: linear-gradient(172.33deg, #141f2f 3.32%, #1a3e6a 97.35%);
}

/* header start */

header.site_header {
  background-color: #212d3e;
}

header.site_header .nav-link {
  color: #fff;
  font-weight: 600;
}

header.site_header .nav-link.active {
  color: #e94347;
}

.search-bar .search-icon {
  position: absolute;
  top: 7px;
  left: 30px;
  color: #fff;
}

.form-control .header-search-bar {
  font-size: 16px;
  font-weight: 500;
}

.header-search-bar {
  background-color: #183353;
  border: 3.61px solid #18375b;
  color: #fff !important;
}

.btn-transparent {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.btn-transparent:hover {
  color: #fff;
}

.btn-primary {
  /* background: linear-gradient(360deg, #e2a300 0%, ##e94347 100%); */
  background-color: #e94347 !important;
  font-size: 18px;
  font-weight: 600;
  border: none;
  white-space: nowrap;
  border-radius: 8px;
}

input.form-control.header-search-bar::placeholder {
  color: #bfbfbf !important;
}

input.form-control.header-search-bar:focus {
  background-color: #183353;
  border: 3.61px solid #18375b;
  box-shadow: none;
}

/* header end */

/* home sections start */

.first-sider-heading {
  font-size: 40px;
  color: #fff;
}

.item.slider-images-home {
  background: transparent !important;
  border: 8px solid #ffffff24;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.item.slider-images-home img {
  border-radius: 5px;
  box-shadow: 0px 14px 64px 0px #00000040;
  /* border: 8px solid #FFFFFF24; */
}

.home-demo .owl-nav {
  position: absolute;
  top: -70px;
  right: 10px;
  color: #fff;
}

.home-demo .owl-nav.disabled {
  display: block !important;
}

.home-demo .owl-nav .owl-prev span,
.home-demo .owl-nav .owl-next span {
  opacity: 0;
}

.home-demo .owl-nav .owl-prev,
.home-demo .owl-nav .owl-next {
  position: relative;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ffffff0a !important;
}

.home-demo .owl-nav .owl-prev::after,
.home-demo .owl-nav .owl-next::after {
  content: url("../img/svgicons/arrow1.svg");
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-demo .owl-nav .owl-next::after {
  top: 45%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.first-slide img {
  height: 648px;
  max-height: 648px;
  width: 100%;
  border-radius: 30px;
}

.hoverr-opacity {
  background-color: #212d3e;
  border-radius: 10px;
  position: absolute;
  bottom: 2px;
  right: 3px;
  opacity: 0;
}

.hovereffect-img:hover .hoverr-opacity {
  opacity: 1;
}

.moviename-heading {
  font-size: 22px;
  font-weight: 500;
}

.moviedetail-text {
  font-size: 14px;
  font-weight: 300;
}

.read-button {
  color: #e2a300;
  font-size: 15px;
  font-weight: 300;
}

.playNow-btn a .play-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #e94347;
}

.trailer-button,
.watchlist-button:hover {
  background-color: white;
  padding: 6px 22px;
  border-radius: 6px;
  color: #e2a300;
}

.trailer-button:hover,
.watchlist-button {
  background-color: #e2a300;
  color: #fff;
  padding: 6px 22px;
  border-radius: 6px;
  border: 0px !important;
}

.image-label-album {
  background-color: red;
  position: absolute;
  top: 30px;
  transform: rotate(315deg);
  left: -40px;
  width: 180px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-heading {
  font-size: 17px;
  font-weight: 500;
}

.swiper-pagination {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  background-color: #ecb20f; /* Customize color as needed */
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 105px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
button.btn.btn-transparent:active {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: none !important;
}
img.slider-images {
  height: 377px;
}
a.view-all-images {
  font-size: 15px;
  font-weight: 300;
  padding: 4px 12px;
  border-radius: 18px;
  color: #ffffffb0;
  border-color: #ffffffb0 !important;
  white-space: nowrap;
}
a.view-all-images:hover {
  color: #e2a300;
  border-color: #e2a300 !important;
}

.item.slider-images-home::after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 4%,
    rgba(0, 0, 0, 0.4318102240896359) 35%,
    rgba(0, 0, 0, 0) 100%
  );
}
.image-category-heading {
  font-size: 22px;
  font-weight: 700;
}
.image-category-heading {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* home sections end */

/* footer */
footer.footer.footer-styling {
  background: linear-gradient(3deg, #141f2f 3.32%, #1a3e6a 97.35%);
}

.footer-heading {
  font-size: 20px;
  font-weight: 400;
}

.li-footer {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
}

.border-color-footer {
  border-color: #999999 !important;
}

.social-list-footer {
  border: 1px solid #ffffff14;
  border-radius: 8px;
}

/* footer end */

/* login start */
.Login-section {
  /* background: linear-gradient(172.33deg, #141f2f 3.32%, #1a3e6a 97.35%); */
  min-height: 100vh;
  background-color: #12161C;
}
.login-form-logo {
  /* background: linear-gradient(339.74deg, #16283e 18.69%, #3a6aa4 95.92%); */
  border-radius: 40px 0px 0px 40px;
  background: linear-gradient(1.57deg, #19385E 1.33%, #141F2F 98.67%);

}
.login-form-box2 {
  border-radius: 0px 40px 40px 0px;
  padding: 50px;
}

.login-input-box .form-control {
  border: 1px solid #657e9c;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #657e9c;
}
.login-input-box .form-control:focus {
  border: 1px solid #ecb309;
  box-shadow: none;
  outline: none;
}
.login_phone_vs_old .form-control {
  min-height: 46px;
}
.forget-password {
  color: #e94347;
  text-decoration: none;
}

.login-input-box label.form-label {
  font-size: 16px;
  font-weight: 600;
}
.login-btnn .btn-primary {
  padding: 8px 30px;
  border-radius: 10px;
}
.create-account-size {
  font-size: 18px;
  font-weight: 600;
}
/* login end */
.toggle-options {
  display: flex;
  margin-bottom: 20px;
}
.toggle-options label {
  font-size: 17px;
  color: #657e9c;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggle-options input[type="radio"] {
  display: none;
}
.toggle-options label span {
  margin-left: 8px;
}
.toggle-options input[type="radio"]:checked + label {
  color: #E94347;
}
.radio-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #657e9c;
  position: relative;
}
.login_phone_vs_old ::placeholder {
  color: #657e9c !important;
  font-size: 16px !important;
}

.toggle-options input[type="radio"]:checked + label .radio-circle {
  border-color: #E94347;
}
.toggle-options input[type="radio"]:checked + label .radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E94347;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input-group-border {
  display: flex;
  align-items: center;
  border: 1px solid #657e9c;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.input-group-border input {
  border: none;
  outline: none;
  flex-grow: 1;
}
.input-group-border select {
  border: none;
  outline: none;
  background-color: transparent;
  margin-right: 10px;
}
.left_radio_vs {
  margin-right: 60px;
}
.resend-timer {
  font-size: 14px;
  color: #657e9c;
  margin-bottom: 20px;
}
h5.phone_num_lable {
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.otp-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.otp-input {
  width: 50px;
  height: 50px;
  border: 2px solid #E94347;
  border-radius: 13px;
  text-align: center;
  font-size: 18px;
  outline: none;
  margin-right: 4px;
}
.otp-input:focus {
  border-color: #E94347;
  outline: none;
}
.resend-timer {
  font-size: 14px;
  color: #657e9c;
  margin-bottom: 20px;
}
p.otp_sub_title {
  text-align: center;
  color: #657e9c;
}
.btn-verify {
background: linear-gradient(1.57deg, #19385E 1.33%, #141F2F 98.67%);
  color: white;
  border: none;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn-resend {
  background-color: white;
  color: #12161C;
  border: 2px solid #12161C;
  padding: 11px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
}
.btn-verify:hover{
  background-color: #E94347 !important;
}
.opp-main-box {
  max-width: 290px;
  margin: 20px auto;
}

.login_phone_vs_old label.error {
  color: red;
  font-size: 12px;
}

p.login_ftr a {
  color: #000;
  text-decoration: none;
}
p.login_ftr {
  color: #657e9c;
}

/* Remove spinner arrows in WebKit browsers */
.login_phone_vs_old input[type="number"]::-webkit-inner-spin-button,
.login_phone_vs_old input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinner arrows in Firefox */
.login_phone_vs_old input[type="number"] {
  -moz-appearance: textfield;
}
.login_phone_vs_old .iti.iti--allow-dropdown.iti--separate-dial-code {
  display: flex;
}

.login_phone_vs_old .iti.iti--allow-dropdown.iti--separate-dial-code .error {
  font-size: 12px;
}

.login_phone_vs_old .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
}

.btn-verify:focus-visible{
  border-color: transparent;
  outline: transparent;
}

@media (max-width: 767.98px) {
  .login-form-logo {
    border-radius: 40px 40px 0px 0px;
  }
  .login-form-box2 {
    border-radius: 0px 0px 40px 40px;
  }
  .login-form-box2 {
    padding: 40px 20px;
  }
  .login-form-logo {
    padding: 20px 0;
  }
  .toggle-options label {
    font-size: 14px;
    color: #657e9c;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .login_phone_vs_old {
    /*  min-height: 700px;
    max-height: 700px; 
    overflow-y: auto; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .login-form-box {
    width: 99%;
    margin: auto;
  }
}
