:root {
    --font1: 'Barlow Semi Condensed', sans-serif;
    --font2: 'Arizonia', cursive;
    --base: #3b5246;
    --color-secondary:#284338db;
    --color-primary:#ffd211;
    --color-dark:#000;
    --color-light:#fff;

}

::selection {
    background: var(--color-light);
    color: var(--color-dark);
}

html,
body {
    min-height: 100vh;
    font: 400 15px/1.4 var(--font1);
    color: var(--dark);
}

body {
    background: url(http://localhost/TEMPLATE-WEBSITE/Severn-Lounge/img/pattern.png) repeat 0 0 / auto #3d5a53d6;
}

a {
    color: inherit;
    transition: all 0.5s ease-out;
}

a:hover {
    text-decoration: none;
    color: var(--base);
}

button:active,
button:focus,
a:active,
a:focus {
    outline: none;
}

img {
    width: 100%;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3 {
    font-family: var(--font2);
}

h1 {
    font-size: 50px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h1 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    font-family: var(--font1);
}

h2 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h2 span {
    color: var(--base);
}

p {
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 400;
}

.offer {
    text-align: center;
    padding: 100px 0;
    background-image: url(img/b1.jpg);
    background-size: cover;
    background-position: center;

}

.alcol-text {
    background: #fff;
    padding: 5px;
}

.alcol-text h3 {
    line-height: 0.9;
}

.errtex {
    display: block;
    margin-bottom: .5rem;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group .btn {
    width: 38px !important;
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.offer ul {
    list-style: none;
    padding: 0;
}

form#booking-form {
    padding: 50px;
    background: #1491e5;
    border-radius: 5px;
}

form#booking-form input[type=text],
form#booking-form input[type=email],
form#booking-form select,
form#booking-form input[type=date],
form#booking-form textarea,
.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group input {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    margin: 0 0 9px 0;
    border: 2px solid #fff;
    box-shadow: inset 2px 1px 7px #1491e5;
    color: #6c757d;
    height: 50px;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    height: 50px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #fff;
    top: 15px !important;
}

form#booking-form select option,
form#booking-form select {
    color: #6c757d;
}

.offer_content {
    padding: 50px;
    background: linear-gradient(-90deg, rgba(21, 137, 214, 1) 0%, rgba(21, 137, 214, 0.7) 100%), url(img/b1.jpg) !important;
    background-size: cover !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 49%);
    border-radius: 10px;
}

form#booking-form h2 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 5px #0000007d;
}

form#booking-form label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

form#booking-form .form-check {
    margin: 5px 0;
}

.offer_content h3 {
    font-family: var(--font1);
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
}

.bookTex p {
    font-size: 22px;
    text-align: justify;
    line-height: 30px;
}


form#booking-form .error {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff03b;
    font-size: 20px;
}

form#booking-form .success {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.container.bookingOnwe {
    padding: 20px 10px;
}


.container.bookingOnwe img {
    padding: 10px;
    border: 1px solid var(--color-secondary);
    border-radius: 5px;
}

form#booking-form textarea {
    padding: 10px 10px;
    line-height: 20px;
    margin: 10px 0px;
}

.offer_content {
    padding: 50px;
    background: #FFF;
}

.bookTex {
    padding: 20px;
    margin-top: 10px;
}

.main_content_offer li {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.offer_content h5 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}

.offer_content h2 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
}

.offer_content h4 {
    font-weight: bold;
}

.offer_content h5 span {
    color: var(--primary)
}

.offer_content p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width:992px) {
    .container.bookingOnwe img{
        margin-bottom: 15px;
    }
    .offer_content h5 {
        font-size: 20px;
        font-weight: bold;
    }

    .offer_content h5 span {
        display: block;
    }

    .offer_content h3 {
        font-size: 25px;
    }

    .offer_content h2 {
        font-size: 40px;
    }

    .offer_content h4 {
        font-size: 18px;
    }

    h1 {
        font-size: 70px;
    }
}

.btn {
    padding: 10px 15px;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--color-light);
    border: 2px solid var(--color-light);
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}

