@font-face {
    font-family: "FuturaPT-Book";
    src: url(../fonts/futura/FuturaPT-Book_gdi.eot);
    src: url("../fonts/futura/FuturaPT-Book_gdid41d.eot?#iefix") format("embedded-opentype"), url(../fonts/futura/FuturaPT-Book_gdi.woff) format("woff"), url(../fonts/futura/FuturaPT-Book_gdi.ttf) format("truetype"),
        url("../fonts/futura/FuturaPT-Book_gdi.svg#FuturaPT-Book") format("svg");
}
@font-face {
    font-family: "futurastd-bold";
    src: url(../fonts/futura/futurastd-bold.eot);
    src: url("../fonts/futura/futurastd-boldd41d.eot?#iefix") format("embedded-opentype"), url(../fonts/futura/futurastd-bold.woff) format("woff"), url(../fonts/futura/futurastd-bold.ttf) format("truetype"),
        url("../fonts/futura/futurastd-bold.svg#FuturaPT-Book") format("svg");
}
body {
    font-family: Georgia, serif;
    color: #444;
}
a {
    color: #479ca5;
    text-decoration: none;
}
a:hover {
    color: #0f529e;
    text-decoration: none;
}
b,
strong {
    font-family: Georgia, serif;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #479ca5;
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #479ca5;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #1a1919;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 97;
    padding: 0 0;
    top: 35px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
#header.header-scrolled {
    top: 0;
    background: #fff;
    border-bottom: 1px solid #37332a;
    padding: 2px 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
    min-height: 80px;
}
#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
}
#header .logo a {
    color: #000;
    display: flex;
    align-items: center;
    height: 100%;
}
#header .logo img {
    height: 80px;
    width: auto;
    max-height: 80px;
    object-fit: contain;
}
#header .container {
    min-height: 80px;
    display: flex;
    align-items: center;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    /* padding: 0; */
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
    margin-right: 0px;
}
.navbar li:last-child {
    margin-right: 0;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #479ca5;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #479ca5;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}
.btn-blue,
.btn-blue:focus {
    margin-top: 10px;
    background: #479ca5;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}
.blk {
    display: block;
}
.blk h4 {
    display: block;
}
#timer {
   font-family: Georgia, serif;
    font-size: 20px;
    color: #222;
    text-align: center;
}
#timer span {
    font-size: 60px;
    color: #222;
    margin: 0 3px 0 15px;
}
#timer span:first-child {
    margin-left: 0;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover,
