@import url("../fonts/Gilroy_fonts/stylesheet.css");
@import url("../css/_01-variables.scss");
@import url("../css/_04-mixins.scss");
@import url("../css/_05-grid.scss");
@import url("../css/_06-utilities.scss");

html,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-family: Sharp Sans;
  overflow-x: hidden;
}

ul,
li {
  margin-right: 2rem;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}
a {
  font-weight: bold;
  text-transform: uppercase;
  color: #286fb4;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type="submit"],
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative,
.rel {
  position: relative;
}

.absolute,
.abs {
  position: absolute;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.change_header_bg {
  background: rgba(0, 0, 0, 0.8);
}

.section_padding {
  padding: 100px 0;
}
.navbar-brand img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    max-width: 150px;
  }
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 500ms ease-in-out 250ms;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before,
.navbar-toggler:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navbar-toggler--active:before {
  -webkit-transform: translateY(6px) rotate(-225deg);
  transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  -webkit-transform: translateY(-6px) rotate(225deg);
  transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: "Montserrat", sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 10%;
}

.follow-us {
  background-color: #286fb4;
  padding: 1rem 0;
  justify-content: space-between;
}
.btn1 {
  padding: 0.5rem 2rem;
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.btn1 a {
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .btn1 {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }
}

/* New css */
.video-player {
  min-height: 600px;
  border-radius: 37px;
}
.title-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  color: #000;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .title-header {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #000;
    font-family: "Sharp Sans", sans-serif;
    font-weight: 800;
  }
}
.overlay-play {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-radius: 37px;
}
/* @media screen and (max-width: 400px) {
  .overlay-play {
    padding: 0 1rem;
  }
} */
.video-tag {
  font-size: 18px;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  background: rgba(40, 111, 180, 0.33);
  border-radius: 32px;
  padding: 10px 20px;
  margin-left: auto;
}
.play-btn img {
  max-width: 100px;
}
.video-info {
  width: 100%;
  display: flex;
  align-items: center;
}
.video-info .profile img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.video-info .profile h3 {
  font-size: 18px;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 600;
  color: #fff;
}
.video-info .profile {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.video-info p {
  font-size: 34px;
  color: #fff;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 500;
}
.video-list .video-div {
  background: rgba(40, 111, 180, 1);
  border-radius: 20px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 20px;
}
.video-list .video-div:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.67;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.video-list .video-div .row {
  position: relative;
  z-index: 20;
}
.video-list .video-div .row > * {
  padding: 0 15px;
}
.video-div .profile-sec {
  text-align: center;
}
.video-div .profile-sec h2 {
  color: #fff;
  font-size: 14px;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 600;
}
.video-div .profile-sec img {
  margin-bottom: 5px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.video-div .video-title h3 {
  font-size: 20px;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 600;
  color: #fff;
}
.video-div .video-title p {
  font-size: 14px;
  color: #fff;
  font-family: "Sharp Sans", sans-serif;
}
.video-div .buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.video-div .buttons .btn {
  padding: 0;
}
.video-div .play-bar {
  background-color: #848484;
  height: 5px;
  border-radius: 5px;
  position: relative;
}
.video-div .play-bar .progress-bar {
  background-color: #df4c73;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.video-div .status-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.video-div .status-info .episode {
  color: #fff;
  font-size: 14px;
  font-family: "Sharp Sans", sans-serif;
}
.video-div .status-info .video-time {
  display: flex;
  align-items: center;
}
.video-div .status-info .video-time div {
  color: #fff;
  font-size: 14px;
  font-family: "Sharp Sans", sans-serif;
  line-height: 1;
}
.video-div .status-info .video-time div:first-child {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}
.view-all {
  color: #df4c73;
  text-transform: uppercase;
  border-bottom: 1px solid #df4c73;
}
.view-all:hover {
  color: #000;
}
.view-all i {
  margin-left: 20px;
}
.video-section {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .video-section {
    padding: 4rem 1rem;
  }
}
.book-image {
  padding: 20px 0;
}

/* new css */
.upload-area {
  background: #e6f0f6;
  padding: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 700px;
}
.upload-area img {
  margin-bottom: 20px;
}
.upload-area h2 {
  color: #286fb4;
  font-size: 30px;
  font-weight: 600;
  font-family: "Sharp Sans", sans-serif;
}
.icon-alert {
  background-color: #000;
  font-size: 12px;
  color: #fff;
  padding: 2px 6px;
  border-radius: 50%;
}
.upload-area .icon-alert {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.upload-section {
  padding: 100px 0;
}
.story-details h2 {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  font-family: "Sharp Sans", sans-serif;
  margin-bottom: 20px;
}
.story-details .form-wrapper {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.story-details .form-wrapper .form-group label {
  font-size: 25px;
  font-weight: 600;
  font-family: "Sharp Sans", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.story-details .form-wrapper .form-group input,
.story-details .form-wrapper .form-group select {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px;
  font-family: "Sharp Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.story-details .form-wrapper .form-group textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px;
  font-family: "Sharp Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 200px;
}
.story-details .form-wrapper .form-group p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Sharp Sans", sans-serif;
}
.story-details .form-wrapper .form-group .group-1 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.story-details .form-wrapper .form-group .switch {
  display: flex;
  align-items: center;
}
.story-details .form-wrapper .form-group .switch input {
  position: absolute;
  left: -99999px;
}
.story-details .form-wrapper .form-group .switch span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Sharp Sans", sans-serif;
  margin-right: 20px;
}
.story-details .form-wrapper .form-group .switch label {
  font-size: 16px;
  font-family: "Sharp Sans", sans-serif;
  font-weight: 500;
  background-color: #e1e1e1;
  padding: 10px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.story-details .form-wrapper .form-group .switch input:checked + label {
  background-color: #286fb4;
  color: #fff;
}
.destiny-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  font-family: "Sharp Sans", sans-serif;
}

.book-slider {
  margin-top: 50px;
}
.book-slider .owl-carousel .owl-item a {
  text-align: center;
  position: relative;
}
.book-slider .owl-carousel .owl-item h2 {
  color: #df4c73;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Sharp Sans", sans-serif;
  font-weight: bold;
  display: none;
  border-bottom: 1px solid #df4c73;
  width: fit-content;
  margin: 10px auto;
}
.book-slider .owl-carousel .owl-item.center h2 {
  display: block;
}
.book-slider .owl-carousel .owl-item.center h2 i {
  margin-left: 10px;
}
.book-slider .owl-carousel .owl-item.center .image-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/upload/active-border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.book-slider .owl-carousel .owl-item.center .image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.nav-arrow {
  display: flex;
  align-items: center;
  margin-right: 20px;
  gap: 10px;
}
.nav-arrow .arrow-div {
  border: 3px solid #000000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-arrow .arrow-div {
    border: 3px solid #000000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
  }
}
.nav-arrow .arrow-div i {
  font-size: 20px;
}
.nav-arrow .arrow-div:hover {
  border-color: #df4c73;
}
.nav-arrow .arrow-div:hover i {
  color: #df4c73;
}

/* slider */
.banner-slider .banner-wrapper {
  background-size: 100% 100%;
  min-height: 50vh;
  padding: 180px 0 100px;
}
@media screen and (max-width: 400px) {
  .banner-content h2 {
    padding-top: 2rem;
    font-size: 1rem;
  }
}
.banner-slider li {
  margin: 0;
}
.banner-slider .banner-wrapper img {
  height: 400px;
}

@media screen and (max-width: 675px) {
  .banner-slider .banner-wrapper img {
    height: 250px;
  }
}
.banner-slider .banner-wrapper .banner-content h2 {
  font-size: 45px;
  font-weight: 800;
  color: #286fb4;
  margin-bottom: 10px;
  transform: scale(1.2);
  transform-origin: bottom left;
}

@media screen and (max-width: 675px) {
  .banner-slider .banner-wrapper .banner-content h2 {
    font-size: 20px;
    padding: 0 1rem;
  }
}
.banner-slider .banner-wrapper .banner-content p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}

@media screen and (max-width: 675px) {
  .banner-slider .banner-wrapper .banner-content p {
    font-size: 20px;
    padding: 0 1rem;
  }
}
.banner-slider a {
  color: #df4c73;
  border-bottom: 2px solid #e4b6c2;
  padding: 0.5rem 0;
}

@media screen and (max-width: 675px) {
  .banner-slider a {
    margin-left: 1rem;
  }
}
.banner-slider a i {
  margin-left: 1rem;
}
.banner-graphic {
  background-size: 100% 100%;
  padding: 180px 0 10rem;
  text-align: center;
}
.banner-graphic img {
  margin-bottom: 2rem;
}
.banner-slider .owl-dots {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 5rem;
  bottom: 15rem;
}
@media screen and (max-width: 675px) {
  .banner-slider .owl-dots {
    display: none;
  }
}
.banner-slider .owl-dots .owl-dot {
  background-color: #505050;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: #286fb4;
}
/*# sourceMappingURL=main.css.map */
