@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

:root {
    --primary: #37a9e1;
}
/* start custom font family */
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('fonts/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}
/* end custom font family */

/* text & font custom style */
p{
    color:#343a40;
}
.text-bpr{
    color: #422774;
}
.f-20{
    font-size: 1.1rem;
}
.f-40{
    font-size: 1.25rem;
}
.text-yellow{
    color: #e7b759;
}
.title-pub{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}
/* end font custom style */
.w-95{
    width: 95px;
    height: 95px;
}
.slider .parallax-slider .swiper-slide .bg-img {
    background-size: contain;
}
.top-80{
    top: 80px;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 85vh;
    padding-bottom: 50px;
}
.slider .control-text {
    bottom: 20px;
}
.slider .swiper-pagination-bullets {
    bottom: 100px;
}
.navbar .logo {
    width: 200px;
    padding: 10px;
}
.footer .logo img {
    width: 175px;
}
.section-padding {
    padding: 60px 0;
}
.section-padding2{
    padding: 100px 0px 60px 0;
}
.section-padding3{
    padding: 100px 0px 0px 0;
}
.services .item {
    margin-bottom: 30px;
    height: 320px;
}
.team {
    position: relative;
    padding-bottom: 240px;
}
.mt-50{
    margin-top: 2.5rem;
}
.f-75{
    margin-top: 75px;
}
/* floating form */
.form-main {
    position: relative;
    display: block;
    z-index: 2
}
.form-main .form-content {
    margin: 0 auto;
    padding: 30px;
    max-width: 55%;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0rem 0.875rem 1rem rgb(0 17 77 / 20%);
    -moz-box-shadow: 0rem 0.875rem 1rem rgba(0, 17, 77, 0.2);
    box-shadow: 0rem 0.875rem 1rem rgb(0 17 77 / 20%);
    border-radius: 20px;
    z-index: 9;
}
.form-main .form-content h3.form-title {
    background: #f56961;
    padding: 10px 20px;
    position: relative;
    top: -40px;
    left: 0
}
.form-main .form-content .nice-select {
    padding: 13px 20px 10px 35px
}
.form-main .form-content .input-box {
    position: relative;
    width: 100%
}
.form-main .form-content .input-box input {
    padding-left: 35px
}
.form-main .form-content .input-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}
.form-main .form-content .input-box [class^=fa-]:before {
    color: #ef2853;
    font-weight: 600
}
.form-main .form-content .form-navtab {
    position: absolute;
    top: -41px
}
.form-main .form-content .form-navtab .nav-tabs {
    border: none;
    padding: 0;
    display: inline-block
}
.form-main .form-content .form-navtab .nav-tabs li a {
    border-radius: 0;
    background: #fff;
    border: none;
    padding: 20px 25px;
    transition: all .5s;
    border-radius: 0
}
.form-main .form-content .form-navtab .nav-tabs li i {
    color: #444;
    margin-right: 5px;
    transition: all .5s
}
.form-main .form-content .form-navtab .nav-tabs li:hover a {
    background: #f56961;
    color: #fff;
    border: none;
    transition: all .5s
}
.form-main .form-content .form-navtab .nav-tabs li:hover a i {
    color: #fff;
    transition: all .5s
}
.form-main .form-content .form-navtab .nav-tabs li.active a {
    background: #f56961 !important;
    color: #fff;
    border: none;
    transition: all .5s
}
.form-main .form-content .form-navtab .nav-tabs li.active a i {
    color: #fff;
    transition: all .5s
}
.form-main .form-content .tab-content {
    box-shadow: 0 0 30px #cccccc57;
    padding: 30px;
    background: #fff
}
.form-main .form-content.form-content1 {
    top: -20px
}
.form-main .form-content.form-content2 {
    padding: 0;
    box-shadow: none;
    top: 0
}
.form-main .form-content.form-content2 .input-box {
    position: relative;
    display: inline-block;
    width: 100%
}
.form-main .form-content.form-content2 .input-box input,
.form-main .form-content.form-content2 .input-box .nice-select {
    border-width: 0 0 1px
}
.form-main .form-content.form-content2 .input-box i {
    color: #f56961;
    font-weight: 600;
    left: 0
}
.form-main .form-content.form-content3 {
    padding: 0;
    box-shadow: none;
    top: 0;
    background: 0 0
}
.form-main .form-content.form-content3 .input-box {
    position: relative;
    display: inline-block;
    width: 100%
}
.form-main .form-content.form-content3 .input-box input,
.form-main .form-content.form-content3 .input-box .nice-select {
    border-width: 0 0 1px;
    background: 0 0;
    color: #fff
}
.form-main .form-content.form-content3 .input-box input::placeholder,
.form-main .form-content.form-content3 .input-box .nice-select::placeholder {
    color: #fff !important
}
.form-main .form-content.form-content3 .input-box i {
    color: #f56961;
    font-weight: 600;
    left: 0
}
.form-control-slider {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #422774;
    border-radius: 0;
}
.first-title{
    width: 160px;
    font-size: 1.45rem;
    font-weight: 600;
    color: #422774;
}
.btn-cari{
    background-color: #422774;
    color: #fff;
}
@media(max-width:1100px) {
    .form-main .form-content {
        width: 88%
    }
    .form-main .form-content.form-content1 {
        top: 0
    }
}

