/* Regular font */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ARIAL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bold font */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ARIALBD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic font */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ARIALBI.TTF') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Italic font */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ARIALI.TTF') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Extra bold font */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ARIALBLACKITALIC.TTF') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Other font styles can be added in similar fashion */
@font-face {
    font-family: 'MyFont';
    src: url('../font/ArialCE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyFont';
    src: url('../font/arialceb.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-family: 'MyFont', sans-serif;
    background-color: #F9F9F9;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #2C1CFF;
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.hero {
    height: 100vh;
}

.hero img {
    height: 100%;
    width: 100%;
}

.utility {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.utility-layout {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("../img/JAZURE\ logo\ design\ PDF\ -02\ 1.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding-bottom: 3rem;
}

.utility h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: .3rem;
    color: #FFF;
}

.utility a {
    color: #BABABA;
    font-size: 14px;
}

.utility a i {
    margin: 0 .5rem;
}

.utility span {
    font-size: 16px;
    color: #FFFFFF;
}

.cookie {
    margin: 4rem 0;
    padding: 3rem 6rem;
    background-color: #FFF;
}

.cookie h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cookie p {
    font-size: 16px;
    color: #313131;
    margin-bottom: 2rem;
}

.form-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-details span {
    color: #2C1CFF;
    font-size: 16px;
}

.form-details span img {
    margin-right: 0.6rem;
}

.form-details span a {
    font-weight: bold;
    color: #222;
}

.head {
    color: #222;
    font-size: 52px;
    font-weight: bold;
}

.head span {
    color: #0E00C3;
}

.head strong {
    color: #DFDC00;
}

.contact {
    padding: 5rem 0;
}

.contact .head {
    margin: 3rem 0 2rem 0;
}

.form-contact {
    background-color: #FFF;
    padding: 2rem;
}

.form-contact .form-group {
    margin-bottom: 1rem;
}

.form-contact .form-control {
    background: #F2F2F2;
    backdrop-filter: blur(100px);
    border-radius: 64px;
    border: none;
    padding: 0.5rem 1rem;
}

.form-contact textarea {
    background: #F2F2F2;
    backdrop-filter: blur(100px);
    border-radius: 12px;
    width: 100%;
    border: none;
    padding: 0.5rem 1rem;
}

.form-contact .form-control::placeholder,
.form-contact textarea::placeholder {
    color: #717171;
    font-size: 14px;
}

.form-image {
    height: 100%;
}

.form-image img {
    width: 100%;
    height: 100%;
}

.form-contact .send {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background-color: #2514FF;
    color: #FFF;
    margin-top: 2rem;
    border-radius: 64px;
    border: none;
}

.about {
    padding: 5rem 0;
    position: relative;
}

.about p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 1rem;
}

.about img {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0rem;
    z-index: 2;
}

.about::after {
    content: '';
    width: 450px;
    height: 450px;
    position: absolute;
    top: 8rem;
    left: 0rem;
    /*background-color: #0C00A6;*/
    z-index: 1;
}

.mission {
    padding: 3rem 0;
}

.mission-card {
    border: 1px solid #CFCFCF;
    background: #FFFFFF;
    margin-bottom: 2rem;
    padding: 1rem;
}

.mission-card p {
    font-size: 16px;
    color: #666666;
}

.mission  img {
    width: 100%;
}

.vision-card {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    width: 115%;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
}

.fact {
    padding: 5rem 0;
}

.fact-main-card {
    background-color: #FFF;
    box-shadow: 0px 10px 40px 0px #00000014;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1rem;
    height: 500px;
}

.fact-main-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.fact-main-card-image img {
    width: 100%;
    height: 220px;
    transition: height 0.3s ease-in-out;
}

.fact-main-card-body {
    padding: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.fact-main-card-body h3 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.fact-main-card-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.fact-main-card-body span {
    color: #403F3F;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Smooth show/hide animation */
.fact-main-card-body strong {
    color: #161616;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: inline-block; /* Ensures it takes up space while hidden */
    visibility: hidden;
}

.fact-main-card-body strong i {
    color: #DFDC00;
}

/* Hover Effects */
.fact-main-card:hover .fact-main-card-image,
.fact-main-card:hover .fact-main-card-image img {
    height: 260px;
}

.fact-main-card:hover .fact-main-card-body h3 {
    font-size: 20px !important;
}

.fact-main-card:hover .fact-main-card-body p {
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
}

.fact-main-card:hover .fact-main-card-body strong {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

/* Hide smoothly when hover is removed */
.fact-main-card:not(:hover) .fact-main-card-body strong {
    opacity: 0;
    transform: translateX(-20px);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.fact-small-card {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: transparent; /* Default background color */
    transition: background-color 0.8s ease;
    margin-bottom: 1rem;
}

.fact-small-card::before {
    content: "";
    position: absolute;
    bottom: -100%; /* Start from below */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 77, 227, 0.05); /* Background overlay */
    transition: bottom .8s ease-in-out;
}

.fact-small-card:hover::before {
    bottom: 0; /* Move up */
}

.fact-small-card-body {
    padding:  1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    transition: transform .8s ease, padding .8s ease;
    transform: translateY(0);
}

.fact-small-card-body  {
    padding:  1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    transition: transform .8s ease, padding .8s ease;
    transform: translateY(0);
}

.fact-small-card-video-image {
    position: relative;
}

.fact-small-card-video-image i {
    transform: scale(1);
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    z-index: 2;
    transition: all .3s;
}

.fact-small-card-video-image:hover i {
    transform: scale(1.3);
    color: #0C00A6;
    transition: all .3s;
}

.fact-small-card-body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease, color 0.3s ease;
}

.fact-small-card:hover .fact-small-card-body h3 {
    font-size: 16px;
}

.fact-small-card-body p {
    color: #3E3E3E;
    font-size: 16px;
    margin: 0;
    transition: color 0.3s ease;
}

.fact-small-card:hover .fact-small-card-body p {
    color: #0C00A6;
}

.fact-small-card-body span {
    color: #403F3F;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.fact-small-card:hover .fact-small-card-body span {
    /* margin-top: 1rem; */
    transition: all 0.3s ease;
}

.fact-card {
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.fact-card-image {
    height: 220px;
    width: 100%;
    transition: all .6s;
}

.fact-card-image img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.Special-card i {
    color: #B6B300;
    display: flex;
    justify-content: end;
    position: relative;
    right: -100%;
    transition: all .6s;
}

.Special-card:hover i {
    right: 0%;
    transition: all .6s;
}

.fact-card.Special-card .fact-card-image {
    overflow: hidden;
    height: 220px;
}

.fact-card.Special-card {
    height: 420px;
}

.fact-card.Special-card .fact-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .8s;
}

.fact-card.Special-card:hover .fact-card-image {
    width: 100%;
    height: 200px;
    transition: all .8s;
}

.fact-card.Special-card:hover .fact-card-image img {
    width: 100%;
    height: 90%;
    transition: all .8s;
}

.fact-card.new-details-card:hover .fact-card-image img {
    transform: scale(1) !important;
    transition: all .6s;
}

.fact-card.new-details-card:hover {
    box-shadow: 0px 10px 40px 0px #00000034;
    transition: all .6s;
}

.fact-card.new-details-card .fact-card-body .load-more {
    color: #3E3E3E;
    font-size: 16px;
}

.fact-card.new-details-card .fact-card-body .load-more {
    color: #3E3E3E;
    font-size: 16px;
}

.fact-card.new-details-card:hover .fact-card-body .load-more {
    color: #0E00C3;
    text-decoration: underline;
    transition: all .3s;
}

.fact-card.cov-details-card {
    background-color: transparent;
    box-shadow: none;
}

.fact-card.cov-details-card .fact-card-body {
    padding: 1rem 0;
}

.fact-card.cov-details-card:hover .fact-card-image img {
    transform: scale(1) !important;
    transition: all .6s;
}

.fact-card.cov-details-card:hover {
    box-shadow: none;
    transition: all .6s;
}

.fact-card.cov-details-card .fact-card-body .load-more {
    color: #3E3E3E;
    font-size: 16px;
}

.fact-card.cov-details-card:hover .fact-card-body .load-more {
    color: #0E00C3;
    text-decoration: underline;
    transition: all .3s;
}

.fact-card.cov-details-card .fact-card-body p {
    font-size: 16px;
    color: #959595;
    transition: all .3s;
}

.fact-card.cov-details-card:hover .fact-card-body p {
    font-size: 14px;
    transition: all .3s;
}

.fact-card:hover .fact-card-image img {
    transform: scale(1.1);
    transition: all .6s;
}

.fact-card-body {
    padding: 1rem;
}

.fact-card-body h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 0.6rem;
}

.fact-card-body span {
    color: #403F3F;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.myth .fact-card {
    box-shadow: 0px 10px 40px 0px #00000014;
}

.myth {
    padding: 5rem 0;
}

.myth p {
    color: #656565;
    font-size: 14px;
    margin-bottom: 2rem;
}

.myth .fact-card h3  {
    margin-top: .3rem;
}

.myth .fact-card-image {
    height: 220px;
}

.myth .fact-card:hover .fact-card-image img {
    transform: scale(1.1);
    transition: all .6s;
}

.myth .fact-small-card {
    margin-top: 1rem;
}

.myth .fact-small-card {
    background-color: #FFF;
}

.myth .fact-small-card p {
    margin: 0;
}

.myth .fact-card p {
    margin-bottom: .5rem;
}

.myth .fact-small-card-body p {
    color: #3E3E3E;
    font-size: 16px;
    margin: 0;
    transition: color 0.3s ease;
}

.myth .fact-small-card:hover .fact-small-card-body p {
    color: #222;
}

.fact-small-card-body span strong {
    transition: all 0.3s ease;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    right: -100%;
}
.fact-card-body span strong {
    transition: all 0.3s ease;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    right: -100%;
}

.fact-news-card-home:hover .fact-card-image img  {
    transform: scale(1) !important;
}

.fact-news-card-home {
    background-color: transparent !important;
    box-shadow: none !important;
    transition: all .8s ease;
}

.fact-news-card-home .fact-card-image {
    height: 400px;
}

.fact-news-card-home .fact-card-image img {
    height: 400px;
}

.fact-news-card-home:hover {
    background-color: #FFF;
    box-shadow: 0px 10px 40px 0px #00000014 !important;
    transition: all .8s ease;
}

.fact-news-card-home .fact-card-body h3 {
    transition: all .8s;
}

.fact-news-card-home .fact-card-body p {
    transition: all .8s;
}

.fact-news-card-home:hover .fact-card-body h3 {
    font-size: 16px;
    transition: all .8s;
}

.fact-news-card-home:hover .fact-card-body p {
    font-size: 14px;
    transition: all .8s;
}

.fact-small-card:hover .fact-small-card-body span strong {
    transition: all 0.3s ease;
    right: 0%;
}

.fact-cap-small-card.fact-small-card:hover .fact-small-card-image {
    width: 140px;
    transition: all 0.3s ease;
}

.fact-cap-small-card.fact-small-card:hover .fact-small-card-image img {
    width: 140px;
    transition: all 0.8s ease;
}

.fact-cap-small-card.fact-small-card.fact-cu .fact-small-card-image {
    width: 200px;
    transition: all 0.3s ease;
}

.fact-cap-small-card.fact-small-card.fact-cu .fact-small-card-image img {
    width: 200px;
    transition: all 0.8s ease;
}

.fact-cap-small-card.fact-small-card.fact-cu:hover .fact-small-card-image {
    width: 160px;
    transition: all 0.3s ease;
}

.fact-cap-small-card.fact-small-card.fact-cu:hover .fact-small-card-image img {
    width: 160px;
    transition: all 0.8s ease;
}

.fact-small-card-body span strong i {
    color: #DFDC00;
    margin-left: 0.5rem;
    transition: all 0.8s ease;
}

.fact-card span strong {
    right: -100%;
    position: relative;
    justify-content: end;
    align-items: center;
    transition: all 0.3s ease;
}

.fact-card span strong i {
    color: #DFDC00;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}

.fact-card:hover span strong {
    right: 0%;
    transition: all 0.3s ease;
}

.fact-small-card:hover .fact-small-card-body span {
    /* margin-top: 1rem; */
    transition: all 0.3s ease;
}

.fact-small-card:hover .fact-small-card-body span strong {
    display: flex;
    transition: all 0.3s ease;
}

.fact-small-card-image {
    width: 160px;
    position: relative;
    height: 180px;
    transition: all 0.3s ease;
}
.fact-small-card-image img {
    width: 160px;
    height: 180px;
    transition: all 0.3s ease;
}

.fact-small-card:hover .fact-small-card-image {
    width: 160px;
    height: 180px;
    transition: all 0.3s ease;
}

.fact-small-card:hover .fact-small-card-image img {
    width: 160px;
    height: 180px;
    transition: all 0.3s ease;
}

.destinations-main-card {
    background-color: transparent;
    /* box-shadow: 0px 10px 40px 0px #00000014; */
    transition: all 0.3s ease-in-out;
}

.destinations-main-card-image {
    width: 100%;
    height: 420px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.destinations-main-card-image img {
    width: 100%;
    height: 500px;
    transition: height 0.3s ease-in-out;
}

.destinations-main-card-body {
    padding: 1.5rem 0;
    transition: all 0.3s ease-in-out;
}

.destinations-main-card-body h3 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.destinations-main-card-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.destinations-main-card-body span {
    color: #403F3F;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Smooth show/hide animation */
.destinations-main-card-body strong {
    color: #161616;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: inline-block; /* Ensures it takes up space while hidden */
    visibility: hidden;
}

.destinations-main-card-body strong i {
    color: #DFDC00;
}

.tips-card {
    /* background: #FFFFFF; */
    /* border: 1px solid #CFCFCF; */
    /* padding: 2rem 1rem; */
}

.tips-card-body {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    height: 100%;
}

.tips-card-body div {
    display: flex;
    background: #FFFFFF;
    flex-flow: column;
    justify-content: center;
    height: 80%;
    border: 1px solid #CFCFCF;
    border-left: none;
    padding: 2rem 1rem;
}

.tips-card-image {
    width: 100%;
    height: 100%;
}

.tips-card-image img {
    width: 100%;
    height: 100%;
}

.tips-card-body h3 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.tips-card-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.view {
    background-color: #2514FF;
    border: none;
    border-radius: 24px;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    color: #FFFFFF;
    width: 140px;
    text-align: center;
    transition: all .3s;
}

.view:hover {
    background-color: #2514FF;
    border: none;
    border-radius: 24px;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    color: #FFFFFF;
    /* width: 160px; */
    text-align: center;
}


.coverage-main-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 574px;
    position: relative;
    margin-bottom: 1rem;
}

.coverage-main-card.lifestyle-card {
    background-size: 100% 100%;
    transition: background-size 0.8s ease-in-out;
}

.coverage-main-card.lifestyle-card:hover {
    background-size: 110% 110%;
    transition: background-size 0.8s ease-in-out;
}

.coverage-main-card.lifestyle-card .coverage-main-card-body p {
    padding-bottom: 0rem;
    transition: padding-bottom 0.8s ease-in-out;
}

.coverage-main-card.lifestyle-card:hover .coverage-main-card-body p {
    padding-bottom: 4rem;
    transition: padding-bottom 0.8s ease-in-out;
}

.coverage-main-card.lifestyle-card span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #737171;
    font-size: 14px;
    margin-top: 1rem;
}

.coverage-main-card-body {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 9.9%, rgba(34, 34, 34, 0.9) 100%);
    height: 574px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding: 2rem 1rem;
}

.coverage-main-card-body h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin: 1rem 0;
    transition: font-size 0.3s ease-in-out;
}

.coverage-main-card:hover .coverage-main-card-body h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.coverage-main-card-body p {
    color: #DCDCDC;
    font-size: 16px;
    transition: font-size 0.3s ease-in-out;
}

.coverage-main-card-body span {
    color: #403F3F;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cov-button {
    color: #FFF !important;
    display: flex;
    justify-content: end !important;
    font-size: 14px;
    position: relative;
    right: -100%;
    transition: right 0.3s ease-in-out;
}

.coverage-main-card:hover .cov-button {
    right: 0%;
    transition: right 0.3s ease-in-out;
}

.cov-button i {
    color: #B6B300;
    margin-left: .5rem;
}

.entertainment {
    background-color: #FFF;
    padding: 1rem;
}

.podcast {
    background-image: url("../img/Pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}

.podcast .fact-card {box-shadow: 0px 10px 40px 0px #00000014;
}

.video {
    background-color: #FFF;
    padding: 1.4rem 2rem;
}

.podcast-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
}

.podcast-card {
    background: transparent;
    /* border: 1px solid #CFCFCF; */
    /* padding: 2rem 1rem; */
}

.podcast-card-body {
    display: flex;
    background: transparent;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    /* border: 1px solid #CFCFCF; */
    border-left: none;
    padding: 2rem 1rem;
}

.podcast-card-image {
    width: 100%;
    position: relative;
    height: 100%;
}

.podcast-card-image img {
    width: 100%;
    height: 100%;
}

.podcast-card-body h3 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.podcast-card-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.podcast-card-body span {
    font-size: 15px;
    color: #B6B300;
    padding: 0 .5rem;
    text-align: center;
    margin-bottom: 1rem;
    border: 1px solid #B6B300;
    border-radius: 24px;
    width: 120px;
}


.news-card {
    /* background: #FFFFFF; */
    /* border: 1px solid #CFCFCF; */
    /* padding: 2rem 1rem; */
    position: relative;
}

.news-card-body {
    display: flex;
    background: #FFFFFF;
    flex-flow: column;
    justify-content: center;
    position: relative;
    top: 10%;
    width: 105%;
    right: 5%;
    height: 80%;
    border: 1px solid #CFCFCF;
    /* border-left: none; */

    padding: 2rem 1rem;
}

.news-card-image {
    width: 100%;
    height: 100%;
}

.news-card-image img {
    width: 100%;
    height: 100%;
}

.news-card-body h3 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    transition: font-size 0.3s ease-in-out;
}

.news-card-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.details {
    /* background-position: center; */
    background-size: 100% 35%;
    background-repeat: no-repeat;
    padding: 8rem 0 5rem 0;
}

.details h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: .3rem;
    color: #FFF;
}

.details .utility-links a {
    color: #BABABA;
    font-size: 14px;
}

.details .utility-links a i {
    margin: 0 .5rem;
}

.details .utility-links span {
    font-size: 16px;
    color: #FFFFFF;
}

.details .details-card {
    background-color: #FFF;
    padding: 3rem 5rem;
    margin-top: 2rem;
}

.details .view {
    display: block;
    margin-bottom: 1rem;
}

.details span {
    font-size: 16px;
    color: #636363;
}

.details h2 {
    font-size: 42px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.details img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    margin-bottom: 1rem;
}

.details .details-video {
    width: 100%;
    height: 600px;
    margin-bottom: 1rem;
}

.details p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 1rem;
}

.details-media {
    display: flex;
    align-items: center;
}

.details-media i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
    color: #FFF;
    font-size: 14px;
}

