/*--------------------------------------*/

/* Fonts */
/*--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/*--------------------------------------*/
/* Bootstrap 5 css
/* Bootstrap 5 icons css
/* Font Awesome css
/* Effect css
/*--------------------------------------*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/*--------------------------------------*/

/*Element Base */
/*--------------------------------------*/
body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
li,
p,
section,
main,
nav {
  margin: 0px;
  padding: 0px;
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.navbar-toggler:focus,
button:focus,
.btn-close:focus,
.btn-check:focus+.btn,
.btn:focus,
.accordion-button:focus,
.form-check-input:focus,
.form-control:focus,
.page-link:focus {
  box-shadow: none;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.navbar-toggler {
  border: 0;
}

.z-index-9 {
  z-index: 9;
}

.cursor-pointer {
  cursor: pointer;
}

.centerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aligndiv {
  display: flex;
  align-items: center;
}

/* Fonts */
:root {
  --font-default: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #1d293f;
  --color-warning: #ef6c20;

  --dark-golden: #ec008c;
  --light-golden: #ec008c;
  --golden: #676efcb8;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff;
  background-color: #000;
}

.spad {
  padding: 80px 0;
}

.spad-2 {
  padding-top: 300px;
}

.primary-bg {
  background-color: var(--color-primary);
}

/*--------------------------------------*/

/*Typography
/*--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

/*--------------------------------------*/

.color-white {
  color: white;
}

/*Scroll top button*/
/*--------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #7366f4;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-primary);
}

.scroll-top i {
  font-size: 28px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: #7366f4;
  color: #ffffff;
  box-shadow: 0 0 4px;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------*/

/*My Services Section */
/*--------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 700px;
  }
}

.template-section .section-header h1 {

  font-size: 70px;
  line-height: 120%;
  padding: 0;
  color: white;
}

.template-section p {
  font-size: 24px;
  line-height: 100%;
  opacity: 0.9;
  color: rgb(233, 233, 233);
}

.template-section p a {
  color: #ffffff;
  text-decoration: underline;
}

.template-section .card {
  background-color: transparent;
  position: relative;
  border: none;
}

.template-section .card-body {
  border: 1px solid rgb(84, 84, 84);
  background-color: rgb(23, 0, 23);
  opacity: 1;
  border-radius: 32px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
  padding: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.template-section .card-body:hover {
  opacity: 0.5;
}

.template-section .card-body video {
  border-radius: 24px;
}

.template-section .card .price-text {
  position: absolute;
  background: transparent;
  will-change: transform;
  color: white;
  font-weight: 600;
  position: absolute;
  font-size: 20px;
  top: 20px;
  right: 20px;
}

.template-section .card .price-text.free-text {
  background-color: var(--light-golden);
  padding: 4px 10px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 57% 43% 46% 54% / 52% 32% 68% 48%;
}

.template-section .load-more-div {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: right;
  flex-direction: column;
  width: 100%;
}

.template-section .load-more-div a {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  color: rgb(255, 255, 255);
  padding: 15px 30px;
  font-weight: 800;
  border-radius: 30px;
}

.template-section .load-more-div h2 {
  font-size: 20px;
}

.template-section .card .select {
  background: transparent;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  will-change: transform;
  padding: 10px 25px;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  position: absolute;
  left: 80%;
  top: 50%;
  opacity: 0;
  transition: 0.4s all ease;
}

.template-section .card .select:hover {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  border: none;
  color: black;
}

.template-section .card .select:hover~.template-caption {
  color: white;
  padding: 10px 0;
}

.template-section .card .template-caption {
  transform: translate(-50%, -50%);
  width: 90%;
  will-change: transform;
  color: white;
  font-weight: 800;
  position: absolute;
  left: 50%;
  font-size: 14px;
  bottom: 40%;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.template-section .card:hover .select {
  opacity: 1;
  left: 50%;
}

.template-section .card:hover .template-caption {
  opacity: 1;
  bottom: 10%;
}

/*--------------------------------------*/

/* Footer */
/*--------------------------------------*/
footer {
  padding: 20px 0;
}

.footer-logo {
  display: block;
  background-size: 100% 100%;
  background-image: url(../images/logo.png);
  opacity: 0.73;
  height: 40px;
  width: 100px;
  background-repeat: no-repeat;
}

footer .wrap {
  /* opacity: 0.5; */
}

footer .wrap h6 {
  font-size: 18px;
  margin: 4px 0;
}

footer .wrap p {
  font-size: 10px;
  line-height: 100%;
}

footer .wrap a {
  color: var(--golden);
  /* width: fit-content; */
}

footer .wrap a:hover {
  text-decoration: underline;
}

footer .wrap.social-wrap a:hover {
  color: #ffffff;
}

/*--------------------------------------*/

/* Details Page */
/*--------------------------------------*/

.details-page .card .detail-caption {
  transform: translate(-50%, -50%);
  width: 90%;
  will-change: transform;
  color: white;
  font-weight: 800;
  position: absolute;
  left: 50%;
  font-size: 14px;
  bottom: 40%;
  transition: 0.3s all ease-in-out;
}

.details-page .card-body {
  border: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.details-page .card-body .info-svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  fill: white;
}

.details-page .card .check {
  transform: translate(-50%, -50%);
  border-radius: 100px;
  will-change: transform;
  color: rgb(79, 13, 79);
  font-weight: 600;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.details-page .card .check svg {
  background: #fff;
  border-radius: 50%;
}

.details-page .choose-content .card {
  border: 2px solid #fff;
  border-radius: 22px;
  height: 270px;
}

.details-page .choose-content .card img {
  border-radius: 22px;
  height: 100%;
}

.details-page .choose-content .card .select {
  font-size: 14px;
  padding: 8px;
  width: 102px;
}

.details-page .card-body:hover {
  opacity: 1;
}

.details-page .card-body .upload-svg {
  stroke: var(--golden);
}

.details-page .card-body .library-svg {
  fill: var(--golden);
}

.details-page .card.request-access:hover .select {
  opacity: 1;
}

.details-page .card.request-access {
  /* background-color: rgb(82, 82, 82); */
  background: transparent;
  border-style: dashed;
}

.details-page .card.request-access .card-body {
  transition: 0.4s all ease;
  padding: 30px;
}

.details-page .card.request-access p {
  font-size: 16px;
  margin-top: 16px;
  color: #fff;
  opacity: 1;
}

.details-page .card.request-access .select {
  opacity: 0;
  top: unset;
  bottom: 10px;
}

.details-page .card:hover .template-caption {
  bottom: 30%;
}

.details-page .detail-select {
  background: transparent;
  border-radius: 100px;
  will-change: transform;
  padding: 10px 25px;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  font-size: 11px;
  margin-top: 10px;
  transition: 0.4s all ease;
  align-self: center;
}

.details-page .card .detail-select:hover {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  border: none;
  color: black;
}

.details-page .generate-select {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  border-radius: 100px;
  will-change: transform;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 11px;
  margin-top: 10px;
  transition: 0.4s all ease;
  width: 20%;
  margin: 20px auto;
}

.details-page .card.request-access .card-body .card-heading {
  font-size: 26px;
}

.card-body-div svg {
  width: 60px;
  height: 60px;
}

/* JQuery */

.jconfirm.jconfirm-modern .jconfirm-box {
  background: #000;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: white;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange;
}

.fa-check-to-slot {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  background-clip: text;
  color: transparent;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-yellow {
  background: linear-gradient(45deg,
      var(--golden) 0%,
      var(--light-golden) 100%);
  border: none;
  color: black;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: black;
  color: var(--light-golden);
  border: 1px solid var(--light-golden);

}

.jconfirm .jconfirm-box.jconfirm-type-yellow {
  border-top: 7px solid var(--golden) !important;
}


/* Model Dialog
 */

.modal {
  --bs-modal-bg: #000;
  --bs-modal-color: white;
  --bs-modal-border-color: white;
}

.details-page .input-group {
  border-radius: 7px;
  padding: 5px 5px;
  outline: none;
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
}

.details-page .input-label {
  float: left;
}

.details-page .button-yellow {
  padding: 7px 13px;
  background: var(--golden);
  color: white;
  /* margin: 16px 0; */
  border: none;
  border-radius: 7px;
  font-weight: 700;
}

input#file-upload-button {
  background: black !important;
}

.details-page .image-display {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  border: 1px solid white;
  margin-top: 10px;
}

input[type="file" i] {
  background: transparent;
  background: none;
}

/*--------------------------------------*/

/* Responsive */
/*--------------------------------------*/
@media only screen and (min-width: 1554px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .template-section .section-header h1 {
    font-size: 40px;
  }

  .template-section p {
    font-size: 16px;
  }

  .template-section .card .select {
    font-size: 18px;
    padding: 8px 24px;
  }

  .details-page .choose-content .card {
    height: auto;
  }

  .details-page .card.request-access {
    height: 210px;
    width: 80%;
    margin: 0 auto;
  }

  .details-page .card.request-access .card-body {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 14px;
  }

  .details-page .card.request-access .card-body svg {
    width: 55px;
  }

  .details-page .card.request-access .card-body p {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }

  .template-section .card .detail-caption {
    font-size: 30px;
  }

  .details-page .card.request-access .card-body .info-svg {
    width: 30px;
  }

  .details-page .card-body .pixels {
    font-size: 12px !important;
  }

  .details-page .generate-select {
    width: 80%;
  }
}

@media (max-width: 640px) {}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* `xs` returns only a ruleset and no media query */
@media (max-width: 480px) {}

/*--------------------------------------*/