body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

@font-face {
    font-family: 'broadwayregular';
    src: url('broadw-webfont.woff2') format('woff2'),
         url('broadw-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1{
    font-size: 35px;
}

h2{
    font-size: 30px;
}

header{
    background-color: #fcd116;
    text-align: center;
}

header .google_element {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.bg-light{
    background-color: #000 !important;
}
.navbar{
    padding-top:0 ;
    padding-bottom: 0;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: black;
    background: #fcd116;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active:hover{
    color: black;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 13px;
}

.nav-link {
    padding: 0.4rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #fcd116;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: white;
   /* background: #fcd116;
    font-weight: 600;*/
}

/* Nav End */

.slider-wrapper{
    position: relative;
    text-align: center;
    background-color: #000;
}

.search-area{
    position: absolute;
    top: 30%;
    z-index: 100;
    width: 100%;
}

.search-area h1{
    font-size: 45px;
    color: white;
    font-family: 'broadwayregular';
    margin-bottom: 25px;
}

.search-area h1 span{
    color: #fcd116;
}

.search-box{
    width: 60%;
    background: white;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px 20px;
    padding-bottom: 12px;
}

.search-box .fa{
    color: #00AABC;
}

.search-box input{
    width: 100%;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-top: -4px;
    border-radius: 4px;
    /* border-right: solid 1px #eee; */
    padding: 5px 10px 5px 10px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.search-box input:focus{
    width: 100%;
    border: 0;

    outline: none;
    font-size: 14px;
    color: #333;
    box-shadow: 0 0 6px #8db3e2;
    /* border-right: solid 1px #eee; */
}

.search-box .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 13px;
    color: #212529;
    background-color: #fff;
    border: 0;
    margin-top: -4px;
    border-left: solid 1px #eee;
}

.slider-wrapper img{
    opacity: 0.6;
}

::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
  }

  /* Slider End */

.categories{
    margin-top: -2.5rem;
}

.categories h1{
    font-weight: 900;
    margin-bottom: 35px;
}

.categories .cat-items .item{
    min-height: 220px;
    padding: 45px 10px;
    padding-bottom: 15px;
    border-radius: 6px;
    background-color: white;
    vertical-align: middle;
    box-shadow: 0 3px 4px #e4e4e4;
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 500; 
}

.categories .cat-items .item:hover{
    background-color: #f7f7f7;
}

.categories .cat-items .item p{
    margin-top: 25px;
}

.categories .cat-items .item img{
    height: 72px;
}

.sponsores{
    padding: 75px 0;
    padding-bottom: 40px;
    background-color: #F5F5F5;
}

.sponsores h1{
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 30px;
}

.about-country{
    width: 100%;
    padding: 20px 0;
    background: url(../img/country-bg.jpg) no-repeat;
    background-size: cover;
}

.about-country h1{
    font-family: 'broadwayregular';
    color: white;
    border-bottom: solid 1px #C4C4C4;
    padding-bottom: 20px;
}

.country-item{
    margin-top: 30px;   
}

.country-item h2{
    color: #FCD116;
    font-weight: 600;
}

.country-item p{
    font-size: 15px;
    font-weight: 600;
    color: white;
}


.map-wrapper{
    margin-bottom: -6px;
    background-color: #F5F5F5;
}

footer{
    width: 100%;
    padding-top: 90px;
    background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
    color: white;
}
footer h1{
    font-family: 'broadwayregular';
    margin-bottom: 15px;
}
.inner-footer{
    width: 100%;
    padding: 40px 0 0;
    background: url(../img/footer-inner-bg.png) no-repeat;
    background-size: cover;
    background-position:center center;
    position:relative;
    z-index:1;
}
.inner-footer:before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.2);
    z-index:-1;
}
.inner-footer h2{
    text-transform:uppercase;
    color:#ffffff;
    font-size: 20px;
}
.inner-footer .email{
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    color: #FCD116;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom:0;
}
.inner-footer2{
    background: url(../img/footer-inner-bg2.png) no-repeat;
    background-size: cover;
    background-position:center;
}
.inner-footer3{
    background: url(../img/footer-inner-bg3.png) no-repeat;
    background-size: cover;
    background-position:center;
}
.email{
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin:0 auto;
    margin-top: 45px;
    margin-bottom: 130px;
    border-bottom: solid 1px #fcd116;
}