.audio-details {
    width: 100%;
    margin-bottom: 2rem;
}

.home-feature {
    padding: 4rem 0;
    position: relative;
    background-color: #F4F4F4;
    overflow: hidden;
}

.home-feature .swiper-container {
    width: 100%;
    overflow: hidden;
}

.home-feature .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: calc(25% - 10px) !important;
    height: 504px;
}

.home-feature .swiper-slide.swiper-slide-active {
    width: calc(50% - 10px) !important;
}

.home-feature .swiper-slide.swiper-slide-active img {
    object-fit: cover;
    object-position: center top;
    transition: all .6s ease-in-out;
}

.home-feature .swiper-slide.swiper-slide-active p {
    opacity: 1;
    font-size: 18px;
    transition: all .5s ease-in;
}

.home-feature .fact-card {
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
    background-color: transparent;
    height: 100%;
}

.home-feature .fact-card-image {
    height: 220px;
    width: 100%;
    transition: all .6s;
}

.home-feature .fact-card-image img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.home-feature .fact-card:hover .fact-card-image img {
    transform: scale(1.1);
    transition: all .6s;
}
.home-feature .fact-card:hover {
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: color 0.3s ease;
}

.home-feature .fact-card-body {
    padding: 1rem;
    height: 280px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.home-feature .fact-card-body h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 0.6rem;
}

