/***********************************************************************************

	Developer: Guruprasad Alva
	Company: ProTeQY.com
	Date: 2/7/2024
	Project: Inzova.com, The Online Store
	Contact: guru.alva@gmail.com, guru.alva@inzova.com
	
*************************************************************************************/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------Header------------------------------*/
/*--------------------------------------------------------------------------------*/

.header 
{	
    background: radial-gradient(#fff,#ffd6d6);
	
}

.screen_header
{
	
	#background:#50c6d8;
	#background: #ffd6d6;
	background: #ff523b;
	color: #fff;	
	text-align:center;
	height:80px;
	width:100%;
    padding-top: 25px;
	padding-bottom:25px;	
	font-family: Arial,sansserif;
	font-size:30px;

	
}

/*.navbar 
{
    display: flex;
    align-items: center;
    padding: 20px;
}
*/

.navbar 
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:20px 100px 20px 100px;	
    padding-top: 25px;
	padding-bottom:25px;	
}

.menu-icon 
{	
    display: none;
    width: 28px;
    margin-left: 20px;
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------Drop Down Menu------------------------------*/
/*--------------------------------------------------------------------------------*/


.dropdown {
  position: relative;
  display: inline-block;
  margin:0px;
  padding:0px;
  height: 35px;
  overflow: visible;  
}

.dropbtn {
  background-color: #ff523b;  
  color: white;
  margin:0px;  
  padding: 0px;
  width: 200px;
  height: 35px;  
  font-size: 16px;
  border: 0.1px solid white;
  cursor: pointer;
}

.dropdown-parent-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  width: 200px;
  height: 35px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  width: 200px;
  height: 35px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-parent-content {
	
  color: black;
  padding: 0px 0px;
  text-decoration: none;
  width: 200px;
  height: 35px; 
  overflow: visible;  
  display: block;
  
}

.dropdown-parent-content:hover .dropdown-content {
  color: black;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  width: 200px;
  height: 35px;  
  overflow: visible;
  transform: translate(100%,-80%);
}

.dropdown-parent-content:hover .dropdown-content .dropdown-content {
  display: none;
}

.dropdown-parent-content:hover .dropdown-content:hover .dropdown-content {
  color: black;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  transform: translate(100%,-80%); 
}

.dropdown-content:hover .dropdown-content {
  color: black;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
  transform: translate(100%,-80%); 
}


.dropdown-parent-content:hover .dropdown-content:hover  {
	background-color: #f1f1f1;
}

.dropdown-parent-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-parent-content:hover {
	background-color: #f1f1f1;
}


.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.country_info {
	
  background-color: radial-gradient(#fff,#ffd6d6);  
  color: black;
  margin:0px;  
  padding:10px;
  width: 150px;
  height: 50px;  
  font-size: 14px;
  text-align: center;
  border: 0.1px solid white;
  cursor: pointer;
  
}

.dropdown:hover .country_info {
	
  background-color: radial-gradient(#fff,#ffd6d6);  
  color: black;
  padding: 0px;
  text-decoration: none;
  width: 150px;
  height: 50px; 
  overflow: visible;  
  display: block;
  
}


/*--------------------------------------------------------------------------------*/
/*--------------------------------------------Footer------------------------------*/
/*--------------------------------------------------------------------------------*/

.footer
{
	
	font-family: 'Poppins', sans-serif;
	background: radial-gradient(#fff,#ffd6d6);	
    color: #8a8a8a;
    font-size: 18px;
    padding: 60px 0 20px;
	
}

.footer p
{
	
    color: #8a8a8a;
	
}

.footer h3
{
	
    color: #fff;
    margin-bottom: 20px;
	
}

.footer-col1,.footer-col2,.footer-col3,.footer-col4
{
	
    min-width: 250px;
    margin-bottom: 20px;
	
}

.footer-col1
{
	
    flex-basis: 30%;
	
}

.footer-col2
{
	
    flex: 1;
    text-align: center;
	
}

.footer-col2 img
{
	
    width: 180px;
    margin-bottom: 20px;
	
}

.footer-col3,.footer-col4
{
	
    flex-basis: 35%;
    text-align: center;
	
}

.footer li
{
	
    display: block;
	
}

.footer hr
{
	
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin:  20px 0;
	
}

/*--------------------------------------------------------------------------------*/
/*--------------------------Screen Size Portions----------------------------------*/
/*--------------------------------------------------------------------------------*/

.s-1 {width: 8.33%;}

.s-2 {width: 16.66%;}

.s-3 {width: 25%;}

.s-4 {width: 33.33%;}

.s-5 {width: 41.66%;}

.s-6 {width: 50%;}

.s-7 {width: 58.33%;}

.s-8 {width: 66.66%;}

.s-9 {width: 75%;}

.s-10 {width: 83.33%;}

.s-11 {width: 91.66%;}

.s-12 {width: 100%;}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------title------------------------------*/
/*--------------------------------------------------------------------------------*/

.title
{
	
    text-align: center;
    margin: 0px auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
	
}

.title::after
{
	
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------column------------------------------*/
/*--------------------------------------------------------------------------------*/

.col-fieldname
{
	
    flex-basis: 35%;
    min-width: 200px;
	text-align:right;
	padding-right:2px;
	
}

.col-fieldvalue
{
	
    flex-basis: 65%;
    min-width: 400px;
	text-align:left;
	padding-left:2px;
	
}

.col-short-fieldname
{
	
    flex-basis: 35%;
    min-width: 200px;
	text-align:right;
	padding-right:2px;
	
}

.col-short-fieldvalue
{
	
    flex-basis: 15%;
    min-width: 100px;
	text-align:left;
	padding-left:2px;
	
}


.col-2 
{
	
    flex-basis: 50%;
    min-width: 300px;
	
}

.col-2 img 
{
	
    max-width: 100%;
    padding: 50px 0;
	
}

.col-2 video 
{
	
    max-width: 100%;
    padding: 50px 0;
	
}

.col-2 h1 
{
	
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
	
}

.col-2 .offer-img
{
	
    padding: 50px;
	
}


.col-3
{
	
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
	
}

.col-3 img
{
	
    width: 100%;
	
}

.col-3 p
{
	
    font-size: 12px;
    margin: 12px 0px;
    color: #777;
}

.col-4
{
	
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
	
}

.col-4 img
{
	
    width: 100%;
	
}

.col-4 video
{
	
    width: 100%;
	
}

.col-4 p
{
	
    font-size: 14px;
	
}

.col-4:hover
{
	
    transform: translateY(-5px);
	
}

.col-5
{
	
    width: 160px;
	
}

.col-5 img
{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.col-5 img:hover
{
	
    filter: grayscale(0);
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------row---------------------------------*/
/*--------------------------------------------------------------------------------*/

.row 
{
	
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
	
}

.row-2
{
	
    justify-content: space-between;
    margin: 100px auto 50px;
	
}

.header .row 
{
	
    margin-top: 70px;
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------button------------------------------*/
/*--------------------------------------------------------------------------------*/

.btn 
{
	
	width: 150px;
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 30px;
    border-radius: 30px;
    transition: background 0.5s;
	
}

.btn:hover
{
	
    background: #563434;
	
}

.page-btn
{
	
    margin: 0 auto 80px;
}

.page-btn span 
{
	
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
	
}

.page-btn button 
{
	
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
	
}

.page-btn span:hover
{
	
    background: #ff523b;
    color: #fff;
	
}


/*--------------------------------------------------------------------------------*/
/*--------------------------------------------Form------------------------------*/
/*--------------------------------------------------------------------------------*/

.container 
{
	
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    
}

.small-container
{
	
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
	
}

.form-container
{
	
    background: #fff;
    width: 500px;
    height: 480px;
    position: relative;
    text-align: center;
    padding: 20px 20px;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    #border: 1px solid #ff523b;
	
}

.form-container span
{
	
    font-weight: bold;
    padding: 5px 10px;
    color: #555;
    cursor: pointer;
    width: 150px;
	height: 30px;
    display: inline-block;
	
}

.form-container input
{
	
    width: 75%;
	height: 30px;
    margin: 5px 20px;	
	
}

.container-message
{	

	display: flex;
	justify-content: center;    
}

.form-btn
{
	
    display: inline-block;
	
}


.container-message form
{
	
    background: #fff;	
	display:inline-block;
	width: 66%;
	height: 600px;
	margin: 50px;
	padding: 200px;
	
}


.form-container form
{
	
    max-width: 500px;
    padding: 20px 20px;
    position: absolute;
    top: 75px;
	right: 15px;
	left: 15px;
	bottom: 15px;
    #transition: transform 1s;
	
}

.form-btn-new
{
	
    display: inline-block;
	
}

.form-container-new 
{
	
    background: #fff;
    width: 100%;
    height: 100%;
	flex-basis: 100%;
    position: relative;
    text-align: center;
    padding: auto;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
	border: 1px solid #ccc;
	display: inline-block;
    justify-content: center;
	
}


.form-container-new indicator 
{
	
	position: absolute;
	left: 100px;	
    width: 30%;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(200px);
    transition: transform 1s; 
	
}

.form-btn-new span
{
	
    font-weight: bold;
    padding: 10px 10px;
    color: #555;
    cursor: pointer;
    width: 35%;
    display: inline;
	
}

.form-container-new form
{
	
    width: 97%;
	margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    position: relative;
    top: 0px;
    transition: transform 1s;
	border: 1px solid #ccc;
	flex-basis: 100%;
	align-items: center;	
	
}

.form-container-new input
{	
    width: 60%;
    height: 30px;
    margin: 10px 10px;
    padding: 10px 10px;
    border: 1px solid #ccc;
	
}

.form-container-new label
{	
    width: 40%;
    height: 30px;
    margin: 10px 10px;
    padding: 10px 10px;
    border: 0px solid #ccc;
	
}

.form-container-new hr
{	
    width: 25%;
	text-align: center;
	
}

.product_list_container
{

	text-align: center;
	border: 1px solid #ccc; 
	padding: 10px; 
	margin: 10px;
	background: radial-gradient(#fff,#ffd6d6); 
	color: #ff523b;

}

/*--------------------------------------------------------------------------------*/
/*-------------------------------Product Information------------------------------*/
/*--------------------------------------------------------------------------------*/

.single-product
{
	
    margin-top: 80px;
	
}

.single-product .col-2 img
{
	
    padding: 0;
	
}

.single-product .col-2
{
	
    padding: 20px;
	
}

.single-product h4
{
	
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
	
}

.single-product select
{	
    display: block;
    padding: 10px;
    margin-top: 20px;
}

.single-product input
{
	
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
	
}

.single-product .fa
{
	
    color: #ff523b;
    margin-left: 10px;
	
}

.small-img-row
{
	
    display: flex;
    justify-content: space-between;
	
}

.small-img-col
{
	
    flex-basis: 24%;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------*/
/*---------------------------------------Testimonial------------------------------*/
/*--------------------------------------------------------------------------------*/

.testimonial
{
	
    padding-top: 100px;
	
}

.testimonial .col-3
{
	
    text-align: center;
    padding: 40px 20px 40px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .5s;
	
}

.testimonial .col-3 img
{
	
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
	
}

.fa.fa-quote-left
{
	
    font-size: 34px;
    color: #ff523b;
}


.testimonial .col-3 h3
{
	
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.testimonial .col-3:hover
{
	
    transform: translateY(-10px);
	
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------Cart Page------------------------------*/
/*--------------------------------------------------------------------------------*/

.cart-page 
{
	
    margin: 80px auto;
	
}


.cart-info 
{
	
    display: flex;
    flex-wrap: wrap;
	
}

.cart-booking 
{
	
    display: flex;
    justify-content: center;
	
}

.total-price
{
	
    display: flex;
    justify-content: flex-end;
    
}

.total-price table
{
	
    border-top: 3px solid #ff523b;
    width: 100%;
    max-width: 350px;
}
/*--------------------------------------------------------------------------------*/
/*-------------------------------------Home-Page-Posters------------------------------*/
/*--------------------------------------------------------------------------------*/

.home-main
{
		
	display: inline-grid; 
	grid: auto auto / auto auto auto auto; 
	grid-gap: 10px; 
	border: 1px solid #ff523b;
	margin: 5px;
	padding: 5px;	
	
}


.home-image
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 100%;
	
}

.home-video
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 100%;
	
}


.home-poster
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 100%;	
	
	
}



.home-poster-image
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 70%;		
	
	
}

.home-poster-heading
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 10%;	
	font-family: 'Poppins', sans-serif;
	background: radial-gradient(#fff,#ffd6d6);	
    color: #8a8a8a;
    font-size: 18px;
	
	
}

.home-poster-para
{

	display: inline-block;
	justify-content: center;
	width: 100%;
	height: 20%;	
	font-family: 'Poppins', sans-serif;
	background: radial-gradient(#fff,#ffd6d6);	
    color: #8a8a8a;
    font-size: 14px;
	
	
}

.home-poster-link
{

	display: inline-block;
	justify-content: center;
	
	
}

/*--------------------------------------------------------------------------------*/
/*-------------------------------------Miscellaneous------------------------------*/
/*--------------------------------------------------------------------------------*/

.offer
{
	
    background: radial-gradient(#fff,#ffd6d6);
    margin-top: 80px;
    padding: 30px 0;
	
}

.app-logo
{
	
    margin-top: 20px;
	
}


.app-logo img
{
	
    width: 140px;
	
}

.copyright
{
	
    text-align: center;
    
}

.accout-page
{
	
    padding: 50px 0;
    background: radial-gradient(#fff,#ffd6d6);
}


.categories
{
    margin: 70px 0;
}

.brands
{
	
    margin: 100px auto;
	
}


.rating .fa
{
	
    color: #ff523b;
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------End------------------------------*/
/*--------------------------------------------------------------------------------*/