.pageorganiser{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 15vh !important;
    margin-top: 2.5vh;
}

.pagebtn{
    color: lightgrey;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    background-color: black;
    box-shadow: 0px 0px 5px 1px lightgrey;
    margin: 1vh;
    border: none;
    text-align: center;
}

#listingammount{
    background-color: black;
    color: lightgrey;
    border: none;
    border-radius: 3vh;
    box-shadow: 0px 0px 5px 1px lightgrey;
    height: 5vh;
    width: 10vw;
    padding-left: 10px;
    margin-left: 5vw;
}

.section2{
    text-align: center;
    font-family: 'Montserrat' !important;
    height: auto;
    padding-bottom: 0vh;
}

.searchdiv{
    height: auto;
    width: 90%;
    background-color: white;
    margin: auto;
    padding-top: 15vh;
    text-align: center;
    font-family: 'Montserrat';
    padding-bottom: 5vh;
    position: relative;
    z-index: 1;
}

.searchbox{
    height: 10vh;
    line-height: 10vh;
    display: flex;
    justify-content: center;
    border: none;
    border-image-slice:1;
    font-family: 'Montserrat';
    position: relative;
}

.searchbox::after{
    height: 2px;
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    width: 88%;
    content: "";
    position: absolute;
    display: block;
    top: 100%;
}

.searchbox input{
    width: 38%;
    background-color: white;
    color: rgb(61, 61, 61) !important;
    text-align: center;
    line-height: 10vh;
    border: none;
    font-family: 'Montserrat';
    display: inline-block;
}

.sorter, .filterbtn{
    width: 15%;
    background-color: white;
    color: rgb(61, 61, 61);
    text-align: center;
    line-height: 6.5vh;
    border: none;
    border-radius: 4vh;
    height: 6.5vh;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Montserrat';
    display: inline-block;
}

.sorter{
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        text-align: center !important;
}

.sorter::-ms-expand {
    display: none;
  }

#filterdiv{
    display: none;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    overflow: scroll;
    background: rgba(61,61,61,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 1px lightgrey;
    justify-content: center;
    align-items: center;
}

#filterdiv form{
    width: 70vw;
    height: 70vh;
    background-color: white;
    border-radius: 4vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 10vh;
}

#filterdiv form #categorysec{
    margin-top: 15vh;
}

#filterdiv form::-webkit-scrollbar{
    display: none;
}

.filterbox{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
}

.filterbox section{
    margin: 2vh;
    width: auto;
}

.filterbox section p{
    font-size: 1.75vh;
}

.filternav{
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    position: normal;
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: fixed;
    box-shadow: 0px 0px 5px .5px lightgrey;
    border-radius: 4vh;
}

.filternav h1{
    position: absolute;
}

.filterbtnbox{
    width: auto;
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    background-color: white;
    position: fixed;
    box-shadow: 0px 0px 5px .5px lightgrey;
    border-radius: 4vh;
    bottom: 13.5vh;
    width: 70vw;
}

.filterbtnbox button{
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    color: white;
    border-radius: 3vh;
    box-shadow: 0px 0px 5px 1px lightgrey;
    border: none;
    padding: 2.5vh;
    margin-left: .5vw;
    margin-right: .5vw;
}

.filterbtnbox button:hover{
    box-shadow: 0px 0px 5px 1px grey;
}

#filterdiv h1, #filterclosebtn{
    font-size: 4vh;
    color: rgb(61, 61, 61);
    display: inline-block;
    line-height: 15vh;
}

#filterclosebtn{
    background-color: white;
    border: none;
    border-radius: 50%;
    height: 5vh;
    width: 5vh;
    position: absolute;
    line-height: 5vh;
    right: 5vw;
}

#filterdiv section{
    box-shadow: 0px 0px 10px 1px lightgrey;
    background-color: white;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2.5vh;
    border-radius: 3vh;
    justify-content: left !important;
    align-items: flex-start;
}

#filterdiv section h2{
    color: #4834d4;
    font-size: 2.5vh;
    margin-bottom: 2.5vh;
}

