@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --red: #ee1a2e;
    --green: #52ca6b;
    --dark-green: #3c7f4a;
    --yellow: #ffdd00;
    --dark-yellow: #eece00;
    /* --heading-font: "Libre Baskerville", serif;
    --body-font: "Lato", sans-serif; */
    --heading-font: "Cinzel", serif;
    --sub-heading-font: "Libre Baskerville", serif;
    --body-font: "Lato", sans-serif;

}

::selection {
    color: #fff;
    background-color: #f15a23;
}

body {
    background-color: #fdfdfd;
}

.sub_heading,
label {
    font-family: var(--sub-heading-font) !important;
}

* {
    box-sizing: border-box;
    outline: none !important;
    transition: all .3s ease-out;
}

p {
    text-align: justify;
}

img {
    -webkit-user-drag: none;
}

a {
    text-decoration: none;
}

body {
    font-family: var(--body-font);
    font-size: 15px !important;
    line-height: 25px;

}

label {
    font-size: 12px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.nav-link,
button,
.top_bar a {
    font-family: var(--heading-font);
    text-transform: none;
}

/* top bar */

.top_bar a {
    color: #ffffff !important;
    font-size: 15px;
}

.top_bar a:hover {
    color: #000000;
}

.top_bar i {
    color: #ffffff;
}

/* navbar */
/* navbar toggle */

.mega-menu-trigger {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mega-menu-trigger .trigger-inner {
    height: 20px;
}

.mega-menu-trigger .trigger-inner {
    /* height: 50%; */
    width: 30px;
    position: relative;
}

.trigger-inner span:nth-child(1) {
    top: 0%;
    left: 0;
}

.trigger-inner span:nth-child(3) {
    top: 100%;
    left: 0;
}

.trigger-inner span {
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 100px;
    transition: all .2s cubic-bezier(.075, .82, .165, 1);
}

.burger-active .trigger-inner span:nth-child(1) {
    transform: rotate(-45deg);
}

.burger-active .trigger-inner span:nth-child(3) {
    transform: rotate(45deg);
}

.burger-active .trigger-inner span:nth-child(1),
.burger-active .trigger-inner span:nth-child(3) {
    top: 50%;
}

.burger-active .trigger-inner p.txt {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.trigger-inner p.txt {
    font-size: 10px;
    top: 5px;
    left: 2px;
    letter-spacing: 2px;
    position: absolute;
    line-height: inherit;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: 32px;
    text-align: center;
}


/* ----------------- navbar --------------------------*/
/* navbar */
nav button.donate {
    background-color: var(--c1) !important;
    color: #fff !important;
}

nav button.donate:hover {
    background-color: #337b7e !important;
    color: #fff !important;
}

.nav-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    /* transform: translateX(-150%); */
    background-color: #000 !important;
    color: #FFF !important;
}

.nav-icon {
    width: 40px;
}

.icon-top-count {
    background-color: #ffffff;
    color: #000 !important;
}

/* nav bar */
.home-nav {
    display: none !important;
}

.logo {
    height: 80px;
}

.navbar {
    width: 100%;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
    height: 90px;
    border: 0;
    z-index: 50;
    transition: all .5s;
    background-color: #ffff;
    transition: top 0.4s ease, opacity 0.4s ease;
}

.navbar.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: slideDown 0.4s forwards;
}

@keyframes slideDown {
    from {
        top: -80px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.nav-menus {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.newnav {
    position: fixed !important;
    top: 0% !important;
    left: 0%;
    width: 100%;
    z-index: 50;
    background-color: #fff !important;
    box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px !important;
}

.home-d-nav {
    display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translatey(0%);
    }
}

.dropdown-item {
    color: black !important;
}

.search-bx {
    width: 40%;
}

.serc-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
}

.nav-item {
    padding: 0px 5px;
    display: flex;
    align-items: center;
}

.nav-link {
    color: #ffff !important;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: 800;
}

.nav-active {
    color: var(--red) !important;
}

.nv-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-div img {
    width: 40px;
}

.icon-div i {
    font-size: 20px;
}

.nv-icon p {
    margin-bottom: 0% !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
    /* background-color: var(--c2); */
}

.dropdown-item {
    background-color: unset !important;
    transition: all .5s;
    font-size: 14px;
    color: black !important;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    /* height: 30px; */
    display: flex !important;
    align-items: center;
}

.dropdown-item i {
    margin-right: 6px;

}

.dropdown-menu {
    border-radius: 0% !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
    /* transform: translateX(10px); */
    transition: all .5s;
    background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
    min-width: 220px;
    border-radius: 0% !important;
    border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
    display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}

.navbar .dropdown-item {
    font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
    top: 116% !important;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 18px;
    top: 37%;
}

.navbar .dropdown-item.nav-active,
.navbar .dropdown-item:hover {
    transform: unset;
    background-color: #f1f8ff !important;
    color: var(--c1) !important;
    transition: all .5s;
}

.nv-fl {
    position: relative;
    overflow: hidden;
}

.nav-flower {
    width: 37%;
    position: absolute;
    bottom: -18%;
    right: -13%;
    animation: animName 15s linear infinite;
}


/* body */
#maple_slider .carousel-item {
    height: 500px;
    overflow: hidden;
}

#maple_slider .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#maple_slider .carousel-item h3 {
    color: var(--red);
}

