.text-ellipsis-2,
.text-ellipsis-3,
.text-ellipsis-4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#destination .wrapper-item-destination,
#gallery-foto .wrapper-item-gallery,
.heading {
    margin-bottom: 3rem
}

#destination .swiper-button-next:after,
#destination .swiper-button-prev:after {
    content: url(/assets/images/destination/arrow.svg)
}

@font-face {
    font-family: IDGD_SANS_BOOK;
    src: url(../webfonts/IDGDSans-Book.woff2)
}

@font-face {
    font-family: IDGD_SANS_BOLD;
    src: url(../webfonts/IDGD_SANS_BOLD.woff2)
}

body,
html {
    font-family: IDGD_SANS_BOOK
}

:root {
    --Primary: #D94148;
    --Dark-900: #222222;
    --Dark-800: #11142D;
    --Light-100: #F2F2F2;
    --Light-200: #979797
}

a {
    color: inherit;
    text-decoration: unset
}

.text-ellipsis-2 {
    -webkit-line-clamp: 2
}

.text-ellipsis-3 {
    -webkit-line-clamp: 3
}

.text-ellipsis-4 {
    -webkit-line-clamp: 4
}

.heading_with_bg {
    background: url(../images/heading.jpg) center/cover no-repeat;
    padding: 30px 0 60px;
    text-align: center;
    height: 0;
    overflow: hidden
}

.heading,
.heading-2 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: .5px solid #515151
}

.heading_with_bg .title {
    font-family: IDGD_SANS_BOLD;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0
}

.heading_with_bg .subtitle {
    color: #cecbcb;
    font-size: 24px
}

.heading .heading-title,
.heading-2 .heading-title,
.section-media-single .heading-single h1 {
    font-size: 38px;
    font-family: IDGD_SANS_BOLD
}

.heading-2 {
    margin-bottom: 1rem
}

.heading-2::before,
.heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: var(--Primary)
}

.breadcrumb-item.active {
    color: var(--Primary);
    font-weight: 700
}

.button-primary,
header .navbar-nav .dropdown-menu .dropdown-item:active,
header .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--Primary);
    color: #fff
}

.button-primary:hover {
    background-color: #fff;
    color: var(--Primary)
}

.button-more-grey {
    background: var(--Light-100);
    color: var(--Dark-900);
    width: 100%;
    padding: 15px
}

.button-more-grey:hover {
    border: 1px solid var(--Light-200)
}

.section-30-0 {
    padding: 30px 0
}

.section-30-0-0 {
    padding: 30px 0 0
}

.section-90-0 {
    padding: 60px 0 0
}

.section {
    height: 100vh
}

header .top-header {
    padding: 20px 0;
    border-bottom: 1px solid #11142d
}

header .navbar {
    display: block;
    border-bottom: 1px solid #11142d
}

header .navbar.sticky {
    background-color: var(--Light-100);
    transition: .4s;
    position: fixed;
    width: 100%;
    top: -1px;
    border-bottom: 0;
    box-shadow: -8px -4px 9px 0 rgb(0 0 0 / 90%);
    z-index: 99
}

.media-post .card,
header .navbar-toggler {
    border: 0
}

header .navbar-toggler:focus {
    box-shadow: unset
}

header .main-logo img {
    width: 250px
}

header .navbar .nav-item:not(:last-child) {
    margin-right: 20px
}

header .navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--Dark-800)
}

header .navbar-form {
    padding: 0 12px;
    margin: 0;
    height: 30px;
    border: 1px solid #e1e1e1;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 15px;
    font-size: 12px
}

header .navbar-form input[type=search] {
    border: 0;
    width: 85%;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    background: 0 0
}

header .navbar-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    border: 0;
    line-height: 28px;
    padding: 0 12px;
    border-left: 1px solid #e1e1e1
}

header .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -webkit-animation: .3s alternate fadeIn;
    animation: .3s alternate fadeIn;
    padding-bottom: 0
}

header .navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc
}

header .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.media-post .grid-media-post .card:not(:first-child) img,
.media-post .grid-media-post.grid-v2 .card:not(:first-child) .card-text,
header .navbar .inner-canvas,
header .navbar .logo-idgd,
header .navbar.sticky .logo-idgd {
    display: none
}