.home-feature .fact-card-body span {
    color: #4D4D4D;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
    font-weight: 400;
}

.home-feature .fact-card-body p {
    color: #666666;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    transition: color 0.3s ease;
}

.home-feature .fact-card-body .category {
    color: #2C1CFF;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.home-feature p {
    color: #656565;
    font-size: 14px;
    margin-bottom: 2rem;
}

.swiper-buttons {
    position: absolute;
    top: 2rem;
    display: flex;
    align-items: center;
    right: 2rem;
}

.swiper-buttons i {
    width: 40px;
    height: 40px;
    background-color: #161616;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 .5rem;
}

.most-read {
    padding: 4rem 0;
    position: relative;
    background-color: #F4F4F4;
    overflow: hidden;
}

.swiper-most-container {
    overflow: hidden;
}

.swiper-most-buttons {
    /* position: absolute;
    top: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    /* right: 2rem; */
}

.swiper-most-buttons i {
    width: 40px;
    height: 40px;
    background-color: #161616;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 .5rem;
}

.most-read .category {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    width: 100px;
    text-align: center;
    padding: .4rem 1rem;
    background-color: #2C1CFF;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.swiper-pagination {
    position: unset;
    width: auto !important;
    margin: 1rem;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    background-color: #F6F308;
}

.home-about {
    padding: 5rem 0;
    background-image: url("../img/image\ \(26\).png");
    background-position: center;
    background-size: cover;
}