#maple_slider .carousel-item p {
    color: var(--green);
}

.top_heading {
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
    margin: 0 0 5px 0;
}

.vector_bg_1,
.vector_car {
    position: relative;
}

.vector_bg_1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#ffffffec, #ffffffec), url(../images/vector-2.png);
    height: 450px;
    width: 450px;
    background-size: cover;
    z-index: -1;
}

/* .vector_car:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#ffffffec, #ffffffec), url(../images/vector-5.png);
    height: 350px;
    width: 350px;
    background-size: cover;
    z-index: -1;
} */

/* .vector_car::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(#ffffffec, #ffffffec), url(../images/vector-5.png);
    height: 350px;
    width: 350px;
    background-size: cover;
    z-index: -1;
} */

.sec_li li {
    list-style: none;
    line-height: 28px;
}

.sec_li li i {
    color: var(--red);
}

button.site_butt {
    text-transform: none;
    background-color: var(--yellow);
    color: #000000;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 17px;
}

button.site_butt:hover {
    text-transform: none;
    background-color: var(--dark-yellow);
    color: #000000;
    border: none;
}

button.site_butt.red {
    background-color: var(--red);
    color: #ffffff;
}

button.site_butt.red:hover {
    background-color: #ca0115;
    border: none;
}

/* card */

/* service */

.serv_parent {
    padding: 20px 35px 30px;
}

.ser_top {
    height: 100%;
}

.ser_top h5 {
    color: #ffffff;
}

.ser_top p.more {
    font-size: 16px;
    width: fit-content;
    margin: auto;
    color: var(--yellow);
    padding: 10px 15px;
    border-radius: 5px;
}

.ser_top p.more:hover {
    background-color: var(--dark-yellow);
    color: #000000;
}

.ser_top .overlap h3 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
}

.ser_top .overlap {
    opacity: 0;
}

.ser_top:hover .overlap {
    opacity: 1;
}

.ser_top .overlap {
    top: 0;
    color: #ffffff;
    background-color: #000000a2;
    backdrop-filter: blur(5px);
}


