:root
{
    --primary-color: #800020;
    --accent-color: #e9ecef;
    --accent-secondary: #F75405;
    --fs-h-lg: 2rem;
    --fs-h-sm: 1.5rem;
    --fs-base: 1rem;
    --fs-sm: .875rem;
    --fs-xs: .75rem;
    --fs-xxs: .625rem;
}

body{
    font-family: "Montserrat", Sans-serif;
    font-size: var(--fs-sm);
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

.form-select {
    box-sizing: border-box !important;
    overflow-x: hidden;
}

.sticky-my-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both;
    box-shadow: 0 4px 8px rgba(50, 50, 50, .5);
    z-index: 10;
}

.fixed{
    height: 300px;
}
.order{
    font-weight:400;
    font-size: 1rem;
    
}
.home {
    background-image: url('../../../images/home/3.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Media query for mobile screens (adjust max-width as needed) */
@media (max-width: 1010px) {
    .home {
        background-image: url('../../../images/home/1b.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.cat-hero{
    background-image: url('../../images/hero.0.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    height: 75vh;
}
.cat-hero-login{
    background-image: url('../../images/hero.0.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 40vh;
    width:100%;
}
.cat-text-help{
    position: absolute;
    top: 30%;
    left: 5%;
    color: white;
}
.display{
    position: absolute;
    margin-top: -200px;
    z-index: 999;
    left: 0%;
    right:0%;
}
.display-2{
    position: relative;
    margin-top: 420px;
}

.display-3{
    position: relative;
    margin-top: 420px;
}

.cat-text{
    position: absolute;
    text-align: center;
    top: 60%;
    left: 15%;
    color: white;
}
.desc{
    font-size: var(--fs-xs);
    color: rgb(94, 94, 94);
    font-weight: 400;
}

/* authentication styles */
.text-color{
    color: #800020;
}
.hero-bg{
    height: 73vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.text-hero{
    font-weight: 800;
    font-size: 2rem;
}
.fonts{
    font-size: 1.2rem;
    font-weight: 500;
}
.btn-text{
    color: white;
    font-weight: 500;
}
.box-input{
    box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
}
.outlines{
    outline: none;
    border: none;
}
.background{
    background-color: #e9ecef;
}

.bg-color-light{
    background-color: #8000208d;
}
.btn-payment{
    background-color: #800020;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
}
.payment-image {
    cursor: pointer;
}

.payment-image.selected {
    border: 2px solid blue;
}
.cons{
    font-weight:lighter;
    font-size: 1.1rem;
}
.mark{
    color:#800020;
    background-color: white;
    font-weight:lighter;
    font-size: 1.2rem;
}
.sbt-btn{
    color: white;
    background-color: #9b2a46;
    font-size: 1.4rem;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    transition: .5s;
}
.sbt-btn:hover{
    color: white;
    background-color: #800020;
    font-size: 1.4rem;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}
.reset{
    color: #800020;
    background-color:transparent;
    font-size: 1.4rem;
    font-weight: normal;
    border: none;
    outline: none;
}
.drop{
    position: relative;
    justify-content: center;
}
.drop-user-content {
    display: none;
    position: absolute;
    right: 0;
    width: 200px;
    height: 180px;
    background-color: #f1f1f1;
    padding: .5em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    z-index: 999;
    margin-top: .2em;
    margin-left: 20px;
}
/* Links inside the dropdown */
.drop-user-content li {
    list-style: none;
    text-align: center;
    display: block;
    width: 100%;
}
.drop-user-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: .5em;
    text-align: center;
    margin-right: 30px;
    width: 100%;
}
/* Change color of dropdown links on hover */
.drop-user-content a:hover {
    background-color: #ddd;
    color: teal;
    text-decoration: none;
}
/* Show the dropdown menu on hover */
.drop:hover .drop-user-content {
    display: block;
}
.logout{
    background-color:#800020;
    color: white;
    width: 10em;
    height: 2em;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: .5s;
}
.logout:hover{
    background-color:#800020;
    color: white;
    width: 10.5em;
    height: 2.2em;
    border: none;
    outline: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}
.thumb{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 999px;
}
.login-img{
    width: 80%;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
}
/* navbar styles */
.box{
    width: 100%;
    height: 2vh;
    background-color: whitesmoke;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 1.5vh;
}
.search{
    color: #777;
    font-size: 1.4rem;
    background-color:whitesmoke;
    margin-top: 0.2vh;
    padding: 0.9vh;
    border-radius: 6px;
}
.box button{
    border: 0;
}
.box > i{
    color: #777;
    font-size: 1.4rem;
}
.box > input{
    flex: 1;
    height: 2vh;
    border: none;
    outline: none;
    font-size: 1.4rem;
    background-color: whitesmoke;
}
.contact-btn{
    border: none;
    outline: none;
    border-radius: 30px;
    background-color: whitesmoke;
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.5);
}
.contact-btn{
    font-size: 1.3rem;
}
.corners{
    background-color: #800020;
    border-bottom-left-radius:50px ;
}
.stick-bg{
    background-color: #E8E3D9;
}

header .sub-two-wrap
{
    background-color: #EFEFEF;
}

header .sub-two
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

header .brand .logo
{
    height: 7.5em;
}

header nav{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

header nav ul, header nav ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav ul
{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

header nav ul li a
{
    font-size: .8rem;
    color: #000;
}

header nav ul li a:hover
{
    color: var(--primary-color);
}



.open-navig, .close-navig
{
    display: none;
}

/* footer styles */
.bg-color{
    background-color: #800020;
}
/* index styles */
.hero-wrap{
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
}

/* .hero-box{
    width: 500px;
    top: 50%;
    left: 30%;
    right: 0%;
    opacity: 0.8;
    position: absolute;
    justify-content: center;
}
.boxed > input{
    display: inline-block;
    position: relative;
    font-size: 18px;
    box-sizing: border-box;
}
.boxed [type="text"]{
    background: #e9ecef;;
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 30px 0 0 30px;
}
.boxed [type="submit"]{
    position: relative;
    border-radius: 0 30px 30px 0;
    height: 41px;
    width: 100px;
    cursor: pointer;
    outline: none;
    border: none;
    background: #800020;
    color: #FEFEFE;
    font-weight: bold;
    left: -10px;
} */
.round-top{
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.round-bottom{
    border-radius: 0 0 10px 10px;
    height: 320px;
    /* width: 400px; */
}

.round-bottom-1{
    border-radius: 0 0 10px 10px;
    height: auto;
    /* width: 400px; */
}
.round-bottom-2{
    border-radius: 0 0 10px 10px;
    height: 300px;
    /* width: 400px; */
}
.start-btn{
    background-color: #800020;
    color: white;
    font-size: var(--fs-xs);
    border-radius: 3vh;
    /*align-self: end;*/
    font-weight: bold;
    box-shadow: 0px 0.8vh 0.6vh 0px rgba(65, 65, 65, 0.2);
    transition: 0.5s;
    border: none;
    outline: none;
    /*margin-left: 17vh;*/
}
.start-btn:hover{
    background-color: #800020;
    color: white;
    font-size: .9rem;
    border-radius: 3vh;
    align-self: center;
    font-weight: bold;
    box-shadow: 0px 0.4vh 0.6vh rgba(0, 0, 0, 0.8);
    transition: 0.5s;
    border: none;
    outline: none;
}

.register-btn
{
    background: transparent;
    color: #800020;
    font-size: var(--fs-xs);
    border-radius: 3vh;
    /*align-self: end;*/
    font-weight: bold;
    box-shadow: 0px 0.8vh 0.6vh 0px rgba(65, 65, 65, 0.2);
    transition: 0.5s;
    border: 1.3px solid #800020;
    outline: none;
    /*margin-left: 17vh;*/
}

.register-btn:hover
{
    border: 1.3px solid #800020;
    color: #fff;
    background: #800020;
}
.box-btn{
    background-color: #800020;
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
    border-radius: 30px;
    align-self: center;
    font-weight: bold;
}
.box-btn:hover{
    background-color: #800020;
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
}
.home-btn{
    background-color: #800020;
    color: white;
    border-radius: 30px;
    align-self: center;
    font-weight: bold;
    box-shadow: 0px 8px 6px 0px rgba(65, 65, 65, 0.8);
    transition: 0.5s;
    border: none;
    outline: none;
}
.home-btn:hover{
    background-color: #800020;
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
}
.show{
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.service{
    width: 100px;
    height: 100px;
}
.portfolio{
    width: 90%;
    height: 230px;
    box-shadow: 0px 4px 6px rgba(132, 127, 127, 0.8);
}
.colored{
    color: #F75405;
}
.cat-desc{
    
}
.head{
    line-height: 15px;
}
.app-container {
  max-width: 1600px; /* Set the maximum width of the container */
  margin-left: auto; /* Center the container horizontally */
  margin-right: auto;
  padding-left: 15px; /* Add some padding on the left and right */
  padding-right: 15px;
}
.b-round{
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.height{
    height: 250px;
}
.catimg{
    width: 300px;
    height: 200px;
    border-radius: 6px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    transition: 1s;
}
.name{
    font-size: .8rem;
    color: rgb(94, 94, 94);
    font-weight: 500;
}
.col-image{
    width: 15vh;
    height: 10vh;
    border-radius: 0.6vh;
}
.catimg:hover{
    width: 31vh;
    height: 21vh;
    box-shadow: 0px 0.4vh 0.6vh rgba(0, 0, 0, 0.8);
}
.item{
    width: 100%;
}
.owl-carousel .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vh;
    box-shadow: 0px 0.4vh 0.6vh rgba(0, 0, 0, 0.8);

}
.owl-carousel .logo-down {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
}
.cat-img{
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: white;
    border-radius: 30px;
    height: 40px;
    padding: 0 25px;
}
.select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #333;
    width: 100%;
    height: 4vh;
}
.select-icon {
    position: absolute;
    top: 0;
    right: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.select-icon i {
    font-size: 1.2rem;
    color: #333;
}
.see-more-btn{
    background-color: orangered;
    color: white;
    float: right;
    border-radius: 30px;
    border: none;
    outline: none;
}
.user{
    width: 150px;
}
.info-user{
    line-height: 15px;
    font-weight: 600;
}
.checked {
    color: gold;
}
.wrapper{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.profile{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 300px;
    border: 4px solid white;
    position: absolute;
    left: 50px;
    top: 45%;
}
.hero{
    position: absolute;
    left: 140px;
    top: 45%;
}
.bg-text{
    font-size: var(--fs-h-lg);
}
.level{
    border: 2px solid gray;
    border-radius: 5px;
}
.work{
    background-color: #800020;
    color: white;
    outline: none;
    border: none;
    font-weight: 300;
    transition: .5s ease-in-out;

}
.work:hover{
    background-color: #800020;
    color: white;
    outline: none;
    border: none;
    font-weight: 300;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.msg{
    background-color:#E8E3D9;
    color: black;
    outline: none;
    border: none;
    font-weight: 300;
    transition: .5s ease-in-out;
}
.msg:hover{
    background-color:#E8E3D9;
    color: black;
    outline: none;
    border: none;
    font-weight: 300;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.rad{
    display: inline-block;
    margin-right: 30px;
}
.style-input{
    border: 1px solid gray;
    border-radius: 30px;
    background-color: #e9ecef;
}
.style-input::placeholder{
    color: white;
}
.b-left{
    border-left: 5px solid rgb(42, 17, 17);
    padding-left: 30px;
}
.bottom{
   border-bottom: 2px solid white;
}
.top-bg{
    background-color: blueviolet;
    border-radius: 20px 20px 0 20px;
    height: 40px;
}
.lead{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.shadowed{
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.8);

}
/* styles for how it works page */
.progress-bar {
    background-color: #800020 !important;
}

.num{
    background-color: blueviolet;
    border-radius: 50%;
    width: 10%;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
.block{
    margin-left: 100px;
}
.section-2 {
    background-color: #800020 !important;
}

.web {
    font-size: 1.2rem;
}

.steps {
    background-color: rgb(183, 183, 183);
    border-radius: 50%;
    padding: 2.3vh 2.3vh;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bolder;
    position: absolute;
    top: -7vh;
    right: 12vh;
    z-index: 100;
}

.show-1{
    font-size: 1.1rem;
    padding: 1vh;
}

#accord{
    margin-bottom: 2vh;
    border-color: solid #777;
    background-color: transparent;
}

.accordion-body{
    background-color: white;
}

/*#accord .accordion-button{
    background-color: transparent;
}*/

.category-faq{
    margin-top: 15vh;
}


.plus-more
{
    font-size: var(--fs-xxs);
    /*color: rgba(110, 110, 110, .75);*/
    opacity: .75;
    font-weight: 300;
}

.rounded-circle
{
    border-radius: 999rem !important;
}

.review-img
{
    height: 4em;
    width: 4em;
    object-fit: cover;
}

header .sub-one
{
    display: flex;
    align-items: center;
    background-color: var(--accent-color);
    height: 2.5rem;
}

header .sub-one .left
{
    flex: 1;
    padding-left: 1rem;
}

header .sub-one .left .search-widget input
{
    background-color: transparent;
    border: none;
    outline: none;
}

header .sub-one .left .search-widget input::placeholder
{
    font-size: var(--fs-xs);
    color: gray;
}

header .sub-one .left .search-widget, header .sub-one .right .contact-handle
{
    background-color: #fff;
    border-radius: 999rem;
    box-shadow: inset 4px 4px 6px gray;
    width: fit-content;
    padding: 0 1rem;
}

header .sub-one .left .search-widget i
{
    color: var(--primary-color);
}

header .sub-one .right
{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30vw;
    height: 100%;
    background-color: var(--primary-color);
    border-bottom-left-radius: 999rem;
    padding-right: 2.5rem;
}

.sect-m-top-sm
{
    margin-top: 0;
}

.consult-assurance
{
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1.5rem;
}

.consult-assurance .singular
{
    flex: 1;
}

.consult-assurance .singular .heading
{
    color: var(--accent-secondary);
    font-size: var(--fs-h-sm);
    font-weight: 400;
}

.consult-assurance .singular .say
{
    color: rgba(255, 255, 255, .85);
    font-size: var(--fs-base);
    font-weight: 400;
}

.consult-assurance .sepa
{
    height: 1.8rem;
    width: .25rem;
    background-color: var(--accent-secondary);
    margin: auto 0;
    /*background-color: var(--primary-color);*/
}

.sub-div {
    margin-top: auto; /* Push the sub-div to the bottom */
    line-height: 20px;
}


.blog-view .sepa
{
    height: .15rem;
    width: 25%;
    background-color: lightgray;
}

.blog-view .dot
{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.blog-view .label
{
    color: gray;
    font-size: var(--fs-sm);
}

.blog-view .img
{
    width: 100%;
    height: 25vh;
    border-radius: .15rem;
    object-fit: cover;
}

.blog-view .content
{
    font-size: var(--fs-h-sm);
    margin-top: 1.5rem;
    color: rgb(50, 50, 50);
}

/* MEDIA QUERIES 900PX BREAKPOINT */

@media only screen and (max-width: 900px){
    header nav{
        z-index: 999;
        display: none;
        position: fixed;
        top: 2.5rem;
        left: 0;
        width: 100%;
        background-color: var(--accent-color);
        padding: 1.5rem 0;
    }

     
    header nav ul{
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }
    
    .open-navig
    {
        display: block;
    }
    
    .close-navig
    {
        display: block;
        width: 90%;
        margin: 1rem auto;
        
    }
    
    .desc
    {
        font-size: var(--fs-sm);
    }
    
    .show-nav {
        display: block;
    }
}

/* MEDIA QUERIES 750PX BREAKPOINT */
@media only screen and (max-width: 750px){
    .cat-hero-login
    {
        height: 20vh;
    }
    .foots{
        text-align: center;
    }
    .center{
        text-align: center;
    }
    .tops{
        margin-top: 20px;
    }
    
    .stick-bg{
        display: none;
    }

    .block{
        margin-left: 50px;
        margin-bottom: 30px;
        width: 400px;
    }
    .text-hero{
        font-weight: 700;
        font-size: 4rem;
    }
    .s-image{
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
    }h
    .designs{
        width: 30vh;
        padding: 1vh;
    }
    .col-image{
        width: 30vh;
        height: 20vh;
        border-radius: 0.6vh;
    }
    .name{
        font-size: 1.1rem;
        color: rgb(94, 94, 94);
        font-weight: 500;
    }

    .hero-box{
        position: absolute;
        top: 30%;
        left: 0%;
        right: 0%;
    }
    .boxed > input{
        display: inline-block;
        position: relative;
        font-size: 18px;
        box-sizing: border-box;
        height: 100%;
    }
    
    .bg-text{
        font-size: var(--fs-h-sm);
    }
    
    .boxed [type="text"]{
        background: #e9ecef;
        width: 20vh;
        height: 4vh;
        border: none;
        outline: none;
        padding: 0 2.5vh;
        border-radius: 3vh 0 0 3vh;
    }
    .boxed [type="submit"]{
        position: relative;
        border-radius: 0 3vh 3vh 0;
        height: 4.1vh;
        width: 10vh;
        cursor: pointer;
        outline: none;
        border: none;
        background: #800020;
        color: #FEFEFE;
        font-weight: bold;
        left: -10px;
    }
    .top-bg{
        display: none;
    }
    
    .desc
    {
        font-size: var(--fs-base);
    }
    
    header .sub-one .right .contact-handle
    {
        display: none;
    }
    
    .sect-m-top-sm
    {
        margin-top: 2rem;
    }
    
    .consult-assurance
    {
        flex-direction: column;
    }
    
    .consult-assurance .sepa
    {
        width: 1.8rem;
        height: .25rem;
        background-color: var(--accent-secondary);
        margin: 0 auto;
        /*background-color: var(--primary-color);*/
    }
}


@-webkit-keyframes bounce-in-top
{
    0%
    {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55%
    {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81%
    {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95%
    {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top
{
    0%
    {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55%
    {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81%
    {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95%
    {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*campaign*/
.campaign-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(66, 66, 66, 0.582);
    backdrop-filter: blur(2px);
}

.close-campaign-wrap {
    display: none;
}

.campaign-wrap .campaign-inner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.campaign-wrap .campaign-inner .item {
    height: 80vh;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
}

.close-campaign {
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px)
{
    .campaign-wrap .campaign-inner .item {
        width: 90vw;
        height: auto;
    }
}
/*campaign end*/

.nav-dropdwn {
    position: relative !important;
}

.nav-dropdwn-content {
    display: none;
    position: absolute !important;
    top: 18px !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    padding: 20px !important;
    background: white !important;
    box-shadow: 0 0 8px rgba(100, 100, 100, .65) !important;
    min-width: fit-content;
    z-index: 999 !important;
    max-height: 300px;
    overflow-y: scroll;
}
.nav-dropdwn-content ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px !important;
}
.nav-dropdwn:hover .nav-dropdwn-content {
    display: block;
}