﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 
.body-wrapper {background-color:#ffffff!important;}
.list-top-section .list-listings-count { color: #2979AA!important;}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- VARIABLES --------*/
:root {
    --black: #000000;
    --white: #ffffff;
    --yellow : #FFEB4E;
    --grey : #f6f6f6;
    --darkgrey : #333333;
    --green: #3B8927;
    --darkgreen: #20720D;
    --main-header:"Kanit", sans-serif;
    --second-header: "Biryani", sans-serif;
    --span-header: "Biryani", sans-serif;
    --paragraph: "Hind Siliguri", sans-serif;
  }

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 100px 50px;
}

button{
    border: none;
    background-color: var(--yellow);
    transition:.25s;
    border-radius: 25px;

    a{
    font-size: 16px;
    color: var(--black);
    padding: 12px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: var(--paragraph);
    }
}

button:hover{
    background-color: #FFE517;


    a{
    color: var(--black);
    }
}


.secondary-btn{
    border: none;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;

    a{
    color: #fff;
    }
}

.drk-background{
    background-color: black;
    color: white;
}

.lgt-background{
    background-color: var(--grey);
}

.span{
    font-weight: 700;
}

.button-container{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.maxi{
    max-width: 1600px;
    margin: 0 auto;
}

.maxi-2{
    max-width: 1350px;
    margin: 0 auto; 
}


/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.flexy2{
    display: flex;
    gap: 75px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;

      .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}
}






/*-------- BODY STYLES --------*/

main {
    p,a{
        font-family: var(--paragraph); 
        color: var(--black);
    }
   
    h1, h2{
    font-family: var(--main-header);
    text-transform: uppercase;

    span{
        font-family: var(--second-header);
        color: var(--darkgreen);
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        line-height: 28px;
    }
}

h1{
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 10px;
    
}

h2{
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
}

h3{
    text-transform: uppercase;
    font-family: var(--second-header);
}

img{
    width: 100%;
}

    ul{
        padding-left: 50px;
    }

    li{
        font-family: var(--paragraph);
    }

}



a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*          HEADER           */
.logo {
	font-size: 24px;
    text-align: center;
    width: 200px;


}

.logo img {
	max-width: 100%;
}


.top-nav {
	background-color: #fff;
	color: #000;
	padding: 5px 40px;
	display: flex;
	justify-content: space-between;
}

.top-links{
	gap: 25px;
}

.top-links a{
	color: #000;
}

.bottom-links{
	gap: 25px;
}

.bottom-links a{
	color: var(--white);
    font-family: var(--main-header);
    text-transform: uppercase;
    font-weight: 500;
}



.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-left: 40px;
	gap: 25px;
	background-color: transparent;

    i{
        -webkit-text-stroke: .9px #000;
        -webkit-text-fill-color: transparent;
        font-size: 14px;
    }
}

.socials-header{
    a{
        color: var(--black);
    }

    i{
        background-color: var(--yellow);
        padding: 7px 8px;
        border-radius: 25px;

    }
}

.left-bottom-nav{
    display: flex;
    align-items: center;
    gap: 20px;

}

.right-bottom-nav{
    display: flex;
    align-items: center;
    gap: 25px;
}

.button-header{
    background-color: var(--white);
    padding: 25px;
    border-bottom-left-radius: 50px;
}

/* Search Header */
/*---INVENTORY SEARCH IN HEADER---*/


#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--black);
	z-index: 999999999999;
	  position: absolute;
	display: flex;
	  align-items: center;
	  justify-content: center;
	height: 45px;
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

    i{
        color: var(--white);
    }

  }
  .search-btn img {
	width: 35px !important;
  }

  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 97%;
  }

  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 16px !important;
	color: var(--white) !important;
	font-family: var(--span-header);
	font-weight: 500 !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: var(--red);
  }

   .search-header input[type="text"]{
    color: var(--white) !important;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
      color: var(--white);
  }




/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 200px 40px 150px 40px;
    background-size: cover;
    background-color: var(--black);
    background: linear-gradient(117deg,rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.25) 100%), url('/siteart/hero.jpg');
    background-position: center;
    color: var(--white);
    margin-top: -100px;

    p{
        max-width: 750px;
        color: var(--white);
    }

    h1 span{
        color: var(--yellow);
    }

}