/* service - end */
.section_bg {
    background: linear-gradient(#000000cb, #000000cb), url(../images/sec_bg.jpg);
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_bg_2 {
    background: linear-gradient(#0000009a, #0000009a), url(../images/sec_bg_2.jpg);
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_bg_2 h3 {
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
}

.sec_bg_2 .left.light h3 {
    color: #000000;
}

.sec_bg_2 .left {
    background-color: #00000088;
    backdrop-filter: blur(3px);
}

.sec_bg_2 .left.light {
    background-color: #ffffffbd;
}

.faq_body .question {
    font-size: 16px;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: var(--sub-heading-font);
    font-weight: 600;
}

.faq_body .question::after {
    content: "\002B";
    font-size: 19px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.faq_body .question.active::after {
    transform: rotate(45deg);
}

.faq_body .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faq_body .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.faq_parent {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #F8FBFB;
}

/* inner page */
.breadcrumbs {
    background: url(../images/breadcrumb.jpg);
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumbs li {
    list-style: none;
    color: #ffffff;
}

.breadcrumbs .bi {
    font-family: "Bootstrap-icons";
    font-size: 13px;
}

.breadcrumbs a {
    color: var(--red);
}

/* about page */
.abt_content li {
    list-style: none;
}

.abt_content li a {
    color: #000000;
}

.abt_content li a:hover {
    color: var(--dark-green);
}

/* contact */
.contact_body li {
    list-style: none;
}

.contact_body li a {
    color: #2b2b2b;
}

.contact_body i {
    font-size: 15px;
    margin-top: 3px;
}

.contact_body li a:hover {
    color: var(--dark-green);
}

/* blog */

.blog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.blog {
    /* background-color: #1e1e1e; */
    border-radius: 8px;
    box-shadow: 0 4px 8px #0000001a;
    overflow: hidden;
    flex: 1 0 calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
}

.blog_parent {
    display: none;
}

.blog-image {
    position: relative;
    height: 356px;
    width: 100%;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    height: auto;
    transition: transform 0.3s;
}

.blog-image img:hover {
    transform: scale(1.05);
}

.blog-image .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #000000b3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--dark-green);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content p {
    flex-grow: 1;
    color: #313131;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content .site_butt {
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 5px;
}

/* footer */
footer {
    background: linear-gradient(#000000b9, #000000b9), url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

footer li {
    list-style: none;
    padding: 5px 0;
}

footer a,
footer p {
    color: #e9e9e9;
}

footer a:hover {
    color: var(--red);
}

footer ul {
    padding-left: 0;
}

footer i {
    font-size: 17px;
    margin-top: 2px;
}

footer .copyrights_sec {
    font-size: 15px;
}

.scroll_to_top.show {
    display: block !important;
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 2em;
}

.scroll_to_top {
    background: #49B561 !important;
}

.scroll_to_top {
    color: #fff;
    background-color: #f15a23;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.scroll_to_top {
    display: block;
    position: fixed;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    bottom: -4em;
    right: 2em;
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    filter: alpha(opacity=0);
    opacity: 0;
}

.scroll_to_top i {
    font-size: 25px;
}

@media screen and (min-width: 1100px) {
    .breadcrumbs h6 {
        text-align: center;
    }
}

@media screen and (max-width: 790px) {
   
    .navbar.nav-fixed .offcanvas {
        background-color: #000000f7;
    }

    .sec_bg_2 {
        height: 100%;
    }

    .navbar {
        height: 80px !important;
        background-size: cover;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        margin: auto;
    }
}

@media screen and (max-width:1025px) {
    .offcanvas-body {
        display: flex;
        align-items: center;
    }

    .navbar.nav-fixed .offcanvas.offcanvas-start {
        top: 78px;
    }

    .offcanvas.offcanvas-start {
        top: 113px;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .nav-link {
        color: #ffff !important;
        letter-spacing: 1px;
        font-size: 20px !important;
        padding: 20px 0;
    }

    .logo {
        height: 60px;
    }

    .offcanvas-backdrop,
    .top-nav-one {
        display: none;
    }

    .menu {
        width: 42px;
    }

    .offcanvas {
        width: 100% !important;
    }

    .menu {
        width: 52px;
    }

    .offcanvas-header {
        background-color: var(--c2);
    }
}