.home-about h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 1rem;
}

.home-about h2 span {
    color: #DFDC00;
}

.home-about p {
    color: #E1E1E1;
    font-size: 16px;
    margin-bottom: 1rem;
}

.home-about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.home-about img {
    object-fit: contain;
    width: 60%;
}

.newsletter {
    padding: 5rem 0;
    background-image: url("../img/image\ \(27\).png");
    background-position: center;
    background-size: cover;
}

.newsletter-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 70%;
    margin: auto;
}

.newsletter-layout h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 1rem;
}

.newsletter-layout h2 span {
    color: #DFDC00;
}

.newsletter-layout p {
    color: #E1E1E1;
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
}

.newsletter-layout form input {
    background: #FFFFFF;
    backdrop-filter: blur(100px);
    border-radius: 24px;
    padding: .4rem 1rem;
    border: none;
    /* width: 100px; */
}

.newsletter-layout form button {
    width: 165px;
}

.home-headline {
    padding: 5rem 0;
    background-image: url("../img/Pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.coverage-main-card {
    overflow: hidden;
}

.coverage-main-card span  {
    color: #BABABA;
}
.coverage-main-card span strong {
    position: relative;
    right: -120%;
    color: #BABABA;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    transition: right 0.3s ease;
}

.coverage-main-card span strong i {
    color: #DFDC00;
    margin-left: 0.5rem;
    transition: color 0.3s ease;
}

.coverage-main-card:hover span strong {
    right: 0%;
}

.tab-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    background-color: #f1f1f1;
    border-radius: 36px;
    border: 1px solid #D3D3D3;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
}