.btn:hover {
    background: var(--color-primary);
    color: var(--dark);
}

.btn.base {
    background: var(--base);
    color: var(--dark);
    border-color: var(--base);
}

.btn.base:hover {
    background: var(--light);
    color: var(--dark);
}

@media (max-width:992px) {
    form#booking-form .btn {
        width: 100%;
        background: #fff;
        font-size: 15px;
        border: 1px solid #0499ff;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
    }

    .page-title.g {
        padding: 150px 0 0px;
    }

    .bookTex h2 {
        font-size: 30px;
        font-weight: bold;
    }

    form#booking-form {
        padding: 20px;
    }

    form#booking-form label {
        font-size: 14px;
    }

    .btn {
        padding: 8px 10px;
        font-size: 12px;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    transition: all 0.5s;
    background: var(--color-secondary);
    backdrop-filter: blur(8px);
}

header .add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-out;
    height: 26px;
    overflow: hidden;
    border-bottom: 1px solid #243a31;
    appearance: none;
    padding: 0 10px;
}

header .add .msg,
header .add a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--light);
    padding: 0 10px;
}

header .add a:hover {
    color: var(--color-primary);
}

header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    transition: all 0.5s ease-out;
}

header .nav .logo {
    display: block;
    height: 100px;
    width: auto;
    padding: 10px 20px;
}

header .nav .logo:hover img:first-child {
    display: none;
}

header .nav .logo:hover img:last-child {
    display: block;
}

header .nav .logo img {
    height: 100%;
    width: auto;
    transition: all 0.5s;
}

header .nav nav {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
    height: 60px;
}

header .nav nav a {
    display: block;
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

header .nav nav a.cta {
    display: flex;
    align-items: center;
    color: var(--light);
    border-left: 1px solid var(--light2);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 3px;
    position: relative;
}

header .nav nav a.cta small {
    text-align: center;
    display: block;
}

header .nav nav a.cta:hover {
    background: var(--base);
    color: var(--color-primary);
}

header .nav nav a:not(.cta):after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    position: absolute;
    transition: all 0.3s;
}

header .nav nav a.active:after {
    background: var(--light);
}

header .nav nav a:hover {
    color: var(--color-primary);
}

header .order.btn {
    display: none;
}

header .nav #toggler {
    display: none;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    background: none;
    border: 2px solid var(--light);
    color: var(--light);
    border-radius: 0;
    cursor: pointer;
}

header.on .add {
    height: 0;
    padding: 0;
}

header.on .nav {
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

@media (max-width:992px) {
    header .add {
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        padding: 5px 15px;
    }

    header .add .msg,
    header .add div,
    header .add a {
        display: block;
        font-size: 12px;
        line-height: 12px;
        padding: 1px 0;
    }

    header .nav nav a:hover {
        color: var(--color-primary) !important;
    }

    header .nav {
        padding: 8px 15px;
        box-shadow: none;
    }

    header .nav .logo {
        display: block;
        height: 65px;
        width: auto;
        padding: 0;
    }

    header .nav .logo img {
        height: 100%;
        width: auto;
    }

    header .nav #toggler {
        display: block;
    }

    header .order.btn {
        display: block;
        padding: 7px 12px;
        font-size: 20px;
        letter-spacing: 0;
        border-radius: 2px;
        background: var(--light);
        border: 0;
        color: var(--dark);
    }

    header .order.btn small {
        display: block;
        font-size: 14px;
    }

    header .nav nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--dark9);
        width: 100%;
        height: auto;
        border-bottom: 2px solid var(--base);
    }

    header .nav nav a {
        padding: 10px;
    }

    header .nav nav a.cta {
        display: none;
    }

    header .nav nav a:not(.cta):after {
        bottom: 0;
    }
}

.banner {
    position: relative;
    z-index: 10;
    margin-top: 50px;
}

.banner .row {
    padding-top: 150px;
}

.banner .owl-banner {
    position: relative;
    z-index: 500;
}

.banner .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner h1 {
    margin: 0;
}

/*blue Water -- start */
.home-decor {
    background: url(img/blue_water.jpg);
    background-size: cover;
    padding: 50px 0;
}