.btn-blue:hover {
    color: #fff;
    background: #207983;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #479ca5;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(4 12 21 / 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #479ca5;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #479ca5;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.hero-beg {
    margin-top: 50px;
}
@media (min-width: 993px) {
    #header .logo {
    margin-left: 30px;
}
.navbar {
    margin-right: 30px;
}
    .line {
        border: 1px solid #0000003d;
        margin: 10px;
    }
    #Banks .img-fluid {
        margin: 0 auto;
        display: block;
        width: 182px;
        height: auto;
    }
}
.box {
    text-align: center;
}
@media (max-width: 992px) {
    #Banks .img-fluid {
        margin: 4px 0 35px 0px !important;
        height: auto;
        margin: 30px;
        width: 150px;
    }
    .btn-blue,
    .btn-blue:focus {
        width: 80%;
        display: block;
    }
}
@media (min-width: 768px) {
    .formetar {
        width: 15%;
        height: 34px;
        background-color: #198754;
        color: white;
        top: 114px;
        right: 7%;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-size: 20px;
        border-radius: 10px;
    }
    .formetar-left {
        width: 15%;
        height: 34px;
        color: white;
        top: 144px;
        left: 7%;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-size: 20px;
        border-radius: 10px;
    }
    .formetar-right {
        width: 100px;
        height: 34px;
        top: 144px;
        right: 30px;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-size: 20px;
        border-radius: 10px;
    }
    .video-sec p {
        text-align: center;
        font-size: 20px;
        color: #fff;
        background-color: #198754;
    }
    .addon-latest-posts .col-sm-4 img {
        height: 300px;
    }
    .addon-latest-posts .col-sm-3 img {
        height: 250px;
    }
    #gallery {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .formetar {
        background-color: #198754;
        color: white;
        width: 50%;
        height: 34px;
        top: 97px;
        right: 1%;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-weight: 600;
        font-size: 17px;
    }
    .formetar-left {
        color: white;
        width: 50%;
        height: 34px;
        top: 107px;
        left: 1%;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-weight: 600;
        font-size: 17px;
    }
    .formetar-right {
        color: white;
        width: 100px;
        height: 34px;
        top: 107px;
        right: 0px;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        z-index: 1;
        font-weight: 600;
        font-size: 17px;
    }
    .video-sec p {
        text-align: center;
        font-size: 20px;
        color: #fff;
        background-color: #198754;
    }
    .mytab li {
        margin-bottom: 10px;
    }
    .addon-latest-posts .col-sm-4 img {
        height: 200px;
    }
    .addon-latest-posts .col-sm-3 img {
        height: 200px;
    }
    #gallery {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #topbar {
        background: #000000da;
    }
}
section {
    padding: 60px 0;
}
.section-bg {
    background-color: #f6f9fd;
}
.section-title {
    padding-bottom: 40px;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    font-family: Georgia, serif;
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b7b2b1;
    margin: 4px 10px;
}
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-family: Georgia, serif;
    color: #8eb123;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-left: 28px;
    position: relative;
}
.about .content ul li + li {
    margin-top: 10px;
}
.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #479ca5;
    line-height: 1;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.about .content .btn-learn-more {
   font-family: Georgia, serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #479ca5;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #479ca5;
}
.about .content .btn-learn-more:hover {
    background: #479ca5;
    color: #fff;
    text-decoration: none;
}
.cta {
    background: linear-gradient(rgb(12 13 14 / 0.8), rgb(12 13 14 / 0.8)), url(https://pub-30d4fe81e3a94714a17a1fd3b2130bec.r2.dev/aroundthelife/images/external/gallery-6.webp) fixed center center;
    background-size: cover;
    padding: 80px 0;
}
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: Georgia, serif;
}
.cta p {
    color: #fff;
}
.cta .cta-btn {
   font-family: Georgia, serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #479ca5;
    color: #fff;
}
.cta .cta-btn:hover {
    background: #479ca5;
    border: 2px solid #479ca5;
}
.gallery #gallery-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}
.gallery #gallery-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
    color: #479ca5;
}
.gallery #gallery-flters li:last-child {
    margin-right: 0;
}
.gallery .gallery-item {
    margin-bottom: 30px;
}
.gallery .gallery-item .gallery-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgb(255 255 255 / 0.9);
    padding: 15px;
}
.gallery .gallery-item .gallery-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #000;
}
.gallery .gallery-item .gallery-info p {
    color: #1a5298;
    font-size: 14px;
    margin-bottom: 0;
}
.gallery .gallery-item .gallery-info .preview-link,
.gallery .gallery-item .gallery-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #123a6d;
}
.gallery .gallery-item .gallery-info .preview-link:hover,
.gallery .gallery-item .gallery-info .details-link:hover {
    color: #479ca5;
}
.gallery .gallery-item .gallery-info .details-link {
    right: 10px;
}
.gallery .gallery-item .gallery-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.gallery .gallery-item .gallery-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.gallery .gallery-item .gallery-links a:hover {
    color: #f59f8c;
}
.gallery .gallery-item:hover .gallery-info {
    opacity: 1;
    bottom: 20px;
}
.gallery-details {
    padding-top: 40px;
}
.gallery-details .gallery-details-slider img {
    width: 100%;
}
.gallery-details .gallery-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #479ca5;
}
.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #479ca5;
}
.gallery-details .gallery-info {
    padding: 30px;
    box-shadow: 0 0 30px rgb(11 35 65 / 0.08);
}
.gallery-details .gallery-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.gallery-details .gallery-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.gallery-details .gallery-info ul li + li {
    margin-top: 10px;
}
.gallery-details .gallery-description {
    padding-top: 30px;
}
.gallery-details .gallery-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.gallery-details .gallery-description p {
    padding: 0;
}
.video .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}
.video .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
.video .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}
.video .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
.video .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}
.video .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgb(11 35 65 / 0.5);
    text-align: center;
}
.video .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}
.video .member .social a:hover {
    color: #479ca5;
}
.video .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.video .member:hover .member-info {
    background: linear-gradient(0deg, rgb(11 35 65 / 0.9) 0%, rgb(11 35 65 / 0.8) 20%, #fff0 100%);
    opacity: 1;
    transition: 0.4s;
}
.video .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}
.video .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}
.pricing .row {
    padding-top: 40px;
}
.pricing .box {
    padding: 80px 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 90px 0 rgb(110 123 131 / 0.1);
    background: #fff;
    text-align: center;
}
.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-family: Georgia, serif;
    font-size: 28px;
}
.pricing h4 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
   font-family: Georgia, serif;
    margin-bottom: 25px;
}
.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.pricing ul li {
    padding-bottom: 12px;
}
.pricing ul i {
    color: #8eb123;
    font-size: 18px;
    padding-right: 4px;
}
.pricing ul .na {
    color: #ccc;
}
.pricing ul .na i {
    color: #ccc;
}
.pricing ul .na span {
    text-decoration: line-through;
}
.pricing .get-started-btn {
    display: inline-block;
    padding: 10px 40px 11px 40px;
    border-radius: 4px;
    color: #000;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #479ca5;
    background: #fff;
}
.pricing .get-started-btn:hover {
    background: #000;
    color: #fff;
}
.pricing .featured {
    z-index: 10;
    padding: 100px 40px;
    border: 4px solid #479ca5;
}
.pricing .featured .get-started-btn {
    background: #479ca5;
    color: #fff;
    border-color: #479ca5;
}
.pricing .featured .get-started-btn:hover {
    background: #2456e1;
}
@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9f1fb;
}
.faq .faq-item i {
    color: #669ee5;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}
.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
    font-family: Georgia, serif;
}
.faq .faq-item p {
    font-size: 15px;
}
.contact .info-box {
    color: #000;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}
.contact .info-box i {
    font-size: 32px;
    color: #479ca5;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #8eb123;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 0.6);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #479ca5;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background: #479ca5;
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #2456e1;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.breadcrumbs {
    padding: 15px 0;
    min-height: 40px;
    margin-top: 82px;
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 74px;
    }
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #123a6d;
    content: "/";
}
#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    padding: 5px 0 5px 0;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #0a1e38;
}
#footer .footer-top .social-links a:hover {
    color: #fff;
    background: #479ca5;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #2456e1;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: #2456e1;
}
#footer .copyright {
    border-top: 1px solid #0f2f57;
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
@media (min-width: 750px) {
    .video {
        width: 100%;
        height: 244px;
    }
    #gallery .img-fluid {
        width: 100%;
        height: 230px;
    }
    .d-banner {
        display: block !important;
    }
    .m-banner {
        display: none !important;
    }
}
@media (max-width: 749px) {
    .video {
        width: 100%;
        height: 250px;
    }
    #header .logo img {
        max-height: 50px;
    }
    .d-banner {
        display: none !important;
    }
    .m-banner {
        display: block !important;
    }
}
#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    background: #000000d6;
}
#topbar.topbar-scrolled {
    top: -40px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #479ca5;
}
#topbar .languages ul a {
    color: #fff;
}
#topbar .languages ul li + li {
    padding-left: 10px;
}
#topbar .languages ul li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgb(255 255 255 / 0.5);
    content: "/";
}
.latest-post,
.latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
}
.contact-location .latest-post,
.contact-location .latest-post-inner {
    min-height: 486px;
    margin-bottom: 30px;
}
.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #6fab20;
}
.contact-location .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #fff0;
}
.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
    color: #fff;
    position: relative;
}
.latest-post .latest-post-inner a:hover {
    color: rgb(255 255 255 / 0.7);
}
.latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
}
.latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: #fff0;
}
.latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.latest-post .latest-post-inner .link-icon a {
    background-color: #2762a9;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.latest-post .latest-post-inner .link-icon a:hover {
    background-color: rgb(43 101 170 / 77%);
    transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}