#categorysec{
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: right;
    width: 90%;
    height: auto;
    align-items: center;
}

#categorysec h2{
    height: auto;
    padding: 3vh;
}

#categorysec button{
    background-color: rgb(61, 61, 61);
    color: white;
    width: 10vw;
    height: auto;
    border-radius: 2.5vh;
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px .5px lightgrey;
    padding: 1.5vh;
    margin: 1vh;
    font-size: 1.5vh;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    line-height: auto;
}

#categorysec button i{
    margin-right: 1.5vw;
}

#categorysec button:hover{
    box-shadow: 0px 0px 5px .5px grey;
}

.searchbox select{
    padding-left: 1vw;
}

.searchbox .submitbtn{
    width: 10%;
    background-color: white;
    color: rgb(61, 61, 61);
    text-align: center;
    line-height: 10vh;
    border: none;
    display: inline-block;
}

.searchdiv .listingcontainer{
    width: 100%;
    height: auto;
    padding-bottom: 5vh;
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 2;
}

.listing{
    height: 45vh;
    width: 35vw;
    z-index: 3;
    display: inline-block;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    text-align: left;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.listing ul{
    display: none;
    text-align: center;
    background-color: black;
    color: lightgrey;
    line-height: 5.5vh;
    font-size: 2.5vh;
    width: 20vw;
    border: none;
    z-index: 5;
    font-family: 'Montserrat';
    font-weight: 500;
    position: absolute;
    margin-top: 1vh;
}

.listing ul li:hover{
    background-color: lightgrey;
    color: black;
    cursor: default;
}

.listing img{
    height: 100%;
    width: 100%;
    overflow: hidden; 
    z-index: 3;
    object-fit: cover;
    box-shadow: 0px 0px 5px 1px lightgrey;
}

#menubtn{
    color: grey;
    font-size: 2.5vh;
    position: relative;
    z-index: 10;
    top: 6.3vh;
    padding: 2vh;
    left: 0vw;
    padding-right: 2.5vw;
}

#menubtn:hover ul {
    display: block;
}

.arrowgroup{
    font-size: 3vh;
    color: grey;
    width: 100%;
    position: relative;
    top: -52.5%;
    text-align: center;
}

.activearrow{
    animation: .5s 1 forwards changecolor;
}

@keyframes changecolor {

    from{
        background-color: lightgrey;
    }

    to{
        background-color: black;
    }

}

#leftarrow{
    float: left;
    margin-left: 1.5vw;
    background-color: black;
    border-radius: 50%;
    width: 5vh;
    height: 5vh;
    line-height: 5vh;
}

.leftarrowclick{
    color: #4834d4;
}

#rightarrow{
    float: right; 
    margin-right: 1.5vw;
    background-color: black;
    border-radius: 50%;
    width: 5vh;
    height: 5vh;
    line-height: 5vh;
}

.rightarrowclick{
    color: #4834d4;
}

.moneysec{
    background-color: transparent;
    justify-content: center;
    position: relative;
    top: -3vh;
}

.moneysec p{
   display: inline-block;
   width: 7.5vw;
   text-align: center;
   font-size: 2.5vh;
   height: 5vh;
   line-height: 5vh;
   color: white;
   border-radius: 4vh;
   border: none;
   box-shadow: 0px 0px 9px 1px rgb(99, 99, 99);
}

.listingprice{
    background-color: black;
    float: left;
}

.listingreturn{
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    float: right;
}

.pageorganiser{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 7.5vh;
    margin-top: 2.5vh;
}

.showmorebtn{
    background-color: black;
    color: lightgrey;
    font-weight: lighter;
    font-size: 1.75vh;
    height: 6.5vh;
    width: 20vw;
    box-shadow: 0px 0px 5px 0.5px grey;
    border: none;
    border-radius: 4vh;
}

