@import url(fonts.css);

body {
        font-family: LeagueSpartan-Light;
}

a {
    text-decoration: none;
}

.sticky-btn{
    position: fixed;

    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    z-index: 999;

border-radius: 3.809px;
background: #000;
    font-family:PlusJakartaSans-SemiBold ;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(270deg);
    transform-origin: right center;

}

.sticky-btn:hover{
    background: #000;
}

.logo{
    width: 93px;
    /* aspect-ratio: 122 / 70; */
}
header{
    position: static;
    top: 0px;
    width: 100%;
    left: 0%;
    transform: none;
    z-index: 2;
    padding-top: 18px;
    background: #000;
            padding-bottom: 12px;

    
}
.menu-list a{
    color: #FFF;
font-family: LeagueSpartan-Regular;
font-size: 16px;
font-style: normal;
font-weight: 400;
/* line-height: 26.561px; 166.007% */
text-transform: uppercase;
letter-spacing: 0.75px;
display: block;
}
.menu-list ul{
    list-style-type: none;
}
.menu-list ul li{
    border-bottom: 1px solid #fff;
    text-align: center;
    border-left: 1px solid #fff;
      /* padding-bottom: 10px;
    padding-top: 24px; */
}
.menu-list ul li:nth-last-child(-n+2) {
    border-bottom: 0px;
}
.menu-list ul li:nth-child(even){
    border-right:1px solid #fff
}
.menu-list{
  margin-right: 21px;
      max-width: 340px;
}
.phone-text{
    color: #FFF;
font-family: LeagueSpartan-Regular;
font-size: 15.209px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27.376px */
letter-spacing: 0.456px;
}

.menu-list li a.active{
    position: relative;
    font-weight: bold;
        color: #000000;

}

/* Apply background to parent li when a is active */
.menu-list li:has(a.active) {
    background-color: #fff;
}

.menu-list li a.active::after{
    display: none;
    content: '';
    position: absolute;
       width: 60%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    background: linear-gradient(90deg, rgb(255 255 255 / 8%) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255 / 5%) 100%);
}


.hamburger-desktop{
    position: absolute;
     right: 16px;
        height: 40px;
        width:42px;
}
 .hamburger-desktop span {
            position: absolute;
            right: 10px;
            height: 2px;
            background: #fff;
            border-radius: 30px;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            display: block;
        }

        .hamburger-desktop span:nth-child(1) {
            top: 10px;
            width: 32px;
        }

        .hamburger-desktop span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%);
            width: 26px;
        }

        .hamburger-desktop span:nth-child(3) {
            bottom: 10px;
            width: 32px;
        }

        .hamburger-desktop.active span:nth-child(1) {
                top: 49%;
                width: 26px;
            transform: translateY(-50%) rotate(45deg);
        }

        .hamburger-desktop.active span:nth-child(2) {
            opacity: 0;
            transform: translateX(100%);
        }

        .hamburger-desktop.active span:nth-child(3) {
            bottom: 50%;
            width: 26px;
            transform: translateY(50%) rotate(-45deg);
        }

        .mobile-menu{
            position: fixed;
            /* position: absolute; */
               top: 81px;
                 width: 100%;
            left: 0px;
            list-style: none;
                background: #000;
                    z-index: 9;
                    margin: 0px;
                    display: none;
                    height: 100%;
                        padding-top: 20px;
        }
        .mobile-menu li a{
            display: block;
               color: #FFF;
font-family: LeagueSpartan-Regular;
font-size: 20px;
font-style: normal;
font-weight: 400;
/* line-height: 26.561px; 166.007% */
text-transform: uppercase;
letter-spacing: 2px;
padding: 15px 18px 12px 8px;
border-bottom: 1px solid #ffffff26;
        }

        /* .mobile-menu li a::first-letter{
            font-size: 35px;
            margin-left: 2px;
            font-weight: bold;
       
        } */
        /* .mobile-menu li a.active::first-letter{
            color: #F1D0A4;
        } */

        .mobile-menu li a.active{
            color: #F1D0A4;
        }
@media (min-width:768px){
    header{
        width: 92%;
         left: 50%;
    transform: translateX(-50%);
     position: absolute;
     background: transparent;
         padding-bottom: 0px;
    }
    .mobile-menutag {
        display: none;
    }
    header{
            padding-top: 24px;
    }
     .menu-list a {
    font-size: 14px;
    }
     /* .menu-list ul li{
            padding-bottom: 10px;
    padding-top: 10px;
    } */
     .menu-list{
             max-width: 277px; 

    }
    .logo {
    width: 122px;
    aspect-ratio: 122 / 70;
}
}
@media (min-width:992px){
    header{
            padding-top: 36px;
    }
       /* .menu-list ul li{
      padding-bottom: 10px;
    padding-top: 11px;
    } */
    .menu-list a {
    font-size: 16px;
    }
   
}

@media (min-width:1200px){
    header{
            padding-top: 50px;
    }
    /* .menu-list ul li{
            padding-bottom: 10px;
    padding-top: 24px;
    } */
    .menu-list{
            max-width: 340px;
    }
}


.no-scroll {
    overflow: hidden;
    height: 100vh;
}


footer{
      background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

.social-icon a{
    width: 37px;
height: 37px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #FFD7A2;
border-radius: 50%;

}

.addr-text{
    color: #FFF;
 font-family: LeagueSpartan-Light;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}
        .footer-btm{
            background: #1C1C1C;

        }
        .footer-btm a,.footer-btm p{
              font-family: LeagueSpartan-Light;
            color: #FFF;
 display: block;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal; /* 18px */
letter-spacing: 0.12px
        }
.contact-info-link a{
    color: #FFF;
              font-family: LeagueSpartan-Light;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}




.privacypopup .modal-title{
        font-family: "Plus_Jakarta_Sans-Medium";
        font-size: 20px;
            letter-spacing: 0.80px;
}
.privacypopup p{
    font-size: 15px;
        margin-bottom: 16px;

}
.modal-backdrop{
        --bs-backdrop-opacity: 0.8;
}
.privacypopup a{
    text-decoration: none;
}

.privacypopup h2{
    margin-bottom: 8px;
}


/* Success Modal Styles */
#successModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* Animated Checkmark */
.success-checkmark {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #28a745;
}

.check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.check-icon::before, .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.icon-line {
    height: 5px;
    background-color: #28a745;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(40, 167, 69, .5);
}

.icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/* Success Modal Text */
#successModal h2 {
      font-weight: 500;
    color: #28a745;
    font-size: 19px;
        font-family:LeagueSpartan-Medium;
}

#successModal p {
    font-size: 16px;
      font-family:LeagueSpartan-Regular;
    color: #000;
}

#successModal .btn-success {
   
        background: #000;
    border: none;
    font-weight: 600;
    padding: 7px 40px;
    font-size: 16px;
}

#successModal .btn-success:hover {
  
        background: #000;
    
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}


.btn-closee {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    background: #000;
    color: #fff;
    /* align-items: center;e */
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 10px;
    font-size: 28px;
    right: 19px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
}

.contactsuccesspopup{
        background: #000000d6;
    text-align: center;
}