.media-post .grid-media-post.grid-v2 .card:not(:first-child) img,
header .navbar.sticky .inner-canvas {
    display: block
}

#gallery-foto .hero-wrapper,
.media-post .grid-media-post.grid-v2 .wrapper-media-img,
.section-list-media-post .wrapper-media-img,
.section-main-hero .swiper-slide .hero-image,
.section-media .media-slide .wrapper,
.section-media-single .heading-single .meta .list-inline-item,
.section-media-single .image-detail-wrapper,
.wrapper-img-aside {
    position: relative
}

.section-main-hero .swiper-slide .hero-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.overlay-hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, .266) 0, rgba(0, 0, 0, .7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: .5s
}

.overlay-hero:hover {
    opacity: 1
}

.section-main-hero .swiper-slide .hero-image .hero-text {
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 50px;
    width: 70%
}

#gallery-foto .list-inline-item,
.section-main-hero .swiper-slide .hero-image .hero-text .meta,
.section-main-hero .swiper-slide .hero-image .hero-text h1,
footer .single_footer p,
footer .single_footer_address ul li {
    color: #fff
}

.section-main-hero .swiper-slide .hero-image .hero-text h1 {
    font-size: 40px;
    font-family: IDGD_SANS_BOLD
}

.media-post {
    margin: 30px 0 0
}

#gallery-foto .wrapper-item-gallery img,
.media-post .card img {
    border-radius: 7px
}

.media-post .card .card-body {
    padding-left: 0;
    padding-right: 0
}

.aside .card .list-inline-item,
.media-post .card .list-inline .list-inline-item {
    font-size: 14px
}

.media-post .card h2.card-title {
    font-weight: 700;
    font-size: 30px
}

.media-post .card p.card-text {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 120%
}

.media-post .grid-media-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    padding-bottom: 1.5rem;
    position: relative
}

.media-post .grid-media-post.grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 1.5rem;
    position: relative
}

.media-post .grid-media-post.grid-v2 .wrapper-media-img .badge-media,
.section-list-media-post .wrapper-media-img .badge-media,
.wrapper-img-aside .badge-media {
    background-color: #d32f2f;
    color: #fff;
    position: absolute;
    right: 0;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.media-post .grid-media-post .card:first-child {
    grid-area: 1/1/2/4;
    max-width: 50%;
    margin: auto
}

.media-post .grid-media-post .card:nth-child(2) {
    grid-area: 2/1/3/2
}

.media-post .grid-media-post .card:nth-child(3) {
    grid-area: 2/2/3/3
}

.media-post .grid-media-post .card:nth-child(4),
.media-post .grid-media-post.grid-v2 .card:nth-child(4) {
    grid-area: 2/3/3/4
}

.media-post .grid-media-post.grid-v2 .card:first-child {
    grid-area: 1/1/3/3;
    max-width: 100%;
    margin-top: 0
}

.media-post .grid-media-post.grid-v2 .card:nth-child(2) {
    grid-area: 1/3/2/4
}

.media-post .grid-media-post.grid-v2 .card:nth-child(3) {
    grid-area: 1/4/2/5
}

.media-post .grid-media-post.grid-v2 .card:nth-child(5) {
    grid-area: 2/4/3/5
}

.media-post .card.card:not(:first-child) h2.card-title,
.section-list-media-post .wrapper-media .card h2.card-title {
    font-size: 28px
}

.media-post .grid-media-post.grid-v2 .card.card:not(:first-child) h2.card-title {
    font-size: 22px
}

.media-post .grid-media-post.grid-v2 .card .card-text {
    font-size: 18px;
    margin-top: 10px
}

.section-grid-media-post .card .card-title {
    font-weight: 700;
    font-size: 16px
}

#destination .section-list-destination .card-body .card-:hover,
#destination .swiper-button-prev::after,
#gallery-foto .wrapper-item-gallery .card-body .card-title:hover,
.section-grid-media-post .card .list-inline-item:first-child,
.section-list-media-post .wrapper-media .card .list-inline.meta .list-inline-item:first-child,
.swiper-button-next::after,
footer .copyright a:hover,
footer .single_footer ul li a:hover {
    color: var(--Primary)
}

.section-grid-media-post .card .list-inline-item {
    font-weight: 700
}

.section-grid-media-post .search-media img {
    height: 300px;
    object-fit: cover;
    -o-object-fit: cover
}

.section-list-media-post .submenu-category {
    margin-bottom: 2rem
}

.section-list-media-post .submenu-category .item a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    background: #e7e7e7;
    padding: 5px 10px;
    border-radius: 7px;
    margin-top: 10px
}

