@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap);
body {
 font-family:Inter,
 sans-serif
}
.emails_ {
    color: #ffe845;
    font-weight: 700;
}
.info-notes {
    font-size: 14px;
    text-align: center;
    margin: auto;
    text-transform: capitalize;
}
#single-page-title {
    padding: 60px 0 60px;
}
.col-grid-x7 {
    max-width: 171px;
}
.title-pages {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-variant-caps: petite-caps;
    z-index:1;
}
.garis_ {
    border: solid 1px #fff;
    width: 200px;
    margin: 10px auto 12px;
    border-radius: 100px;
}
.btn-server-list {
    background: rgb(36 42 56 / 37%);
    border: 0;
    padding: 8px 12px 8px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
a.server.dropdown-item:before {
    font-family: "Font Awesome 6 pro";
    content: "\f111";
    display: inline-block;
    padding-right: 2px;
    vertical-align: middle;
    color: #f93970;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 2px;
}
.m-top-view {
    margin-top: 40px;
}
.search-icon {
    color: #fff!important;
}
.search-icon:hover {
    color: #fd4378!important;
}
.btn-language {
    background: transparent!important;
    cursor: pointer;
    border: 0;
}
.spacer_m {
    margin: 20px 0 20px;
}
.title-apis {
    margin: 0 0 15px;
}
.badge-apis {
    background: #5637ff;
    padding: 5px 10px 5px;
    margin-left: 10px;
    border-radius: 100px;
    font-size: 12px;
}
.bottom-menu-fixed {
    position: fixed;
    bottom: 0;
}
.judul-item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}
.meta-info-item {
    background: black;
    padding: 5px 10px 5px;
    font-size: 13px;
    margin: 0 0 6px;
    color: #fff;
    border-top: solid 2px;
}
.badges_country {
    background: #6349ff;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.badges_quality {
    background: #fd4378;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.badges_s-e {
    background: #6349ff;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.badges_rate {
    background: #f7bb00;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}
.badges_duration {
    background: #f939c7;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.spacer-apis {
    margin: 7px 0 7px;
}
.space-embed_input {
    margin: 10px 0 10px;
}
.box-embed-iframe {
    width: 1225px!important;
    margin: auto!important;
}
.embed-box-front {
    margin: 45px 0 0;
}
.embed-find_ {
    background: #3b4360;
    padding: 8px 15px 8px;
}
.btn-request_ {
    background: #f93970;
    border: 0;
    color: #fff;
    border-radius: 100px;
    padding: 6px 30px 7px;
}
.box-request {
    background: #000;
    padding: 15px;
    margin-bottom: 5px;
}
.btn-request_:hover {
    background: #00d2d3!important;
    border: 0;
    border-radius: 100px;
    padding: 6px 30px 7px;
}

.heading-library {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-variant: petite-caps;
    text-shadow: #f93970 1px 0 10px;
    width: 55%;
    margin: 45px auto 0;
    background: #00000063;
    border: solid 2px;
    border-radius: 100px;
}
.iframe-wrapper {
 position:relative;
 padding-bottom:56.25%;
 padding-top:25px;
 height:0
}
.iframe-wrapper iframe {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 border:none
}
.logo-nav_ {
    margin-left: 0px!important;
}

.navbar-content .btn {
 line-height:1
}
.movie-card {
 position:relative;
 overflow:hidden
}
.movie-card.watched {
 background-color:#014483!important
}
.movie-card .front {
 position:relative;
 padding:150% 0 0
}
.movie-card .front .poster-img {
 position:absolute;
 top:0;
 right:0;
 left:0;
 bottom:0;
 background-size:cover!important;
 background-repeat:no-repeat!important;
 -webkit-transform:scale(1);
 transform:scale(1);
 -webkit-transition:.2s ease-in-out;
 transition:.2s ease-in-out;
 width:100%
}
.movie-card .front .bottom,
.movie-card .front .top {
 position:absolute;
 top:0;
 right:0;
 left:0;
 padding:8px
}
.movie-card .front .bottom {
 top:initial;
 bottom:0
}
.movie-card .back {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0;
 display:flex;
 align-items:center;
 flex-direction:column;
 justify-content:center;
 padding:15px;
 cursor: pointer;
 visibility:hidden;
 opacity:0;
 transition:visibility .2s linear,opacity .2s linear
}
.movie-card .back .title {
 text-align:center
}
.movie-card.selected,
.movie-card.selected .select-btn {
 cursor:default
}
.movie-card.selected .front .poster-img,
.movie-card:hover .front .poster-img {
filter: brightness(50%);
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
}
.movie-card.selected .back,
.movie-card:hover .back {
 visibility:visible;
 opacity:1
}
.tabs .btn.tab-active {
 background-color:var(--dm-card-bg-color)!important
}
.btn-report {
    color: #fff;
    padding: 6px 10px 6px;
    border-radius: 6px;
    cursor: pointer;
    border: solid 2px #fff;
    background: transparent;
}
.btn-report:hover {
    background: transparent;
    color: #ffbd45;
    border: solid 2px #ffbd45;
    padding: 6px 10px 6px;
    border-radius: 6px;
    cursor: pointer;
}
#embed-player .main-content {
 position:relative;
 height:100vh
}
#embed-player .cover {
 background-attachment:fixed!important;
 background-size:cover!important;
 background-position:center!important;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0
}
#embed-player .play-btn {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%) scale(1.4);
 border-radius:50%;
 width:5.5rem;
 height:5.5rem;
 border:5px solid var(--dm-base-text-color);
 transition:all .1s linear 0s;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center
}
#embed-player .play-btn img {
 margin-left:3px
}
#embed-player .loader {
 box-sizing:border-box;
 display:flex;
 height:100%;
 align-items:center;
 flex-direction:column;
 justify-content:center;
 color:var(--dm-base-text-color);
 z-index:1
}
#embed-player .play-btn:hover {
 transform:translate(-50%,-50%) scale(1.5);
}
#embed-player .frame {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0
}
#embed-player iframe {
 height:100%
}
#embed-player .error {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0;
 background-color:var(--dm-navbar-bg-color);
 color:var(--dm-base-text-color);
 display:flex;
 align-items:center;
 flex-direction:column;
 justify-content:center;
 z-index:1
}
#embed-player .error,
#embed-player .frame,
#embed-player .loader {
 display:none
}
.movie-not-found {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 display:flex;
 align-items:center;
 justify-content:center;
 flex-direction:column
}
.top-bar {
 position:fixed;
 top:0;
 right:0;
 z-index:999;
 display:flex;
 align-items:center;
 justify-content:space-between;
 background-color: transparent;
 padding:8px
}
@-webkit-keyframes line-scale {
 0% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
 50% {
  -webkit-transform:scaley(.4);
  transform:scaley(.4)
 }
 100% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
}
@keyframes line-scale {
 0% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
 50% {
  -webkit-transform:scaley(.4);
  transform:scaley(.4)
 }
 100% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
}
.line-scale>div:nth-child(1) {
 -webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
 animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(2) {
 -webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
 animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(3) {
 -webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
 animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(4) {
 -webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
 animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(5) {
 -webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
 animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div {
 background-color:var(--primary-color);
 width:4px;
 height:35px;
 border-radius:2px;
 margin:2px;
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
 display:inline-block
}
.genres-list .dropdown-item {
 min-width:33.33%;
 width:auto;
 float:left
}
.tabs {
 border-radius:5rem;
 display:flex;
 align-items:center
}
.tabs .btn {
 border-radius:2rem
}
.tab-content {
 display:none
}
.tab-content.active {
 display:block
}
.sidebar-menu .btn:hover {
 color:var(--dm-base-text-color)!important
}
.trending-btn:hover {
 background-color:var(--danger-color)!important
}
.recommend-btn:hover {
 background-color:var(--success-color)!important
}
.new-release-btn:hover {
 background-color:var(--primary-color)!important
}
.imdb-top-btn:hover {
 background-color:var(--secondary-color)!important
}
.sidebar-menu .btn:hover i {
 color:var(--dm-base-text-color)!important
}
#search-input {
 font-size:4rem;
 padding:3rem
}
#search-input:active,
#search-input:focus {
 box-shadow:none
}
@-webkit-keyframes spinner-border {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes spinner-border {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
.spinner-border {
 display:inline-block;
 width:1.4rem;
 height:1.4rem;
 vertical-align:-.125em;
 border:.25em solid currentColor;
 border-right-color:transparent;
 border-radius:50%;
 -webkit-animation:.75s linear infinite spinner-border;
 animation:.75s linear infinite spinner-border
}
.spinner-border-sm {
 width:1rem;
 height:1rem;
 border-width:.2em
}
@-webkit-keyframes spinner-grow {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 50% {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes spinner-grow {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 50% {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
.spinner-grow {
 display:inline-block;
 width:2rem;
 height:2rem;
 vertical-align:-.125em;
 background-color:currentColor;
 border-radius:50%;
 opacity:0;
 -webkit-animation:.75s linear infinite spinner-grow;
 animation:.75s linear infinite spinner-grow
}
.spinner-grow-sm {
 width:1rem;
 height:1rem
}
@media (prefers-reduced-motion:reduce) {
 .spinner-border,
 .spinner-grow {
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s
 }
}
.btn .spinner-border {
 display:none
}
.btn-loading .spinner-border {
 display:inline-block
}
.g-recaptcha {
 display:inline-block;
 visibility:hidden!important
}
.card .qe-version {
 position:absolute;
 right:0;
 border-radius:3px;
 padding:3px 15px;
 font-size:12px;
 margin-top:3px
}
.cut-text {
 text-overflow:ellipsis;
 overflow:hidden;
 width:160px;
 height:1.2em;
 white-space:nowrap;
 display:inline-block
}
body.with-admin-bar {
 overflow-y:hidden;
 -ms-overflow-y:hidden
}
.with-admin-bar .modal.show .modal-content .close,
.with-admin-bar .modal:target .modal-content .close,
.with-admin-bar .page-wrapper>.navbar:not(.navbar-fixed-bottom),
body.with-admin-bar {
 top:38px
}
.with-admin-bar .page-wrapper.with-navbar>.content-wrapper,
.with-admin-bar .page-wrapper.with-navbar>.sidebar {
 top:7rem
}
.dl-jump-group {
 display:flex;
 align-items:center;
 justify-content:space-between;
 margin-top:7.5rem
}
.dl-jump-group a {
 text-decoration:none
}
.dl-jump-group .next-episode,
.dl-jump-group .prev-episode {
 display:flex;
 justify-content:end;
 width:auto;
 max-width:35rem;
 opacity:.7
}
.episode-title {
 font-size:1.6rem;
 margin:0 0 8px;
 color:var(--dm-base-text-color)
}
.dl-jump-group .img-wrap {
 padding:3px;
 background-color:var(--dm-card-bg-color)
}
.dl-jump-group .img-wrap img {
 display:block;
 height:7.5rem
}
.dl-jump-group .next-episode:hover,
.dl-jump-group .prev-episode:hover {
 opacity:1
}
.ve-ad--wrap {
 width:100%;
 margin:0 auto;
 overflow:hidden
}
.ve-ad--728 {
 max-width:728px
}
.ve-ad--300 {
 max-width:300px
}
.page_article {
    background: black;
    width: 1077px;
    margin: 20px auto 0;
    padding: 35px;
    text-align: justify;
    border-radius: 10px;
}
.page-error-card {
 margin-top:10rem
}
.page-error-card .error-title {
 font-size:10rem;
 font-weight:700
}
.bg-quality-embed {
    background: #5844ff;
    padding: 3px 10px 3px;
    border-radius: 4px;
    color: #fff;
}
.box-embed {
    background: #2c394a;
    padding: 10px 20px 13px;
}
.left-box {
    width: 75%;
}
.btn-embed-api_ {
    border: solid 2px #fff!important;
    color: #fff!important;
    padding: 5px 15px 5px;
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
}
.btn-embed-api_:hover {
    border: solid 2px #ffbd45!important;
    color: #ffbd45!important;
    padding: 5px 15px 5px;
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
}

.libraryhero {
    background-size: cover;
    background-attachment: fixed;
    height: 280px;
    position: relative; 
    }
.libraryhero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /* top: 300px; */
    bottom: 0;
    background: linear-gradient(to top, rgb(36 42 56) 10%, rgba(255, 255, 255, 0.13) 60%, rgb(17 20 23) 100%);
    /* opacity: .5; */
    height: 100%;
}

.singlehero {
    background-size: cover;
    background-attachment: fixed;
    height: 280px;
    position: relative; 
    }
.singlehero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /* top: 300px; */
    bottom: 0;
    background: linear-gradient(to top, rgb(36 42 56) 10%, rgba(255, 255, 255, 0.13) 60%, rgb(17 20 23) 100%);
    /* opacity: .5; */
    height: 100%;
}

.heading-titles-single {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-variant: petite-caps;
    text-shadow: #f93970 1px 0 10px;
    width: 70%;
    margin: 55px auto 0;
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    padding: 0 0;
    position: relative;
}
.copyright {
    background: #242a38;
    width: 75%;
    margin: auto;
    border-top: solid 2px #000;
    padding: 15px 0 14px;
}
.footer-desc_ {
    width: 54%;
    margin: 15px auto 0;
    padding: 20px 30px 20px;
    border-radius: 10px;
    border: solid 2px #242a38;
}
.box-menu-footer {
    background: #242a38;
    padding: 17px 0 13px;
    width: 75%;
    margin: 0 auto 0;
}
.logo-footer-img {
    width: auto;
    height: 60px;
    margin-top: 25px;
}
.slogans {
    padding: 30px;
    width: 60%;
    margin: 0 auto 0;
    border-radius: 10px;
    font-size: 15px;
    border: solid 2px #666f83;
}
.disclaimer {
    background: #242a38;
    margin: 20px auto 0;
    padding: 15px;
    width: 75%;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 2px #000;
}

.footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer .credits {
  font-size: 13px;
}

/* Play Button */
.play-btn {
display: flex;
align-items: center;
justify-content: center;
background: #fd4378;
color: #fff;
font-size: 50px;
width: 100px;
height: 100px;
z-index: 2;
border-radius: 100%;
position: relative;
}
.play-btn:before {
content: '';
position: absolute;
border:15px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom1 1.5s linear infinite;
opacity: 0;
z-index: 1;
}
.play-btn:after {
content: '';
position: absolute;
border:15px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom2 1.5s linear infinite;
opacity: 0;
animation-delay: .4s;
z-index: 1;
}
@keyframes bloom1
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
@keyframes bloom2
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
/* End Play Button */

/* Movie Item Play Button */
.item-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #fd4378!important;
    font-size: 30px;
    width: 55px;
    height: 55px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
}
.item-play-btn:before {
content: '';
position: absolute;
border:10px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom1 1.5s linear infinite;
opacity: 0;
z-index: 1;
}
.item-play-btn:after {
content: '';
position: absolute;
border:10px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom2 1.5s linear infinite;
opacity: 0;
animation-delay: .4s;
z-index: 1;
}
@keyframes bloom1
{
0%
{
transform: scale(.5);
}
30%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
@keyframes bloom2
{
0%
{
transform: scale(.5);
}
30%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
/* End Movie Item Play Button */
.box-meta {
    background: black;
    padding: 15px;
}

.api-left, .api-right {
  color: #fff;
  background: #364462;
  padding: 14px 15px 20px;
}
.spacing-box {
    margin: 20px;
}
.api-heading {
    color: #fff;
    font-size: 25px;
    text-shadow: #f93970 1px 0 10px;
    margin: 0 25px 10px;
    font-variant: petite-caps;
    font-weight: 700;
}
.mb-api {
    margin: 0 0 10px;
}
.api-box {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .api-box { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .api-box { grid-template-columns: repeat(2, 1fr); }
}

/* Home Mobile */
@media only screen and (max-width: 600px) {
.box-embed-iframe {
    width: 100%!important;
}
.logo-navbar_ {
    height: 30px!important;
}
.copyright {
    margin: 0 auto 80px;
    background: #242a38;
    text-align: center;
    padding: 8px;
    width: 100%;
    font-size: 13px;
}
.col-lg-7 {
    width: 100%;
}
.col-grid-x7 {
    max-width: 100%;
}
.embed-box-front {
    margin: 10px 0 0;
}
.box-menu-footer {
    width: 100%;
}
.disclaimer {
    width: 100%;
}
.btn.btn-primary.btn-sm {
    width: 85%;
    margin: 0 5px 5px 0;
}
.heading-titles-single {
    font-size: 27px!important;
    font-weight: 900;
    width: 85%;
    margin: 0px auto 0!important;
}
.singlehero {
    height: 140px!important;
}
.w-250 {
    width: 100%!important;
}
.heading-library {
    font-size: 27px;
    width: 85%;
}
.libraryhero {
    height: 175px;
}
}

.three h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
}
.three h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 200px;
  background-color: #fff;
  z-index: 1;
}
.three h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  max-width: 100%;
  background-color: #25282c;
}

.bg-menu-mobile {
    background: #f93970;
    padding: 7px 10px 7px;
    color: #fff;
    border-radius: 5px;
}
.bg-menu-mobile:hover {
    background: #fff;
    padding: 7px 10px 7px;
    color: #f93970;
    border-radius: 5px;
}


.accordion {
  background-color: #0b0e17;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 3px;
}

.activee, .accordion:hover {
  background-color: #000;
}

.text-capitalize.text-justify {
  padding: 5px 0 10px !important;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activee:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}
.box-responsive {
  max-width: 1219px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.api-content-box1, .api-content-box2 {
  background-color: #000;
  color: white;
  padding: 15px;
  border-radius: 7px;
}

.api-box-responsive {
  margin: 25px 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.heading-title-faq {
    text-align: center;
    font-variant: petite-caps;
    color: #fff;
}
.text-url-faq {
    color: #f93970;
}
.sub-faq {
    font-size: 13px;
    margin: -12px 0 0;
}

@media only screen and (max-width: 600px) {
  .sub-faq {
    font-size: 11px;
    margin: -12px 0 0;
}
}