body {
    font-family: "Noto Sans", sans-serif;
    background-color: #000;
    color: #fff;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Italic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-LightItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Light.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-MediumItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/* .container {
    max-width: 990px;
} */

.header {
    padding-top: 32px;
}

.logo {
    width: 100px;
    padding-bottom: 40px;
}

.page-header {
    font-size: 42px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    line-height: 46.2px;
    font-family: 'Neue Montreal';
    max-width: 800px;
    margin: auto;
    letter-spacing: -1px;
}

.hero {
    position: relative;
    /* border: 3px solid; */
    /* border-image: linear-gradient(to bottom, #E59EFF, #9E1DCD) 1; */
    margin: 50px auto 35px auto;
    max-width: 789px;
}

.btn-play-vid {
    position: absolute;
    width: 95px;
    background-color: transparent;
    border: none;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
}

.video-title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 67px;
    line-height: 25px;
}

.question_answer .container {
    max-width: 824px;
}

/* .bdr-line {
    position: relative;
    height: 2px;
    background-color: #dddddd;
    margin-bottom: 46px;
}

.bdr-line::before {
    content: '';
    position: absolute;
    width: 134px;
    background-color: #9E1DCD;
    left: 0;
    height: 2px;
    z-index: 1;
} */

.sec-title {
    font-size: 30px;
    font-family: 'Neue Montreal';
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px;
}

.list-what-describe {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -12px;
    margin-right: -12px;
    gap: 15px 10px;
    justify-content: center;
    margin-bottom: 40px;
}

/* .list-what-describe li {
    width: 395px;
    max-width: 100%;
}

.list-what-describe li p {
    border: 1px solid #E4CB9B;
    border-radius: 10px;
    padding: 16px 21px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
} */