.section-list-media-post .submenu-category .item a:not(:first-child) {
    margin-left: 1rem
}

.section-list-media-post .wrapper-media .card {
    margin-bottom: 3rem;
    position: relative
}

.section-list-media-post .wrapper-media .card:not(:first-child):before {
    position: absolute;
    content: "";
    height: .5px;
    width: 100%;
    background: #8f8f8f;
    margin-top: -25px
}

.section-list-media-post .wrapper-media .card img {
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 7px
}

.section-list-media-post .wrapper-media .card:last-child {
    margin-bottom: 0
}

.section-list-media-post .wrapper-media .card p.card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .005em;
    margin-bottom: 10px;
    width: 80%
}

.section-list-media-post .wrapper-media .card .list-inline.meta .list-inline-item {
    font-weight: 700;
    font-size: 16px;
    color: var(--Light-200)
}

.section-list-media-post .wrapper-media .card .divider {
    background: #515151;
    height: 1px
}

.section-media-single .image-detail-wrapper .badge-media {
    background-color: #d32f2f;
    color: #fff;
    position: absolute;
    right: 0;
    margin-top: 15px;
    padding: 5px 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.aside,
.section-list-table table tbody tr td {
    padding: 30px
}

.section-media-single .heading-single .meta,
.section-media-single .heading-single .writer {
    color: #777;
    font-size: 16px;
    font-style: italic
}

.section-media-single .heading-single .meta {
    font-style: unset
}

.section-media-single .heading-single .meta .list-inline-item:first-child:before {
    position: absolute;
    content: "";
    height: 90%;
    width: 1px;
    background: #777;
    right: -8%
}

.section-media-single .content-media-single .wrapper-content-single {
    line-height: 125%;
    letter-spacing: .005em;
    color: #515151;
    margin-bottom: 2rem
}

.section-media-single .media-detail-taiching {
    font-family: IDGD_SANS_BOLD;
    font-style: italic;
    font-size: 18px
}

.section-media-single .detail-wrapper-text {
    text-align: justify
}

.section-media-single .detail-wrapper-text p {
    font-size: 18px;
    line-height: 1.5rem
}

.bottom-field-single .share .title {
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--Dark-800);
    margin-bottom: 1rem
}

.bottom-field-single .share .list-inline .list-inline-item {
    font-size: 36px
}

.bottom-field-single .tags a {
    background-color: var(--Light-100);
    color: var(--Light-200);
    padding: 10px 20px
}

.aside {
    border: 1px solid #e3e4e8
}

.aside .aside-heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.5rem;
    font-family: IDGD_SANS_BOLD
}

.aside .card .card-title {
    font-family: IDGD_SANS_BOLD;
    font-size: 16px
}

.pagination-area {
    margin-top: 5rem
}

.pagination-area .page-item a {
    color: #515151;
    border: 0;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x)
}

.pagination-area .page-item a:focus {
    box-shadow: none;
    border-radius: 4px
}

.pagination-area .page-item.active a {
    background-color: var(--Primary);
    color: #fff;
    border-radius: 4px
}

.pagination-area .page-item:not(:first-child) a {
    margin-left: 20px
}

#galery-detail-foto .section-gallery-detail-foto .wrapper-gallery-detail-foto .galeri-detail-information,
#infografis .section-infografis .wrapper-infografis .infografis-information,
.section-gallery-video .wrapper-gallery-video .video-information {
    background-color: var(--Light-100);
    padding: 30px
}

#galery-detail-foto .section-gallery-detail-foto .wrapper-gallery-detail-foto .galeri-detail-information .title,
#infografis .section-infografis .wrapper-infografis .infografis-information .title,
.section-gallery-video .wrapper-gallery-video .video-information h1.title {
    font-weight: 700;
    font-size: 28px;
    color: var(--Dark-900)
}

.section-gallery-video .wrapper-gallery-video .video-information .list-inline-item {
    font-weight: 700;
    font-size: 16px;
    color: var(--Primary)
}

