@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;700;800;900&family=Poppins:wght@100;200;300;800;900&display=swap');
 
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../img/slide/banner2.jpg);
    /* background: url(../img/slide/banner1.png); */
    background-size: cover;
    background-position: center;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 7%;
    background: transparent;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}


.logo{
    width: 140px;
    cursor: pointer;
}

.nav-links li{
    list-style: none;
    display: inline-block;
    margin: 10px 10px;
}

.nav-links li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all .2s ease;
}

.nav-links li a.active{
    background: #fff;
    color: #000;
    padding: 8px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
}

/*
.nav-links li a:hover{
    background: #fff;
    color: #000;
    padding: 8px 10px;
    border-radius: 20px;
}*/

.register-btn{
    background: #fff;
    color: #000;
    padding: 8px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    /*display: none;*/
}

.container{
    padding: 0 7%;
}

.header h1{
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 5%;
}

h3{
    font-size: 1.2vw;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding-left: 5px;  
}

.search-bar{
    background: #fff;
    width: 30%;
    margin: 0px auto;
    padding: 6px 10px 6px 30px;
    border-radius: 50px;
}

.search-bar form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-bar form input{
    display: block;
    width: 100%;
    height: 35px;
    border: 0;
    outline: none;
    background: transparent;
}

.search-bar form button{
    background: #ff5361;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    outline: none;
    cursor: pointer;
}

.search-bar form button img{
    width: 15px;
    margin-top: 7px;
}

.location-input{
    flex: 1;
}

.search-bar form label{
    font-weight: 600;
}

.spin{
    /* background: rebeccapurple; */
    justify-content: center;
    text-align: center;
 }

 #display-results{
    /* background: #809719; */
    width: 30%;
    margin: 0px auto;
    padding: 0px 10px 6px 30px;
    display: none;
}

#display-results a{
    color: #333;
    text-decoration: none;
}

#display-results a:hover{
    color: #ff5361;
    background-color: #999;
}

.results-box{
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    width: 92%;
    padding: 2px 2px;
    height: 40px;
    border-top: 1px solid #ccc;
    /* border-radius: 4px; */
}

.left-col a{
    text-decoration: none;
}


/* ----------Exclusivités---------- */

.sub-title{
    margin: 20px 0 20px;
    font-size: 2.2vw;
    font-weight: 500;
    color: #ff5361;
}

.sub-title a{
    text-decoration: none;
    color: #333;

}

.exclusives{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 30px;
}

.exclusives div img{
    width: 100%;
    border-radius: 10px;
}

.exclusives div{
    position: relative;
}

.exclusives table{
    /*background: #ff5361;*/
    background-color: #fff;
}

.exclusives div a{
    color: #000;
    text-decoration: none;
}

.exclusives div span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.exclusives div span .article-title{
    font-size: 14px;
    font-weight: 600;
    /* color: #ff5361; */
}
.trending-title{
    font-size: .8rem;
    padding: 0;
    font-weight: 500;
    color: #ff5361;
}

.trending-type{
    font-size: 0.8rem;
    font-weight: 500;
}

.trending-text h4{
    color: #ff5361;
    text-align: left;
    font-weight: 400;
}

.trending-icon{
    font-size: 0.8rem;
    font-weight: 500;
}

