* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: NeueMontreal-regular;
    src: url(../font-family/neue-montreal/NeueMontreal-Regular.otf);
}

@font-face {
    font-family: NeueMontreal-Medium;
    src: url(../font-family/neue-montreal/NeueMontreal-Medium.otf);
}

@font-face {
    font-family: Inter-Regular;
    src: url(../font-family/inter/Inter-Regular.ttf);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: Inter-Regular;
}

h1 {
    font-size: 70px;
    font-family: NeueMontreal-Medium;
    color: #333333;
}

h2 {
    font-size: 48px;
    font-family: Inter-Regular;
    color: #333333;
}

h3 {
    font-size: 36px;
    color: #333333;
}

h3,
h4,
h5,
h6 {
    font-family: Inter-Regular;
}

p {
    font-family: Inter-Regular;
    font-size: 17px;
    line-height: 25px;
}

/* back to top button  */

.bk-tp-btn button{
    background-color: #0e5bb3;
    padding: 5px 9px;
    color: #FFFFFF;
    border: none;
    border-radius:7px;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;

}
.bk-tp-btn{
    position: fixed;
    right: 20px;
    bottom: 8%;
    z-index: 22222;

}

/* back to top button close  */

/* icon animation  */

.srv-img-an{
    transform: translatey(0px);
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}
/* icon animation close  */

/* header  */

.sub-header{
    height: 40px;
    width: 100%;
    background-color: #000000b6;
    display: flex;
    align-items: center;
    
}
.mail-num{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
}
.sub-flx{
    display: flex;
    align-items: center;
    justify-content: space-center;
    gap: 10px;
}
.sub-flx i{
    font-size: 16px;
    color: #fff;
}
.sub-flx p{
    font-size: 13px;
    color: #fff;
    font-weight: 100;
}
.scl-lnks i{
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

#navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent; /* Initial background color */
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Style when scrolling */
#navbar.scrolled {
    background-color: #00000060; /* Change to desired background color */
    padding-bottom: 10px;
    -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}



/* #hide-nv-bar{
    position: fixed;
    width: 100%;
    height: 95px;
    background-color: #000000a1;
    z-index: 2;
    top: -95px;
    transition:  top 0.3s ease;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.288);
} */
.scrl-hed a {
    font-size: 17px;
    color: #fff;
    font-family: Inter-Regular;
}

.header {
    position: absolute;
    z-index: 3;
    width: 100%;
    margin-top: 0px;
}

.hdr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

.hdr-logo img {
    width: 200px;
}

.logo-container {
    position: relative;
    width: max-content;
    height: 70px;
    z-index: 4;

}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
    animation: fade 5s infinite;
}

.logo1 {
    animation-delay: 0s;
}

.logo2 {
    animation-delay: 4s;
}

@keyframes fade {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

.pages {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 30px;
    background: #ffffff27;
    width: max-content;
    border-radius: 15px;
    transition: all 0.2s ease;
}
.pages:hover{
    border: 1px solid #6b6b6b;
    box-shadow: 0 0 10px #9c9c9cbd;
}

.pages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

}
.hdr-btn:hover::after{
    width: 80%;
    transition: all 0.2s ease;
}
.hdr-btn::after{
    content: "";
    background: #fff;
    height: 2px;
    width: 0%;
    display: block;
    margin-top: 6px !important;
    /* margin: 0 auto; */
}

.header a {
    font-size: 17px;
    color: #fff;
    font-family: Inter-Regular;
}
.pages ul li a{
    color: #cccbcb;
    transition: all 0.2s ease;
}
.pages ul li a:hover{
    color: #fff;
}

/* header close  */


/* index  */

.ct-one {
    display: block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
    0% {
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.index-main {
    height: 103vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    /* margin-top: -222px; */
}

.index-main-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    text-align: center;
}

.rmv{
    overflow: hidden;
}
.index-main-text h1 {
    color: #fff;
    width: max-content;
}

.index-main-text p {
    color: #fff;
    font-size: 23px;
    margin-top: 20px;
}

.index-main video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;

}