.tab-button {
    padding: 8px 26px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    /* border-radius: 5px; */
}

.tab-button.active {
    background-color: #2C1CFF;
    color: white;
}

.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}


.podcast-button:hover {
    background-color: #0C00A6;
    transition: all .3s;
}

.fact-podcast-details-card {
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.fact-podcast-details-card {
    height: 220px;
    width: 100%;
    transition: all .6s;
}

.fact-podcast-details-card img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.fact-podcast-details-card .fact-podcast-details-card img {
    transform: scale(1.1);
    transition: all .6s;
}

.fact-podcast-details-card {
    padding: 1rem;
}

.fact-podcast-details-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 0.6rem;
}

.fact-podcast-details-card span {
    color: #403F3F;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
}

.video-small-card {
    position: relative;
    box-shadow: 0px 10px 40px 0px #0000000F;
    transition: all .3s;
    background-color: #FFF;
}

.video-small-card:hover {
    box-shadow: 0px 10px 60px 0px #0000002e;
    transition: all .3s;
}

.video-small-card:hover .video-card-image i {
    transform: scale(1.3);
    color: #0C00A6;
    transition: all .3s;
}

.video-card-image {
    position: relative;
    /* height: 220px; */
    /* margin-bottom: 1rem; */
}

.video-card-image img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.video-card-image i {
    transform: scale(1);
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    z-index: 2;
    transition: all .3s;
}

