/* Main */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}	

body {
    font-family: 'Montserrat', arial, sans-serif;
    width: 100%;
    background-color: white;
    margin: 0;	
}

main {
    max-width: 1280px;
    margin: 0 auto; 
    padding: 0;
}

/* Navigation */

#log_sign {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #222222;
}

#log_sign li {
    margin-left: 10px; /* Adjust the spacing between menu items */
	margin-right: 7px;
	margin-top: 5px;
	
}

#log_sign li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    color: white;
	font-size: 12px;
}

#log_sign a:hover {
    color: lightblue;
}

#sign {
	border: 0.5px solid white;
	border-radius: 6px;
	
}

#nav-bar {
    display: flex;
    justify-content: space-between; /* Distribute items horizontally */
    align-items: center; /* Align items vertically */
    background-color: #222222;
	margin: 0;
	padding: 0;
}

#nav_logo, #menu_links {
    display: flex; /* Display items in a row */
    align-items: center; /* Align items vertically */
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.logo img {
    height: 50px;
	
}

#menu_links li {
	margin-left: 20px;/* Adjust the spacing between menu items */
}

#nav-bar ul li a {
    display: block;
    padding-left: 10px;
	padding-right: 15px;
    text-decoration: none;
    text-align: center;
    color: white;
}

#menu_links a:hover {
    color: #F33A6A;
}

#nav-bar ul li.active a {
    color: #F33A6A; /* txt color on active */
	text-decoration: overline;
	text-decoration-thickness: 1px;
}

#hamburger:hover {
    cursor:pointer;
}


/* Index */

.video-section{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.video-container{
	background:#dfdfdf;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}	

iframe{
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}


/* Nail , Makeup */

.search {
	text-align: right;
	margin: 10px;
}

#searchbar{
	margin-top: 10px;
	margin-left: 30px;
	padding:10px;
	border-radius: 10px;
	border: 0.5px solid #333333;
}

input[name=search] {
	width: 30%;
	webkit-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
}

input[name=search]:focus {
	width: 50%;
}

.products {
        list-style-type: none;
        display: block;
}

.shopping-head {
	text-align: center;
	margin-top: 30px;
}

.shopping-head h3 {
	color: gray;
	margin-top: 10px;
	margin-bottom: 20px
}

.shopping-section {
    display: flex;
    flex-direction: row; /* default */
    flex-wrap: wrap;
}

.shopping-section div {
    height: 300px;
    margin: 5px 5px 130px 5px; /* white gap */
}

.shopping-section img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .name {
	margin: 20px 0px 4px 0px;
	font-size: 16px;
}

.products {
	margin-top: 30px;
	margin-bottom: 30PX;
	float: left;
}

.products {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px white solid ;
}

.products img:hover {
	opacity: 75%;
}

.products p:hover {
	color: #F33A6A;
	font-weight: bold;
}

.products p {
	text-align: center;
	font-size: 15px;
	font-family: 'Montserrat', arial, sans-serif;
	color: #333333;	
}

.price {
  margin: 0px;
  background-color: #F1CED4;
  border-radius: 3px;
  padding: 5px;
}

/* About */

.about-section {
    display: flex;
    flex-direction: row; /* default */
    flex-wrap: wrap;
}

.about-section div {
    height: 250px; 
    margin: 5px; /* white gap */
}

.about-section img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.about {
	margin: 25px 25px 50px 25px;
}

/* Contact */

.contact-section {
    display: flex;
    flex-direction: row; /* default */
    flex-wrap: wrap;
}

.contact-section div {
    margin: ; /* white gap */
}

.contact-section img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.support {
	width: 80%;
	margin: 0 auto;
	border: ;
	background-color: ;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 30px;
}

#contact-us {
	margin-bottom: 45px;
}

.support h2, .support p{
	text-align: center;
	margin: 20px;
}

.support-form label, input, textarea{
	width: 80%;
	margin: 0 auto;
	color: #333333;
	font-family: 'Montserrat', arial, sans-serif;
	display: inline-table;

}

.support-form {
	text-align: center;
}

.support-form label{
	margin-bottom: 15px;
	text-align: left;
}

.support-form input{
	height: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
}

.support-form textarea{
	border-radius: 5px;
	border: 1px solid #D3D3D3;
	margin-bottom: 15px;
}

