:root {
    --color1:#033b08;
    --color2:#58a9df;
    --color3:#fff;
    --color4:#6bb505;
    --color5:#22e9ff;
    --color6:#58a9df;
    --section-bg-color: #f0f8ff;
}

.color1text{
    color: var(--color1);
}
.color4bg{
    background-color: var(--color4);
}
.color4text{
    color: var(--color4);
}
.color5bg{
    background-color: var(--color2);
}

body{
    position: relative;
    scroll-behavior: smooth;
    /*margin-top: 80px;*/
    background: url('../img/logo/logo5.jpg') fixed;
}

.lobster{
    font-family: 'Lobster Regular';
    font-weight: 700;
}

a{
    text-decoration: none;
}
.navbar{
    background-color: var(--color1);
    /*height: clamp(60px, 8vw, 100px);*/
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
    transition: background-color 0.3s;
}
.navbar.scrolled {
    background-color: var(--color3);
}
.scrolled .container-fluid {
    padding-left: 0;
}

.navbar .navbar-brand {
    display:none;
    transition: opacity 0.3s;
  }
.scrolled .navbar-brand {
    display: block;
  }

.navbar-brand .logo{
    height: clamp(30px, 7.5vw, 65px);
    width: auto;
}
.navbar-brand,.offcanvas-header span {
    text-align: center;
    color: var(--color1);
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand small {
    letter-spacing: 0px;
    color: var(--color4);
    display: block;
    font-size: 14px;
    line-height: normal;
    /*text-transform: uppercase;*/
}
.navbar-toggler{
    border: none;
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--color1);
}
.nav-link, .nav-link.inactive{
    color: #8b8c9b;
    font-weight: 500;
    position: relative;
}
.nav-link:hover, .nav-link.active{
    color: var(--color4) !important;
    font-weight: bold;
}


.navbar-head{
    background-color: var(--color3);
    padding: 0px 0px;
    color: var(--color4);
}
.navbar-head .logo{
    height: clamp(40px, 7.5vw, 80px);
    width: auto;
}
.contact-info{
    display: inline-flex;
    padding: 10px 0px;
}
.contact-info div {
    margin-right: clamp(5px, 7.5vw, 20px);;
    align-items: center;
    line-height: 1.1rem;
}
.navbar-head .contact-info i {
    color: var(--color1);
    font-size: 2.0rem;
    padding: 0px 5px;
}
.navbar-head .contact-info span {
    color: var(--color1);
    font-size: 0.8rem;
    font-weight: 500;
}
.navbar-head .contact-info a {
    color: var(--color1);
    font-size: 0.85rem;
    font-weight: 500;
}

/*.navbar-head .animate_text_border{
    stroke: var(--color6);
    stroke-width: 5px;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    animation: animatetextborder 2s linear infinite;
}
@keyframes animatetextborder{
    100%{
        stroke-dashoffset: 200;
    }
}*/


.navbar-head-large{
    background-color: var(--color1);
    padding: 10px 20px;
}
.navbar-head-large .icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color4);
    padding: 3px 5px;
    color: var(--color1);
}
.navbar-head-large a{
    color: var(--color4);
    font-size: 0.85em;
}

.navbar-head-mobile{
    padding: 10px 10px;
    background-color: var(--color3);
}
.offcanvas-header{
    background-color: var(--color3);
}

/* .offcanvas-header .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fc0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
} */
.navbar-head-mobile .icon{
    padding-left: 10px;
}
.navbar-head-mobile .icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color1);
    padding: 3px 5px;
    color: var(--color4);
}
.navbar-head-mobile a{
    color: var(--color1);
    font-weight: 500;
    line-height: 2.1em;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.back-to-top {
    position:fixed;
    bottom: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    border-radius: 0.5rem;
    padding: 0.3rem 0.7rem;
    border: 2px solid var(--color4);
}
.back-to-top i{
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}

@media (min-width:991px) {
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: var(--color4);
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
    .navbar-head-mobile{
        display: none;
    }
}
@media (max-width:991px){
    .navbar-head-large, .navbar-head{
        display: none;
    }
    .navbar-brand .logo{
        height: clamp(70px, 7.5vw, 95px);
        width: auto;
    }
    .offcanvas-body{
        background-image: url(../img/logo/logo3.webp);
        
        background-size:cover;
    }
}

.navbutton{
    /*border: 3px solid var(--color1);*/
    border-radius: 30px;
    background-color: var(--color4);
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.navbutton:hover{
    background-color: var(--color4) !important;
}

.section-bg {
    /*background-color: var(--section-bg-color);
    background-color: rgba(92, 225, 230, 75%);*/
    /* background: rgba(49, 49, 49, 0.2); */
    
    background: rgb(88,169,223);
background: linear-gradient(180deg, rgba(88,169,223,0.7) 0%, rgba(34,233,255,0.7) 42%, rgba(223,187,125,0.7) 100%);
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

.section-head{
    color: var(--color1);
    text-decoration: underline solid var(--color4) 3px;
    text-underline-offset: 0.3em;
}

/* Pricing Card start*/

.pricing-card {
    border: none;
    border-radius: 15px;
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
  }
  
  .pricing-card .card-header {
    padding: 20px 0;
    border-bottom: none;
    background-color: var(--color1);
  }
  
  .pricing-card .card-header h4 {
    /*font-size: 1.5rem;*/
    margin-bottom: 0;
  }
  
  .pricing-card .card-header p {
    /*font-size: 1rem;*/
    margin-bottom: 0;
  }
  
  .pricing-card .card-price {
    /*font-size: 2.5rem;*/
    color: var(--color1);
    margin: 10px 0;
  }
  
  .pricing-card ul {
    text-align: left;
    padding: 0;
    margin: 20px 0;
  }
  
  .pricing-card ul li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .pricing-card ul li i {
    margin-right: 10px;
  }

  /* Pricing Card end*/

  /* Custom font sizes */
  /* h1 {
    font-size: clamp(2rem, 3.5vw + 1rem, 52px);
  }
  h2 {
    font-size: clamp(1.75rem, 3vw + 1rem, 46px);
  }
  h3 {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 32px);
  }
  h4 {
    font-size: clamp(1.25rem, 2vw + 1rem, 28px);
  }
  h5 {
    font-size: clamp(1.125rem, 1.5vw + 1rem, 24px);
  }
  h6 {
    font-size: clamp(1rem, 1.25vw + 1rem, 22px);
  }
  p{
    font-size: clamp(0.875rem, 1vw + 1rem, 16px);
    font-weight:500;
  } */

  /* Contact Box */
.contactbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px; 
}
@media (min-width: 768px) {
    .contactbox {
        margin-bottom: 0;
        padding: 0; 
    } 
}
.contactbox p {
    margin-bottom: 0; 
    color: var(--color1); 
}
.contactbox p span {
    font-weight: 500;
    color: #000; 
}
.contactbox a {
    color: var(--color1); 
}
.contactbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color4);
    margin: 0 auto;
    margin-bottom: 20px; 
}
.contactbox .icon span {
    font-size: 20px;
    color: #fff; 
}
.contactbox .text {
    width: 100%; 
}