.video-card-body {
    padding: 1rem;
}

.video-card-body h3 {
    font-size: 14px;
    color: #161616;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.video-small-card span {
    font-size: 14px;
    color: #4D4D4D;
}

a:hover {
    text-decoration: none;
}

.swiper-container .fact-card:hover {
    background-color: transparent;
    text-decoration: none;
}

.home-feature .swiper-slide.swiper-slide-active .fact-card {
    background-color: #FFF;
}

.swiper-container .fact-card:hover .fact-card-image img {
    transform: scale(1);
}

.fact-small-card-image-height .fact-small-card-image {
    height: 238px !important;
}

.fact-small-card-image-height .fact-small-card-image img {
    height: 238px !important;
}

.fact-small-card-image-height:hover .fact-small-card-image,
.fact-small-card-image-height:hover .fact-small-card-image img {
    height: 238px !important;
}

.fact-card-cap-main:hover .fact-main-card-image,
.fact-card-cap-main:hover .fact-main-card-image img {
    height: 220px !important;
}

.Entertainment-card {
    background-color: #F9F9F9;
    height: 575px;
}

.Entertainment-card .destinations-main-card-image,
.Entertainment-card .destinations-main-card-image img {
    height: 350px !important;
    transition: all .8s;
}

.Entertainment-card:hover .destinations-main-card-body h3 {
    font-size: 18px;
    transition: all .8s;
}

