@import url('https://fonts.googleapis.com/css2?family=Play&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

:root {
    --primary: #FFC000;
    --popins: 'Poppins', sans-serif;
    --play: 'Play', sans-serif;
    --roboto: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box !important;

}

body {
    box-sizing: border-box !important;
    font-family: var(--popins) !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--primary);
    font-weight: bold;
    letter-spacing: 1.5px;
}

a:hover {
    color: var(--primary) !important;
}

p,
li {
    text-align: justify;
    line-height: 30px;
}

@media screen and (max-width: 786px) {
    p, li {
        text-align: left;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--roboto);
    font-weight: bolder;
}

h3 {
    border-left: 10px solid var(--primary);
    padding-left: 15px;
}

video {
    width: 50px;
    height: 20px;
}

footer {
    background-color: #070707 !important;
    width: 100% !important;
    color: white !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cta {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--primary) !important;
    border-radius: 0;
    color: #1d1b4c;
}

.cta:hover {
    color: white !important;
}

.whatsapp-icon {
    position: fixed;
    top: 50%;
    left: 0;
    background-color: #25D366 !important;
    color: white !important;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9999;
}

.spinner {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.whatsapp-icon:hover {
    color: white !important;
}

.whatsapp-icon i {
    font-size: 24px;
}

.navbar label {
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
}

.navbar label span {
    background: #000;
    border-radius: 10px;
    height: 5px;
    margin: 3px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navbar span:nth-of-type(1) {
    width: 50%;
}

.navbar span:nth-of-type(2) {
    width: 100%;
}

span:nth-of-type(3) {
    width: 75%;
}

.navbar input[type="checkbox"] {
    display: none;
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 0px)
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(30px, -11px) rotatez(45deg);
}

.navbar span:nth-of-type(1) {
    width: 50%;
}

.navbar span:nth-of-type(2) {
    width: 100%;
}

.navbar span:nth-of-type(3) {
    width: 75%;
}

.navbar input[type="checkbox"] {
    display: none;
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(3px, 0px)
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.navbar input[type="checkbox"]:checked~span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(18px, -4px) rotatez(45deg);
}

.navbar-brand {
    max-width: 205px;
}

.navbar-brand img {
    width: 200px;
    height: 75px;
}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0px 10px 15px #e5e3e3;
    transition: all 1s linear;
    overflow: auto;
    z-index: 99999;
}

.mob-nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mob-nav-item {
    padding-left: 20px;
}

.mob-nav-item a {
    color: black !important;
}

.mob-nav-item .active {
    color: var(--primary) !important;
}

.mob-nav-item a:hover {
    color: var(--primary) !important;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    margin: auto !important;
    z-index: 99999;
}

.nav .nav-link {
    color: black !important;
    transition: 0.3s linear;
    padding-right: 15px !important;
}

.nav .nav-link:hover {
    color: var(--primary) !important;
}

.nav .active {
    color: var(--primary) !important;
}

.nav .dropdown-menu {
    border: none;
    margin-top: 18px;
    padding: 10px;
}

.nav .dropdown-menu a {
    font-size: smaller;
    font-weight: bold;
    padding: 10px;
}

.carousel-item h4 {
    font-size: xx-large;
}

.single {
    background-color: #000;
    position: relative;
}

.single img {
    opacity: 0.5;
    width: 100%;
    height: 375px !important;
    object-fit: cover;
}

.single .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:992px){
    .intro {
        padding-right: 70px !important;
    }       
}

.slick-card a {
    color: #070707;
}

.slick-dots {
    bottom: 30px;
}

.slick-dots li button::before {
    font-size: 24px;
}

.features {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.features li {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 14px;
    font-size: 16px;
}

.features li i {
    margin-right: 50px;
    font-size: 24px;
}

.services .card {
    box-shadow: 0px 12px 25px #dedee2;
    border: none;
    border-radius: 10px;
    transition: 0.3s linear;
    max-width: 350px;
    margin-bottom: 60px;
}

.services .card-img-top {
    border-radius: 3% 3% 31% 35% / 4% 4% 5% 5%;
}

.services h4 a {
    color: black !important;
    font-weight: bolder;
}

.services h4 a:hover {
    color: var(--primary) !important;
}

.services p {
    margin-top: 20px;
    visibility: hidden;
    transition: 0.5s linear;
}

.services .card:hover {
    transform: scale(1.1);
    z-index: 3;
    cursor: pointer;
}

.services .card:hover p {
    visibility: visible;
}

.services p:hover {
    transform: scale(1.1);
}

.testimonial img {
    border-radius: 50%;
}

.testimonial p {
    font-size: 20px;
}

.testimonial h5 {
    font-weight: bolder;
}

.subscription {
    border-radius: 30px;
}

.subscription .card-body {
    z-index: 3 !important;
}

.sub-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1b4c;
    /*background-color: #1d1b4c*/
    z-index: 2 !important;
    opacity: 0.9;
    border-radius: 30px;
}

.subscribe-background {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    margin-bottom: 15px;
    font-size: small;
}

.footer-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}

.footer-menu-link:hover::after {
    width: 125px;
}

.footer-menu-link,
.footer-social-links {
    color: white !important;
}

.footer-social-links:hover {
    color: var(--primary) !important;
}

.chat-icon {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 30px;
}

.chat-icon .dot {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #25D366;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.chat-icon img {
    transition: 0.3s linear;
    border-radius: 50%;
}

.chat-icon img:hover {
    cursor: pointer;
    box-shadow: 5px 5px 30px #e5e0e0, -5px -5px 30px #e5e0e0;
}

.chat-box {
    position: fixed;
    bottom: 110px;
    right: 30px;
    display: inline-block;
    width: 350px;
    height: 500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #e5e0e0, -5px -5px 10px #e5e0e0;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
}

.chat-box h4 span:hover {
    cursor: pointer;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-card-front {
    background-color: white;
    color: var(--primary);
}

.flip-card-back {
    background-color: var(--primary);
    color: white;
    transform: rotateY(180deg);
}

.contact-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    margin-right: 30px;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    transition: 0.5s linear;
}

.contact-icon:hover{
    cursor: pointer !important;
    transform: rotateZ(360deg);
}

.contact-icon i {
    font-size: 24px;
}

.error {
    color: red !important;
}

.cmat h1{
    font-family: var(--play);
}

.booking {
    background-color: #1d1b4c;
    color: white;
    padding: 10px;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .chat-box {
        position: fixed;
        bottom: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 601px) and (max-width: 1399px) {
    .chat-box {
        position: fixed;
        bottom: 110px;
        right: 30px;
        display: inline-block;
        width: 350px;
        height: 200px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 5px 5px 10px #e5e0e0, -5px -5px 10px #e5e0e0;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 1200px) {
    .content {
        margin-top: 100px;
    }
}