.latest-post .latest-post-inner:hover:before {
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}
.latest-post .latest-post-inner:hover {
    background-color: rgb(248 176 29 / 30%);
}
.sl-prev {
    display: block !important;
}
.sl-next {
    display: block !important;
}
.btn-primary:hover {
    border-radius: 20px !important;
}
.btn-default1 {
    background-color: #20b120;
    text-shadow: none;
    color: #fff;
    border-radius: 10px;
    padding: 10px 35px 10px 35px;
    margin: 0 auto;
    display: block;
}
.back-top::before {
    bottom: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(90deg, #643094, #00bcd4);
}
.back-top,
.back-top:focus,
.back-top:hover,
.whitecolor.heading-title > span {
    color: #fff;
}
.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 80px;
    background: #000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before,
.btn-gradient-hvr::before,
.scndry-gradient-hvr::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff0;
    border-radius: 4px 4px 0 0;
    width: 145px;
}
.mytab > li > a:hover,
.mytab > li:hover,
.mytab > li > a:focus {
    border-color: transparent !important;
    border-radius: 5px;
    color: #000;
}
.mytab li {
    float: none !important;
    display: inline-block;
}
table {
    border-collapse: collapse;
    width: 100%;
}
tr:nth-child(even) {
    background-color: #ddddddd5;
}
th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 70px;
    list-style: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
}
#gallery .nav,
#gallery .carousel,
#gallery .carousel-inner .active {
    margin-bottom: 0;
    margin-top: 0;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff0;
    border-radius: 4px 4px 0 0;
    width: 145px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: rgb(0 0 0 / 0.37);
    color: #fff;
    border: 1px solid #fff0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #8eb123;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    color: #fff;
    background: #8db123b4;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