.showmorebtn:hover{
    background-color: grey;
    color: white;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.showmorebtn:not(hover){
    background-color: black;
    color: lightgrey;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.section3{
    height: auto;
    overflow: hidden;
    text-align: center;
}

.acquisitiondiv{
    width: 100vw;
    height: auto;
    text-align: center;
    font-family: 'Montserrat';
    padding: 10vh;
    padding-bottom: 10vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.acquisitiondiv .rightacquisition{
    height: auto;
    width: auto;
    text-align: right;
    display: inline-block;
    float: right;
    padding-bottom: 7.5vh;
}

.rightacquisition button{
    width: 15vw;
    height: 7vh;
    line-height: 0vh;
    padding: 2.5vh;
    box-shadow: 0px 0px 10px 5px lightgrey;
    color: white;
    background-image: linear-gradient(45deg, #4834d4, #be2edd); 
    border: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 6vh;
    border-radius: 4vh;
}

.rightacquisition button:hover{
  background-color: black;
  color: white;
  background-image: none;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
}

.acquisitiondiv h2{
    font-size: 4vh;
    line-height: 6vh;
    background: linear-gradient(45deg, #4834d4, #be2edd);
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
}

.leftacquisition{
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
    float: left;
    padding-bottom: 7.5vh;
}

.leftacquisition form{
    width: auto;
    background-color: white;
    box-shadow: 0px 0px 10px 5px lightgrey;
    height: 7vh;
    border-radius: 7vh;
    border: none;
    margin-top: 6vh;
}

.leftacquisition form input{
    height: 7vh;
    width: 70%;
    background-color: transparent;
    text-align: left;
    padding-left: 40px;
    border-radius: 7vh;
    border: none;
}

.leftacquisition button{
    height: 7vh;
    width: 7vh;
    border-radius: 50%;
    color: white !important;
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    border: none;
    float: right !important;
}     

footer{
    background-color: transparent;
    height: 40vh;
    width: 100vw;
    box-sizing: border-box;
    padding: 5vh 3vw 5vh 3vw;
    padding-bottom: 0vh;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: black;
    font-weight: bolder;
    background-image: linear-gradient(white, #4834d4);
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    margin-top: 5vh;
}

footer ul, footer section{
    display: block;
}

footer ul{
    float: left;
    height: 90%;
}

footer ul a:hover{
    color: grey;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

footer ul a:not(hover){
    color: black;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

footer section{
    float: right;
    height: 90%;
}

footer section div{
    background-color: rgb(61, 61, 61);
    height: 8vh;
    width: auto;
    border-radius: 4vh;
    box-shadow: 0px 0px 10px 1.5px grey;
    border: none;
    line-height: 5vh;
}

footer section input{
    background-color: transparent;
    color: lightgrey;
    width: auto;
    height: 8vh;
    border: none;
    display: inline-block;
    line-height: 4vh;
    padding-left: 3vw;
}

footer section div button{
    background-color: #4834d4;
    height: 8vh; 
    width: 8vh;
    line-height: 8vh;
    border-radius: 50%;
    border: none;
    color: lightgrey;
    display: inline-block;
    float: right;
}

footer section div button:hover{
    background-color: lightgrey;
    background-image: none;
    color: rgb(61, 61, 61);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

footer section div button:not(hover){
    background-color: #4834d4;
    color: lightgrey;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

footer p{
    width: 100vw;
    height: 10%;
    text-align: center !important;
    color: white !important;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: lighter !important;
    font-size: .75em !important;
    padding-bottom: 2vh;
}

@media only screen and (max-width: 1000px){

    .rightherobanner h1{
        font-size: 8vh;
        line-height: 9vh;
    }

    .heading{
        top: 35vh !important;
    }

    .calltoaction{
        top: 70vh;
    }

}

@media only screen and (max-width: 850px){

    .leftheroimages{
        width: 50%;
    }

    .rightherobanner{
        width: 50%;
        text-align: right;
    }
 
    .listing{
        width: 65vw !important;
        height: 50vh !important;
        margin-top: 7vh;
        margin-bottom: 7vh;
    }

    .moneysec p{
        height: 6vh;
        width: 14vw;
        font-size: 2.5vh;
        text-align: center;
        line-height: 6vh;
    }

    .pageorganiser{
        margin-top: 7vh;
    }

    #listingammount{
        width: 15vw;
    }

}

@media only screen and (max-width: 800px){

    .leftheroimages img{
        margin: none !important;
        transform: scale(1.2);
        transform: translateY(-6vh);
    }

    .rightherobanner{
        line-height: 2vh;
        font-size: 2.25rem;
        width: 50%;
    }

    .heading{
        top: 30vh !important;
    }

    .heading h1{
        font-size: 7vh;
        line-height: 8.5vh;
    }

    .rightherobanner .calltoaction{
        width: 25vw;
        position: absolute;
        top: 72.5vh;
        font-size: 1.6vh;
        left: 37.5vw;
    }

    .searchbox input{
        font-size: 1.5vh;
    }

    .sorter, .filterbtn{
        font-size: 2vh;
        height: 5vh;
        line-height: 5vh;
    }

    .moneysec p{
        font-size: 1.8vh;
    }

    .searchbox select{
        padding-left: 1vw;
    }
    
    .searchdiv{
        height: auto;
        width: 100%;
        background-color: white;
        margin: auto;
        margin-top: 0vh;
        text-align: center;
        font-family: 'Montserrat';
        padding-bottom: 5vh;
    }
    
    .listing{
        height: 42.5vh !important;
        width: 80vw !important;
        z-index: 3;
        display: inline-block;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        text-align: left;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .section3{
        height: auto;
        text-align: center !important;
    }

    .acquisitiondiv h2{
        font-size: 2.5vh;
        line-height: 3vh;
    }

    .rightacquisition button{
        width: 20vw;
        margin-top: 4vh;
        border-radius: 5vh;
    }

    .leftacquisition form{
        width: 80%;
    }

}

@media only screen and (max-width: 600px){

    .leftheroimages{
        display: inline !important;
        width: 100vw !important;
        height: 50vh;
    }

    .leftheroimages img{
        transform: scale(1.1);
        height: 50%;
    }

    .rightherobanner{
        display: inline !important;
        width: 100vw !important;
        height: 50vh;
    }

    .rightherobanner h1{
        display: inline-block;
        color: rgb(61, 61, 61) !important;
        background-image: none;
    }

    .heading{
        top: 50vh !important;
        text-align: center;
        right: 0;
        left: 0;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .calltoaction{
        position: absolute;
        padding: 2.5vh 4vh 2.5vh 4vh;
        left: 22.5vw !important;
        width: 55vw !important;
    }

    .rightherobanner h1{
        font-size: 5vh;
        line-height: 6vh;
    }

    .sorter, .filterbtn{
        font-size: 1.25vh;
    }

    .filterbox form{
        height: 80%;
        width: 80%;
        text-align: center;
        flex-direction: column !important;
        display: flex;
        flex-wrap: wrap;
    }

    .filterbox form section{
        margin-top: 1vh;
        margin-bottom: 1vh;
        display: flex;
        height: auto !important;
        width: 90% !important;
        position: static !important;
        overflow: hidden;
        height: auto;
        flex-direction: row;
        justify-content: left;
    }

    .filterbox form section input{
        width: 40% !important;
        height: 5vh;
        line-height: auto;
    }

    #categorysec h2{
        padding: 1.5vh;
    }

    #categorysec button{
        width: 20vw !important;
    }

}

@media only screen and (max-width: 500px){

    footer{
        text-align: center !important;
        height: 36vh !important;
    }

    footer ul{
        text-align: left !important;
        display: block;
        height: auto;
        width: 100vw !important;
        padding-bottom: 3.5vh;
    }

    footer section{
        width: 100% !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center;
        height: auto;
        padding-bottom: 5vh;
    }

    footer section div{
        width: 94vw !important;
        height: 6vh;
        text-align: left !important;
    }

    footer section div input{
        height: 6vh;
        line-height: 6vh;
        width: 75%;
    }

    footer section div button{
        height: 6vh;
        width: 6vh;
        border-radius: 50%;
        line-height: 6vh;
    }

}