.voucher_docor {
    padding: 100px 50px;
    background: rgba(0, 135, 227, 0.9);
}

.voucher_docor {
    padding: 100px 50px;
    background: rgba(0, 135, 227, 0.9);
}

.voucher_docor h2 span,
.voucher_docor strong,
section.home-1 p {
    color: var(--light);
}

.voucher_docor strong {
    font-family: var(--font1);
    text-transform: uppercase;
}

.voucher_docor .btn,
section.home-1 .btn {
    color: var(--base);
    background: var(--light);
    border-color: var(--light);
    font-family: var(--font1);
}

section.home-1 h2,
.home-3 h2 {
    font-family: var(--font1);
    color: var(--color-primary);
    font-weight: 900;
    text-transform: uppercase;
}

section.home-1 h2 span,
.home-3 h2 span {
    color: var(--light);
    font-family: var(--font2);
    display: block;
    text-transform: capitalize;
}

section.home-1.g {
    background: url(img/bg-img-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 !important;
}

@media (max-width:992px) {
    .banner .item {
        height: 80vh;
        margin-top: 40px;
    }
    section.home-1 h2 span{
        margin-top: 15px;
    }
}

.home-welcome {
    padding: 100px 0;
}

.home-welcome img {
    width: 100%;
    border: 3px solid var(--base);
}

@media (max-width:992px) {
    .home-welcome {
        padding: 0;
    }

    .home-welcome img {
        margin-bottom: 30px;
    }
}

.home-0 {
    padding: 100px 30px;
    background: url('img/home-0.jpg') no-repeat 50% 50% / cover var(--light);
    background-blend-mode: multiply;
}

.home-0 img {
    width: 100%;
    border: 3px solid var(--base);
}

.offer_content .btn {
    border: 2px solid #fff;
    color: #fff;
}

@media (max-width:992px) {

    .voucher_docor .btn,
    section.home-1 .btn {
        display: block;
    }

    .voucher_docor {
        padding: 50px 20px;
    }

    .voucher_docor strong {
        font-size: 30px;
    }

    .home-0 {
        background: var(--base);
        padding: 30px;
        margin-bottom: 30px;
    }

    .home-0 .text {
        max-width: calc(100vw - 30px);
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-0 .text h2 {
        margin: 0 0 30px;
    }
}

.home-1 {
    margin: 0;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: url(img/bg-img-1.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.home-1 img {
    width: 100%;
    border: 3px solid var(--light);
    box-shadow: 0 4px 10px rgb(0 0 0 / 60%);
}

.overlay {
    background: linear-gradient(-90deg, rgb(59 82 70) 0%, rgb(61 83 70 / 86%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-1 .text {
    display: table;
    margin: 0 0 0 auto;
    width: 50%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
}

.home-1 .text .btn {
    display: table;
    margin: 0 0 0 auto;
}

@media (max-width:992px) {
    .home-1 {
        padding: 50px 0;
        background-size: cover;
    }

    /*.home-1 img { display:none; }*/
    .home-1 .text {
        margin: 0 auto;
        width: 100%;
    }
}

section.home-1.g {
    padding: 60px 0 !important;
    background-position: 20% 100%;
}

.home-2 .item {
    display: block;
    background: var(--dark);
    position: relative;
}

.home-2 .item img {
    position: relative;
    border: 3px solid var(--base);
    border-right: 0;
    z-index: 10;
}

.home-2 .item:after {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--base);
    z-index: 30;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    transition: all 0.5s;
}

.home-2 .item:hover:after {
    opacity: 0;
}

@media (max-width:992px) {
    .home-2 {
        margin: 0;
    }
}

.home-3 {
    padding: 100px 0;
    position: relative;
    background: url('img/bg-img-2.jpg') no-repeat center / cover;
}

.home-3 .item {}

.home-3 h5 {
    color: var(--light);
    font-size: 16px;
    margin: 0;
}

.home-3 p {
    color: var(--light);
    font-style: italic;
    margin: 0;
    font-weight: 700;
}

.home-3 svg {
    margin: 15px 0;
    max-width: 100px;
}

.home-3 svg polygon {
    fill: var(--color-primary);
}

.home-3 .owl-dots {
    margin: 20px 0 0;
}

.home-3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid var(--light);
    margin: 0 3px;
    transition: all 0.5s;
}

.home-3 .owl-dots .owl-dot.active {
    background: var(--base);
}

.home-3 .separator {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
}

@media (max-width:992px) {
    .home-3 {
        padding: 60px 0;
        background: url(img/gn.png);
        background-position: 48% 50%;
    }

    .home-3 p {
        font-size: 15px;
    }
}

footer {}

footer .content {
    background: var(--color-secondary);
    padding: 30px 0;
    backdrop-filter: blur(8px);

}

footer .content p {
    margin: 0 0 10px;
    color: var(--light);
    font-weight: 400;
}

footer .content a {
    display: block;
    margin: 0 0 10px;
    color: var(--light);
    font-weight: 400;
    font-size: 14px;
}

footer .content a:before {
    content: "• ";
    color: var(--color-light);
}

footer .content a:hover {
    color: var(--color-light);
}

footer .content a:last-child {
    margin: 0;
}

footer .content .contact {
    margin-bottom: 10px;
}

footer .content .contact img {
    width: 100%;
    max-width: 150px;
    margin: 0 0 15px;
}

footer .content .link {
    display: flex;
    justify-content: space-around;
}

footer .content .time p {
    margin: 0 0 10px;
    font-size: 20px;
}

footer .content .time table tr td {
    padding: 2px 10px;
    color: var(--light);
}

footer .content .time table tr td:first-child {
    font-weight: 600;
    text-align: right;
}

footer .content .time table tr.active td {
    background: var(--color-light);
    color: var(--dark);
}
.text h2{
    color: var(--color-light);
}
.text p{
    color: var(--color-light);
}
.text h2 span{
    color: var(--color-primary);
}
footer .copy {
    background: var(--dark);
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: var(--light);
}

@media (max-width:992px) {
    footer {
        margin: 0;
    }

    footer .content a,
    footer .content p {
        display: block;
        text-align: center;
    }

    footer .content .contact img {
        max-width: 130px;
        margin: 0 auto 15px;
        display: table;
    }
    footer .content .link{
        margin: 15px 0;
    }
    table {
        margin: 0 auto;
    }

}

.page-title {
    padding: 170px 0 20px;
}
.contact-details h3{
    color: var(--color-light);
}
.contact-details p{
    color: var(--color-light);
}
#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}

#menu .item .title {
    background: var(--base);
    color: var(--light);
    padding: 10px;
    border: 1px solid var(--base);
}

#menu .item .title p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

#menu .item .title small {
    font-size: 12px;
    display: block;
    margin: 0;
    font-style: italic;
    opacity: 0.9;
}

#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid var(--base);
    border-top: 0;
    color: var(--color-light);
    background-color: #0000009a;
}

#menu .content .meal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

#menu .content .meal .name {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

#menu .content .meal .dots {
    flex-grow: 1;
    border-bottom: 2px dashed var(--color-light);
    height: 15px;
    margin: 0 10px;
}

#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-light);
}