.Entertainment-card:hover .destinations-main-card-image,
.Entertainment-card:hover .destinations-main-card-image img {
    height: 300px !important;
    transition: all .8s;
}

.Entertainment-card .destinations-main-card-body {
    padding: 1rem;
}

.person {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem 0;
}

.person img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    margin-right: 1rem;
}

.person span {
    color: #222222;
    font-size: 16px;
    margin: 0;
}









.slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
.slider-control.inactive {
    cursor: auto;
    opacity: .3;
}
.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}
.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    /* position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0; */
    margin: 0 1rem;
    list-style-type: none;
}
.slider-pagi__elem {
    position: relative;
    display: inline-block;
    /* vertical-align: top; */
    width: 8px;
    height: 8px;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: #CCC;
    cursor: pointer;
}
.slider-pagi__elem.active {
    background-color: #F6F308;
}
/* .slider-control.inactive {
  opacity: .3;
  background: #7c7c7c3e;
} */
/* .slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
} */

.slider {
    z-index: 1;
    position: relative;
    height: 100vh;
    /* overflow: hidden; */
}
.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
    background-position: center center;
}
.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-3.jpg");
}
.slide .slide__overlay-path {
    fill: #0000005e;
}
.slide:nth-child(2) {
    left: 100%;
}
.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-2.jpg");
}
.slide:nth-child(3) {
    left: 200%;
}
.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-1.jpg");
}
.slide:nth-child(4) {
    left: 300%;
}
.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(5) .slide__bg {
    left: -200%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(6) {
    left: 500%;
}
.slide:nth-child(6) .slide__bg {
    left: -250%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(7) {
    left: 600%;
}
.slide:nth-child(7) .slide__bg {
    left: -300%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(8) {
    left: 700%;
}
.slide:nth-child(8) .slide__bg {
    left: -350%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(9) {
    left: 800%;
}
.slide:nth-child(9) .slide__bg {
    left: -400%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(10) {
    left: 900%;
}
.slide:nth-child(10) .slide__bg {
    left: -450%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}
.slide__overlay path {
    opacity: 0.8;
}
.slide__text {
    position: absolute;
    width: 50%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
}
@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        /* height: 20rem; */
        text-align: start;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }
}
.slide__text-heading {
    font-size: 36px;
    font-weight: bold;
    color: #FCFCFC;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .slide__text-heading {
        line-height: 28px;
        font-size: 18px;
    }
}
.slide__text-desc {
    font-size: 18px;
    color: #F6F308;
    margin-bottom: 1.5rem;
}
.slide__text h3 {
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 1rem;
}
.slide__text h3 span {
    color: #F6F308;
}
@media (max-width: 768px) {
    .slide__text-desc {
        font-size: 14px;
    }
    .slide__text h3 {
        font-size: 14px;
    }
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    perspective: 1000px;
}
@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}
.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
}
.slide__text-link:hover:before {
    transform: rotateX(0);
}



