@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: #F9F5D2;
    /* line-height: 1.9; */
    color: #1f1f1f;
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    overflow-x: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/3hero-bg-2.png) no-repeat center;
    background-size: cover;
    filter: blur(5px);
    opacity: .5;
    z-index: -1;
    animation: panBg 40s ease-in-out infinite;
}
canvas {
    height: 350%;
    width: 110%;
    position: fixed;
    opacity: .6;
    z-index: -1;
}

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

::-webkit-scrollbar-thumb {
    background: #57531D80;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #57531D;
    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 #ffffff09;
    right: 0;
    border-bottom: 2px solid #57531D;
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 50px 50px;
    left: 0;
    background-color: #57531d30;
    /* border-bottom: 1px solid rgba(218, 165, 32, 0.267); */
}

.nav-top .hamburger {
    margin-left: auto;
    color: #F9F5D2;
    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: 80px;
    transform: translateX(100%);
    z-index: 9999;
    top: 0;
    border-left: solid 2px #57531D;
    /* border-top-left-radius: 1cm; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    right: -1px;
    width: 70%;
    padding-top: 1cm;
    background-color: #57531d30;
    overflow-y: auto;
    bottom: 0vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

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

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

.padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 140px;
}
.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: inline-block;
    /* padding: 0.875em 1em; */
    color: #F9F5D2;
    /* 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: #F9F5D2;
}

.desktop-nav {
    background-color: #57531d30 !important;
    backdrop-filter: blur(10px);
    z-index: 101;
    top: 0;
    position: fixed;
    display: flex;
    height: 73px;
    right: -3px;
    padding: 10px 5px 10px 5px;
    left: -3px;
    box-shadow: 0 0px 23px #ffffff09;
    justify-content: center;
    border-bottom: 2px solid #57531D;
}
.home-desktop-nav {
    background-color: #57531d30 !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #57531D;
    border-radius: 0px 0px 50px 50px;
}
.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: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    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: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "montserrat";
    /* border-bottom: 2px solid #ffffff00; */
    transition: .5s;
    border-bottom: 2px solid #3f3f3f00;
}

.desktop-nav-links .desk-nav-link:hover {
    color: #C69E71;
    transition: .5s;
    border-bottom: 2px solid #ffffff00;
}
.desktop-nav-links .desk-nav-link.active {
    font-weight: 700;
    color: #372C11;
    border-bottom: 2px solid #C69E71;
    transition: .5s;
}

.dropdown {
    position: relative;
  }
  
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0e0e0e8c;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    /* z-index: 1; */
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff10;
    opacity: 0;
    border-top: none;
    width: 150px;
    overflow: hidden; /* Hide overflowing content */
    max-height: 0; /* Initially hide the dropdown */
    transition: 0.3s ease-in-out; /* Apply transition to max-height */
  }
  
  .dropdown:hover .dropdown-content {
    max-height: 200px; /* Set the maximum height to show the dropdown content */
    opacity: 1;
  }
  
  .dropdown .active {
    color: #F9F5D2;
    border-bottom: 2px solid #C69E71;
    display: inline-block;
  }
  .dropdown-content a {
    color: #ebebeb;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    transition: 0.5s;
  }
  
  .dropdown-content a:hover {
    color: #C69E71;
  }
.nav-link {
    display: inline-block;
    padding: 0;
    background: #ebebeb00;
    color: #fff;
    font-size: 15px;
    margin-top: .5cm;
    transition: .6s;
    font-weight: 600;
}

.nav-items .active {
    color: #372C11;
    border-bottom: 2px solid #C69E71;
}


.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: #2c2b67;
    font-weight: 700;
}
.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-description::after {
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #d72324;
  }
  .section-title-description-double::before {
    position: absolute;
    right: 0;
    top: 9px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #d72324;
  }
.container {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-section {
    background: rgb(219,219,219);
    background: linear-gradient(207deg, rgba(0, 0, 0, 0.685) 18%, #57531dc9 61%);
    border-top: 2px solid #F9F5D2;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 1
}
.widget-section .row {
    margin-left: 0;
    margin-right: 0;
}
.widget-section .widget-content h4 {
    color: #F9F5D2;
    font-family: "gilmer";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.widget-content .tags li {
    display: inline-block
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #aa9f04;
    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: #fff;
    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;
}
.widget-content .widget-links ul {
    list-style: none;
}
.widget-content .widget-links li {
    list-style: none;
}
.widget-content .widget-links li a {
    color: #fff;
    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: #C69E71;
    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: .8;
}
.footer-brand .footer-logo {
    width: 120px;
    filter: brightness(9999);
}
.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: #C69E71;
    transition: .5s;
}
.widget-content .widget-links li a:hover i{
    color: #fff;
    transition: .5s;
}
.footer-section {
    background: #111111d0;
    /* background: linear-gradient(207deg, rgba(44,43,103,0.6152836134453781) 33%, rgba(40,142,204,0.3435749299719888) 82%); */
    display: block;
    color: #c2c2c2;
    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: #fff;
    margin: 0
}
.footer-section .cred-highlight {
    color: #F9F5D2;
    font-weight: 700;
    font-family: "exo 2";
    font-size: 13px;
    transition: .5s;
}
.footer-section .cred-highlight:hover {
    color: #C69E71;
    transition: .5s;
}

#back-to-top {
    display: inline-block;
    background: #00000034;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0px 30px #57531D36;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 1cm;
    position: fixed;
    border: 2px solid #57531d70;
    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: 38px;
    font-weight: 900;
    transition: .5s;
    color: #ebebeb;
  }
  #back-to-top:hover {
    cursor: pointer;
    border: 2px solid #57531D;
    box-shadow: 0 0px 40px #57531D8f;
    background: #ffffff00;
    transition: .5s;
  }
  #back-to-top:hover::after {
    color: #57531D;
    transition: .5s;
  }
  #back-to-top:active {
    background-color: #55555500;
  }
  #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;
  }
/*##################### 
Responsive adjustments 
#######################*/


.menu-credit-logo img {
    opacity: .05;
    display: none !important;
}
@media(max-width:991px) {
    .mobile-nav-menu {
        display: block;
    }
}
@media (max-width:991px) and (min-width: 700px) {
    .mobile-nav-img {
        width: 110px;
        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;
        filter: brightness(0.03) !important;
    }
}
@media (max-width:699px) and (min-width: 450px) {
    .mobile-nav-img {
        width: 110px;
        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;
        filter: brightness(0.93);
    }
}

@media (max-width: 450px) {
    .mobile-nav-img {
        width: 110px;
        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;
        filter: brightness(0.93);
    }
}

@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:530px){
    .seperate-creds {
        display: none;
    }
    .single-creds {
        display: block;
    }
    .footer-section {
        padding: 14px;
    }
    
}