.btn-theme {
    background: linear-gradient(to right, #E59EFF, #9E1DCD);
    border: none;
    color: #161616;
    width: 192px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 0;
    line-height: 14px;
}

.btn-theme-round {
    background-color: #B4985C;
    color: #000000;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
}

.testimonial .container {
    max-width: 889px;
}

.heading-testimonial {
    color: #B4985C;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 54px;
    font-family: 'Neue Montreal';
}

.right_col .card-testimonial {
    margin-left: auto;
}

.left_col .card-testimonial {
    margin-right: auto;
}

.card-testimonial {
    margin-bottom: 86px;
    border: none;
    background: none;
    text-align: center;
    max-width: 404px;

}

.card-testimonial .card-title {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Neue Montreal';
}

.card-testimonial .card-body {
    text-align: right;
}

.sec-btn-group {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.btn-theme-sm {
    background: linear-gradient(to right, #E59EFF, #9E1DCD);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #1a1a1a;
    border-radius: 12px;
    padding: 1px 15px;
    font-family: 'Neue Montreal';
}

.btn-theme-2 {
    background: linear-gradient(to right, #B4985C, #E4CB9B, #B4985C);
    font-family: 'Neue Montreal';
}

.card-testimonial .col-auto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.crd-txt {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #CBCBCB;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 22.4px;
}

.crd-txt span {
    font-weight: 100;
}


.masonary-grid .container {
    max-width: 1014px;
}

.review-card-wrapper .row {
    --bs-gutter-x: 0;
}

@media (min-width: 768px) {
    .first_col {
        padding: 0;
    }

    .first_col .card {
        margin-right: auto;
    }

    .mid_col {
        padding: 0;
    }

    .mid_col .card {
        margin: auto;
    }

    .last_col {
        padding: 0;
    }

    .last_col .card {
        margin-left: auto;
    }
}

.masonary-grid {
    background-image: url(../images/Vector-line.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.review-card-wrapper .card {
    background-color: #1C1C1C;
    border: 1px solid #2E2E2E;
    border-radius: 8px;
    margin-bottom: 15px;
    max-width: 320px;
}

.dp-container {
    display: inline-flex;
    margin-bottom: 20px;
}

.img-dp {
    width: 44px;
}

.img-dp img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.description-dp {
    padding-left: 12px;
}

.description-dp h6 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 21px;
    margin-bottom: 0;
}

.review-card-wrapper .description-dp p {
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 18px;
}

.review-card-wrapper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    line-height: 21px;
    z-index: 999;
}

.crd-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 21px;
}

.crd-link:hover {
    color: #fff;
}

.review-card-wrapper p.crd-date {
    font-size: 12px;
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    line-height: 18px;
}

.card-body {
    padding: 25px !important;
}

.image-card-2 {
    background-image: url(../images/review-4.jpg);
    height: 426px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    padding: 12px !important;
}

.image-card-3 {
    background-image: url(../images/review-5.jpg);
    height: 426px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    padding: 12px !important;
}

.card-p-b {
    margin-bottom: 21px !important;
}

.icon-play {
    width: 48px;
    margin: 130px auto;
    z-index: 1;
}

.image-card-2::before,
.image-card-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 10%);
}

.image-card-2 h6,
.image-card-3 h6 {
    z-index: 999;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.sec-load-more {
    margin-top: 79px;
    padding-bottom: 73px;
    text-align: center;
}

.footer {
    padding-top: 95px;
    padding-bottom: 88px;
}

.footer .footer_links {
    text-align: center;
}

.footer .footer_links a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #0d68fd;
}

footer ul {
    margin-bottom: 18px;
}

.footer a {
    color: #fff;
    font-size: 20px;
    margin-left: 6px;
    margin-right: 6px;
}

.text-copyright {
    font-size: 12px;
    text-align: center;
}

.footer .main_pagelink{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
    font-size: 12px;
}

.footer .main_pagelink_alone{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0d68fd;
	cursor: pointer;
    font-size: 16px;
}

.bdr-line {
    height: 2px;
    background-color: #9E1DCD;
    transition: width 0.5s ease;
    border-radius: 10px;
    margin-bottom: 46px;
}


.list-what-describe li {
    border: 1px solid #E4CB9B;
    border-radius: 10px;
    padding: 16px 21px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    width: 395px;
    max-width: 100%;
}


.list-what-describe li.selected {
    background-color: #9E1DCD;
    border: 2px solid #9E1DCD;
    color: #fff;
}

.text-center {
    text-align: center;
}

.question_answer_wrapper {
    position: relative;
}

.question {
    display: none;
}

.question.active {
    display: block;
}

.responses {
    text-align: center;
}


@media screen and (max-width:991px) {
    .container {
        max-width: 740px;
    }

    .page-header {
        font-size: 33px;
    }

    .testimonial .row .col-12 {
        width: 50%;
    }

    .card-testimonial .col-auto {
        width: 84px;
        height: 84px;
    }

    .card-testimonial .card-title {
        font-size: 26px;
    }

    .review-card-wrapper .card {
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .sec-banner {
        /* background-image: url(../images/Vector-line.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain; */
        padding-bottom: 15px;
    }

    .hero {
        border: none;
    }

    .sec-banner .container {
        padding: 0 !important;
    }

    .container {
        max-width: 500px;
    }

    .page-header {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-top: 35px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .list-what-describe li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .bdr-line {
        display: none;
    }

    .sec-title {
        font-size: 24px;
        margin-top: 26px;
        line-height: 20px;
    }

    .heading-testimonial {
        font-size: 24px;
        max-width: 250px;
        line-height: 26px;
        margin: 46px auto 39px auto;
    }

    .testimonial .row .col-12 {
        width: 100%;
    }

    .card-testimonial .col-auto {
        width: 120px;
        height: 120px;
    }

    .card-testimonial .card-title {
        font-size: 30px;
    }

    .btn-theme-2 {
        font-size: 12px;
    }

    .masonary-grid {
        background-size: contain;
    }

    .btn-theme-round {
        width: 27px;
        height: 27px;
        padding: 3px;
        line-height: 1;
        margin-top: 27px;
    }

    .card-testimonial {
        margin-bottom: 46px
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .row-reverse .card-body {
        text-align: left;
    }

    .row-reverse .sec-btn-group {
        justify-content: left;
    }

    .header {
        padding: 16px 15px 14px 15px;
        border-bottom: 1px solid #E4CB9B;
    }

    .logo {
        padding-bottom: 0;
        width: 71px;
    }

    .list-what-describe li p {
        line-height: 24px;
        padding: 6px 30px 7px;
    }

    .list-what-describe {
        margin-bottom: 27px;
    }

    .crd-txt {
        margin-top: 22px;
    }

    .testimonial_wrapper .card-body {
        padding: 0 !important;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 24px;
    }

    footer ul {
        margin-bottom: 15px;
    }

    .left_col:first-child .card-testimonial .card-title {
        max-width: 171px;
        margin-left: auto;
    }

    .last-left-col .card-testimonial .card-title {
        max-width: 113px;
        margin-left: auto;
    }

    .right_col .card-testimonial .card-title {
        max-width: 163px;
        margin-right: auto;
    }

    .last-right-col .card-testimonial .card-title {
        max-width: 163px;
        margin-right: auto;
    }

    .masonary-grid {
        margin-top: 8px;
    }

    .question_answer_wrapper {
        padding: 0 12px;
    }
}


@media screen and (max-width:575px) {
    .hero {
        margin-bottom: 21px;
        max-width: 100%;
        margin-top: 10px;
    }

    .video-title {
        font-size: 14px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-title {
        font-size: 18px;
    }

    .list-what-describe li p {
        font-size: 14px;
        padding-left: 30px;
    }

    .testimonial .row .col-12 {
        padding-left: 28px;
        padding-right: 28px;
    }

    .crd-txt {
        font-size: 12px;
    }

    .card-testimonial .col-auto {
        width: 100px;
        height: 100px;
    }

    .card-testimonial .card-body {
        padding-right: 0;
    }

    .masonary-grid .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .sec-load-more {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .text-copyright {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .row-reverse .card-body {
        padding-right: 1rem;
        padding-left: 0;
    }

    .review-card-wrapper .card {
        max-width: 320px;
        margin: 0 auto 15px auto;
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.custom-play-button img {
    width: 100px;
    height: auto;
}

.video-wrapper.playing .custom-play-button {
    display: none;
}


video::-webkit-media-controls-download-button {
    display: none !important;
}


video::-moz-media-controls-download-button {
    display: none !important;
}


video::-ms-media-controls-download-button {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .custom-play-button img {
        width: 70px;
        height: auto;
    }
}

@media only screen and (max-width:575px) {
    .custom-play-button img {
        width: 45px;
        height: auto;
    }

    .left_col {
        margin-bottom: 20px;
    }

    .right_col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:390px) {
    .page-header {
        font-size: 23px;
    }
}