.cover-container{
    padding: 0px;
    margin-top: -100px;
}

.thankyou-cover, .error-cover{
    h1 span{
        color: var(--yellow);
    }

    p{
        color: var(--white);
        max-width: 650px;
    }
}

.breadcrumb{
    background: var(--white);
    padding: 10px 40px;
}

.error-cover{
    text-align: center;
        padding: 275px 40px 250px 40px !important;

    p{
        margin: 0 auto;
    }
    h1{
        font-size: 72px;
        line-height: 80px;

        span{
            font-size: 150px;
        }
    }

    .button-container{
        justify-content: center;
    }
}


.cover{
    background-color: var(--black);
    background: linear-gradient(117deg,rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.25) 100%), url('/siteart/hero.jpg');
    background-size: cover;
    background-position: center;
    color:#fff;
    padding: 275px 40px 75px 40px;
    background-size: cover;
    gap: 25px;

}

.gen-snip{
    background-color: #3B892798;
    color: var(--white);
    font-family: var(--second-header);
    padding: 50px 25px;
    position: absolute;
    bottom: 25px;
    right: 25px;

    p{
        margin-top: 10px;
        color: var(--white);
    }

    h3{
        line-height: 32px;
    }

    span{
        font-size: 60px;
        font-family: var(--main-header);
        font-weight: 700;
        -webkit-text-stroke: 1px #fff;
        -webkit-text-fill-color: transparent;
    }
}

.gen-col{
        position: relative;

        img{
            height: 100%;
            object-fit: cover;
        }
}

.home-1{
    padding-bottom: 0px;
    .flexy2{
        align-items: stretch;
    }
}

.legacy-part{
    align-self: center;
}

.home-2{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 80.77%), url(/siteart/back.webp);
    background-size: cover;
    background-position: top;
}

.grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.grid-item{
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 25px;
    color: var(--black);
    background: var(--white);


    img{
        width: 150px;
        height: 50px;
        object-fit: contain;
    }
}


.home-3{
        .flexy2{
        align-items: center;
    }
}

.form-conainer{
    padding: 50px 25px;
    background: var(--white);
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
}




/*------------------ACCORDION--------------------*/

.accordion-container{
    margin-top: 25px;
}

.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 20px;
	font-size: 18px;
	box-sizing:border-box;
    width: 100%;
    text-align: left;
	font-weight:500;
    transition: 0.4s;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    margin-bottom: 7px;
    font-family: var(--paragraph);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.accordion::after{
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
}


.accordion:hover {
    background-color: #f0f0f0;
}


.panel {
    padding:0px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 7px;
}
.wrapper{padding:30px; border:solid 1px #ccc;}








/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-group{
    width: 50%;

    label{
        font-family: var(--paragraph);
        margin-bottom: 5px;
    }
}

.form-field-flex input{
    border: none !important;
    background: var(--grey);
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    font-family: var(--paragraph);
}

#formpage{
    label{
        font-family: var(--paragraph);
    }
}

#formpage textarea{
    border: none !important;
    background: var(--grey);
    border-radius: 5px;
    padding: 10px 10px;
    font-family: var(--paragraph);
    box-sizing: border-box;
    width: 100%;
}

input.submit-button{
    background-color: var(--yellow);
    border: none;
    color: var(--black) !important;
    border-radius: 25px;
    padding: 12px 30px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 12px 30px;
    color: var(--black);
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    font-size: 16px;
}

.CaptchaImage{
    width: 150px !important; 
}


/*-------- CONTACT STYLES --------*/
.contact-main{
    background: var(--grey);


}

.inner-text{
    text-align: center;
    margin-bottom: 80px;

    p{
        max-width: 1000px;
        margin: 0 auto;
    }
}

.google-maps{
    
}

/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--second-header);
    background-color: var(--darkgrey);
    padding-left: 50px;
    padding-right: 50px;

    a{
            font-family: var(--second-header);
            color: var(--white);
            font-weight: 700;

    }

    ul{
        list-style: none;
        display: grid;
        grid-template-rows: repeat(4, auto); 
        grid-auto-flow: column; 
        grid-auto-flow: column; 
        column-gap: 75px;
        row-gap: 15px;

 
    }

    hr{
        border: none;
       height: 1px;
       background: var(--white);
    }

}