.index-main h1 {
    color: #fff;
    z-index: 1;
    font-weight: 100;
}

.index-main p {
    color: #fff;
    z-index: 1;
    font-size: 20px;
    margin-top: 15px;
    font-style: italic;
}

.stch-image {
    line-height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tagline {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 48px;
    opacity: 1;
    z-index: 1;
}

.stch-image>div {
    width: 100%;
}

.stch-image img {
    width: 100%;
    object-fit: cover;
}

.stch-image h1 {
    color: #333333;
}

.stch-image p {
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: -100px;
    text-align: center;
}

#grow-tagline {
    transform: translateY(-300px);
}

#grow-tagline2 {
    transform: translateY(-240px);
}

#grow-tagline3 {
    opacity: 0;
}

#grow {
    transform: scale(0.4);
}
/* .grow-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grow-bx{
    height: 800px;
    width: 100%;
} */

.ind-serv h2 {
    font-size: 40px;
}

.btm{
    margin-bottom: 1000px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 560px !important;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide-prev {
    opacity: 0.1;
    transition: all 0.5s;
}
.sldr-img{
    position: relative;
    height: 100%;
}
.sldr-txt h3{
    color: #fff;
    font-size: 23px;
    margin-bottom: 10px;
}
.sldr-txt p{
    color: #fff;
    font-size: 17px;
    margin-right: 30px;
    max-width: 560px;
    line-height: 23px;
}
.swiper{
    height: 560px;
}

.sldr-txt {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 30px;
}
.ltgrad{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.918), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

}

.sec-3 .row{
    height: 900px;

}