.email a{
    text-decoration: none;
    color: #fcd116;
    display: block;
    font-weight: 600;
}

.copyright{
    background: #fcd116;
    font-size: 13px;
    color: black;
    padding-top: 18px;
    padding-bottom: 10px;
}

.copyright a{
    font-size: 13px;
    color: black;
    text-decoration: none;
    padding: 0 15px;
    border-right: solid 1px #C4C4C4;
    font-weight: 400;
}
.copyright a:hover{
    text-decoration: underline;
}

.copyright a:last-child{border-right: 0;}

/* Toggle Button */
.navbar-toggler{
    position: absolute;
    right: 19px;
    top: -50px;
}

.page-zoom{
    transform: scale(0.8);
}

.origin-top{transform-origin: top;}
.origin-bottom{transform-origin: bottom;}


/* Media Query */

@media only screen and (max-width: 991px) {
    
    header{
        background-color: #fcd116;
        text-align: left;
    }
    header .google_element {
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    }
    .search-box{
        width: 100%;
    }
    
    .email{
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .search-area{
        position: absolute;
        top: 15%;
        z-index: 100;
        width: 100%;
    }

    .page-zoom{
        transform: scale(1);
    }
}


@media only screen and (max-width: 767px) {
    .slider-wrapper{
        position: relative;
        text-align: center;
        background-color: #000;
    }
    
    .search-area{
        position: absolute;
        top: 5%;
        z-index: 100;
        width: 100%;
    }
    
    .search-area h1{
        font-size: 20px;
        color: white;
        font-family: 'broadwayregular';
        margin-bottom: 15px;
    }
    
    .search-box{
        width: 100%;
        background: white;
        border-radius: 4px;
        margin: 0 auto;
        padding: 10px 10px;
    }

    .categories {
        margin-top: 2.5rem;
    }

    .categories .cat-items .item{
        box-shadow: 0 0px 4px #e4e4e4;
        margin-bottom: 15px;
    }

    .categories h1{
        font-size: 25px;
    }
    
    .page-zoom{
        transform: scale(1);
    }
    .inner-footer .email{
        font-size:20px;
    }
}
/*============Listing1=====*/
.sub-header{
    background: url(../img/subheader-bg.png) no-repeat;
    background-size: cover;
    background-position:top center;
    position:relative;
    padding:7rem;
    z-index:1;

}
.sub-header:before{
    content:'';
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:-1;
}
.sub-heading h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;

    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}
.sub-heading h2 span{
    color: #FCD116;
}
.breadcrumb_sec{
    background: #60CF16;
    padding:15px 0;
}
.breadcrumb-box .breadcrumb{
    justify-content:center;
}
.breadcrumb-box .breadcrumb-item a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color:#4b483d;
    text-decoration:none;
    text-transform:uppercase;
}
.breadcrumb-box .breadcrumb-item+.breadcrumb-item::before{
    color:#4b483d;
}
.breadcrumb-box .breadcrumb-item.active {
    color: #4b483d;
    text-transform:uppercase;
}
/*============Content===========*/
.content-sec{
    padding:40px 0;
    position:relative;
}
.listing-content-box h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:25px;
    color: #000000;
}
.filter-btn {
    margin-left: -18px;
    margin-top: -2px;
}
.filter-btn .btn{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding:0.25rem 0.75rem;
}
.filters{
    text-align: right;
    margin-top: -5px;

}
.filters button{
    background-color: #FFF8DC;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: black;
    border-radius: 5px;
    
}

