@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
/* font-family: "Source Serif 4", serif; */

body {
    font-family: "Source Sans 3", sans-serif !important;
    background: #fff !important;
    color: #08090d !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #7bbfc6;
}

.link:hover {
    color: #000;
}

.font-SourceSerif {
    font-family: "Source Serif 4", serif !important;
}
body h1 {
    font-family: "Source Serif 4", serif !important;
}

.text-main {
    color: #7bbfc6 !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    background: rgb(0 0 0 / 10%);
    opacity: 1;
}

.btn.btn1 {
    background: #08090d;
    border: 1px solid #08090d;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
    width: auto;
    min-width: 160px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}
.btn.btn1 i {
    display: inline-block;
    transition: all .5s ease;
}

.btn.btn1:hover i {
    transform: translateX(8px);
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.btn.btn-white:hover {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #000;
}


.bg1 {
    background-color: #7bbfc6 !important;
}
body .bg-light {
    background-color: #f4feff !important;
}

.padding {
    padding: 80px 8px;
}

.logo1 {
    width: 130px;
}

.header-top {
    padding: 24px 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

nav.navbar {
    padding: 0;
}
nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #666;
    font-size: .875rem;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #08090d;
}
.header-top .btn.btn1 {
    padding: 15px 24px;
}

button.btn-toggle {
    position: fixed;
    top: 18px;
    right: 20px;
    background: #292821;
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 2rem;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    z-index: 9;
}
button.btn-toggle-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #292821;
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: .75rem;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1;
}

.offcanvas.offcanvas1 {
    background: #fff;
    max-width: 300px;
}

.offcanvas.offcanvas1 .offcanvas-body {
    padding: 16px;
}

.nav.nav1 .nav-link {
    color: #666;
    font-size: 1.125rem;
    padding: 8px 0;
    background: #f8f8f8;
    margin: 5px 0;
    text-align: center;
}

.nav.nav1 .nav-link:hover {
    color: #7bbfc6;
}
.nav.nav1 .nav-link.active {
    background: #7bbfc6;
    color: #fff;
}


.swiper1 .swiper-slide .overlay {
    padding: 80px 8px;
    padding-top: 180px;
    height: calc(100vh - 0px);
    min-height: 500px;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: rgb(0 0 0 / 40%); */
}
.swiper1 .swiper-pagination {
    bottom: 30px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 2px;
    border: 2px solid #7bbfc6;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
}

.event-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s ease;
}
.event-box .img {
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
}

.event-box .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 2s ease;
}

.event-box:hover .img img {
    transform: scale(1.1);
}

.event-box .txt {
    padding: 20px;
}
.event-box .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
}
.event-box .date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    color: #7bbfc6;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
}

.event-box .img {
    position: relative;
}

.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.audio-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    transition: all .4s ease;
}
.audio-box .audio {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.audio-box .audio img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 2s ease;
}

.audio-box:hover .audio img {
    transform: scale(1.25);
}

.audio-box .txt {
    padding-top: 20px;
}
.audio-box .audio .icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 3rem;
}
.audio-box:hover {
    background: #7bbfc6;
    color: #fff;
}

.audio-box:hover p.text-main {
    color: #fff !important;
}


.section1 .overlay {
    background: rgb(177 91 62 / 8%);
    min-height: 400px;
}
.section1 .reveil {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgb(177 91 62 / 75%);
    color: #fff;
    padding: 15px 24px;
    border-radius: 5px;
}

.list1 {
    list-style: circle;
    padding-left: 16px;
}

.list1 li {
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #7bbfc6;
}


.about-banner {
    background-color: #000;
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center right;
    min-height: 350px;
}

.gallery-box .img1 {
    height: 260px;
    object-fit: cover;
    transition: all 2s ease;
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box:hover .img1 {
    transform: scale(1.2);
}


.sign-img {
    width: 140px;
}

.form.form1 .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
    height: 45px;
    border-color: #fff;
}

.form.form1 .form-control:focus {
    border-color: #000;
}
.form.form1 .icon-box {
    position: relative;
}

.form.form1 .icon-box .icon {
    position: absolute;
    top: 12px;
    right: 15px;
}

.form.form1 .icon-box .form-control {
    padding-right: 40px;
}

.event-div {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.event-div .event-box {
    padding: 16px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    transition: all .4s ease;
}

.event-div .event-box:hover {
    transform: translateX(8px);
}

.contact-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.form.form2 .form-control {
    height: 45px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 15px;
}

.form.form2 .form-control:focus {
    border-color: #f15721;
}



/* scrollbar */
.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f9fafb;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: #f9fafb;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000;
}

/* footer-section */
.footer-section {
    background: #111;
    color: #fff;
}
.footer-section .padding{
    padding: 50px 8px;
}
.social a {
    margin-right: 8px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .875rem;
}

.social a:hover {
    background: #7bbfc6;
    color: #fff;
}

.footer-copy {
    padding: 24px 8px;
    padding-top: 0;
    /* background: #f15721; */
    color: #fff;
}