.top-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 100px 0px;
}



.footer-logo{
    width: 250px;
}

.left-footer{

}

.right-footer{
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 10px;

        i{
            -webkit-text-stroke: .9px #FDE100;
            -webkit-text-fill-color: transparent;
            margin-right: 15px;
        }
}



.bottom-footer{
    padding: 15px 0px;
    font-size: 12px;
    color: var(--white);
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;

h1, h2{
    line-height: unset;
}

span{
    all: unset;
}
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: var(--darkgreen) !important;

}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

.faceted-search-content .selected-facets-container .selected-facet{
    background-color: var(--black) !important;
    border-radius: 0px !important;
}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: var(--black);
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--black);
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--black);
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1230px) {
    .home-3 .flexy2{
        flex-direction: column;
        align-items: inherit;

        .col-2{
            width: inherit;
        }

    }

}


@media only screen and (max-width: 1100px){
    footer ul{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
        grid-auto-flow: unset;
        row-gap: unset;
        column-gap: 50px;
    }
	

    
}


/*----------    MOBILE MENU    ----------*/

@media only screen and (max-width: 1000px){

    .home-cover{
        margin-top: -125px;
        .no-break{
            display: none;
        }
    }

    .home-1{
        .flexy2{
            flex-direction: column;

            .col-2{
                width: inherit;
            }
        }

    }

    .cover-container{
        margin-top: -125px;
    }
	
				.about-main{
		
		.flexy{
			flex-direction: column-reverse;
		}
		
		.col-2-sml, .col-2-lrg{
			width: inherit;
		}
	}


}

@media only screen and (max-width: 900px) {

	
    nav.mobile .logo {
        width: 175px;
    }


    .error-cover{

        padding: 250px 40px 225px 40px !important;

    h1{
        font-size: 52px;
        line-height: 70px;

        span{
            font-size: 100px;
        }
    }
}

}

@media only screen and (max-width: 870px){
    .grid-container{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 750px) {
    main{
        h1,h2{
            span{
                font-size: 16px;
                line-height: 26px;
            }
        }

        h1{
            font-size: 42px;
            line-height: 52px;


        }

        h2{
            font-size: 32px;
            line-height: 42px;
        }
    }


    .flexy,.flexy2, .top-footer{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .grid-container{
        grid-template-columns: 1fr;
    }

    .top-footer{
        align-items: flex-start;
    }

    .right-footer{
    text-align: left;
    }
}

@media only screen and (max-width: 550px){
    .gen-col{
    height: 325px;
}

    .gen-snip{
        padding: 25px;
        left: 25px;
        top: 25px;
    }

        main{
        h1,h2{
            span{
                font-size: 16px;
                line-height: 26px;
            }
        }

        h1{
            font-size: 36px;
            line-height: 46px;


        }

        h2{
            font-size: 32px;
            line-height: 42px;
        }
    }
}

@media only screen and (max-width: 500px) {
	
	.grid-item{
		flex-direction: column;
		align-items: center;
		text-align: center;
		
	}



 .form-field-flex{
        flex-direction: column;
    }

    .form-group{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .grid-container{
        display: inherit;
    }

    .grid-item{
        margin-bottom: 25px;
    }

.error-cover{

        padding: 200px 40px 175px 40px !important;

    h1{
        font-size: 36px;
        line-height: 50px;

        span{
            font-size: 72px;
        }
    }
}


	
}


@media only screen and (max-width: 450px){
footer ul{
    grid-template-columns: 1fr;
}

.top-footer{
    padding: 75px 0px;
}



}





@media only screen and (max-width: 375px) {
    section{
        padding: 50px 25px;
    }

    .breadcrumb{
    padding: 10px 25px;
}

.cover{
    padding: 275px 25px 75px 25px;
}

.home-cover{
    padding: 150px 25px;
}

.error-cover{

        padding: 175px 25px 150px 25px !important;

    h1{
        font-size: 28px;
        line-height: 40px;

        span{
            font-size: 50px;
        }
    }
}
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