.trending-text h4{
    background-color: #ff5361;
    color: #fff;
    display: inline;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* .trending-price-value{
    font-size: 1.1rem;
    font-weight: 500;
} */

.exclusives form{
    /* background-color: #555; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    /* background: yellow; */
}
 

.exclusives .content{
    /* background: rebeccapurple; */
    max-width: 400px;
    height: auto;
    padding: 20px 26px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px auto 25px auto;
}

.exclusives .content label{
    font-size: 13px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-weight: 500;
    width: 100%;
}

.exclusives .content select{
    width: 100%;
    height: 25px;
    padding: 3px 7px;
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    outline: none;
}

.exclusives .content input{
    width: 96%;
    height: 25px;
    padding: 3px 7px;
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    outline: none;
}

.exclusives .content textarea{
    width: auto;
    outline: none;
    border: none;
    background: #ccc;
}


/* 
.exclusives form .lot1 label{
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.exclusives form .lot1 input{

}

.exclusives form .lot1 select{
    width: 50%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.exclusives form .lot1{
    width: 30%;
    margin: 20px;
}

.exclusives form .lot2{
    width: 30%;
    margin: 20px;
}

.exclusives form .lot2 label{
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.exclusives form .lot2 input{
    width: 80%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.exclusives form .lot3{
    width: 63.5%;
}

.exclusives form .lot3 textarea{
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
}

.exclusives form .lot3 label{
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    outline: none;
} */

.exclusives form .formbtn{
    text-align: right;
}

.exclusives form .btnprimary{
    width: 288px;
    height: 31px;
    margin-top: 15px;
    background-color: #f0c14b;
    background-image: linear-gradient(#f7da90,#e2b33b);
    border: 1px solid #a6a6a6;
    border-radius: 4px;
}

/* --------------------Trending Places----------------- */
.trending-wrapper{
   max-width: 1300px;
   width: 80%;
   height: auto;
   margin: 30px auto;
   background: crimson;
   display: grid;
   grid-template-columns: repeat(auto-fill, 300px);
   justify-content: center;
   grid-gap: 10px;
}

.trending-card{
   width: 300px;
    height: 200px;
    margin: 10px;
    /* overflow: hidden; */
    background: yellowgreen;
    /* flex-shrink: 0; */
}

.trending-card img{
    width: 100%;
    height: auto;
}

.trending{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
    margin-bottom: 30px;
}

.trending div img{
    width: 100%;
    border-radius: 10px;
}

.trending h3{
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px; 
}
/* --------------------Call to action----------------- */
.cta{
    margin: 80px 0;
    /* background-image: linear-gradient(#3f2321, transparent),url(/assets/img/banner-2.png); */
    /* background-size: cover; */
    /* background-position: center; */
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    color: #fff;
}

.slide-cta{
    margin: 0 30px;
    /* background-color: red; */
    overflow: hidden;
}


.swiper-navbtn{
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
}

.swiper-navbtn::before,
.swiper-navbtn::after{
    font-size: 18px;
}

.swiper-pagination-bullet{
    background-color: #000;
}

.card{
    /* background: #fff; */
    border-radius: 8px;
    /* text-align: center; */
}

.card-wrapper{
    text-align: center;
    /* background: green; */
}

.card-wrapper a{
display: block;
width: 100%;
text-decoration: none;
/* background: red; */
}

.card .img-box{
    height: 200px;
}

.card .img-box img{
    height: 100%;
    width: 70%;
    border-radius: 8px 8px 0 0;
}

.card .product-details{
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 15px;
}

.card .product-details img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.product-details .name-job{
    text-align: left;
}
.product-details .name{
    font-size: .8rem;
    padding: 0;
    font-weight: 500;
    color: #ff5361;
}

.product-details .job{
    background-color: #ff5361;
    font-weight: 300;
    color: #fff;
    display: inline;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* .cta .slide{
    background-color: #ff5361; 
    padding: 0;
    margin: 0;
  display: flex;
    width: 100%; 
} */

/* .cta .slide{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 30px;
} */

/* .cta .slide img{
    width: 100%;
    border-radius: 10px;
} */

/* 
.cta h3{
    font-size: 3vw;
    line-height: 5.3vw;
    font: 500;
}

.cta p{
    font-size: 12px;
    margin: 10px 0;
}

.cta .cta-btn{
    background: #ff5361;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 8px;
    margin-top: 20px;
    display: inline-block;
} */

/* --------------------Stories----------------- */
.stories{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
    margin-bottom: 30px;
}

.stories div img{
    width: 100%;
    border-radius: 10px;
}

.stories div{
    position: relative;
    text-align: center;
}

.stories p{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 26px;
}

.start-btn{
    text-decoration: none;
    background: #ff5361;
    color: #fff;
    width: 80%;
    max-width: 150px;
    display: block;
    text-align: center;
    margin: 60px auto;
    padding: 15px;
    border-radius: 30px;
    font-size: 20px;
}

/* --------------------About msg----------------- */
.about-msg{
    text-align: justify;
    margin: 80px 0;
    color: #333;
    font-size: 15px;
}

.about-msg h2{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* --------------------Footer----------------- */
.footer{
    margin: 80px 0 10px;
    text-align: center;
}

.footer a{
    text-decoration: none;
    color: #999;
    font-size: 15px;
    margin: 0 10px;
}

.footer hr{
    background: #999;
    height: 1px;
    width: 100%;
    border: 0;
    margin: 20px 0;
}

.footer p{
    padding-bottom: 15px;
}

.active{
    position: relative;
}

/* .active::after{
    content: '';
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 2px;
} */

nav .bi-list{
    display: none;
}

/* --------------------Small Screen----------------- */

@media only screen and (max-width:700px){
    .logo{
        position: fixed;
        top: 4%;
        left: 7%;
    }

    nav{
        position: fixed;
        top: 0;
        z-index: 100;
        display: inline-block;
        width: 100%;
        padding: 100px 7% 0;
        background: #000;
        text-align: right;
        max-height: 100px;
    }

    nav .nav-links li{
        margin: 10px 0;
        display: block;
    }

    .register-btn{
        margin: 15px 0 30px;
        display: inline-block;
        background: #ff5361;
    }

    nav .bi-list{
        display: block;
        position: fixed;
        top: 4%;
        right: 7%;
        color: #fff;
        font-size: 28px;
    }

    .active::after{
    left: -40px;
    transform: translate(0, 50%);
    bottom: 50%;
    }

    .hidemenu{
        max-height: 300px;
    }

    .header h1{
        padding-top: 200px;
        font-size: 7vw;
    }

    .search-bar{
        width: 90%;
        margin: 30px auto;
        padding: 20px 10px 30px;
        border-radius: 5px;
        position: relative;
    }

    .search-bar form{
        display: block;
    }

    .search-bar form input{
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .search-bar form button{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .sub-title{
        font-size: 6vw;
    }

    .cta{
        padding: 15% 5%;
    }

    .cta h3{
        font-size: 6vw;
        line-height: 8vw;
    }

    .cta p{
        font-size: 14px;
    }

    .cta-btn{
        padding: 6px 15px;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 14px;
    }

    .stories p{
        font-size: 22px;
    }
} 

/* --------------------List page--------------------- */

.navbar-white{
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.navbar-white .nav-links li a{
    color: #000;
}

.navbar-white .register-btn{
    color: #fff;
    background: #ff5361;
}

/* .added-btn{
    display: block;
    color: #fff;
    background: #ff5361;
} */

nav.navbar-white .bi-list{
    color: #000;
}

.navbar-white .active::after{
    background: #ff5361;
}

.list-container{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-col{
    flex-basis: 70%;
}

.right-col{
    flex-basis: 25%;
}

.left-col h1{
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.house{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    margin-bottom: -8px;
}
 
.house-img{
    flex-basis: 25%;
}

.house-img img{
    width: 100%;
    border-radius: 12px;
}

.house-info{
    flex-basis: 58%;
    color: #555;
}

.house-info h4{
    color: #ff5361;
}

.house-info h3{
    font-weight: 500;
    color: #333;
    font-size: 18px;
    margin: 4px 0;
}

.house-info i{
    color: #ff5361;
    font-size: 16px;
    margin: 10px 1px;
}

.house-price{
    text-align: right;
}

.house-price h4{
    font-size: 16px;
}

.house-price h4 span{
    font-size: 14px;
    font-weight: 500;
}

.sidebar{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 23px;
}

.sidebar h2{
    font-weight: 500;
}

.sidebar h3{
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.sidebar p{
    font-size: 14px;
}

.filter{
    display: flex;
    align-items: center;
    color: #555;
    margin-bottom: 10px;
}

.filter p{
    flex: 1;
}

.filter input{
    margin-right: 10px;
    cursor: pointer;
}

.sidebar-link{
    text-align: right;
    margin: 20px 0;
}

.sidebar-link a{
    text-decoration: none;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.pagination img{
    width: 15px;
    margin: 10px 20px;
}

.pagination span{
    margin: 10px 8px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    /* border-radius: 50%; */
    cursor: pointer;
}

.pagination .current{

    background: #333;
    color: #fff;
}

.right-arrow{
    transform: rotate(180deg);
}

.small-details h4{
    font-size: 4rem;
}

.small-details h4 span{
    font-weight: 500;
}

/* ------------------Small screen for listing page--------------- */
@media only screen and (max-width:700px){
    .list-container{
        margin-top: 150px;
    }
    .left-col, .right-col, .house-img, .house-info{
        flex-basis: 100%;
    }
    .left-col h1{
        font-size: 22px;
    }
    .house-info h3{
        font-size: 18px;
    }

    .house-info i{
        font-size: 16px;
    }
    
    .pagination span{
        margin: 10px 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}
/* ---------------------Article page------------------------ */
.article-details{
    padding: 0 12%;
}

.article-title{
    margin-top: 50px;
}

.article-title h1{
    font-weight: 500;
}

.article-title .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}

.article-title span{
    margin: 0 20px;
}

.article-title i{
    color: #ff5361;
    font-size: 14px;
}

/* Gallery d'image */

.gallery{
    display: grid;
    grid-gap: 10px;
    grid-template-areas: 'first first. .' 'first first . .';
    margin: 20px 0;
    /* background: #ff5361; */
}

.gallery div img{
    width: 100%;
    display: block;
}

.gallery-img-1{
    grid-area: first;
}

.small-details h2{
    font-weight: 500;
}

.small-details h4{
    text-align: right;
    font-size: 22px;
}

.line{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 100%;
    max-width: 800px;
    margin: 20px 0 50px;
}

.info-auteur span{
    font-size: 16px;
    /* font-weight:600 */
}
/* Gallery d'image

.gallery{
    display: grid;
    grid-gap: 10px;
    grid-template-areas: 'first first. .' 'first first . .';
    margin: 20px 0;
}

.gallery div img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

.gallery-img-1{
    grid-area: first;
}

.small-details h2{
    font-weight: 500;
}

.small-details h4{
    text-align: right;
    font-size: 22px;
}

.line{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 100%;
    max-width: 800px;
    margin: 20px 0 50px;
} */

.check-form{
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 50px;
}

.check-form label{
   display: block;
}

.check-form div{
   padding: 20px;
}

.check-form input{
   background: transparent;
   border: 0;
   outline: none;
}

.check-form button{
   background: #ff5361;
   border: 0;
   outline: none;
   color: #fff;
   padding: 18px;
   width: 250px;
   border-radius: 8px;
   font-size: 16px;
}

.guest-field{
    flex: 1;
}

.details-list{
    list-style: none;
    margin: 50px 0;
}

.details-list li{
    margin-left:50px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #555;
    position: relative;
}

.details-list li span{
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.details-list li i{
    position: absolute;
    top: 5px;
    left: -40px;
}

.home-desc{
    text-align: justify;
    max-width: 700px;
    margin-bottom: 50px;
}

.map{
    margin: 50px 0;
}

.map iframe{
    width: 100%;
    margin-bottom: 30px;
}

.map h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}

.map b{
    display: block;
    margin-bottom: 16px;
}

.host{
    display: flex;
    align-items: center;
}

.host img{
    width: 80px;
    border-radius: 50%;
    margin-right: 30px;
}

.host h2{
    margin-bottom: 10px;
    font-weight: 500;
}

.host i{
    color: #ff5361;
}

.contact-host{
    display: inline-block;
    margin: 40px 0 40px 120px;
    text-decoration: none;
    color: #555;
    padding: 15px 50px;
    border: 1px solid #ff5361;
    border-radius: 8px;
}

/* --------------------media query for articles pages------------------ */
@media only screen and (max-width:700px){
    .article-details{
        margin-top: 150px;
    }
    .row p{
        margin-top: 10px;
    }
    .gallery{
        grid-template-areas: 'first first' '. .' '. .';
    }
    .small-details h2{
        font-size: 20px;
        margin-top: 24px;
    }
    .small-details h4{
        text-align: left;
        margin: 10px 0;
        font-size: 18px;
    }
    .check-form{
        padding: 10px 30px;
    }
    .check-form div{
        padding: 20px 0;
        width: 100%;
    }
    .check-form input{
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding-bottom: 5px;
    }
    .check-form button{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    
}
/* --------------------Admin Sidebar---------------------- */
/* 
.admin-sidebar {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
}
.admin-sidebar .nav-links{
  height: 100%;
  padding-top: 30px;
}

.admin-sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  color: #333;
}

.admin-sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.admin-sidebar .textmenu{
    background: #1d1b31;
}

.admin-sidebar .nav-links li a span{
  color: #333;
}

.admin-sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #333;
} */


/* .side-bar{
    position: sticky;
    max-width: 195px;
    height: 100vh;
    padding: 0 1.7rem;
    transition: all 0.5s linear;
    
}
.side-bar .menu{
    width: 100%;
    margin-top: 80px;
}

.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 20px;
}

.side-bar .menu .item a:hover{
    background: #ff5361;
    color: #fff;
    transition: 0.3s ease;
}

.side-bar .menu .item i{
    margin-right: 15px;
} */



/* --------------------Footer---------------------- */
/* .footer{
    width: 100%;
    margin-top: 10rem;
    background-color: crimson;
}

.footer_container{
    padding: 8rem 0rem;
}

.footer_top{
    background-color:var(--prim-color-1);
    border-radius: 1rem;
    padding: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
}

.footer_top_heading{
    width: 40%;
}

.footer_top_form{
    width: 60%;
    background-color: var(--Second-color-2);
    padding: 1rem 2rem;
    border-radius: 1rem;
}

.footer_top_form_input{
    padding: 0.8rem;
    width: 80%;
    outline: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: none;
}


.footer_bottom_logo{
    max-width: 10rem;
}

.footer_top_form_btn{
    padding: 0.8rem;
    background-color: var(--prim-color-1);
    outline: none;
    color: var(--white);
    width: 18%;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    cursor: pointer;
    border: none;
}

.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    font-size: 1.4rem;
}

.footer_middle{
    border-bottom: 1px solid var(--shadow-color);
    font-size: 1.4rem;
}

.footer_bottom_list{
    list-style: none;
    display: flex;
}

.footer_bottom_link{
    text-decoration: none;
    margin-left: 1rem;
}

@media only screen and (max-width:650px){
    .footer{
        width: 100%;
        margin-top: 10rem;
        background-color: var(--Second-color-1);
    }
    
    .footer_container{
        padding: 8rem 0rem;
    }
    
    .footer_top{
        flex-direction: column;
    }
    
    .footer_top_heading{
        width: 100%;
        margin-bottom: 3rem;
    }
    
    .footer_top_form{
        width: 100%;
        background-color: var(--Second-color-2);
        padding: 1rem 2rem;
        border-radius: 1rem;
    }
    
    .footer_top_form_input{
        padding: 1.1rem;
        width: 100%;
    }
    
    .footer_bottom_logo{
        max-width: 10rem;
    }
    
    .footer_top_form_btn{
        background-color: var(--prim-color-1);
        outline: none;
        border: none;
        color: var(--white);
        width: 100%;
        cursor: pointer;
    }

    .btn{
        border-radius: 0rem;
    }
    
    .footer_bottom{
        padding: 0rem 1.5rem;
        flex-direction: column;
    }
    
    .footer_nav_container{
        border-bottom: 1px solid var(--shadow-color);
        display: flex;
        flex-direction: column;
    }
} */
/* --------------------Fin Footer---------------------- */
/* --------------------Admin Sidebar---------------------- */
/* 
.admin-sidebar {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
}
.admin-sidebar .nav-links{
  height: 100%;
  padding-top: 30px;
}

.admin-sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  color: #333;
}

.admin-sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.admin-sidebar .textmenu{
    background: #1d1b31;
}

.admin-sidebar .nav-links li a span{
  color: #333;
}

.admin-sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #333;
} */


/* .side-bar{
    position: sticky;
    max-width: 195px;
    height: 100vh;
    padding: 0 1.7rem;
    transition: all 0.5s linear;
    
}
.side-bar .menu{
    width: 100%;
    margin-top: 80px;
}

.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a{
    color: #000;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 20px;
}

.side-bar .menu .item a:hover{
    background: #ff5361;
    color: #fff;
    transition: 0.3s ease;
}

.side-bar .menu .item i{
    margin-right: 15px;
} */
/* --------------------And Admin Sidebar---------------------- */