font-face {
    src: url(../fonts/Product-Sans-Regular.ttf);
    font-family: G-R;
}

@font-face {
    src: url(../fonts/Product\ Sans\ Bold.ttf);
    font-family: G-B;
}


/* / putting font style code */

* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
    padding: 0% !important;
    font-family: G-R;
}

.nav-item .nav-link i {
    margin-right: 5px;
    margin-left: 5px;
}

.nav-item a {
    font-size: 1.1rem;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .dropdown-menu a {
    color: #000;
}

.raw>.img-hold {
    padding: 0 8px;
}

.raw:after {
    content: "";
    display: table;
    clear: both;
}

.one {
    width: 60% !important;
    margin-right: 1%;
    margin-left: 0;
}

.img-holdd {
    float: left;
    width: 30%;
    margin-bottom: 1%;
}

.img-hold {
    float: left;
    width: 25%;
    margin: 2%;
}

.ad-fav {
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 0;
    border-radius: .1875rem;
    border: .0625rem solid #fff0ad;
    background: #ffffff;
    font-size: 15px;
    color: #343434;
    padding: 0 .75rem;
    margin-left: 30%;
    margin-bottom: 10px;
}

.ad-fav:hover i{
    color: #aa2a2a;
}

/* .new-btn{
    display: block !important;
    width: 95% !important;
  }
  .new-btn.fav-btn{
       margin-left: 15px;
  } */


/* The Modal (background) */

.modal {
    display: none;
    z-index: 10000000 !important;
    padding-top: unset;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8) !important;
    margin: auto;
    padding: 1%;
    width: 90%;
    max-width: 1200px;
    height: 100%;
}

.black {
    background-color: rgba(0, 0, 0, 0.8);
    height: 20%;
    padding-top: unset;
    padding-left: 10%;
    justify-content: space-between;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: -3px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    height: 63% !important;
}
.mySlidesV {
    display: none;
    height: 63% !important;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttons {
    position: relative;
    transform: translate(9px, -50px);
}

.imge {
    background-color: whitesmoke !important;
}


/* limited offer */

.limited-offer{
    position: fixed;
    width: 150px;
    top: 40%;
    right: 0;
    padding: 10px;
    background-color: #0d1629;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border-radius: 5px 0 0 5px;
    z-index: 5;
    transition: .3s;
    color: #ffffff;
}
.limited-offer span{
    display: inline-block;
    transform: translateX(-35px);
    color: #d89f23;
    font-size: 18px;
    animation: arrow 1s infinite;
}
@keyframes arrow{
    0%{
        transform: translateX(-35px);
    }
    100%{
        transform: translateX(-22px);
    }
}

.box-holder {
    display: none;
    position: fixed;
    overflow: hidden;
    right: 0%;
    top: 20%;
    width: 26%;
    z-index: 1;
    transition: .3s;
}
.box-holder .close-btn{
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: .7;
    font-weight: bold;
    color: #ffffff;
}
.box-holder .close-btn:hover{
    opacity: 1;
}
.box {
    background-color: #0d1629;
    color: #ffffff ;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.164);
    border-radius: 10px 0 0 10px;
    padding: 10px;
}

.hvr-underline-from-center:before{
    background-color: #d89f23;
    height: 2px;
}

span .price {
    font-size: 30pt;
    font-weight: bold;
}

.heart {
    color: black !important;
    font-weight: bolder !important;
}

.heart:hover {
    color: red !important;
}

.offer {
    position: absolute;
    top: 31px;
    right: 34px;
    text-align: right;
}

#demo {
    margin-top: 10px;
}

.price {
    padding: 5px;
}

.boxs {
    width: 40%;
    margin: 4%;
    color: #343434;
}

.footer {
    color: white;
    background-color: #41537B;
    margin-right: 0!important;
}

.carddf {
    width: 17% !important;
    margin: 4%;
}

.fab {
    font-size: 30px !important;
}

a:link {
    color: white
}

a:visited {
    color: white
}

a:hover {
    color: white
}

a {
    cursor: pointer
}

a:link {
    text-decoration: none;
}

/* MAP OVERLAY */
.overlay{
width: 100vw;
height: 100vh;
background-color: #000000f6;
position: fixed;
z-index: 12;
top: 0;
left: 0;
display: grid;
place-items: center;
}
.overlay iframe{
width: 500px;
height: 450px;
border-radius: 10px;
box-shadow: 3px 3px 10px rgba(255, 255, 255, .15);
}
.overlay .close{
position: absolute;
top: 90px;
left: 80px;
color: #d3d1d1;
cursor: pointer;
font-size: 22px;
font-weight: 600;
cursor: pointer;
opacity: .6;
user-select: none;
}
.overlay .close:hover{
opacity: 1;
}


/* ============== media query =================== */

@media (max-width: 700px) {
    .one {
        width: 100% !important;
    }
    .non {
        display: none;
    }
    .box {
        width: 50%;
    }
    .carddf {
        width: 100% !important;
        text-align: center;
    }
}