#infografis .section-infografis .wrapper-infografis .infografis-information .description p,
.section-gallery-video .wrapper-gallery-video .video-information .description {
    font-weight: 400;
    font-size: 16px;
    width: 80%
}

.section-list-table table {
    border-collapse: separate;
    border-spacing: 0 25px;
    padding: 0 30px
}

.section-list-table table>thead {
    border-color: var(--Dark-900)
}

.section-list-table table>thead>tr>th {
    font-weight: 800
}

.section-list-table table tbody tr {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .15);
    border-radius: 8px
}

.section-list-table table tbody tr td.area {
    width: 30%
}

.section-list-table table.table-president thead th {
    font-size: 28px;
    font-weight: 700
}

.section-list-table table.table-religion thead th {
    font-size: 20px
}

.section-list-table table.table-religion thead th.place {
    width: 15%
}

.section-list-table table.table-religion thead th.explanation {
    width: 50%
}

.section-list-table table.table-religion tbody tr td {
    padding: 15px;
    vertical-align: middle
}

.section-list-table table.table-president .icon-link {
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 14px;
    color: #337ab7
}

.section-profile .indonesia-map {
    padding-bottom: 3rem
}

.section-profile .profile-circle-direct {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center
}

.section-profile .profile-circle-direct .profile-item {
    padding: 1rem
}

footer {
    background: url(../images/bg-footer.jpg) center/cover no-repeat;
    padding: 70px 0 40px
}

footer .single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px
}

footer .contact_social ul,
footer .single_footer ul,
footer .social_profile ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px
}

footer .single_footer ul {
    height: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

footer .single_footer ul li a {
    text-decoration: unset;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize
}

footer .single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px
}

footer .subscribe input[type=email] {
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    width: 100%
}

footer .subscribe button.subscribe_button {
    color: #fff;
    background: var(--Primary);
    border-radius: 8px;
    padding: 10px 20px
}

footer .social_profile {
    margin-top: 40px
}

footer .social_profile ul li {
    float: left
}

footer .social_profile ul li a {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    text-transform: uppercase;
    transition: .3s;
    margin: 0 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block
}

@media only screen and (max-width:768px) {
    footer .single_footer {
        margin-bottom: 30px
    }
    footer .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    footer .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

footer .social_profile ul li a:hover {
    background: var(--Primary);
    border: 1px solid var(--Primary);
    color: #fff;
    border: 0
}

footer .copyright {
    margin-top: 0;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center
}

footer .copyright a {
    color: #01c7e9;
    transition: .2s
}

#destination .section-list-destination .card-body .card-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: .005em;
    color: #222;
    transition: .5s
}

#destination .section-list-destination .card-body .card-text {
    max-width: 95%;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: .005em
}

#destination .section-list-destination .card-body .list-inline {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #515151
}

#destination .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

#destination .placement {
    position: absolute;
    top: 9%;
    right: 2%
}

#destination .pt-32 {
    padding-top: 32px
}

#destination .wrapper-arrow {
    padding: 10px;
    width: 8%;
    display: flex
}

#destination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    width: 20px;
    height: 9px;
    border-radius: 6px;
    background: var(--Primary)
}

#destination .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-top: 10px
}

#destination .swiper-button-prev:after {
    rotate: 180deg
}

#gallery-foto .hero-wrapper img {
    height: 100vh;
    object-fit: cover;
    -o-object-fit: cover
}

#gallery-foto .hero-text {
    position: absolute;
    max-width: 40%;
    bottom: 50%;
    left: 10%
}

#gallery-foto .hero-wrapper::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0
}

#gallery-foto .hero-text .title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px
}

#gallery-foto .card-body .list-inline-item {
    color: var(--Primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .8px;
    text-transform: uppercase
}

#gallery-foto .wrapper-item-gallery .card-body .card-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: .005em;
    color: #222;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#gallery-foto .wrapper-item-gallery .card-body .card-text {
    max-width: 95%;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: .005em
}

#gallery-foto .wrapper-item-gallery .card-body .list-inline {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #515151
}

#galery-detail-foto .section-gallery-detail-foto .wrapper-gallery-detail-foto .galeri-detail-information .list-inline .list-inline-item,
#infografis .section-infografis .wrapper-infografis .infografis-information .list-inline .list-inline-item {
    font-weight: 700;
    font-size: 16px;
    color: var(--Primary);
    text-transform: uppercase
}