@keyframes lum-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lum-fadeZoom {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes lum-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes lum-loader-before {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(6px);
    }
    25% {
        transform: scale(1.3) translateX(8px);
    }
    40% {
        transform: scale(1.2) translateX(6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(6px);
    }
    75% {
        transform: scale(0.7) translateX(8px);
    }
    90% {
        transform: scale(0.8) translateX(6px);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lum-loader-after {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        transform: scale(1);
    }
}
.lum-lightbox {
    background: rgb(0 0 0 / 0.6);
    z-index: 97;
}
.lum-lightbox-inner {
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%;
}
.lum-lightbox-inner img {
    position: relative;
}
.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: center;
}
.lum-loading .lum-lightbox-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: lum-loader-rotate 1800ms infinite linear;
}
.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgb(255 255 255 / 0.9);
}
.lum-lightbox-loader:before {
    left: 0;
    animation: lum-loader-before 1800ms infinite linear;
}
.lum-lightbox-loader:after {
    right: 0;
    animation: lum-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
}
.lum-lightbox.lum-opening {
    animation: lum-fade 180ms ease-out;
    z-index: 999;
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
    animation: lum-fadeZoom 180ms ease-out;
}
.lum-lightbox.lum-closing {
    animation: lum-fade 300ms ease-in;
    animation-direction: reverse;
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
    animation: lum-fadeZoom 300ms ease-in;
    animation-direction: reverse;
}
.lum-img {
    transition: opacity 120ms ease-out;
}
.lum-loading .lum-img {
    opacity: 0;
}
.lum-gallery-button {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background: #fff0;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    max-height: 100%;
    width: 60px;
    cursor: pointer;
}
.lum-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.lum-close-button:hover {
    opacity: 1;
}
.lum-close-button:before,
.lum-close-button:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.lum-close-button:before {
    transform: rotate(45deg);
}
.lum-close-button:after {
    transform: rotate(-45deg);
}
.lum-previous-button {
    left: 12px;
}
.lum-next-button {
    right: 12px;
}
.lum-gallery-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-top: 4px solid rgb(255 255 255 / 0.8);
}
.lum-previous-button:after {
    transform: translateY(-50%) rotate(-45deg);
    border-left: 4px solid rgb(255 255 255 / 0.8);
    box-shadow: -2px 0 rgb(0 0 0 / 0.2);
    left: 12%;
    border-radius: 3px 0 0 0;
}
.lum-next-button:after {
    transform: translateY(-50%) rotate(45deg);
    border-right: 4px solid rgb(255 255 255 / 0.8);
    box-shadow: 2px 0 rgb(0 0 0 / 0.2);
    right: 12%;
    border-radius: 0 3px 0 0;
}
@media (max-width: 460px) {
    .lum-lightbox-image-wrapper {
        display: flex;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .lum-lightbox-caption {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .lum-lightbox-position-helper {
        margin: auto;
    }
    .lum-lightbox-inner img {
        max-width: none;
        max-height: none;
    }
}
.accordion-button {
    color: #000;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    font-size: 18px;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.125);
}
.avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.testimonial {
    opacity: 1;
    background: rgb(0 0 0 / 0.04) url(https://pub-30d4fe81e3a94714a17a1fd3b2130bec.r2.dev/aroundthelife/images/external/gallery-1.jpg) top left repeat;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 0.35);
}
.testimonial .testimonial-info-box {
    margin: 50px 8px 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 1px rgb(0 0 0 / 0.1);
    position: relative;
    padding: 70px 20px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #479ca5;
}
.testimonial .testimonial-info-box .profile-user {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
}
.testimonial .testimonial-info-box .avatar {
    max-width: 100px !important;
    margin: 0 auto;
}
.testimonial .section-title h2 {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.testimonial .section-title p {
    font-size: 32px;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.testimonial .testimonial-info-box .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #479ca5;
}
.testimonial .testimonial-info-box h5 {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
}
.testimonial .testimonial-info-box p {
    font-size: 14px;
}
.testimonial .testimonial-info-box h6 {
    margin-bottom: 15px;
    font-size: 15px;
}
.Home-sub-banner {
    background: rgb(0 0 0 / 0.404) url(https://pub-30d4fe81e3a94714a17a1fd3b2130bec.r2.dev/aroundthelife/images/external/gallery-9.webp) top left repeat;
    background-size: cover;
    height: 355px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.Home-sub-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.795);
}
.Home-sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.Home-sub-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-size: 30px;
}
.Home-sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}
.Home-sub-banner .breadcrumbs li a {
    color: #fff;
}
.Home-sub-banner .breadcrumbs .active {
    margin-left: 7px;
    color: #fff;
}
.Home-sub-banner .breadcrumbs .active:before {
    content: ">";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
    font-weight: 600;
}
.wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    -moz-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
}
.wrap .seasonal img {
    width: 100%;
    object-fit: cover;
}
.wrap .seasonal {
    margin-bottom: 10px;
    z-index: 0;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    -moz-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
}
.wrap .text h3 {
    font-weight: 500;
}
.wrap .text h3 a {
    color: #000;
    font-size: 22px;
}
.hidden-content {
    display: none;
}
.swiper1 .wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    -moz-box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
    box-shadow: 0 5px 21px -14px rgb(0 0 0 / 0.14);
}
.accordion-body b {
    font-size: 14px;
}
.accordion-body h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .swiper1 {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .wrap .seasonal img {
        height: 320px;
    }
}
@media (max-width: 767px) {
    .swiper1 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .wrap .seasonal img {
        height: 250px;
    }
}

