/* 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;
}


/* Log in , Sign up */

.login {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.login h2, .login p{
	text-align: center;
	margin: 20px;
}

.login-form label, input{
	width: 50%;
	margin: 0 auto;
	color: #333333;
	font-family: 'Montserrat', arial, sans-serif;
	display: block;
}

.login-form {
	text-align: center;
}

.login-form label{
	margin-bottom: 15px;
	text-align: left;
}

.login-form input{
	height: 30px;
	margin-bottom: 12px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
}

.login-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;
}

.login input:hover{
	background-color: #ffffff;
	color: #222222;
}

#join a{
	text-decoration: none;
	color: #F33A6A;
}

#join a:hover {
	color: #333333;
	text-decoration: underline;
}

/* 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; /* Closed Default State*/    
	}
	
	#menu_links li{
		padding: 5px;
	}
	
	#nav-bar ul {
        flex-direction: column; /* vertical */
		flex-wrap: wrap;
    }
	
	.login-form label, input{
	width: 85%;
	}
	
	.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;
    }
	
	.login-form label, input{
	width: 85%;
	}
	
	.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 */
	}
	
	.login-form label, input{
	width: 50%;
	}
	
	.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;
	}
	
	.login-form label, input{
	width: 40%;
	}
		
	.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;
	}
	
	.login-form label, input{
	width: 40%;
	}
		
	.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 */
    }
	   
}