#galery-detail-foto .section-gallery-detail-foto .wrapper-gallery-detail-foto .galeri-detail-information .list-inline .list-inline-item.download,
#infografis .section-infografis .wrapper-infografis .infografis-information .list-inline .list-inline-item.download {
    font-weight: 700;
    font-size: 16px;
    color: #3699ff;
    position: relative;
    margin-left: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#infografis .section-infografis .wrapper-infografis .infografis-information .list-inline .list-inline-item.download:hover {
    color: #0e82f7
}

#infografis .section-infografis .wrapper-infografis .infografis-information .list-inline .list-inline-item.download::before {
    content: url("../../assets/images/infografis/download.svg");
    position: absolute;
    left: -24px
}

#infografis .section-infografis .wrapper-infografis .infografis-pdf {
    padding: 50px;
    background-color: var(--Light-100)
}

#infografis .button-wrapper {
    border-radius: 4px;
    display: flex;
    border: none;
    padding: 16px 24px;
    margin-left: 5px;
    background-color: var(--Primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

#infografis .button-wrapper button {
    background-color: transparent;
    border: none;
    color: #fff
}

.destination-grid {
    display: grid;
    grid-template-rows: 300px 300px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    height: 100%;
    padding-top: 30px
}

.destination-grid .grid-item-1 .wrapper-text,
.destination-grid .grid-item-2 .wrapper-text,
.destination-grid .grid-item-3 .wrapper-text,
.destination-grid .grid-item-4 .wrapper-text,
.destination-grid .grid-item-5 .wrapper-text,
.destination-grid .grid-item-6 .wrapper-text {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 2%
}

.destination-grid .grid-item-1 .wrapper-text p,
.destination-grid .grid-item-2 .wrapper-text p,
.destination-grid .grid-item-3 .wrapper-text p,
.destination-grid .grid-item-4 .wrapper-text p,
.destination-grid .grid-item-5 .wrapper-text p,
.destination-grid .grid-item-6 .wrapper-text p {
    margin-bottom: 0 !important;
    color: #fff
}

.destination-grid .destination-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.destination-grid .grid-item-1 a::before,
.destination-grid .grid-item-2 a::before,
.destination-grid .grid-item-3 a::before,
.destination-grid .grid-item-4 a::before,
.destination-grid .grid-item-5 a::before,
.destination-grid .grid-item-6 a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.destination-grid .grid-item-1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
    position: relative
}

.destination-grid .grid-item-2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.destination-grid .grid-item-3 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.destination-grid .grid-item-4 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.destination-grid .grid-item-5 {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 2;
    grid-column-end: 7;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.destination-grid .grid-item-6 {
    grid-row-start: 2;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 7;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.section-media .media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 30px
}

.section-media .media-grid img,
.section-media .media-slide img {
    height: 100%;
    width: 100%
}

.section-media .media-grid .title {
    font-size: 22px;
    margin-top: 10px
}

.section-media .media-slide {
    margin-top: 30px;
    margin-bottom: 30px
}

.section-media .MediaGridPhoto .media-slide img,
.section-media .MediaGridVideo .media-slide img {
    height: 300px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 7px
}

.section-media .media-slide .title {
    font-size: 22px;
    font-family: IDGD_SANS_BOLD
}

.social-share-btns {
    display: inline-block;
    overflow: hidden
}

.social-share-btns .share-btn {
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle
}

.social-share-btns .share-btn i {
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.share-btn {
    background-color: #95a5a6
}

.share-btn:hover {
    background-color: #798d8f
}

.share-btn-twitter {
    background-color: #00aced
}

.share-btn-twitter:hover {
    background-color: #0087ba
}

.share-btn-facebook {
    background-color: #3b5998
}

.share-btn-facebook:hover {
    background-color: #2d4373
}

.share-btn-whatsapp {
    background-color: #25d366
}

.share-btn-whatsapp:hover {
    background-color: #128c7e
}

.share-btn-reddit {
    background-color: #ed001c
}

.share-btn-reddit:hover {
    background-color: #ba0016
}

.share-btn-mail {
    background-color: #f1c40f
}

.share-btn-mail:hover {
    background-color: #dab10d
}