.blur {
    -webkit-filter: blur(3px);
}
video {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.Update th,
.Update td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #d8d5d5;
}
.Update tr:nth-child(even) {
    background-color: #f5f3f3d5;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    filter: invert(1);
    border-radius: 100%;
    color: white;
    padding: 10px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
#consimage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.bg-image {
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(3px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 300px;
    padding: 20px;
    text-align: center;
}
.pricing .box {
    position: relative;
}
#consimage:hover {
    opacity: 0.7;
}
@media (min-width: 750px) {
    .consimage {
        width: 250px;
        padding: 10px;
        background: #ebe9e9;
    }
    .Update h5 {
        background: #479ca5;
        padding: 5px;
        color: white;
        width: 250px;
    }
    .video2 {
        width: 100%;
        height: 450px;
    }
}
@media (max-width: 749px) {
    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        font-family: Georgia, serif;
        color: #8eb123;
    }
    video {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .consimage {
        width: 142px;
        padding: 10px;
        background: #ebe9e9;
    }
    .Update h5 {
        background: #479ca5;
        padding: 5px;
        color: white;
        width: 200px;
    }
    .video2 {
        width: 100%;
        height: 244px;
    }
}

article {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}

/* basic article elements styling */
article h2 {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
}

figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
    margin: 0 auto;
    display: block;
}