.support-form .submit_btn {
	border-radius: 5px;
	border: 1px solid #222222;
	background-color: #222222;
	color: #fff;
	width: 200px;
	height: 40px; 
	line-height: 30px; 
	text-align: center;
	font-size: 15px;
	margin-bottom: 30px;
	font-family: 'Montserrat', arial, sans-serif;
	text-align: center;
}

.support input:hover{
	background-color: #ffffff;
	color: #222222;
}


/* Footer */

.clearfix{
  clear: left;
}

.footer {
	position:relative;
	z-index:199;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#6d6d6d;
	background: #222222;
	margin-top: 20px;
}

.footer .ft_info {
	margin-bottom: 45px;
}

.footer .ft_info span {
	display:block;
	margin-bottom:26px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:500;
}

.footer .ft_copy {
	height:60px;
	font-size:14px;
	color:#555;
	line-height:50px;
	border-top:1px solid #404040;
	background:#222222;
}

.footer .ft_copy .ft_copy_wrap {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding-top:8px;
	text-align:center;
}

.footer .ft_copy b {
	font-weight:500;
}

.footer .ft_copy span {
	color:#555
}

.footer .ft_copy .icon {
	position:absolute;
	right:0;
	top:6px;
}

.ft_nav {
	padding-bottom: 20px;
}
.ft_nav ul {
    list-style: none; 
    padding: 0; 
    margin: 0;
	text-align: center;
		
}

.ft_nav ul li {
    display: inline-block;
    margin-left: 30px;
    color: white;
    text-align: left;
	font-size: 16px;
}

.ft_nav a {
    color: white;
    text-decoration: none;
}

.ft_nav a:hover {
    color: #F33A6A;
}

#social {
	margin-top: 10px;
}

#social a{
	margin-right: 10px;
	margin-left: 10px;
}

#social img {
	width: 35px;
	height: 35px;
}

/* Scroll btn */

.scroll-to-top-btn {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    background-color: rgba(243, 58, 106, 0.6);
	color: #fff;	
    border: none;
    border-radius: 50%;
    padding: 10px; 
    font-size: 14px; 
	font-weight: bold; 
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 9999; /* Float on other elements */
	text-align: center; 
    line-height: 20px; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	
}

/* Scroll in the middle */
.show-scroll-btn {
    opacity: 1; 
}

.scroll-to-top-btn:hover {
    background-color: rgba(243, 58, 106, 1); 
}

.scroll-to-top-btn:focus {
    outline: none; 
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #menu_links {
		display: none;
	}
	
	#menu_links li{
		padding: 5px;
	}
	
	#nav-bar ul {
        flex-direction: column; /* vertical */
		flex-wrap: wrap;
    }
	
	.col-xs-5 {
        width: 41.66%;
		
	}
	.col-xs-6 {
        width: 47.8%;
	}
	.col-xs-12 {
        width: 100%;
	}	
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #menu_links {
		display: none;
	}
	
	#menu_links li{
		padding: 5px;
	}
	
	#nav-bar ul {
        flex-direction: column; /* vertical */
		flex-wrap: wrap;
    }
	
	.col-sm-5 {
        width: 41.66%;
		
	}
	.col-sm-6 {
        width: 47.8%;
	}
	.col-sm-12 {
        width: 100%;
	}
	
	
}

	
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #hamburger{
        display: none; /* remove the mobile menu button for larger devices that aren't a phone */
	}
	
	.col-md-5 {
        width: 41.66%;
	}
	.col-md-6 {
        width: 50%;
	}
	.col-md-12 {
        width: 100%;
	}	
}

	
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#nav-bar ul {
        display: flex;
        flex-direction: row; /* horizontal */
        flex-wrap: wrap;
	}
	
	.col-lg-3 {
        width: 24.2%;
	}
	.col-lg-5 {
        width: 41.66%;
	} 
	.col-lg-6 {
        width: 50%;
	}
	.col-lg-8 {
        width: 66.66%;
	}    
	.col-lg-12 {
        width: 100%;    
	}
	
    
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#nav-bar ul {
        display: flex;
        flex-direction: row; /* horizontal */
        flex-wrap: wrap;
	}
	.col-xl-3 {
        width: 24.2%;
	}
	.col-xl-5 {
		width: 41.66%;
	}
	.col-xl-6 {
        width: 50%;
	} 
	.col-xl-12 {
        width: 100%;    
	}
	
	.scroll-to-top-btn {
        right: calc(50% - 630px); /* Move 630px from middle */
    }
	
	
}