.rmv-pdng {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fr-blu {
    background-color: #283891;

    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15vw !important;
}

.fr-blu h2 {
    color: #fff;
    max-width: 450px;
    margin-bottom: 40px;
    font-size: 70px;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 50px;
}

.fr-ln {
    border-bottom: 1px solid #c7c7c76c;
    width: 290px;
}

.d-flex p {
    font-size: 25px;
    text-wrap: nowrap;
    color: #fff;
}

.ind-serv {
    margin-top: 130px;
    position: relative;
}

.ind-serv h2 {
    margin: 100px 0 80px 0;

}
.ind-serv h1{
    font-size: 120px;
    position: absolute;
    color: #d8d8d828;
    top: -50px;
    margin-left: 80px;
}

.sec-3 {
    margin-top: 100px;
    max-width: 100%;
}

.sec-3 .row {
    margin-left: 0;
    margin-right: 0;
}

.sec-3 {
    margin-bottom: 140px;
}

.rt-img {
    width: 100%;
    height: 100%;
    max-height: 900px;
}

.rt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fr-blu img {
    width: 40px;
}

.sec-4 {
    margin-bottom: 100px;
}

.prt-txt {
    text-align: center;
    overflow: hidden;
}

.prt-txt p {
    color: black;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.sld img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sld {
    margin: 0 5px;
    height: 500px !important;
}

.sec-5 {
    margin-bottom: 100px;
}

.item {
    width: 100%;
    margin: 0 20px;
    height: 100%;
    padding: 50px 30px;
    text-align: center;
    background-color: #F3F3F3;
    display: flex;
    align-items: center !important;

}

.testimonial .item p {
    color: #000000;
}

.testimonial .item h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial .item .test-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
}

.testimonial .item .test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sec-6 {
    padding: 110px 0;
    background-color: #FAFAFA;
}

.tst-hdng {
    text-align: center;
    margin-bottom: 80px;
    overflow: hidden;
}

.tst-hdng p {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.lft {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lft h2 {
    font-size: 40px;
}

.lft p {
    padding: 15px 30px;
    background-color: #283891;
    color: #fff;
    width: fit-content;
    margin-top: 30px;
    transition: all 0.3s;
}
.lft p:hover{
    background-color: #6976c0;
    color: #fff;
}

.s7-img {
    width: 100%;
    height: 500px;
}

.s7-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sec-7 {
    margin-top: 130px;
    margin-bottom: 100px;
}

.slick-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* position: absolute; */
}

 .slick-dots li {
    background-color: #b3b3b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}

.abt3-txt .slick-dots {
    display: flex;
    align-items: center;
}

 .slick-dots .slick-active {
    background-color: #283891;
    width: 20px;
    height: 10px;
    border-radius: 30px;
}

 .slick-dots li button {
    display: none !important;
}
/* .slick-list.draggable {
    cursor:grab;
} */
.swiper-pagination{
    position: absolute  !important;
    bottom: -30px !important;
    z-index: 11 !important;
   
}
.swiper-pagination-bullet-active{
    background: #283891 !important;
    width: 15px !important;
    border-radius: 10px !important;
    transition: all 0.3s !important;
}
.frmobl{
    height: 100%;
    width: 100%;
    padding: 60px 0;
    background-image: url(../img/chwdth-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: relative;
}
.frmobl::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.452);
}
.frmobl h1{
    color: #fff;
    position: relative;
    z-index: 1;
}
.frmobl p{
    color: #fff;
    position: relative;
    z-index: 1;
}

/* index close */

/* about */

.abt-mn-bg {
    width: 100%;
    height: 550px;
    background-image: url(../img/sr15.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-mn-bg h1 {
    font-family: NeueMontreal-regular;
    font-size: 46px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    /* font-weight: 100; */
    margin-top: 100px;
}

.at-sec-2 {
    margin: 130px 0;
}

.at-sec-2 h2 {
    font-size: 40px;
    /* font-weight: 100; */
    margin-bottom: 30px;
    margin-top: 50px
}

.at-sec-2 a p {
    padding: 15px 30px;
    background-color: #283891;
    width: fit-content;
    margin-top: 40px;
    transition: all 0.3s;
}
.at-sec-2 a p:hover{
    background-color: #6976c0;
}

.at-sec-2 a {
    color: #fff;
}

.at-sec-2-img {
    height: 600px;
    width: 100%;
}

.at-sec-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-sec-4 h2 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    /* font-weight: 100; */
    font-size: 40px;
    margin-bottom: 100px;
}

.at-sec-4-img {
    width: 100%;
    height: 500px;
}

.at-sec-4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-sec-4-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.at-sec-4-text p {
    text-align: justify;
}

.at-sec-4 h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.at-sec-4 {
    margin-bottom: 100px;
    padding: 120px 0;
    background-color: #FAFAFA;
}

.pln-ln {
    height: 1px;
    width: 100%;
    background-color: #bebebe;
    margin: 80px 0;
}

.misn {
    margin-right: 50px;
    overflow: hidden;
}

.visn {
    margin-left: 50px;
    overflow: hidden;
}

.wychs{
    overflow: hidden;
    margin-top: 80px;
}

/* .wychs h3 {
    padding: 50px 0 80px 0;

} */

.testimonial.inabtest{
    margin-top: 50px;
}

.testimonial .item .in-abt img {
    border-radius: 0%;
    width: 60px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.abt-sec-5 .testimonial {
    margin-bottom: 150px;
}

.abt-sec-5 .testimonial .item {
    background-color: #FAFAFA;
}
.fr-mbl{
    display: none;
}
.indscnd-h1 h1{
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.indscnd-h1 {
    text-align: center;
}
.indscnd-h1 p{
    text-align: justify;
}


/* about close */


/* service */

.abt-mn-bg.in-serv {
        width: 100%;
        height: 550px;
        background-image: url(../img/sr19.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;

}

.srv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srv-img {
    width: 100%;
    height: 450px;

}

.services .item {
    padding: 0;
    background-color: transparent;
    position: relative;
    margin: 0;
}

.srv-hdng {
    margin: 80px 0;
    overflow: hidden;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 16px;
}

.services h3 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 10px;
    color: #fff;
    margin-right: 30px;
}

.services p {
    line-height: 21px;
    padding-right: 30px;
    font-size: 16px;
}

.srv-img-cont {
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 20px;
    left: 25px;
    text-align: left;
    width: 100%;
}

.serv-1 {
    margin-bottom: 100px;
}


/* service close */


/* contact */

.abt-mn-bg.in-contact {
    width: 100%;
    height: 550px;
    background-image: url(../img/conct.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ct-tp i {
    border-radius: 50%;
    background-color: #ececec;
    font-size: 30px;
    margin-right: 15px;
    color: #a8a8a8;

}

.ct-tp .fa-mobile-screen-button {
    padding: 15px 19px;

}

.ct-tp .fa-envelope-open {
    padding: 15px 16px;
}

.ct-tp p {
    margin-right: 25px;
}

.ct-tp {
    display: flex;
    align-items: center;
    
}
.ct-tp a p{
    color: #000000;
}
.ct-tp:hover.ct-tp .fa-mobile-screen-button {
    box-shadow: 0 0 10px #a8a8a8;
    transition: all .3s;
}
.ct-tp:hover.ct-tp .fa-envelope-open {
    box-shadow: 0 0 10px #a8a8a8;
    transition: all .3s;
}

.fr-flx {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 50px 0 80px 0;
}
.fr-flx2 {
    overflow: hidden;
}

.in-flx {
    display: flex;
    justify-content: left;
    gap: 30px;
}

.ct-bx {
    height: 100%;
    width: 100%;
    background-color: #FaFaFa;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    transition: all .3s;

}
.ct-bx:hover{
    box-shadow: 0 0 12px #e7e7e7;
}

.mp-pg {
    margin-bottom: 100px;
    margin-top: 30px;
}

.ct-bx h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.ct-bx input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    background-color: transparent;
    font-size: 15px;
    font-family: Inter-Regular;
}
.ct-bx input:focus{
    outline: none;
}
.ct-bx textarea:focus{
    outline: none;
}

.ct-bx textarea {
    width: 100%;
    height: 70px;
    max-height: 150px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    background-color: transparent;
    font-size: 15px;
    font-family: Inter-Regular;
    margin-top: 20px;
}

.ct-bx button {
    width: 100%;
    height: 50px;
    background-color: #283891;
    color: #fff;
    border: none;
    font-size: 15px;
    font-family: Inter-Regular;
    border-radius: 10px;
    margin-top: 30px;
    transition: all 0.3s;
    cursor: pointer;
}
.ct-bx button:hover{
    background-color: #5e6aad;
}

.map {
    width: 100%;
    height: 250px;
    ;
}

.map.fst {
    margin-bottom: 30px;
}

.det-one {
    display: flex;
    gap: 20px;
}

.det-one i {
    font-size: 30px;
    color: #a8a8a8;
}


.det-one p {
    max-width: 230px;
    margin-right: 10px;
}

/* contact close */


footer {
    padding: 100px 0 80px 0;
    background-color: #FAFAFA;

}

.foot-conts {
    display: flex;
    justify-content: space-between;
}

.whatsapp img{
    width: 50px;

}

.whatsapp{
    position: fixed;
    right: 30px;
    bottom: 155px;
    z-index: 2;
}

.foot-logo {
    margin: auto 0;
}

.foot-logo img {
    width: 250px;
}

.foot-conts h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.foot-conts li {
    margin-bottom: 15px;
    max-width: 350px;
}

.foot-conts li a {
    font-size: 17px;
    color: #000000;
    line-height: 25px;
}

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px; 
    text-align: center; 
}
.copy-right p{
    font-size: 14px;
}
.copy-right p a{
    color: #000000;
}


.wth-nv{
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-toggle {
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
    margin-bottom: 18px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    border-color: transparent;
    outline: none;
    transform: translateZ(0);
    transition: transform 0.1s ease-out;
}
.btn-toggle:active {
    transform: translateY(4px);
}
.btn-toggle:focus .line:after {
    background-color: rgb(255, 255, 255);
}
.line {
    display: block;
    width: 40px;
}
.line:after {
    content: '';
    display: block;
    width: 100%;
    height: 3.5px;
    margin-top: 11px;
    background-color: rgb(235, 235, 235);
    border-radius: 2px;
    transform: translateZ(0) rotate(0);
    transition: background-color 0.2s ease-out;
}
.open .line:nth-child(1) {
    animation: jump-1 0.9s forwards ease;
}
.open .line:nth-child(1):after {
    animation: line-1 0.9s forwards ease-in-out;
}
.open .line:nth-child(2) {
    animation: jump-2 0.9s forwards ease;
}
.open .line:nth-child(2):after {
    animation: line-2 0.9s forwards ease-in-out;
}
.close .line:nth-child(1) {
    animation: jump-1 0.9s reverse ease;
}
.close .line:nth-child(1):after {
    animation: line-1 0.9s reverse ease-in-out;
}
.close .line:nth-child(2) {
    animation: jump-2 0.9s reverse ease;
}
.close .line:nth-child(2):after {
    animation: line-2 0.9s reverse ease-in-out;
}
.open .line:nth-child(3), .close .line:nth-child(3) {
    animation: jump-3 0.9s forwards ease-out;
}



.fr-und-ln.active {
    color: rgb(255, 255, 255) !important;
}

.fl {
    height: 100%;
    width: 100%;
}

.fl ul li {
    list-style: none;
}

.fl span,
a {
    display: inline-block;
}

.mb-menu a {
    text-decoration: none;
    color: #666666;
    transition: all .3s;
}


.mb-menu li a {
    font-size: 27px;
    font-weight: bold;
    padding: 10px 0;
}

.nv-container,
.nv-menu-wrapper {
    height: 100%;
}

.hamburger-init {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    display: none;
    margin-left: 100px;
}

.nv-menu-wrapper {
    background: rgb(0, 0, 0);
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.nv-menu-wrapper.visible {
    transform: scale(1);
    border-radius: 0;
    /* height: 100vh; */
}

.mb-menu {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-menu-wrapper li {
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.mb-menu.menu-active li:nth-child(1) {
    animation: moveItems 0.5s linear 0s forwards;
}

.mb-menu.menu-active li:nth-child(2) {
    animation: moveItems 0.5s linear 0.2s forwards;
}

.mb-menu.menu-active li:nth-child(3) {
    animation: moveItems 0.5s linear 0.5s forwards;
}

.mb-menu.menu-active li:nth-child(4) {
    animation: moveItems 0.5s linear 0.8s forwards;
}

.mb-menu.menu-active li:nth-child(5) {
    animation: moveItems 0.5s linear 0.9s forwards;
}

.menu-item-has-children {
    position: relative;
}
.ct-brs{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* bar animation */


@keyframes line-1 {
    10% {
        transform: translateZ(0) rotate(0);
   }
    80% {
        transform: translateZ(0) rotate(395deg);
   }
    90%, 100% {
        transform: translateZ(0) rotate(405deg);
   }
}
@keyframes line-2 {
    10% {
        transform: translateZ(0) rotate(0);
   }
    20% {
        transform: translateZ(0) rotate(10deg);
   }
    90%, 100% {
        transform: translateZ(0) rotate(-405deg);
   }
}
@keyframes jump-1 {
    10% {
        transform: translateY(0);
   }
    50% {
        transform: translateY(-90px);
   }
    90%, 100% {
        transform: translateY(-7.5px);
   }
}
@keyframes jump-2 {
    10% {
        transform: translateY(0);
   }
    50% {
        transform: translateY(-75px);
   }
    85%, 100% {
        transform: translateY(-22.5px);
   }
}
@keyframes jump-3 {
    10% {
        transform: translateY(-7.5px) rotate(15deg);
   }
    30% {
        transform: translateY(-30px) rotate(-10deg);
   }
    50% {
        transform: translateY(7.5px) rotate(5deg);
   }
    80% {
        transform: translateY(0);
   }
}
@keyframes glow {
    50% {
        box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
   }
}

/* page Animations */


@keyframes moveItems {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(-15px);
        opacity: .2;
    }

    50% {
        transform: translateY(-10px);
        opacity: .3;
    }

    80% {
        transform: translateY(-5px);
        opacity: .4;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showClickGuide {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
} 