.filters button.active{
    background-color: #FCD116;
    
}
.select-drpdown span{
    font-size:12px;
    color:#717171;
}
.select-drpdown .form-select{
    font-size:12px;
    line-height:24px;
    font-weight:600;
}
.v-card{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border:0;
    margin-bottom:1.5rem;
}
.v-card .card-body{
    border:1px solid transparent;
    transform:transform 0.3s;
}
.v-card:hover .card-body{
    border:1px solid #FCD116;
}
.v-card .card-body{
    padding:20px;
    padding-bottom: 5px;
    position:relative;
}
.v-card .card-body h5{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color:#000;
    min-height: 40px;
}
.v-card .detail-text{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #717171;
    display: none;
}
.v-card .small-text{
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 14px;
    color: #717171;
    text-transform:uppercase;
    margin-bottom:0;
}
.v-card hr{
    border-bottom:1px solid rgba(0,0,0,0.2);
}
.v-card .small-text span{
    color:#57658B;
    text-decoration: line-through;
}
.v-card .price-link{
    display:block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform:uppercase;
    color: #57658B;
    text-decoration:none;
}

.v-card .price-link:hover{
    color:#FCD116;
}
.v-card .sale-link{
    position:absolute;
    bottom:25px;
    right:20px;
    font-size:10px;
    background:#FCD116;
    color:#000000;
    text-transform:uppercase;
    font-weight:700;
}
.btn-load{
    background-color:#60CF16;
    border-color:#60CF16;
    text-transform:uppercase;
    padding-top:0;
    padding-bottom:0;
    padding-left:30px;
}
.btn-load i{
    position: relative;
    right: -12px;
    display: inline-block;
    padding:13px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 3px 3px 0;
}
/*=============Listing 2 ===========*/
.h-card{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    position:relative;
    margin-bottom:1.5rem;
    border:1px solid transparent;
}
.h-card:hover{
    border:1px solid #FCD116;
}
.h-card-content{
    padding:20px 30px;
}
.h-card h5{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color:#000;
}
.h-card .detail-text{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #717171;
}
.h-card .small-text{
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    color: #717171;
    text-transform:uppercase;
    margin-bottom:0;
    text-align:right;
}
.h-card .small-text span{
    color:#57658B;
    text-decoration: line-through;
}
.h-card .price-link{
    display:block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform:uppercase;
    color: #57658B;
    text-decoration:none;
    text-align:right;
    letter-spacing: -0.03em;
}
.h-card .sale-link{
    /* position:absolute;
    bottom:25px;
    right:20px; */
    font-size:10px;
    background:#FCD116;
    color:#000000;
    text-transform:uppercase;
    font-weight:700;
    text-align:right;
}
/*=============Detail ===========*/
.detail-content h1{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;

    text-align: center;
    text-transform: capitalize;

    color: #000000;

}
.detail-content .small-text{
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    text-transform:uppercase;
    color: #717171;
}
.detail-content h4{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #57658B;
}
.detail-content .card-body p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #717171;
}
.btn-contact{
	position:fixed;
	top: 45%;
    right: -78px;
	background-color:#fcd116;
	color:#000;
	text-align:center;
    transform:rotate(270deg); 
    padding-top:0;
    padding-bottom:0;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing: 0.1em;
    font-size:15px;
    line-height:15px;
    padding-left:1rem;
}
.btn-contact i{
    transform:rotate(180deg);
    position: relative;
    right: -12px;
    display: inline-block;
    padding:13px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 3px 3px 0;
}
/*=============Reset ===========*/
.container{
    max-width:1080px;
}
.form-control{
    font-size:15px;
    color:#717171;
}

@media (min-width:0px and max-width:699px){
    #listimageone{
        height: 100%;
        width: 100%;
    }

    #gridimageone{
        height: 100%;
        width: 100%;
    }
}

@media (min-width:700px){
   #listimageone{
     height: 147px;
     width: 100%;
   }

   #gridimageone{
     width: 100%;
     height: 247px;
   }
}