@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
* { box-sizing: border-box; text-decoration: none; list-style: none; padding: 0; margin: 0; margin-bottom: 0px; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .shimmer-main-content, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html{
    -webkit-text-size-adjust: 100%; /* Safari and Chrome */
  -moz-text-size-adjust: 100%;    /* Firefox */
  text-size-adjust: 100%;         /* Standard */
}
body { color: var(--white); overflow-x: hidden; }
/* h1, h2, h3, h4, h5, h6 {font-family: var(--heading-font);} */
/* p, a, small, span, b {font-family: var(--primary-font);} */
*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {font-weight: 600; line-height: normal; color: var(--white); line-height: normal;}
h2 {font-size: 15px;}
h3 {font-size: 15px; font-weight: 700; }
h4 {font-size: 14px; font-weight: 700; }
h5 {font-size: 10px; }
p {font-size: 14px; margin-bottom: 0px; line-height: normal;}
a, button {outline: none; text-decoration: none !important; transition: all 0.3s ease-out 0s;line-height: normal;}
select {outline: none; }
html{scroll-behavior: initial !important;}

@font-face {
    font-family: 'Archivo Expanded';
    src: url('../fonts/Archivo_Expanded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('../fonts/Archivo_Expanded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('../fonts/Archivo_Expanded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/* ----------------
    Color Code Theme
------------- */
:root {
    --heading-font: "Archivo Black";
    --primary-font: "Archivo";
    --secondary-font: "Archivo Expanded";
    --white: #ffffff;
	--black: #000000;
	--primary-color: #FC8228;
	--primary-shades-1: #FF903D;
	--primary-shades-2: #FFCAA3;
	--secondary-color: #232427;
    --primary-shades-1: #3D3E41;
	--primary-shades-2: #C8C8C8;
    --primary-gradient-color: linear-gradient(90deg, #FFA562 0%, #F2751A 50%, #E46609 100%);
    --secondary-gradient-color: linear-gradient(90deg, #787878 0%, #FFFFFF 50%, #787878 100%);

}
/* svg path {fill: var(--primary-color);} */
img { width: 100%; }
::selection {text-shadow: none; color: var(--white); background: var(--secondary-color); }
.use-icon-box { position: absolute; height: 0; width: 0; opacity: 0; }
.hidden { display: none !important;}

/* Default Area */
.container, .md-baar {
    max-width: 1250px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.sub-head-area {
    text-align: center;
}
.sub-head-area .section-title {
    font-family: Archivo Expanded;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    background: var(--secondary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-head-area h3 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
}
.sub-head-area h3 span {
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-head-area p {
    font-size: 18px;
    font-family: 'Archivo';
    font-weight: 400;
    color: #C8C8C8;
    margin-top: 16px;
    line-height: 120%;
}


/* Header */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 9;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.header-wrapper .inner-wrapper {
    padding: 12px 0px;
}
.logo-area a {
    display: inline-flex;
}
.logo-area img {
    height: 32px;
    width: initial;
}


/* Banner */
.admin-bar .landing-main-wrapper .banner-wrapper {
    /* padding-top: 32px; */
}
.admin-bar .header-wrapper {
    top: 32px;
}
.banner-wrapper {
    background: radial-gradient(35.12% 35.12% at 67.67% 27.45%, #898B93 0%, #15161A 100%);
    position: relative;
    /* background: url(../../assets/images/banner-bg.png); */
}
.banner-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: linear-gradient(180deg, rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 48%, #15161A 100%);
    mask-image: linear-gradient(rgb(21 22 26 / 0%) 10%, rgba(21, 22, 26, 0.485577) 20%, #15161a 60%);
}
.inner-wrapper {
    position: relative;
}
.banner-content-area {
    position: relative;
    z-index: 3;
    padding: 160px 0px 96px;
}
.banner-content-inner {
    margin-bottom: 96px;
    max-width: 590px;
}
.right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 592px;
    /* height: 100%; */
    z-index: 1;
}

.small-bg-text {
    padding: 4px 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Archivo;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #FC8228;
    gap: 6px;
    margin-bottom: 24px;
}
.small-bg-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 165, 98, 0.48) 0%, rgba(242, 117, 26, 0.48) 50%, rgba(228, 102, 9, 0.48) 100%)border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: 16px;
}

.banner-content-inner h1 {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
}
.banner-content-inner h1 span {
    text-transform: uppercase;
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.listing-items {
    margin-top: 24px;
}
.list-item {
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.list-item:not(:last-child) {
    margin-bottom: 8px;
}

.beedback-box-area {
    display: flex;
    align-items: stretch;
    gap: 32px;
}

.listing-info-block {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
    padding: 24px 16px;
    border-radius: 20px;
}
.listing-info-block h4 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.listing-info-block p {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 16px;
    color: var(--white);
}

/* Watch */
.watch-wrapper {
    background: #15161A;
    padding-bottom: 96px;
}
.video-wrapper {
    margin-top: 48px;
    margin-bottom: 28px;
}
.video-wrapper {
    background: rgba(255, 255, 255, 0.06);
    padding: 8px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}
.video-pd-block {
    padding-top: 56.6%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    -webkit-border-radius: 24px;
}
.video-pd-block img, .video-pd-block video, .video-pd-block wistia-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.w-vulcan-overlays-table.w-css-reset {
    z-index: 99;
}
.play-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgba(255, 165, 98, 0.01) 0%, rgba(242, 117, 26, 0.01) 50%, rgba(228, 102, 9, 0.01) 100%);
    width: 128px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 16px;
    display: block;
}
.play-ico span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFA562 0%, #F2751A 50%, #E46609 100%);
    border-radius: 100px;
    width: 100%;
    aspect-ratio: 1;
}
.play-ico:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFA562 0%, #F2751A 50%, #E46609 100%)border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: 100px;
}

.video-info-box {
    background: #232427;
    padding: 12px;
    border-radius: 16px;
    max-width: 590px;
    margin: 0 auto 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo';
    line-height: 120%;
    text-align: center;
}
.video-info-box p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo';
    line-height: 120%;
    color: #C8C8C8;
    text-align: center;
}
.video-info-box span {
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-area {
    text-align: center;
}
.primary-btn {
    position: relative;
    background: linear-gradient(90deg, #FFA562 0%, #F2751A 50%, #E46609 100%);
    border-radius: 16px;
    padding: 16px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Archivo';
    color: #15161A;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.primary-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFCAA3 0%, #FF903D 50%, #FF8022 100%)border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: 16px;
}

/* Reviews */
.reviews-wrapper {
    background: #15161A;
    padding-bottom: 96px;
    overflow: hidden;
}
.review-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 12px;
}
.review-stars span {
    background: rgba(252, 130, 40, 0.16);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    aspect-ratio: 1/1;
}
.review-testimonial {
    margin-top: 48px;
}
/* owl  */

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item, .owl-carousel .item {
    display: flex;
    flex: 1; 
}

/* Glide */

.review-testimonial .glide__slides {
    align-items: stretch;
}
.review-testimonial .glide__slide, .review-testimonial .item {
    display: flex;
    display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;     /* OLD - Firefox 19- */
    display: -ms-flexbox;    /* TWEENER - IE 10 */
    display: -webkit-flex;   /* NEW - Chrome, Safari 6.1+ */
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    height: initial;
}
/* end */


.review-content {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 32px;
    background: #232427;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}
.project-group {
    max-width: 24px;
    aspect-ratio: 1/1;
}
.taxt-content {
    margin-bottom: 24px;
}

.taxt-content, .taxt-content p {
    color: #C8C8C8;
}
.taxt-content, .taxt-content p, .taxt-content b {
    font-family: 'Archivo';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.taxt-content b {
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.user-name {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #C8C8C8;
}
.project-details {
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-size-adjust: 100%;
       -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
}

/* Feedback */
.feedback-wrapper {
    background: #15161A;
}
.top-baar, .bottom-baar {
    position: relative;
}
.top-baar:before, .bottom-baar:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 154px;
}
.top-baar:before {
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 22, 26, 0) 0%, #15161A 100%);
}
.bottom-baar:before {
    top: 0;
    background: linear-gradient(0deg, rgba(21, 22, 26, 0) 0%, #15161A 100%);
}

.md-baar .listing-info-block {
    padding: 32px 42px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.md-baar .listing-info-block h4 {
    font-size: 48px;
}
.md-baar .listing-info-block p {
    font-size: 24px;
    text-transform: math-auto;
    font-weight: 400;
    font-family: 'Archivo';
    line-height: 130%;
    margin-top: 6px;
}

/*  */
.card-wrapper {
    background: #15161A;
    padding: 96px 0px;
}
.card-content-area {
    display: flex;
    align-items: stretch;
    gap: 32px;
    justify-content: center;
    margin: 48px auto 0px;
    max-width: 1100px;
}
.card-item {
    background: #232427;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    padding: 32px;
    flex: 1;
}
.card-info-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(252, 130, 40, 0.16);
    border-radius: 15px;
    min-width: 64px;
    aspect-ratio: 1/1;
    margin-bottom: 24px;
}
.card-item h3 {
    font-size: 24px;
    font-family: 'Archivo Black';
    line-height: 100%;
}
.card-content-listing {
    margin-top: 24px;
}
.card-content-listing .list-item {
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #C8C8C8;
}

.card-wrapper .text-content {
    max-width: 620px;
    margin: 24px auto 0;
}
.text-content, .text-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo';
    line-height: 120%;
    text-align: center;
    color: #A9A9A9;
}
.text-content span , .text-content b {
    color: #fff;
}
.text-content a {
    /* background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #E46609;
    text-decoration: underline !important;
}

/* apply form */
.apply-wrapper {
    padding: 90px 0px;
    background: radial-gradient(34.99% 34.99% at 25.45% 28.29%, #898B93 0%, #15161A 100%);
    position: relative;
}
.form-group-outer {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.form-group-inner {
    max-width: 590px;
    margin-left: auto;
}
.form-group-inner .sub-head-area {
    text-align: left;
    margin-bottom: 32px;
    padding: 0px 20px;
}
.form-group-inner .sub-head-area .section-title {
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 57%;
}
.form-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.apply-wrapper:before, .single-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
    /* background: linear-gradient(180deg, rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 48%, #15161A 100%); */
    /* backdrop-filter: blur(2px); */
    /* -webkit-backdrop-filter: blur(2px); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: linear-gradient(180deg, rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 48%, #15161A 100%);
    mask-image: linear-gradient(rgb(21 22 26 / 0%) 10%, rgba(21, 22, 26, 0.485577) 20%, #15161a 60%);
}

/* Footer */
.footer-wrapper {
    padding-top: 90px;
    background: radial-gradient(33.1% 33.1% at 51.77% 0%, #41424A 0%, #15161A 100%);
    position: relative;
    text-align: center;
}
.footer-logo {
    max-width: 140px;
    margin: 0 auto;
}
.menu-area {
    margin: 48px 0;
}
.menu-area a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo';
    color: #C8C8C8;
    text-decoration: underline !important;
}
.menu-area li:not(:last-child) {
    margin-bottom: 16px;
}
.copyright-area {
    padding: 24px 0px;
    border-top: 1px solid rgb(255 255 255 / 12%);
}
.copyright-area p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo';
    color: #C8C8C8;
}


/* single  */
.page-template-disqualified .footer-wrapper, .page-template-disqualified .header-wrapper,
.page-template-qualified .footer-wrapper, .page-template-qualified .header-wrapper,
.page-template-booking-confirmed .footer-wrapper, .page-template-booking-confirmed .header-wrapper,
.page-template-thankyou .footer-wrapper, .page-template-thankyou .header-wrapper,
.page-template-thankyou-page .footer-wrapper, .page-template-thankyou-page .header-wrapper
{
    display: none;
}
 
.single-wrapper {
    padding: 90px 16px;
    background: radial-gradient(34.6% 34.6% at 28.92% 27.8%, #898B93 0%, #15161A 100%);
    position: relative;
    min-height: 100dvh;
}
.single-wrapper.align-center {
    display: flex;
    justify-content: end;
    align-items: center;
}
.single-wrapper.align-center .container-full {
    flex: 1;
}
.disqualified.single-wrapper .form-group-inner {
    max-width: 590px;
}
.disqualified.single-wrapper .sub-head-area .section-title {
    font-family: 'Archivo Black';
    font-weight: 400;
    display: block;
    text-align: left;
}
.disqualified.single-wrapper .sub-head-area h2 {
    font-size: 24px;
    font-family: 'Archivo';
    font-weight: 400;
    color: #C8C8C8;
    line-height: 130%;
}
.disqualified.single-wrapper .sub-head-area p {
    color: #C8C8C8;
}
.form-bottom-content p {
    font-size: 16px;
    font-family: 'Archivo';
    font-weight: 400;
    color: #c8c8c8;
    line-height: 130%;
}
.form-bottom-content p span {
    background: var(--primary-gradient-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-bottom-content a {
    margin-top: 16px;
    font-size: 18px;
    font-family: 'Archivo';
    font-weight: 400;
    color: #c8c8c8;
    text-decoration: underline !important;
    display: block;
    line-height: 130%;
}

.single-wrapper .form-group-outer {
    max-width: 1440px;
}
.single-wrapper .form-group-inner {
    max-width: 800px;
    margin-left: auto;
}
.single-wrapper .form-group-inner .sub-head-area {
    margin-bottom: 24px;
    padding: 0;
    max-width: 760px;
}
.single-wrapper .form-img {
    overflow: hidden;
}
.single-check-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFA562 0%, #F2751A 50%, #E46609 100%);
    border-radius: 24px;
    min-width: 64px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
}
.sub-head-area h1 {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
}
.single-wrapper .sub-head-area p {
    color: #fff;
}
.single-wrapper .sub-head-area .primary-btn {
    margin-top: 32px;
}

.apply-wrapper iframe {
    min-height: 460px;
}

@media only screen and (max-width: 1024px) {
    .beedback-box-area {
        gap: 16px;
    }
    .md-baar .listing-info-block {
        padding: 20px;
        border-radius: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .sub-head-area .section-title, .sub-head-area h1 {
        font-size: 48px;
    }
    .sub-head-area h3 {
        font-size: 24px;
    }
    .md-baar .listing-info-block p {
        font-size: 20px;
    }
    .md-baar .listing-info-block h4 {
        font-size: 35px;
    }
    .card-item {
        border-radius: 24px;
        padding: 16px;
    }
    .review-testimonial .owl-carousel .owl-stage-outer {
        overflow: initial;
    }
    .review-testimonial .glide__track {
        overflow: visible;
    }
}
@media only screen and (max-width: 600px) {
    .admin-bar .header-wrapper.scrolled {
        top: 0;
    }
    .banner-wrapper {
        overflow: hidden;
    }
    .banner-wrapper {
        background: radial-gradient(58.2% 28.7% at 65.64% 10.1%, #898B93 0%, #15161A 100%);
    }
    .banner-content-area {
        padding: 290px 0px 48px;
    }
    .watch-wrapper, .reviews-wrapper {
        padding-bottom: 48px;
    }
    .banner-content-inner {
        margin-bottom: 48px;
    }
    .right-img {
        bottom: initial;
        right: initial;
        min-width: 490px;
        top: 0;
    }
    .small-bg-text {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .banner-content-inner h1 {
        font-size: 35px;
    }
    .beedback-box-area {
    gap: 4px;
}
    .listing-items {
        margin-top: 16px;
    }
    .listing-info-block {
        padding: 8px 12px;
        border-radius: 12px;
        flex: initial;
    }
    .listing-info-block h4 {
        font-size: 20px;
    }
    .listing-info-block p {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .list-item {
        font-size: 16px;
    }
    .video-wrapper {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .video-info-box {
        padding: 12px;
        border-radius: 12px;
        margin: 0 auto 12px;
    }
    .video-info-box p {
        font-size: 14px;
    }
    .primary-btn {
        width: 100%;
        max-width: 400px;
    }
    .review-stars span {
        border-radius: 8px;
        min-width: 24px;
    }
    .review-stars svg {
        width: 18px;
        height: 18px;
    }
    .review-testimonial {
        margin-top: 24px;
    }
    .review-content {
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }
    .taxt-content, .taxt-content p, .taxt-content b {
        font-family: 'Archivo';
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-size-adjust: 100%;
       -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        
    }
    .user-name, .project-details {
        font-size: 14px;
        text-size-adjust: 100%;
       -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
    }
    .project-group {
        max-width: 32px;
    }
    .md-baar .beedback-box-area {
        flex-direction: column;
    }
    .md-baar .listing-info-block {
        padding: 12px 24px;
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }
    .md-baar .listing-info-block h4 {
        font-size: 24px;
    }
    .md-baar .listing-info-block p {
        font-size: 16px;
    }
    .card-wrapper {
        padding: 48px 0px;
    }
    .card-content-area {
        gap: 12px;
        margin: 24px auto 0px;
        flex-direction: column;
    }
    .card-info-box {
        min-width: 48px;
        margin-bottom: 16px;
    }
    .card-content-listing {
        margin-top: 16px;
    }
    .card-item h3 {
        font-size: 18px;
    }
    .card-content-listing .list-item {
        font-size: 16px;
    }
    .card-info-box svg {
        width: 24px;
        height: 24px;
    }
    .apply-wrapper {
        padding: 300px 0px 50px;
        position: relative;
        background: radial-gradient(50% 24.65% at 50% 14.45%, #898B93 0%, #15161A 100%);
        overflow: hidden;
    }
    .form-img {
        max-width: 100%;
        height: initial;
    }
    .form-img img {
        height: 757px;
        min-width: 460px;
        object-position: top;
    }
    .form-img:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        z-index: 2;
        /* background: linear-gradient(180deg, rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 48%, #15161A 100%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px); */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background: linear-gradient(180deg, rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 48%, #15161A 100%);
        mask-image: linear-gradient(rgb(21 22 26 / 0%) 0%, rgba(21, 22, 26, 0.485577) 10%, #15161a 30%);
    }
    .footer-wrapper {
        padding-top: 48px;
        background: radial-gradient(33.1% 33.1% at 51.77% 0%, #41424A 0%, #15161A 100%);
    }
    .copyright-area p {
        font-size: 14px;
    }
    .single-wrapper {
        padding: 210px 16px 48px;
        background: radial-gradient(50% 24.65% at 50% 14.45%, #898B93 0%, #15161A 100%);
        overflow: hidden;
    }
    .single-wrapper.align-center {
        align-items: flex-start;
    }
    .single-wrapper.align-center {
        align-items: flex-start;
    }
    .single-wrapper .form-img img {
        min-width: 400px;
    }
    .single-wrapper .form-group-inner .sub-head-area {
        text-align: center;
    }
    .disqualified.single-wrapper.align-center .form-group-inner .sub-head-area, .single-wrapper.align-center .form-group-inner .sub-head-area, .disqualified.single-wrapper.align-center .sub-head-area .section-title {
        text-align: center !important;
    }
    .sub-head-area h1 {
        font-size: 35px;
    }
    .sub-head-area p {
        font-size: 16px;
        line-height: 150%;
    }
    .single-check-block {
        border-radius: 16px;
        min-width: 48px;
    }

    /* disqualified */
    .disqualified.single-wrapper .form-group-inner .sub-head-area {
        text-align: left;
    }
    .disqualified.single-wrapper .sub-head-area .section-title {
        font-size: 35px;
    }
    .disqualified.single-wrapper .sub-head-area h2 {
        font-size: 14px;
        font-weight: 700;
    }
    .disqualified.single-wrapper .sub-head-area p {
        font-size: 12px;
    }
    .page-template-thankyou-page .disqualified.single-wrapper .sub-head-area p {
        font-size: 16px;
    }
    .form-bottom-content {
        text-align: center;
    }
    .form-bottom-content p {
        font-size: 12px;
    }
    .form-bottom-content a {
        margin-top: 8px;
        font-size: 16px;
    }
    .play-ico {
        width: 60px;
        padding: 10px;
    }
    .play-ico svg {
        width: 22px;
        height: 22px;
    }

}

@media only screen and (max-width: 600px) {
        .apply-wrapper iframe {
        min-height: 700px;
    }
}


