:root {
    /* --red: #e31d3b; */
    --red: #16707d;
    --secred: #3bbdcf;
}
.intro,
.bg-pattern {
    background-image: url("../img/sectionBg.png");
}
.bg-red,
.text-bg-theme {
    background-color: var(--red);
}
.color-red,
.color-theme {
    color: var(--red);
}
.intro .intro-about {
    background-color: var(--red);
}
.hero-banner {
    background: url(/assets/img/banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 768px) {
    .hero-banner {
        background-position: center right;
    }
}

.package-card {
    overflow: hidden;
}
.image-container {
    filter: brightness(0.4);
}
.image-container:hover {
    filter: brightness(1);
}
nav.navbar .nav-link {
    color: #000;
}
ul.navbar-nav > li a {
    padding-left: 20px;
}
.navbar .nav-item {
    font-size: 1rem;
}
.navbar .nav-item:hover .nav-link {
    background-color: var(--red);
    color: #fff;
    border-radius: 4px;
}
.package-card .__card-content {
    top: 0;
    /* color: #fff; */
    color: #fff;
    padding: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
    text-align: center;
    /* background-color: var(--red); */
}

.package-card .__card-content p {
    opacity: 0;
    font-size: 14px;
    margin-top: 10px;
}

.package-card:hover img {
    transition: 1s;
}

.package-card:hover .__card-content {
    /* background: #000; */
}

.package-card:hover p {
    opacity: 1;
}
.btn-custom-hover {
    /* width: 160px; */
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    /* height: 55px; */
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.btn-custom-hover:hover {
    background-position: 100% 0;
    transition: all 0.4s ease-in-out;
}

.btn-custom-hover:focus {
    outline: none;
}

.bg-grad {
    background-image: linear-gradient(to right, #fa719aad, #f1c4fc93);
}
.bg-glass-white {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 100%
    );
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.btn-custom-hover.bn19 {
    background-image: linear-gradient(
        to right,
        #f5ce62,
        #e43603,
        #fa7199,
        #e85a19
    );
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.btn-grad {
    background-image: linear-gradient(
        to right,
        var(--red) 0%,
        var(--secred) 51%,
        var(--red) 100%
    );
    margin: 10px;
    /* padding: 15px 45px; */
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 4px 3px 8px #ce5d8347;
    border-radius: 10px;
    /* display: block; */
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.hero {
    /* background: linear-gradient(#3c3e89, #6265e4), url("img/coal-1.jpg") no-repeat; */
    background:
    /* top, transparent #602f91 */ linear-gradient(
            rgb(107 66 149),
            rgb(29 149 244 / 0%)
        ),
        /* bottom, image */ url(img/coal-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fs-md {
    font-size: 20px;
}
.fs-lg {
    font-size: 32px;
}
.line-height-0 {
    line-height: 0;
}

.is-card {
    /* box-shadow: 5px 5px  10px #ddd; */
    border: 1px solid #eee;
    transition: 1s;
    position: relative;
    padding-top: 4rem;
}

.is-card:hover {
    box-shadow: 10px 10px 30px #ddd;
}
.is-card .icon {
    border: 2px dashed var(--red);
    height: 56px;
    width: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    margin-top: 10px;
    position: absolute;
    top: 0;
}
.is-card .icon img {
    width: 30px !important;
}
.center-icon .icon {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    /* top: -50px */
}
.is-card:hover .icon {
    background-color: var(--red);
    margin-top: -10px;
    color: #fff;
    border: 2px solid var(--red);
}
.border-theme-primary {
    border-bottom: 2px solid var(--red);
}
.quick-fact .col-sm-3:hover {
    color: var(--red);
}

/* .social a{
    border: 1px solid #ddd;
    border-radius: 50%;
} */

.megamenu .col-megamenu a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize !important;
}
.megamenu .col-megamenu li .menu-item-icon {
    width: 20px;
    margin-right: 5px;
}
/*
.megamenu .col-megamenu li:before {
    display: inline-block;
    content: url(/assets/img/3leaf.jpg);
    width: 50px;
    height: 50px;
  } */

.boxShadow {
    box-shadow: 15px 23px 0px rgba(35, 49, 64, 0.09);
    border-radius: 20px;
}
.boxShadow:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 35px;
    right: 35px;
    height: 200px;
    background-color: #fbfcff;
    border-radius: 20px;
    box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
    z-index: -1;
}
.boxShadow:after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 80px;
    right: 80px;
    height: 200px;
    background-color: #fbfcff;
    border-radius: 20px;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
    z-index: -2;
}

#enquiry {
    background-image: linear-gradient(
        90deg,
        #101c32 70%,
        rgba(255, 255, 255, 1) 61%
    );
}
#enquire {
    background-image: linear-gradient(
        90deg,
        #101c32 70%,
        rgba(255, 255, 255, 1) 61%
    );
}
@media screen and (max-width: 480px) {
    #enquire {
        background: #101c32 !important;
    }
}