.slide__overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(20%, 0, 0) rotateY(180deg);
    opacity: 0;
}

.slide:nth-child(1) .slide__text {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
}

.slide:nth-child(2) .slide__text {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
}

.slide:nth-child(3) .slide__text {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
}

.slide.active .slide__text {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }

    .slide__text {
        left: 0;
        top: 50%;
        width: 100%;
        /* text-align: center; */
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }

    .slide.active .slide__text {
        transform: translateY(0);
    }
}

.slider-arrows {
    position: absolute;
    bottom: 3%;
    left: 10%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 4;
    pointer-events: none; /* Allow clicks to pass through to the slider */
}

.slider-arrow {
    pointer-events: all; /* Enable clicks on the arrows */
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* color: #fff; */
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.slider-arrow--prev {
    margin-left: 1rem;
}

.slider-arrow--next {
    margin-right: 1rem;
}






















@media (max-width: 1024px) {
    .about img {
        position: unset;
        right: 0;
        width: 100%;
    }
    .about::after {
        position: unset;
        z-index: -1;
    }
    .vision-card {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .home-feature .swiper-slide:nth-child(1) {
        width: calc(50% - 7px) !important;
    }
    .home-feature .swiper-slide {
        width: calc(50% - 7px) !important;
    }
}



@media (max-width: 768px) {
    .home-feature .swiper-slide:nth-child(1) {
        width: 100% !important;
    }
    .home-feature .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
    .video-small-card {
        margin-bottom: 1rem;
    }
    .home-feature .swiper-slide {
        width: 100% !important;
    }
    .tab-buttons {
        display: none;
    }
    .cookie {
        padding: 1rem;
    }
    .newsletter-layout {
        width: 100%;
        margin: auto;
    }
    .about img {
        position: unset;
        right: 0;
    }
    .about::after {
        position: unset;
        z-index: -1;
    }
    .form-image {
        margin-top: 1rem;
    }
    .form-details {
        flex-flow: column;
    }
    .form-details span {
        margin-bottom: 1rem;
    }
    .head {
        font-size: 24px;
    }
    .home-feature p {
        font-size: 12px;
    }
    .fact-small-card-body p {
        font-size: 14px;
    }
    .fact-small-card-body span {
        font-size: 12px;
    }
    .fact-small-card-body h3 {
        font-size: 18px;
    }
    .fact-small-card:hover .fact-small-card-body h3 {
        font-size: 14px;
    }
    .news-card-body {
        display: flex;
        background: #FFFFFF;
        flex-flow: column;
        justify-content: center;
        position: unset;
        top: 0%;
        width: 100%;
        right: 0%;
        height: 100%;
    }
    /* .fact-small-card-image {
      width: 120px;
      transition: all 0.3s ease;
    }
    .fact-small-card-image img {
      width: 120px;
      height: 100%;
      transition: all 0.3s ease;
    } */
    .details .details-card {
        padding: 1rem;
    }

    .details h1{
        font-size: 25px;
    }

    .home-feature .swiper-buttons {
        top: -.5rem;
        right: 1rem;
    }

    .details h2{
        font-size: 23px;
    }

    .details-media li:first-child {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .details-media li {
        width: 19%;
    }

    .details-media{
        flex-wrap: wrap;
    }
}
