/* Designed and developed by SYRONYX Web and App Solutions*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "exo 2";
    /* background-color: #ebebeb; */
    /* line-height: 1.9; */
    color: #8c8c8c;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

canvas {
    height: 350%;
    width: 110%;
    position: fixed;
    opacity: .6;
    z-index: -1;
}

::-webkit-scrollbar {
    width: 10px;
    background: #000000
}

::-webkit-scrollbar-thumb {
    background: #1fbb91;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #188f6f;
    border-radius: 10px
}

::-webkit-scrollbar-corner {
    border-radius: 10px;
    background: rgb(0, 0, 0)
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}


.mobile-nav-menu {
    display: none;
}


.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    /* padding: 10px 15px 10px 15px; */
    padding: 15px 20px;
    width: 100%;
    height: 80px;
    top: 0;
    box-shadow: 0 0px 23px #00000028;
    right: 0;
    left: 0;
    background-color: #ffffff36;
    backdrop-filter: blur(20px);
    /* border-bottom: 1px solid rgba(218, 165, 32, 0.267); */
}

.nav-top .hamburger {
    margin-left: auto;
    color: #28ebb6;
    cursor: pointer;
    font-size: 20px;
}

.mobile-nav-brand {
    /* margin-left: 45px; */
    font-size: 30px;
    color: #ebebeb;
    line-height: 1.2;
    font-weight: 700;
}