/* My Custom input box*/
.inputbox {
    position: relative;
    /*width: 250px;*/
    padding: 0px;
    padding-top: 15px;
}
.inputbox input,select,textarea {
    width: 100%;
    padding: 10px;
    /*padding-bottom: 1px;*/
    padding-left: 15px;
    border: 1px solid var(--color4);
    background: #ffffff;
    border-radius: 4px;
    outline: none;
    color: var(--color2);
    font-size: 1em;
    transition: 0.3s;
    
}
.inputbox select {
    padding-top: 16px;
}
.inputbox span {
    position: absolute;
    left: 5px;
    top: 16px;
    padding: 10px;
    pointer-events: none;
    font-size: 1.0em;
    color: var(--color1);
    transition: 0.3s;
    font-family: var(--my-font-family);
}
/*.inputbox .icon{
    position: absolute;
    left: 0;
    top: 18px;
    padding: 10px;
    pointer-events: none;
    font-size: 1.0em;
    color: rgba(37, 172, 98, 0.5);
    align-items: middle;

}*/
/*.inputbox .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}*/

.inputbox textarea:focus ~ span,
.inputbox input:focus ~ span,
.inputbox select:focus ~ span,
.inputbox select:valid ~ span,
.inputbox input:not(:placeholder-shown) ~span {
    /*color: var(--color1);*/
    transform: translateX(10px) translateY(-10px);
    font-size: 0.75em;
    /*font-weight: bold;*/
    letter-spacing: 0.1em;
    padding: 0 10px;
    background: var(--color1);
    color: #ffffff;
    border-radius: 3px;
}

/* Hero Section*/
.hero{
    position: relative;
    /* align-self: center; */
    margin: 15px 0px;
    padding: 0;
    width: 98%;
    height: auto;
    border-top: 30px solid transparent;
    border-image: url(../img/border2.jpg) 100 round;
    box-shadow: -5px 0 5px -5px #333,
    rgba(0, 0, 0, 0.5) 2.95px 2.95px 3.6px;
    border-radius: 25px 25px 10px 10px;
    /* background-image: url(../img/logo/logo2.jpeg);
    background-repeat:no-repeat; */
    background-size: 101% 100%;
    background-color: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */ /* Adjust the color and opacity here */
    z-index: 1;
    border-radius: 0px 0px 20px 20px; /* Match the border-radius of the .hero element */
}
.hero .carousel{
    z-index: 2;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url(../img/preloader2.gif) no-repeat center center;
    background-size: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
@media (max-width: 768px) {
    #preloader {
        background-size: 40vw;
    } 
}

.custom-image-box {
    border-radius: 20px;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.custom-text-box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 10px;
}
.custom-text-box p{
    text-align:justify;
}

footer span{
    font-size: 0.8rem;
}
footer span a{
    color: var(--color2);
}

.rank-slider .banner-item img {
    height: 100px;
}

.activity-slider .banner-item img {
    height: 200px;
}

.section-golden{
    background: rgb(127,97,35);
    background: linear-gradient(180deg, rgba(127,97,35,0.7) 0%, rgba(239,206,113,0.7) 35%, rgba(248,229,152,0.7) 54%, rgba(239,206,113,0.7) 68%, rgba(127,97,35,10.7) 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
}
.counter-number{
letter-spacing: 3px;
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 3px 3px 3px #000;
}