.article-body {
    padding: 24px;
}

article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #28666e;
}

article a:focus {
    outline: 1px dotted #28666e;
}

article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/************************ 
  Generic layout (demo looks)
  **************************/
.blog-head p {
    line-height: 25px;
}
.blog-head p b {
    font-size: 14px;
}
.blog-head .h3,
.blog-head h3 {
    font-size: 1.25rem;
    margin-top: 30px;
}

.articles {
    /* display: grid; */
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}
.article-wrapper a {
    margin-top: 10px;
}
article {
    padding: 8px;
    border: 1px solid #f7f2f2;
}
@media screen and (max-width: 960px) {
    article {
        container: card/inline-size;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 380px) {
    .article-wrapper {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 16px;
    }
    article img {
        width: 100%;
    }
    .articles {
        display: block;
    }
    article h2 {
        margin: 0 0 18px 0;
        font-size: 20px !important;
        letter-spacing: 0.06em;
        color: var(--title-color);
        transition: color 0.3s ease-out;
    }
    .article-body {
        padding-left: 0;
    }
    figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    figure img {
        height: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.moreprojects b,
.moreprojects strong {
    font-family: Georgia, serif;
    font-size: 13px;
}

 .disc {
          margin-top: 10px;
      }
      .disc label {
    display: flex;
    font-size: 9px;
    color: #a1a1a1;
    text-align: initial;
}
.disc input {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #a1a1a1;
    float: left;
    margin-right: 5px;
}
.disc label a {
    display: contents;
    font-size: 9px;
    color: #a1a1a1;
}

/* Your Daily Life Here section */

#daily-life .daily-life-panel {
    text-align: center;
}
#daily-life .daily-life-img-wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /* aspect-ratio: 3/5; */
}
#daily-life .daily-life-img-wrap img {
    width: 100%;
    height: 400px;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    object-position: top;
    object-fit: cover;
    display: block;
}
/* Organic blob-style borders (different per panel) */

/* Dark overlay on image */
#daily-life .daily-life-overlay {
    position: absolute;
    inset: 0;
   pointer-events: none;
}
/* Circular play button (center) */
#daily-life .daily-life-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8dcc8;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 2;
}
#daily-life .daily-life-play-btn:hover {
    background: #ddd4c0;
    transform: translate(-50%, -50%) scale(1.08);
}
#daily-life .daily-life-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #2c3e2c;
    margin-left: 4px;
}
/* Dark green pill label below image */
#daily-life .daily-life-label {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 28px;
    background: #198754;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    text-align: center;
}

/* Your Daily Life – video modal (no background, close top center, width = video width) */
#dailyLifeVideoModal .daily-life-video-dialog {
    width: max-content;
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
}
#dailyLifeVideoModal .daily-life-video-modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
#dailyLifeVideoModal .daily-life-video-modal-body {
    background: transparent;
    display: inline-block;
    position: relative;
}
#dailyLifeVideoModal .daily-life-modal-video {
    display: block;
    max-width: calc(100vw - 2rem);
    max-height: 80vh;
    width: auto;
    height: auto;
}
#dailyLifeVideoModal .daily-life-video-close {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}
#dailyLifeVideoModal .daily-life-video-close:hover {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}