#menu .content .detail {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin: -15px 0 15px;
    color: var(--color-light);
    text-align: justify;
    /* opacity: 0.7; */
}

#menu .content .meal.sub {
    padding-left: 15px;
}


#menu .content .meal.sub .name:before {
    content: "• ";
    color: var(--color-light);
}

@media (max-width:992px) {
    #menu .item {
        width: 100%;
        padding: 0 0 10px;
    }
}

.gallery {
    padding: 0 0 60px;
}

.gallery #gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery #gallery a {
    display: block;
    background: var(--dark);
    margin: 10px;
    position: relative;
    width: calc(33% - 20px);
    box-shadow: 0 0 0 3px var(--base) inset;
}

.gallery #gallery a img {
    width: 100%;
    transition: all 0.4s;
    opacity: 0.8;
}

.gallery #gallery a:hover img {
    opacity: 1;
}

@media (max-width:992px) {
    .gallery #gallery a {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
}

.contact {
    position: relative;
}

.contact-details {
    padding: 50px 0 60px;
}

.contact-details iframe.map {
    width: 100%;
    border: 0;
    height: 350px;
    position: relative;
    z-index: 10;
}

.contact-details>p {
    text-align: center;
}

.contact-details form input,
.contact-details form textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--color-light);
    border: 1px solid var(--color-light);
    border-bottom: 0;
    margin: 0;
    background: #0000005d;
}

