
@font-face {
    font-family: headingFont;
    src: url('./font/Satoshi-Bold.woff');
    src: url('./font/Satoshi-Bold.woff2');
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-intro-section {
    padding-right: 65px;
    padding: 15px 35px;
}
nav {
    background: transparent;
    color: #fff;
}

nav a, nav h5 {
    color: #fff !important;
}

.menu li a {
    color: #fff;
}
.menu li a.btn {
    border-color: #fff;
}
.nav-bar {
    border-bottom: none;
    height: 85px;
    max-height: 85px;
    line-height: 80px;
}

img.logo {
    filter: brightness(0) invert(1);
}

.slider-text {
    padding: 0 55px;
    padding-top: 55px;
}

h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card__info {
    padding: 0 10px;
}

.scrolled {
    background: #1f2455;
}

.shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-snippet .shadow  .inner {
    padding: 10px 15px;
}

.shadow p {
    margin-bottom: 18px;
}

.blog-card .blog-title {
    font-weight: 800;
}

.blog-card hr {
    margin-bottom: 14px;
}

.blog-card .line-clamp p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.menu li a {
    font-size: 14px;
}

.p-0 {
    padding: 0 !important;
}

.spread-images {
    width: 100%;
    height: 100%;
}

.spread-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* .donate-section {
    height: 75vh;
} */
.spread-images {
    height: 88vh;
}

.donate-detail {
   padding: 35px 50px;
   text-align: center;
}

.donate-detail h2 {
    margin-bottom: 20px;
}

.donate-detail strong {
    font-weight: 700;
    color: #000;
}

.team-card .card {
    margin-right: 0;
    border-radius: 0 !important;
}
.donate-section {
    background-color: #fafafa;
}

.bg-grey {
    background-color: #fafafa;

}

.bank-detail {
    font-size: 18px;
    position: sticky;
    top: 25px;
}
.account-detail {
    margin-bottom: 10px;
    padding: 0 30px;
}

.heading {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.heading-desc {
    width: 85%;
    margin: 0 auto;
}

.sub-heading {
    font-size: 25px;
}

.golden-text {
    color: #ea9649;
}

.heading-desc p {
    font-size: 16px;
    line-height: 1.5;
}
/* .about-intro-section {
    text-align: center;
} */

section, footer {
    padding: 65px 0;
}

.home-service, .transport-service, .culture-service {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;

}

.home-service-image, .transport-service-image, .culture-service-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.home-service-image img, .transport-service-image img, .culture-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out 0.45s;

}
.bg-overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.45;
    transition: all ease-in-out 0.45s;
    z-index: 5;

}

#services .feature.boxed {
    background: transparent;
    width: 100%;
    height: 100%;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: headingFont;
    /* font-family: 'DM Sans', sans-serif; */
}

.service-desc p {
    font-size: 16px;
    line-height: 1.8;
}

.service-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* vertical-align: middle; */
    position: relative;
    height: 100%;
    z-index: 6;
}

.vertical-gap {
    margin-bottom: 10px;
}



.main-service:hover .home-service-image img,
.main-service:hover .transport-service-image img,
.main-service:hover .culture-service-image img {
    transform: scale(1.1);
    transition: all ease-in-out 0.45s;
}
.main-service:hover .bg-overlay{
    opacity: 0.6;
    transition: opacity ease-in-out 0.45s;
}

.no-padding {
    padding: 0 !important;
}

.single-service {
    padding-right: 10px !important;
}

.heading-font {
    font-family: headingFont;
}
.marginNoheading {
    margin-bottom: 7px;
}

.sub-heading-desc {
    font-size: 20px;
    margin-bottom: 40px;
}

.card {
    transition: all ease-in-out 0.35s;

}

.card:hover {
    transition: all ease-in-out 0.35s;
}

.btn {
    padding: 0 15px;
}

.btn-sm {
    height: 35px;
    font-size: 11px;
    line-height: 32px;
    min-width: 0;
}



.nav-is-overlay .page-title-3.image-bg:first-child, .nav-is-overlay.page-title-3.bg-dark:first-child, .nav-is-overlay .page-title-4.image-bg:first-child, .nav-is-overlay.page-title-4.bg-dark:first-child {
    height: 350px;
}

.overlay:before {
    opacity: 0.7;
}

.bg-lightGray {
    background-color: #fafafa;
}

