@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body,* {
    font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
}
p{
    font-family: 'Lato', sans-serif;
}
.slider-labels {

  margin-top: 10px;

}
.mt-13 {
    margin-top: 13rem !important;
}
.lh-30 {
    line-height: 30px !important;
}
/* Functional styling;

 * These styles are required for noUiSlider to function.

 * You don't need to change these rules to apply your design.

 */

.noUi-target,.noUi-target * {

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -ms-touch-action: none;

  touch-action: none;

  -ms-user-select: none;

  -moz-user-select: none;

  user-select: none;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.noUi-target {

  position: relative;

  direction: ltr;

}



.noUi-base {

  width: 100%;

  height: 100%;

  position: relative;

  z-index: 1;

/* Fix 401 */

}



.noUi-origin {

  position: absolute;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

}



.noUi-handle {

  position: relative;

  z-index: 1;

}



.noUi-stacking .noUi-handle {

/* This class is applied to the lower origin when

   its values is > 50%. */

  z-index: 10;

}



.noUi-state-tap .noUi-origin {

  -webkit-transition: left 0.3s,top .3s;

  transition: left 0.3s,top .3s;

}



.noUi-state-drag * {

  cursor: inherit !important;

}



/* Painting and performance;

 * Browsers can paint handles in their own layer.

 */

.noUi-base,.noUi-handle {

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



/* Slider size and handle placement;

 */

.noUi-horizontal {

  height: 4px;

}



.noUi-horizontal .noUi-handle {

  width: 18px;

  height: 18px;

  border-radius: 50%;

  left: -7px;

  top: -7px;

  background-color: #345DBB;

}



/* Styling;

 */

.noUi-background {

  background: #D6D7D9;

}



.noUi-connect {

  background: #345DBB;

  -webkit-transition: background 450ms;

  transition: background 450ms;

}



.noUi-origin {

  border-radius: 2px;

}



.noUi-target {

  border-radius: 2px;

}



.noUi-target.noUi-connect {

}



/* Handles and cursors;

 */

.noUi-draggable {

  cursor: w-resize;

}



.noUi-vertical .noUi-draggable {

  cursor: n-resize;

}



.noUi-handle {

  cursor: default;

  -webkit-box-sizing: content-box !important;

  -moz-box-sizing: content-box !important;

  box-sizing: content-box !important;

}



.noUi-handle:active {

  border: 8px solid #345DBB;

  border: 8px solid rgba(53,93,187,0.38);

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  left: -14px;

  top: -14px;

}



/* Disabled state;

 */

[disabled].noUi-connect,[disabled] .noUi-connect {

  background: #B8B8B8;

}



[disabled].noUi-origin,[disabled] .noUi-handle {

  cursor: not-allowed;

}
.searchDiv .aminity .select2-container--classic .select2-selection--multiple {
    display: block !important;
    width: 100% !important;
    height:37px !important;
    overflow-y :auto !important;
    overflow-x :hidden !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    text-align: start;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.searchDiv .select2-container--classic .select2-selection--multiple {
    display: block !important;
    width: 100% !important;
    height:58px !important;
    text-align: start;
    overflow-y :auto !important;
    overflow-x :hidden !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.searchDiv .aminity .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0px;
    margin-left: 5px; 
    padding: 0;
    max-width: 100%;
    color: #212529 !important;
    resize: none;
    height: 25px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.searchDiv .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 12px;
    margin-left: 0px; 
    padding: 0;
    max-width: 100%;
    color: #212529 !important;
    resize: none;
    height: 25px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #cf9236 !important;
    border: 1px solid #fff !important;
    color: white !important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.advanced-serach, .advanced-btn {

    background: #151E34;

    color: #fff;

    border: none;

    position: relative;

    text-align: center;

    width: 175px;

}

.advanced-btn:hover {

    color: #fff !important;

}

.flitter-area-box {

    background: #fff;

    padding: 20px;

    position: relative;

    top: -40px;

}

.btn-search {

    background: #EFDFBB;

    float: right;

    border-radius: 0;

    font-weight: bold;

    font-size: 20px;

    padding: .375rem  1.5rem;

}

.advanced-serach {

    background-image: linear-gradient(45deg, transparent 50%, #f5f7fa 60%),

    linear-gradient(135deg, #f5f7fa 40%, transparent 50%) !important;

    background-position: calc(100% - 10px) 10px,

    calc(100% - 0px) 10px,

    100% 0;

    background-size: 10px 10px,

    10px 10px;

    background-repeat: no-repeat;

    -webkit-appearance: none;

    -moz-appearance: none;

}

.br-0 {

    border-radius: 0;

}

.text-right {

    text-align: right;

}

.form-select:focus {

    border-color: transparent;

    outline: 0;

    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);

}

form.shadow.p-2.searchForm {

    position: absolute;

    width: 100%;

    max-width: 85%;

    z-index: 555;

    border-radius: 5px;

    padding: 20px !important;

    background: #fff;

    margin-top: 20px;

}
a {

    text-decoration: none;

}

.videosec {

    width: 100%;

    position: absolute;

    min-height: 100vh;
    height:100%;

}

.info p.location {

    /* min-height: 100px; */

    font-size: 14px;

    margin: 0;

    text-transform: none;

}

.video-wrapper {

  width:100%;

  min-height: 100vh;
    height: 100%;

  overflow: hidden;

}

.float-right {

    float: right !important;

}

.video-wrapper video {

    object-fit: cover;

    width:100%;

    height:100%;

}

.latest-projects .ratio-4x3 {

    --bs-aspect-ratio: 55%;

}

.latest-projects .card-price .ratio img {

    height: 250px;

}

.br-5 {

    border-radius: 0.3rem !important;

}

.br-tb5{

    border-top-right-radius: 0.3rem !important;

    border-bottom-right-radius: 0.3rem !important;

}

.text-left {

    text-align: left;

}

.br-0{

    border-radius:0px !important;

}

.searchForm{

    margin:0px!important;

}



.news img.img-cover {

    height: 180px;

}

.news .ratio.ratio-4x3 {

    height: 100%;

}

.news h5.text-secondary.fw-bold.text-uppercase {

    font-size: 16px;

}

.metaverse-projects {

    background: black;

}

.meta {

    margin-bottom: -30px;

}

.meta-img img {

    width: 100%;

    max-width: 150px;

    margin-left: 55px;

    float: left;

}

h1.text-gold {

    color: #cf9236;

}

.latest-projects {

    background: white;

}
.text-justify {
    text-align:justify !Important;
}
.welcome_section {

    width: 100%;

    margin: 0 auto;

}


/* .btn-black {

    background: black;

    color: #ccc;

    padding: 5px;

    width: 100px;

} */

.ourteam-img-small img {

    width: 100%;

    max-width: 500px;

}

.ourteam-img-big img {

    width: 100%;

    max-height: 570px;

    object-fit: contain;

}

.ourteam-img-small img {

    width: 100%;

    max-width: 500px;

    max-height: 570px;

    object-fit: contain;

}
/*.video-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 25px 2px rgb(0 0 0 / 25%);
}*/
.video-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 65%;
    z-index: 2;
    border-radius: 10px;
    left: 50%;
    box-shadow: 0 0px 50px 2px rgb(255 180 0 / 25%);
    transform: translate(-50%, -35%);
}
.display-6 {
    font: normal normal normal 35px/42px Lato !important;
}
.subHeading {
    font: normal normal normal 17px/21px Lato !important;
letter-spacing: 0px;
text-transform: uppercase;
opacity: 1;
}
section.crypto-sec {
    position: relative;
    width: 100%;
    display: block;
    /* height: 600px; */
    text-align: center;
}
.parallax-image__image {
    height: 100%;
    background: #000;
}
.parallax-image__image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: .9;
}
.buy-crypto {
    position: relative;
}
.parallax-text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
}
.btn-more {
    position: absolute;
    bottom: -35%;
    left: 50%;
    transform: translate(-50%, -12%);
}
.video iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.video {
    width: 100%;
    height: 450px;
}


