body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ddd;
    background-color: #061f31;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%);
    border-color: #ab920000;
}
/*** Spinner End ***/




.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99;
    opacity: 0;
}

.btn-message {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 99;
    opacity: 0;
}

.btn-call {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 99;
    opacity: 0;
}

.back-to-top.show,
.btn-message.show,
.btn-call.show {
    opacity: 1;
}



h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 300 !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 500 !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** NEW CSS ***/

/* circle text */
.circle {
    display: grid;
    place-items: center;
    position: -webkit-sticky;
}

.circle .play {
    position: absolute;
    padding-left: 5px;
}

.play .fa-play {
    color: #251a02;
    z-index: 8;
    font-size: 29px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.circle .play::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #f3d16b;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.circle .play::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

#text-circle {
    height: 160px;
    font-size: 24px;
    font-family: monospace;
    animation: animate 10s linear infinite;
}

#text-circle span{
    position: absolute;
    transform-origin: 0 80px;
}

@keyframes animate {
    from{
        transform: rotate(0deg);
    } 
    to{
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* end circle text */

.arrow-move {
    font-size: 100px;
    position: relative;
    align-items: end;
    animation: moveUpDown 5s infinite;
}

@keyframes moveUpDown {
    0% {
        top: 0;
    }
    50% {
        top: -30px;
    }
    100% {
        top: 0;
    }
}

.bg-banner-images .row {
    padding-top: 100px;
}

@media (min-width:1200px) {
    .display-banner {
        font-size: 120px;
    }

    .d-flex.up {
        position: absolute;
        padding-top: 180px;
    }

    .container-fluid.bg-banner-images {
        min-height: 1000px;
    }
}

@media (max-width: 1199px) {

    .arrow-move {
        font-size: 80px;
        padding-top: 150px;   
    }

    .bg-banner-images .row {
        padding-top: 0px;
    }

    .display-banner {
        font-size: 60px;
    }

    .d-flex.up {
        position: absolute;
        padding-top: 180px;
    }
}

@media (max-width: 820px) {
    .display-banner {
        font-size: 70px;
    }
}

@media (max-width: 450px) {
    .display-banner {
        font-size: 3.5rem;
    }

    .container-fluid.bg-banner-images {
        min-height: 800px;
    }
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.bg-form {
    padding: 20px 15px;
    border-radius: 5px;
    background: #061f31;
    border: solid 1px #041723;
    box-shadow: 0px 0px 10px #000006;
}


small {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 22px;
}

.text-logo {
    background: -webkit-linear-gradient(180deg, #FFE42B 0%, #FFFF8B 22.92%, #B87700 45.31%, #FFC02F 66.15%, #FFE42B 97.92%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#business-card .text-logo {
    background: -webkit-linear-gradient(180deg, #676869, #fcfcfc, #676869);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-title {
    background: -webkit-linear-gradient(313deg, #744f1c, #744f1c, #e0b220, #faf282, #e0b220, #744f1c, #744f1c);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-primary {
    background: linear-gradient(313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
    border: solid 1px #b58b3d !important;
    box-shadow: 1px 1px 3px #717171;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px 3px 20px;
}

.collapse .btn-primary {
    padding: 7px 15px 3px 15px !important;
}

.btn-primary.btn-md-square,
.btn-primary.btn-sm-square {
    padding: 0 !important;
}

.btn-primary:hover {
    background: linear-gradient(-313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
    border: solid 1px #b9ab00 !important;
    box-shadow: 0px 0px 10px #000;
}

.rounded-circle.btn-primary:hover {
    background: linear-gradient(-313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
    border: solid 1px #af8214 !important;
    color: #02113b !important;
}

.bg-light {
    background: linear-gradient(60deg, #11364c, #061f31, #11364c);
}

.bg-section {
    background: #041723;
    /* border: solid 1px #000; */
}

.bg-primary {
    background: linear-gradient(313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
    border: solid 1px #b58b3d;
}

.bg-item {
    background: #0b1139;
    border: solid 1px #1b1b53;
    box-shadow: 0px 0px 10px #000006;
    padding: 10px;
}

.rounded-end.border-end {
    border-right: solid 1px #b58b3d !important;
    border-bottom: solid 1px #b58b3d;
    border-top: solid 1px #b58b3d;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, #FFE42B 0%, #FFFF8B 22.92%, #B87700 45.31%, #FFC02F 66.15%, #FFE42B 97.92%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.slider-promo img {
    width: 100%;
    padding: 0px 10px;
}

.slider-social img {
    width: 100%;
    padding: 0 150px;
}

.video-display {
    flex: 9;
    padding-right: 10px;
    max-height: 700px;
}

.video-list {
    flex: 2;
    overflow-y: auto;
    /* border: 1px dashed #000; */
    background: #061f31;
    box-shadow: -1px 0px 4px #000;
}

.video-item {
    cursor: pointer;
    margin: 10px 0;
}

.video-item img {
    width: 100%;
}

@media (min-width: 350px) {
    #mainVideo {
        height: 100%;
    }
    .video-list {
        height: 280px;
        padding: 0;
    }
}

@media (min-width: 400px) {
    #mainVideo {
        height: 100%;
    }
    .video-list {
        height: 320px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    #mainVideo {
        height: 100%;
    }
    .video-list {
        height: 570px;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    #mainVideo {
        height: 90%;
    }
    .video-list {
        height: 630px;
        padding: 0;
    }
    .video-display {
        flex: 12;
        max-height: 700px;
    }
}

@media (min-width: 1400px) {
    #mainVideo {
        height: 100%;
    }
    .video-list {
        height: 700px;
        padding: 12px;
    }
}

.panel {
    height: 60vh;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 2; 
    margin: 10px;
    position: relative; 
    transition: flex 0.7s; 
}

.panel.active {
    flex: 10;
}

.Template .panel {
    height: 72vh;
    flex: 3; 
}

.Template .panel.active {
    flex: 10;
}

@media (max-width: 992px) {
    .slider-social img {
        width: 100%;
        padding: 0;
    }

    small {
        font-size: 18px;
    }

    .panel {
        height: 30vh;
    }

    .panel:nth-of-type(6),
    .panel:nth-of-type(7),
    .panel:nth-of-type(8),
    .panel:nth-of-type(9),
    .panel:nth-of-type(10) {
        display: none;
    }

}

@media (max-width: 400px) {
    .display-banner .btn-primary {
        padding: 8px 12px 3px 12px !important;
    }
}

.pagination {
    justify-content: end;
}

.Template .page-link {
    border: solid 1px #041723;
    box-shadow: 0px 0px 10px #000006;
    color: #fff;
    margin: 0 2px;
}

.Template .page-link:hover {
    color: #fff;
}

.Template .page-link.active {
    border: solid 1px #fff;
    color: #fff;
}

.hidden {
    display: none;
}

#pagination-numbers,
#pagination-number1,
#pagination-number2 {
    display: flex;
}

.padding-menu {
    padding: 50px 50px 0 50px;
    background: #061f31;
    border: solid 1px #041723;
}

.Template .slider-social img {
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 25px;
}
@media (max-width:768px) {
    .Template .slider-social img {
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 25px;
    }
}

.Template .text-menu {
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width:768px) {
    .padding-menu {
        padding: 0px !important;
    }

    .Template .text-menu {
        padding-bottom: 5px;
    }

    .Template .slider-social img {
        margin-bottom: 5px;
    }
}

/*--------- xoay 180 -------------*/
.item-180 {
    transform: perspective(1500px) rotateY(0deg);
    transition: transform 2s ease 0s;
    display: inline-block;
    overflow: hidden;
}

.item-180 .front {
    position: absolute;
    display: block;
    transition: opacity 2s ease;
    z-index: 99;
}



.item-180 .back {
    display: block;
    opacity: 0;
    transition: opacity 2s ease;
}

@media (min-width: 1200px) {
    .item-180:hover .front{
        opacity: 0;
    }
    .item-180:hover .back {
        opacity: 1;
    }
    .item-180:hover {
        transform: perspective(1500px) rotateY(180deg);
    }
}

/* For phone */
.item-180 .front.show {
    opacity: 0;
}

.item-180.show {
    transform: perspective(1500px) rotateY(180deg);
}

.item-180 .back.show {
    opacity: 1;
}
/* end For phone */
/*---------end  xoay 180 -------------*/

#gift-card .owl-carousel img {
    height: 250px;
    object-fit: cover;
}

.slider-scroll img {
    height: 250px;
    object-fit: cover;
    /* border: solid 1px #666; */
    margin-right: 25px;
}

.f-right {
    float: right !important;
}

/*** END NEW CSS ***/

/*** Navbar Start ***/

@media (max-width: 1024px) {
    .navbar-collapse.collapse.show {
        background: linear-gradient(90deg, #061f31, #11364c);
    }
}

.nav-bar {
    background-color: #101d4500;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    z-index: 9;
    transition: background-color 0.3s;
}

.nav-bar.show {
    background: linear-gradient(90deg, #061f31, #11364c);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    background: -webkit-linear-gradient(180deg, #FFE42B 0%, #FFFF8B 22.92%, #B87700 45.31%, #FFC02F 66.15%, #FFE42B 97.92%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    background: -webkit-linear-gradient(180deg, #FFE42B 0%, #FFFF8B 22.92%, #B87700 45.31%, #FFC02F 66.15%, #FFE42B 97.92%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    font-weight: 900;
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}

.event-img img {
    border: solid 1px #666;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .3);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: linear-gradient(-60deg, #11364c, #061f31, #11364c);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
    padding: 8px 28px 3px 28px;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ffe42b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 80%;
    margin: 60px auto 0 auto;
}

@media (max-width: 992px) {
    #videoModal .modal-dialog {
        position: relative;
        max-width: 100%;
        margin: 60px auto 0 auto;
    }
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
    background: #061f31;
    border: solid 1px #041723;
    box-shadow: 0px 0px 10px #000006;
    padding: 10px;
}

.blog-item img {
    transition: transform 0.5s ease;
}

.web-img {
    overflow: hidden;
    height: 415px;
}

.blog-item:hover img {
    transform: translateY(-200px);
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(15%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
    background: #061f31;
    border: solid 1px #041723;
    box-shadow: 0px 0px 10px #000006;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover {
    background: #061f31;
    border: solid 1px #11364c;
    box-shadow: 0px 0px 6px #2f6175;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.overlay {
    background: #fff5;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
}

.overlay-1 {
    background: #ffffff26;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    opacity: 0;
}

.overlay:hover {
    opacity: 1;
}

.overlay-1:hover {
    opacity: 1;
}


/* .testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
} */

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

.ahref {
    color: #fff !important;
}
.ahref:hover {
    color: #fff !important;
    font-size: 17px;
    text-decoration: underline;
}

/* HK */
.font-logo {
    background: -webkit-linear-gradient(180deg, #FFE42B 0%, #FFFF8B 22.92%, #B87700 45.31%, #FFC02F 66.15%, #FFE42B 97.92%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: UTM Eremitage !important;
    font-size: 26px;
    letter-spacing: 1px;
}

.tabs input {
  display: none;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-buttons label {
  background: linear-gradient(313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
  border: solid 1px #b58b3d !important;
  box-shadow: 1px 1px 3px #717171;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px 3px 20px;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
}

.tab-content {
  display: none;
  text-align: center;
}

#tab1:checked ~ .contents #content1,
#tab2:checked ~ .contents #content2,
#tab3:checked ~ .contents #content3,
#tab4:checked ~ .contents #content4,
#tab5:checked ~ .contents #content5,
#tab6:checked ~ .contents #content6 {
  display: block;
}

#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"],
#tab4:checked ~ .tab-buttons label[for="tab4"],
#tab5:checked ~ .tab-buttons label[for="tab5"],
#tab6:checked ~ .tab-buttons label[for="tab6"] {
  background: linear-gradient(313deg, #744f1c, #e0b220, #faf282, #e0b220, #744f1c) !important;
  border: solid 1px #b58b3d !important;
  box-shadow: 1px 1px 3px #717171;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px 3px 20px;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}