@media(max-width:991px) {
    .form-main .form-content {
        margin: 0 auto;
        left: 0;
        position: relative;
        top: -80px;
        max-width: 90%;
    }
    .form-main .form-content .form-group {
        padding-right: 0 !important;
        margin-bottom: 1rem !important
    }
}

@media(max-width:767px) {
    .form-main .form-content .form-navtab .nav-tabs li a {
        padding: 20px 15px
    }
}

@media(max-width:735px) {
    .form-main .form-content {
        width: 98%
    }
}

@media(max-width:639px) {
    .form-main .form-content .form-navtab {
        position: relative
    }
    .form-main .form-content .form-navtab .nav-tabs li {
        width: 100%
    }
    .form-main .form-content .form-navtab .nav-tabs li a {
        display: block
    }
    .form-main .form-content .form-navtab .nav-tabs li:nth-child(odd) a {
        background: #f1f1f1
    }
}

.border-radius-10 {
    border-radius: 10px;
}
.mt-n2-9 {
    margin-top: -2.9rem !important;
}
.section{
    margin-top: 100px;
    padding: 70px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.title-t{
    display: block;
    top: -50px;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2rem;
}
.carousel-caption{   
    right: 5%;
    bottom: 80px;
    left: 5%;
    font-weight: 700;
}
.carousel-caption h3{
    font-size: 2rem;
    font-weight: 700;
}
.carousel-caption p{
    color: #fff;
}
.single-box {
    margin-bottom: 15px;
    min-height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px 0 rgb(51 51 51 / 12%);
    box-shadow: 0 0 20px 0 rgb(51 51 51 / 12%);
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.part-icon{
    width: 50px;
    padding: 5px;
    margin-bottom: 7px;
}
.single-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 6px;
    background: #e7b03c;
    border-radius: 3px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -3;
}
.process .single-box:hover:before {
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 10px
}

.process .single-box:hover:after {
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 10px;
    opacity: 0
}
.process .single-box .part-icon {
    width: 64px;
    height: 64px;
    background: #f44336;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.single-box .part-txt {
    text-align: center;
}
.process .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b46;
    margin-bottom: -8px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.part-txt h3{
    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 600;
}
.blog-grid .item.list .cont .date {
    background: #e7b759;
}
.blog-grid .item .cont .info .tag {
    color: #323131;
    margin-left: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #efcc84;
    padding: 2px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.simple-btn:after {
    background: rgb(255 201 84 / 20%);
}
/* Footer */
.address {
    display: flex;
    line-height: 24px;
}
.address .ico {
    margin-right: 10px;
    flex: 0 0 auto;
}
.address .text {
    flex: 1 1 auto;
}
.content-foot{
    margin-top: 20px;
}
.no_style{
    margin: 0;
}
.no_style li{
    line-height: 2rem;
}
.box-grid-outer{
    margin-bottom: 30px;;
}
.footer {
    padding: 50px 0 0;
    color: #343a40;
}
.footer .social a {
    line-height: 30px;
    font-size: 1rem;
    border-radius: 50%;
}
.w-85{
    width: 85%;
}
.box-awasi {
    display: flex;
}
.box-awasi img {
    height: 50px;
    margin-right: 20px;
}
.footer-bottom {
    background-color: #422774;
    padding: 20px 0;
    margin-top: 50px;
}
.footer-bottom p{
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: #e7b759;
}
.progress-wrap::after {   
    color: #e7b759;
}
/* Header */
header {
    background: #fff;
    -webkit-box-shadow: 0px -10px 35px #5900ff1a;
    box-shadow: 0px -10px 35px #5900ff1a;
    width: 100%;
    height: 115px;
    display: block;
    position: fixed;
    z-index: 9;
}
.header-top {
    padding: 0px 0 0;
    display: block;
    z-index: 9;
    position: fixed;
    background: #fff;
    width: 100%;
}
.boxRight {
    text-align: right;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #422774;
}
.nos_style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nos_style.float li {
    display: inline-block;
    margin-right: 20px;
}
.nos_style li {
    margin-bottom: 5px;
}
.header-top ul li a {
    color: #422774;
}
.header-top .boxRight ul li a.link-ico {
    font-size: 0.75rem;
}
.nos_style li a.link-ico {
    text-decoration: none !important;
    position: relative;
    padding-left: 20px;
}

/* Quick Link */
.quick-link-hospital {
    display: block;
    margin-top: 0/*-5%*/
    ;
}
.quick-link-hospital {
    position: relative;
    margin-top: 2.5rem;
    z-index: 5;
}
.quick-link-hospital label {
    position: relative;
    width: 100%;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}
.quick-link-hospital label .line {
    width: 68%;
    height: 1px;
    margin-left: 1.725rem;
    background: var(--accent);
}
.wrap-all-hospital {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    display: flex;
    align-items: stretch;
}
.wrap-all-hospital .hospital-items {
    position: relative;
    width: 100%;
}
.wrap-all-hospital .hospital-items:before {
    content: '';
    position: absolute;
    top: 10%;
    right: -1px;
    width: 1px;
    height: 80%;
    background: #fff;
    border-radius: 0.5rem;
    z-index: 5;
}
.wrap-all-hospital .hospital-items:last-child:before {
    opacity: 0;
    visibility: hidden;
}
.wrap-all-hospital .hospital-items .card-hospital {
    position: relative;
    overflow: hidden;
    height: 145px;
    border-radius: 0;
    padding: 1.25rem 0.625rem;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrap-all-hospital .hospital-items .card-hospital:hover {
    background: var(--yellow);
    box-shadow: 1.25rem 0.25rem 3.125rem rgba(255, 199, 31, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrap-all-hospital .hospital-items .card-hospital .hospital-cover {
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.wrap-all-hospital .hospital-items .card-hospital .hospital-content {
    position: relative;
    text-align: center;
}
.wrap-all-hospital .hospital-items .card-hospital .hospital-content .hospital-img {
    width: 65px;
    height: 65px;
    padding: 13px;
    border-radius: 50%;
    background: #e7b759;
    margin: auto;
    margin-bottom: 0.625rem;
}
.wrap-all-hospital .hospital-items .card-hospital .hospital-content .hospital-img img {
    position: relative;
    z-index: 3;
}
.wrap-all-hospital .hospital-items .card-hospital .hospital-content .hospital-title {
    position: relative;
    font-size: 0.938rem;
    font-weight: 600;
    color: #E8F0FC;
    letter-spacing: 0.02rem;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrap-all-hospital .hospital-items .card-hospital:hover .hospital-content .hospital-title {
    color: var(--accent);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrap-all-hospital .hospital-items .card-hospital {
    position: relative;
    overflow: hidden;
    height: 145px;
    border-radius: 0;
    padding: 1.25rem 0.625rem;
    background: #422774;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*  milestone */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-header h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 16px;
}
.section-header hr {
    border: 0;
    border-bottom: 2px solid #e7b759;
    width: 15%;
    margin: auto;
}
  
.steps {
    position: relative;
    margin-top: 32px;
}
.steps::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #339ccf;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 87%;
}
.steps .content p {
    color: #676767;
    font-size: 16px;
}
.steps .content h2 {
    font-weight: 600;
    font-size: 16px;
    color: #676767;
}
.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}
.steps-container .content {
    padding: 32px;
    background-color: white;
    position: relative;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}
.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}
.steps-container {
    display: flex;
}
.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}
.step-line {
    width: 40px;
    background-color: #339ccf;
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}
/* simpanan & pinjaman */
.blog-full {
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc37;
}
.blog-content {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.blog-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
}
.border-t {
    border-top: 2px dashed #cccccc5e;
}
.border-radius-10{
    margin-top: 50px;
    border-radius: 10px;
}
.tab-p p{
    font-size: 1.275rem;
    line-height: 2rem;
    margin-top: 20px;
}
.btn-bpr{
    color: #fff;
    background-color: #422774;
    border-color: #422774;
}
.bg-purple{
    background: #422774;
    color: #fff;
}
.bg-blue{
    background: #0288d1;
    color: #fff;
}
.uppercase{
    text-transform: uppercase;
}
/* karir */
.sec-head h6 {
    color: #e28625;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}
.sec-head h3 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 8px rgb(0 0 0 / 5%);
}
.testimonials{
    padding: 100px 0 0 0;
}
.testimonials .box .qoute-icon {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #e28726;
}
.testimonials .box {
    position: relative;
    margin-top: 0;
    margin-left: 10px;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px -10px 30px rgb(0 0 0 / 3%);
    box-shadow: 0px -10px 30px rgb(0 0 0 / 3%);
}
.bg-blc {
    background: #371e64;
    position: relative;
    z-index: 2;
}
.img-karir{
    width: 100%;
}

/* user login */
.btn-round{
    border-radius: 2rem;
}

/* custom invitation */
.container-inv{
    max-width: 480px;
    overflow-x: hidden;
}
.img-cover{
    padding-top: 6rem;
    position: fixed;
    z-index: 999999999;
}
.section-1{
    padding-top: 6rem;
    position: relative;
}
.section-3{
    padding: 30px 15px;
}
.cover-caption{
    text-align: center;
    margin-top: -36rem;
    position: absolute;
    display: block;
    width: 100%;
}
.cover-caption p{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.cover-desc{
    text-align: center;
    margin-top: -30rem;
    position: absolute;
    display: block;
    width: 100%;
}
.cover-desc h2, .cover-desc h3, .cover-desc h4, .cover-desc p{
    font-family: 'Playfair Display', serif;
    line-height: 2.35rem;
}
.cover-button{
    text-align: center;
    margin-top: -10rem;
    position: absolute;
    display: block;
    width: 100%;
}
.rad-5{
    border-radius: 1.45rem;
}
.section1-button{
    text-align: center;
    margin-top: -13rem;
    position: absolute;
    display: block;
    width: 100%;
}
.section1-button button{
    font-size: 1rem;
    font-family: 'Playfair Display';
}
.box{
    border: 4px solid #e9cb87;
    padding: 30px 10px;
}
.section-2{
    padding: 60px 30px;
}
.text-alamat{
    font-family: 'Playfair Display', serif;
}
.btn-date{
    font-size: 1.15rem;
    font-family: 'Playfair Display', serif;
    background: radial-gradient(ellipse farthest-corner at right bottom, #ba9d13 0%, #d4961b 8%, #d8b76f 30%, #eacc89 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #f2cf7f 62.5%, #6d531a 100%);
    border-color: #e9cb87;
}
.btn-map{
    font-family: 'Playfair Display', serif;
}
.dresscode i, dresscode h3{
    font-size: 2rem;
    text-align: center;
}
.dresscode h3{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}
.dresscode p{
    font-size: 1rem;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.confirm{
    text-align: center;
    margin-top: -28rem;
    position: absolute;
    display: block;
    left: 10%;
}
.confirm h3{
    font-family: 'Playfair Display', serif;
}

.cover-desc-2{
    text-align: center;
    margin-top: -28rem;
    position: absolute;
    display: block;
}

.cover-desc-2 h3{
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
}
.cover-desc-2 p{
    font-family: 'Playfair Display', serif;
    font-size: 0.975rem;
}
.f-8{
    font-size: 0.875rem;
}