.nav-drill {
    display: flex;
    position: fixed;
    margin-top: 79.4px;
    transform: translateX(100%);
    z-index: 9999;
    top: 0;
    border-left: solid 2px #ebebeb;
    /* border-top-left-radius: 1cm; */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    right: -1px;
    width: 70%;
    max-width: 300px;
    padding-top: 1cm;
    background-color: #ffffff36;
    overflow-y: auto;
    bottom: 0vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled .nav-items {
    transform: translateX(0);
    transition: 0s;
}

.nav-items {
    flex: 0 0 100%;
    list-style: none;
    transform: translateX(100%);
}

.nav-items-transition {
    transition: 5s;
}

.nav-item {
    margin-right: 15px;
    margin-left: 25px;
    /* border-bottom: solid 2px #00c25b80; */
    /* border-radius: 15px; */
    transition: .6s;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* .nav-items .active-item {
    display: inline-block;
    border-bottom: solid 2px red;
    margin-right: 25px;
    margin-left: 15px;
  } */
.nav-item a {
    font-weight: 500;
    text-decoration: none;
    transition: .6s;
}

.nav-link:hover {
    display: block;
    /* padding: 0.875em 1em; */
    color: #bb5a00;
    /* font-size: 1rem; */
    /* border-radius: 10px; */
    transition: .6s;
    margin-left: .5cm;
    /* line-height: 1.5em; */
}

.nav-item a:hover {
    text-decoration: none;
    transition: .6s;
    color: #bb5a00;
}

.desktop-nav {
    background-color: #ffffff36;
    backdrop-filter: blur(20px);
    z-index: 101;
    top: 0;
    position: fixed;
    right: -3px;
    padding: 10px 5px 10px 5px;
    left: -3px;
    box-shadow: 0 0px 23px #0000001a;
    justify-content: center;
}


.container-nav-desktop {
    overflow: hidden;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.desktop-nav-links {
    float: right;
}

.logo-nav-desktop img {
    /* margin-top: 10px; */
    height: 50px;
    width: auto;
    float: left;
}

.desktop-nav-links ul {
    margin-bottom: 0;
    /* padding: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-nav-links ul li {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    transition: .5s;
    /* cursor: pointer; */
}

.desktop-nav-links .desk-nav-link {
    color: #2f2f2f;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: 2px solid #ffffff00; */
    transition: .5s;
    border-bottom: 2px solid #3f3f3f00;
}

.desktop-nav-links .desk-nav-link:hover {
    color: #006d50;
    transition: .5s;
    border-bottom: 2px solid #3f3f3f4d;
}

.nav-link-contact {
    background: #f0b47c;
    color: #fff !important;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
    border: 2px solid #f0b47c !important;
    transition: .5s;
}

.nav-link-contact:hover {
    background: #fff;
    color: #f0b47c !important;
    padding: 2px 15px 2px 15px;
    border: 2px solid #f0b47c !important;
    border-radius: 30px;
    transition: .5s;
}

.nav-link-contact-mobile {
    background: #f0b47c !important;
    color: #fff !important;
    padding: 0px 15px 2px 15px !important;
    border-radius: 10px !important;
    border: 2px solid #f0b47c !important;
    transition: .5s !important;
    margin-left: -15px;
    display: inline-block !important;
}

.nav-link-contact-mobile:hover {
    background: #fff !important;
    color: #f0b47c !important;
    padding: 0px 15px 2px 15px !important;
    border: 2px solid #f0b47c !important;
    border-radius: 20px !important;
    margin-left: -15px;
    display: inline-block !important;
    transition: .5s !important;
}

.desktop-nav-links .desk-nav-link.active {
    color: #29ebb6;
    border-bottom: 2px solid #2b2a6600;
    transition: .5s;
}


.nav-link {
    display: inline-block;
    padding: 0;
    background: #ebebeb00;
    color: #2f2f2f;
    font-size: 15px;
    margin-top: .5cm;
    transition: .6s;
    font-weight: 600;
}

.nav-items .active {
    color: #28ebb6;
}


.section-title {
    padding-bottom: 30px;
}

.section-title-centered {
    text-align: center;
    margin-bottom: 20px;
}

.section-title-centered .section-title-heading {
    margin-bottom: -10px;
}

.section-title-heading {
    font-size: 45px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 700;
}

.section-title-white-color .section-title-heading {
    color: #fff;
    position: relative;
    z-index: 99;
}

.section-title-description {
    position: relative;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 600;
    padding-left: 55px;
    padding-right: 55px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-title-white-color .section-title-description {
    color: #c0c0c0;
    position: relative;
    z-index: 99;
}

.section-title-description::after {
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #1db189;
}

.section-title-white-color .section-title-description::after {
    z-index: 99;
}

.section-title-description-double::before {
    position: absolute;
    right: 0;
    top: 9px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #1db189;
}

.section-title-white-color .section-title-description-double::before {
    z-index: 99;
}

.container {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 0 auto; */
}

.widget-section {
    background: rgb(219, 219, 219);
    background: linear-gradient(207deg, rgba(219, 219, 219, 0.30155812324929976) 18%, #29ebb718);
    border-top: 2px solid #188f6f;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-section .row {
    margin-left: 0;
    margin-right: 0;
}

.widget-section .widget-content h4 {
    color: #006d50;
    font-family: "Rajdhani";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.widget-content .tags li {
    display: inline-block
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #191f4c;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.widget-content p {
    color: #4f4f4f;
    line-height: 1.9;
    font-size: 13px;
    margin-top: 1px;
    margin-bottom: 0;
    text-align: justify;
    font-weight: 500;
}

.widget-content span {
    display: block
}

.widget-section .widget-content-parent {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-block: 10px;
}

.widget-content .widget-links ul {
    list-style: none;
}

.widget-content .widget-links li {
    list-style: none;
}

.widget-content .widget-links li a {
    color: #505050;
    line-height: 1.9;
    font-size: 12px;
    /* letter-spacing: .5px; */
    font-weight: 600;
    transition: .5s;
    /* text-transform: uppercase; */
    /* font-family: "Rajdhani"; */
}

.widget-content .widget-links li i {
    color: #1db189;
    line-height: 1.9;
    font-size: 10px;
    /* letter-spacing: .5px; */
    font-weight: 600;
    transition: .5s;
    /* font-family: "Rajdhani"; */
}

.footer-brand {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2b2b2b;
    display: inline-block;
    /* margin-bottom: .5rem; */
    /* border-bottom: 3px solid #278fcc34; */
    /* padding-top: 110px; */
    line-height: 0;
}

.footer-brand .footer-logo {
    height: 50px;
}

.widget-content .footer-contact {
    font-size: 12px;
    color: #c3996b;
    font-weight: 600;
}

.widget-content .footer-contact-para {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
}

.widget-content .widget-links li a:hover {
    color: #1db189;
    transition: .5s;
}

.widget-content .widget-links li a:hover i {
    color: #2b2b2b;
    transition: .5s;
}

.footer-section {
    background: #2f2f2f;
    /* background: linear-gradient(207deg, rgba(44,43,103,0.6152836134453781) 33%, rgba(40,142,204,0.3435749299719888) 82%); */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 25px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    left: 0;
}

.single-creds {
    display: none;
}

.footer-section p {
    font-size: 13px;
    font-family: "exo 2";
    color: #ececec;
    margin: 0
}

.footer-section .cred-highlight {
    color: #1db189;
    font-weight: 700;
    font-family: "exo 2";
    font-size: 13px;
    transition: .5s;
}

.footer-section .cred-highlight:hover {
    color: #21c79b;
    transition: .5s;
}

#back-to-top {
    display: inline-block;
    background: #1db189;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0px 30px #00000025;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 1cm;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f102";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 20px;
    line-height: 41px;
    font-weight: 900;
    transition: .5s;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    box-shadow: 0 0px 20px #1db1898f;
    background: #fff;
    /* transition: .5s; */
}

#back-to-top:hover::after {
    color: #1db189;
    transition: .5s;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: inherit;
}

input,
select,
textarea,
button {
    /* font-family: inherit; */
    font-size: 100%;
}

button,
label {
    cursor: pointer;
}

select {
    appearance: none;
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}

.padding-top {
    padding-top: 140px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.padding-top-bottom {
    padding-top: 140px;
    padding-bottom: 140px;
}


.footer-contact-card {
    position: relative;
    width: 300px;
    height: 200px;
    max-width: 90%;
    /* width: 100%; */
    margin: 0 auto;
    /* height: 100%; */
    background: lightgrey;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 1s ease-in-out;
}

.resorts-background {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 107%, #21c79b 0%, #29ebb6 30%, #1db189 60%, #006d50 100%);
}

.footer-contact-card .logo {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    transition: all 0.6s ease-in-out;
}

.footer-contact-card .logo img {
    fill: white;
    width: 80px;
    transition: .5s;
    filter: brightness(9999);
    /* height: 30px; */
}

.footer-contact-card .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer-contact-card .icon .svg {
    fill: rgba(255, 255, 255, 0.797);
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.footer-contact-card .box {
    position: absolute;
    padding: 10px;
    text-align: right;
    background: rgba(255, 255, 255, 0.389);
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 1px solid white;
    border-radius: 10% 13% 42% 0%/10% 12% 75% 0%;
    box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
    transform-origin: bottom left;
    transition: all 1s ease-in-out;
}

.footer-contact-card .box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.footer-contact-card .box i {
    color: white;
    position: relative;
    z-index: 999;
    font-size: 20px;
}

.footer-contact-card .box:hover .svg {
    fill: white;
}

.footer-contact-card .box1 {
    width: 70%;
    height: 70%;
    bottom: -70%;
    left: -70%;
}

.footer-contact-card .box1::before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #ff53d4 60%, #62c2fe 90%);
}

.footer-contact-card .box1:hover::before {
    opacity: 1;
}

.footer-contact-card .box1:hover .icon .svg {
    filter: drop-shadow(0 0 5px white);
}

.footer-contact-card .box2 {
    width: 50%;
    height: 50%;
    bottom: -50%;
    left: -50%;
    transition-delay: 0.2s;
}

.footer-contact-card .box2::before {
    background: radial-gradient(circle at 30% 107%, #90befa 0%, #1877F2 90%);
}

.footer-contact-card .box2:hover::before {
    opacity: 1;
}

.footer-contact-card .box2:hover .icon .svg {
    filter: drop-shadow(0 0 5px white);
}

.footer-contact-card .box3 {
    width: 30%;
    height: 30%;
    bottom: -30%;
    left: -30%;
    transition-delay: 0.4s;
}

.footer-contact-card .box3::before {
    background: radial-gradient(circle at 30% 107%, #25D366 0%, #075E54 90%);
}

.footer-contact-card .box3:hover::before {
    opacity: 1;
}

.footer-contact-card .box3:hover .icon .svg {
    filter: drop-shadow(0 0 5px white);
}

.footer-contact-card .box4 {
    width: 10%;
    height: 10%;
    bottom: -10%;
    left: -10%;
    transition-delay: 0.6s;
}

.footer-contact-card:hover {
    transform: scale(1.1);
}

.footer-contact-card:hover .box {
    bottom: -1px;
    left: -1px;
    cursor: pointer;
}

.footer-contact-card:hover .logo {
    transform: translate(0, 0);
    bottom: 20px;
    right: 20px;
}

.footer-contact-card:hover .logo img {
    width: 40px;
    transition: .5s;
}

.footer-contact-card-parent {
    display: flex;
    justify-content: center !important;
    /* align-items: center !important; */
}

/*##################### 
Responsive adjustments 
#######################*/

@media(max-width:991px) {
    .mobile-nav-menu {
        display: block;
    }
}

@media (max-width:991px) and (min-width: 700px) {
    .mobile-nav-img {
        height: 50px;
        position: absolute;
        top: 50%;
        left: 70px;
        transform: translate(-50%, -50%);
        float: left;
        border-radius: 5px;
        padding: 4px;
    }

    .menu-credit-logo img {
        position: absolute;
        margin: 0 auto;
        display: block;
        right: 15px;
        bottom: 15px;
        width: 35px;
        opacity: .5;
        /* filter: brightness(0.73); */
    }
}

@media (max-width:699px) and (min-width: 450px) {
    .mobile-nav-img {
        height: 50px;
        position: absolute;
        top: 50%;
        left: 70px;
        transform: translate(-50%, -50%);
        float: left;
        border-radius: 5px;
        padding: 4px;
    }

    .menu-credit-logo img {
        position: absolute;
        margin: 0 auto;
        display: block;
        right: 15px;
        bottom: 15px;
        width: 35px;
        opacity: .5;
        /* filter: brightness(0.73); */
    }
}

@media (max-width: 450px) {
    .mobile-nav-img {
        height: 50px;
        position: absolute;
        top: 50%;
        left: 70px;
        transform: translate(-50%, -50%);
        float: left;
        border-radius: 5px;
        padding: 4px;
    }

    .menu-credit-logo img {
        position: absolute;
        margin: 0 auto;
        display: block;
        right: 15px;
        bottom: 15px;
        width: 35px;
        opacity: .5;
        /* filter: brightness(0.73); */
    }
}

@media (max-width:1200px) {
    .container-nav-desktop {
        width: 90%;
    }
}

@media (max-width:991px) {
    .desktop-nav {
        display: none;
    }
}



@media(max-width:1200px) {
    .container {
        max-width: 90%;
    }

}

@media(max-width:768px) {
    .container {
        max-width: 95%;
    }

}

/* @media(max-width:575px) {
    .container {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

} */



@media(min-width:530px) {
    .footer-section .creds-split {
        width: 50%;
    }

}

@media(max-width:607px) {
    .seperate-creds {
        display: none;
    }

    .single-creds {
        display: block;
    }

    .footer-section {
        padding: 14px;
    }

}

@media(max-width:320px) {
    .footer-contact-card {
        width: 280px;
        height: 180px;
        max-width: 90%;
    }
}
@media(max-width:277px) {
    .footer-contact-card {
        width: 260px;
        height: 160px;
        max-width: 90%;
    }
}