.vision-image {
    padding: 25px;
    /* border: 1px solid #ea9649; */
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

.mission-detail, .vision-detail {
    padding: 45px 30px;
    background-color: #fff;
}

.mission-detail .marginNoheading, .vision-detail .marginNoheading {
    margin-bottom: 15px;
}

.mission-desc.sub-heading,
.vision-desc.sub-heading {
    font-size: 16px;
    line-height: 1.8;
}

ul.amneties {
    columns: 1;
}

ul.amneties li {
    font-weight: 700;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 5px;
    color: #000;
}
/* .absolute-image {
    width: 100%;
    height: 100%;
}

.absolute-image img {
    position: absolute;
    top: 0;
    left: -25px;
    width: 100%;
    height: 100%;
} */


.img-icon {
    width: 65px;
}
.amneties {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    flex-basis: 25%;
    justify-content: center;
}

.amneties-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.amneties-list {
    width: 25%;
    margin-bottom: 15px;
}

.amneties-section {
    padding: 95px 0;
    transition: all ease-in-out 0.35s;
}
.card__info {
    height: 100px;
}

.card:hover {
    transform: scale(1.05, 1.05);
}

/* .card:hover {
    transform: scale(1);
}
.card:hover .card__by {
    max-height: 50px;
}

.card__info {
    height: auto;
}


.card__by {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: all ease-in-out 0.35s;

}

.card__info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: all ease-in-out 0.35s;
}

.team-card .card {
    position: relative;
    overflow: hidden;
} */


.detail-title {
    color: #1f2455;
}

.detail-section {
    background-color: #fafafa;
    padding: 25px 16px;
}

.detail-section-package {
    margin-top: 30px;
}

.details-section-list {
    display: flex;
    gap: 25;
    justify-content: space-between;
    flex-wrap: wrap;
}

.details-section-list .main-detail {
    display: flex;
    gap: 7px;
    align-items: center;
    width: 48%;
    margin-bottom: 10px;
}

.main-detail .detail-image img {
    width: 75px;
}

.main-detail .detail-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.price-detail {
    font-size: 24px;
    font-weight: 600;
    color: #1f2455;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #ea9649;
    text-align: center;
}

.price-detail small {
    font-size: 16px;
    font-weight: 600;
    color: #ea9649;
}

.bank-detail {
    background-color: #fafafa;
    padding: 20px;
}

.bank-detail .bank-detail-desc, .bank-detail .bank-detail-start {
    font-size: 16px;
    color: #000;
}
.bank-detail .bank-detail-desc {
    font-size: 20px;
    color: #1f2455;
    font-weight: 700;
    margin-bottom: 25px;
}
input[type="text"], input[type="password"], input[type="date"] {
    margin-bottom: 5px;
}

.payment-options, .payment-new-section {
    padding: 75px 0;
}


.payment-new-desc {
    font-size: 26px;
    font-weight: 700;
    color: #1f2455;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.bank-new-detail .bank-new-info {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.bank-new-detail .bank-new-info strong {
    font-size: 18px;
    font-weight: 700;

}

.sticky-bank-detail {
    position: sticky;
    top: 25px;
}

body {
    overflow-x: initial !important;
}

.donate-bank-detail {
    background-color: #fafafa;
    padding: 20px 15px;
}

.donate-detail-title {
    font-size: 20px;
    color: #1f2455;
    line-height: 25px;
}

.donate-detail-desc {
    font-size: 14px;
}

.donate-detail-desc strong {
    font-size: 16px;
}

.small-heading {
    font-size: 22px;
    margin-bottom: 45px;
}

.near-attraction .description p {
    font-size: 16px;
}

.bg-lightGray {
    background-color: #fafafa;
}

.nearby-section {
    background-color: #fafafa;
}

.nearby-section .image-slider {
    margin-bottom: 0;
}

.nearby-section h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-is-overlay .page-title-4.image-bg:first-child {
    height: 450px;
}

.page-title .small-heading {
    color: #fff;
}

.nav-bar .blue-text {
    color: #fff !important;
}

.book-form {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.contact-detail {
    background-color: #fafafa;
    padding: 25px;
}

.map-holder iframe {
    position: relative;
    top: 0;
}

.team-card .member-card {
    padding-bottom: 30px;
}

.gallery-card {
    position: relative;
}

.gallery-card .full-link {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.about-intro-section p {
    font-size: 18px;
}

.tablet-small {
    display: none;
}

.team-member h3 {
    font-size: 22px;
    line-height: 25px;
}

/*.social-list {*/
/*    display: flex;*/
/*}*/

@media only screen and (max-width: 1200px) {
    .menu li a {
        font-size: 12px;
    }
    .menu > li { 
        margin-right: 10px;
    }
    
    .nav .module {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .tablet-small {
        display: block;
    }
    .donate-bank-detail h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 990px) {
    .menu {
        background-color: #fff;
        color: #000;
        padding: 15px 25px;
    }
    nav a {
        color: #000 !important;
    }
}

@media only screen and (max-width: 600px) {
    .mb40.mb-xs-16.large {
        font-size: 28px;
        line-height: 35px;
    }
    .heading {
        font-size: 23px;
    }
    .about-intro-section p, .sub-heading-desc {
        font-size: 16px;
    }
    .book-form {
        margin-top: 30px;
        padding: 30px 10px;
    }
}

.sub-heading-about {
    font-size: 22px;
    font-weight: 500;
}
.img-svg {
    width: 95px;
}

.heading {
    color: #1f2455;
}

.big-font-logo {
    display: inline-block;
}


@media only screen and (max-width: 600px) {
    .big-font-logo {
        font-size: 16px;
        padding-left: 7px;
    }
    .nav-bar a {
        height: 75px;
    }
    
    .nav-bar .menu li a {
        height: auto;
    }
    
    .single-service {
        padding-right: 0 !important;
        
    }
    
    .main-service {
        margin-bottom: 35px;
    }
    
    
    .home-service, .transport-service, .culture-service {
        padding: 40px 0;
        
    }
    .donate-detail {
        padding: 65px 50px;
    }
    .bank-detail {
        display: none;
    }
    
    .footer-1 .text-right {
        text-align: center !important;
    }
    
    .nav-bar .module-group .module {
        padding: 0;
    }
    .nav-bar .module-group {
        padding: 10px 0;
    }
    .about-intro-section {
        padding: 15px 25px;
        
    }
    .amneties-list {
        width: 40%;
        text-align: center;
    }
    .amneties-icon {
      display: block;
      
    }
    .details-section-list .main-detail {
        width: 100%;
    }
    
}

@media only screen and (max-width: 375px) {
    .big-font-logo {
        display: none;
    }
    
    .nav-bar {
        line-height: 60px;
    }
}

@media only screen and (max-width: 1300px) {
    .menu > li {
        margin-right: 20px;
    }
}