.contact-details form textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
    border-bottom: 1px solid var(--color-light);
}

.contact-details form input:focus,
.contact-details form textarea:focus {
    box-shadow: none;
    outline: none;
    background: #000000cb;
}
.contact-details form input::placeholder,
.contact-details form textarea::placeholder{
    color: var(--color-light);
    opacity: 0.6;
}
.contact-details form button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--color-light);
    margin-top: -4px;
    border-radius: 0;
}

.contact-details .social a {
    font-size: 30px;
    color: var(--color-light);
    margin-right: 5px;
}

.contact-details a:hover {
    color: var(--color-light);
}

.contact-details .msg {
    margin-top: 20px;
}

.contact-details .msg.success {
    color: green;
}

.contact-details .msg.error {
    color: red;
}

@media (max-width:992px) {
    .contact-details {
    padding: 20px 0 ;
}
.contact-sec{
    margin-top: 15px;
}
    .alcol-text {
        margin-top: 15px;
    }

    .contact-details p,
    .contact-details h3 {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .contact-details .social {
        justify-content: center;
    }
}

.tos {
    padding: 150px 0 0;
}

.tos p {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 0;
}

.tos p strong {
    font-weight: 700;
}

.modal {
    z-index: 9999999999999999999;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #077cce;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    padding: -4px 5px 27px 6px !important;
    color: white;
}

.content_m p {
    font-size: 22px;
}

.content_m span {
    color: yellow;
}

button.btn.btn-secondary {
    background: aliceblue;
    color: #077cce;
    border: none;
    margin-top: 10px !important;
}

a.btn1 {
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    background: aliceblue;
    color: #117dc4;
    border: 2px solid #ffffff;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}

.modal-body.text-center p {
    font-size: 24px;
    line-height: 1.2;
}

@keyframes marquee {
    0% {
        margin-left: 100%;
        transform: translateX(0%);
    }

    100% {
        margin-left: 0;
        transform: translateX(-100%);
    }
}

.section {
    overflow: hidden;

    .marquee {
        animation: marquee 30s linear infinite;
        display: inline-block;
        white-space: nowrap;

        &:hover {
            animation-play-state: paused;
        }
    }
}

.text-styling {
    background-color: transparent;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0;
}




/* For the head top-up */

.upper-part-nav {
    position: relative;
    z-index: 99;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    background: #002984;
    text-align: center;
    background-image: url('../top-banner-valen.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upper-part-nav p {
    margin-bottom: 0;
}

.upper-part-nav .text-div p {
    margin: 0;
}

.upper-part-nav .text-div p span {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    font: italic small-caps bold 24px/1.2 "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.upper-part-nav .img-div img {
    height: 100px;
    width: auto;
}

/* -- close button -- */
.upper-part-nav-close {
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0;
}

.mdb {
    min-width: 88px;
    padding: 10px 14px;
}

.green {
    background-color: #259b24;
}

.dropdown-toggle.green {
    background-color: #259b24;
}

a.mdb.purple,
a.mdb.green,
a.mdb.orange,
a.mdb.blue {
    color: #fff !important;
}

.mdb {
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

.mdb {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, .87);
    text-decoration: none;
}

.br {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
}

.lev {
    transition: .3s all;
}

.lev:hover {
    transform: translateY(-5px);
    transition: .3s all;
}

.re {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}


@media (max-width: 991.98px) {

    .upper-part-nav .img-div img {
        height: 50px !important;
    }

    .upper-part-nav .text-div p span {
        font-size: 15px !important;
        line-height: 17px !important;
    }
}