@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,700;1,500;1,600&family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #338056; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #338056; }

.f1-step { position: relative; float: left; width: 25%; padding: 0 180px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #338056; color: #338056; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #338056; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #338056; }
.f1-step.active p { color: #338056; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

.text-main {
	font-family: 'Josefin Sans', sans-serif;
}

.text-second {
	font-family: 'Noto Sans JP', sans-serif;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 49px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.primary-col {
	color: #1C4759;
}

.secondary-col {
	color: #3A3A3A;
}

.btn-rounded {
	border-radius: 5px;
}



body {
	background-color: #FBFBFB;
}

.wrap-login {
	background-color: #FFFFFF;
	min-height: 100vh;
	overflow: auto;
}


nav.main-nav {
	min-height: 60px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
}

nav .menu {
	display: none;
}

nav .brand h1 {
	color: #434343;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0;
}

nav .brand a {
	text-decoration: none;
}

nav .links {
	width: 30%;
	margin-left: auto;
}

nav .links ul {
	display: flex;
	list-style-type: none;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 0;
}

nav .links ul li .search {
	display: none;
}

nav .links ul li a {
	text-decoration: none;
	display: block;
	color: #696868;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.4px;
}

nav .links ul li a:hover {
	color: #2c2c2c;
}



nav .icon-for-user a {
	display: inline-block;
	text-decoration: none;
	padding-right: 40px;
}

nav .icon-for-user a:nth-child(2) {
	padding-right: 0;
}



/* banner */
section.banner {
	background-color: #EFEFEF;
}

.banner-text p {
	color: #6A6A6A;
	font-size: 20px;
	margin-bottom: 0.5rem;
}

.banner-text h1 {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 3.625rem;
}

.banner-text p:last-of-type {
	color: #696868;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: -10px 0 20px 0;
}

.banner-text a {
	display: inline-block;
	background-color: #1C4759;
	height: 45px;
	width: 155px;
	color: #EFEFEF;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 13px 0;
	letter-spacing: 1.2px;
	text-decoration: none;
}

.banner-text a:hover {
	background-color: #2c6c88;
}


.single_advisor_profile {
	    position: relative;
	    margin-bottom: 50px;
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	    z-index: 1;
	    border-radius: 15px;
	    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
	    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
	}
	.single_advisor_profile .advisor_thumb {
	        position: relative;
    	z-index: 1;
    	border-radius: 29px 14px 0 0;
    	margin: 0 auto;
    	padding: -33px 169px 0 48px;
    	background-color: #3f43fd;
    	overflow: hidden;
	}
	.single_advisor_profile .advisor_thumb::after {
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	    position: absolute;
	    width: 150%;
	    height: 80px;
	    bottom: -45px;
	    left: -25%;
	    content: "";
	    background-color: #ffffff;
	    -webkit-transform: rotate(-15deg);
	    transform: rotate(-15deg);
	}
	@media only screen and (max-width: 575px) {
	    .single_advisor_profile .advisor_thumb::after {
	        height: 160px;
	        bottom: -90px;
	    }
	}
	.single_advisor_profile .advisor_thumb .social-info {
	    position: absolute;
	    z-index: 1;
	    width: 100%;
	    bottom: 0;
	    right: 30px;
	    text-align: right;
	}
	.single_advisor_profile .advisor_thumb .social-info a {
	    font-size: 14px;
	    color: #020710;
	    padding: 0 5px;
	}
	.single_advisor_profile .advisor_thumb .social-info a:hover,
	.single_advisor_profile .advisor_thumb .social-info a:focus {
	    color: #3f43fd;
	}
	.single_advisor_profile .advisor_thumb .social-info a:last-child {
	    padding-right: 0;
	}
	.single_advisor_profile .single_advisor_details_info {
	    position: relative;
	    z-index: 1;
	    padding: 30px;
	    text-align: right;
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	    border-radius: 0 0 15px 15px;
	    background-color: #ffffff;
	}
	.single_advisor_profile .single_advisor_details_info::after {
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	    position: absolute;
	    z-index: 1;
	    width: 50px;
	    height: 3px;
	    background-color: #3f43fd;
	    content: "";
	    top: 12px;
	    right: 30px;
	}
	.single_advisor_profile .single_advisor_details_info h6 {
	    margin-bottom: 0.25rem;
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	    .single_advisor_profile .single_advisor_details_info h6 {
	        font-size: 14px;
	    }
	}
	.single_advisor_profile .single_advisor_details_info p {
	    -webkit-transition-duration: 500ms;
	    transition-duration: 500ms;
	    margin-bottom: 0;
	    font-size: 14px;
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	    .single_advisor_profile .single_advisor_details_info p {
	        font-size: 12px;
	    }
	}
	.single_advisor_profile:hover .advisor_thumb::after,
	.single_advisor_profile:focus .advisor_thumb::after {
	    background-color: #070a57;
	}
	.single_advisor_profile:hover .advisor_thumb .social-info a,
	.single_advisor_profile:focus .advisor_thumb .social-info a {
	    color: #ffffff;
	}
	.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
	.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
	.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
	.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
	    color: #ffffff;
	}
	.single_advisor_profile:hover .single_advisor_details_info,
	.single_advisor_profile:focus .single_advisor_details_info {
	    background-color: #070a57;
	}
	.single_advisor_profile:hover .single_advisor_details_info::after,
	.single_advisor_profile:focus .single_advisor_details_info::after {
	    background-color: #ffffff;
	}
	.single_advisor_profile:hover .single_advisor_details_info h6,
	.single_advisor_profile:focus .single_advisor_details_info h6 {
	    color: #ffffff;
	}
	.single_advisor_profile:hover .single_advisor_details_info p,
	.single_advisor_profile:focus .single_advisor_details_info p {
	    color: #ffffff;
	}

	.gallery-block{
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

/* new arrivals */
section.new-arrivals {
	background-color: #f6f6f6;
	min-height: 600px;
}

.text-arrivals {
	padding: 28px 0 0px 0;
	
}


.text-arrivals .title h3 {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 32px;
	color: #3A3A3A;
}

.text-arrivals .title h3 span {
	color: #1C4759;
}

.text-arrivals .text-show-all a{
	display: inline-block;
	text-decoration: none;
	color: rgba(58, 58, 58, 50%);
	font-size: 19px;
}

.text-show-all a p {
	margin-bottom: 0;
}

.text-show-all a p img {
	margin-top: -5px;
}


.arrival-images  .arrival-image a {
	display: block;
}


/* Trend Collection */

section.products-section {
	background: linear-gradient(180deg, rgba(53, 133, 166, 0.5) 0%, rgba(28, 71, 89, 0.25) 100%);
	min-height: 573px;
}

section.products-section .text-products {
	padding: 70px 0 60px 0;
}

section .title-product h2{
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.text-products .text-show-all a {
	display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 76%);
	font-size: 19px;
}

section .products {
	padding-bottom: 70px;
}

section .product > div{
	border-radius: 10px;
	box-shadow: 0px 12px 24px rgba(84, 116, 129, 0.29);
}

section .product .desc-product {
	text-align: center;
	padding: 12px 50px;
}

.product .desc-product a {
	color: inherit;
}

.product .desc-product p:first-child {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
}

.product .desc-product p:last-child {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .8px;
	margin-bottom: 10px;
	color: #1C4759;
}



/* Privew */

section.preview-section {
	min-height: 500px;
	background-color: #FBFBFB;
}

.preview-item > .image-preview img{
	border-radius: 10px;
	box-shadow: 3px 12px 24px rgba(0, 0, 0, 0.09);
}

section .preview-item .image-preview{
	position: relative;
}



.preview-item .image-preview a {
	display: block;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	color: #FDFDFD;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 2.2rem;
}


/* FOOTER */

footer {
	min-height: -39px;
    background-color: #F5F5F5;
    padding: -26px 0 20px 0;
}


footer .footer-brand h1{
	font-size: 36px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #3A3A3A;
}


footer .footer-item-content h3 {
	color: #3A3A3A;
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

footer .footer-item-content > p a{
	font-family: 'Noto Sans JP', sans-serif;
	color: #696868;
	font-size: 16px;
	text-align: left;
}

footer .footer-item-content a.ig-icon {
	display: block;
	width: 23px;
	margin-left: 27px;
}

.copyright-content p {
	letter-spacing: 1px;
	color: #696868;
}



/* Responsive Mobile  */

@media screen and (max-width: 575.98px) {

	/* Responsive Mobile Homepage */

	/* Navigasi */

	nav.main-nav {
		padding: 0.9375rem;
		position: relative;
	}

	.brand {
		order: 2;
		height: 30px;
		text-align: center;
		padding-left: 1.5rem;
	}

	nav .brand h1 {
		height: 30px;
		line-height: 30px;
		padding-top: 2px;
		font-size: 23px;
	}
	
	nav .icon-for-user {
		order: 3;
	}

	nav .icon-for-user a {
		display: inline-block;
		text-decoration: none;
		padding-right: 5px;
	}

	nav .links {
		/* display: none; */

		position: absolute;
		top: 60px;
		left: 0;
		width: 90%;
		height: calc(100vh - 60px);
		background-color: #FBFBFB;
		z-index: 1;
		padding: 0.9375rem;
		transform: translateX(-100%);
		transition: transform 500ms ease;
	}

	nav .links.show {
		transform: translateX(0%);
		transition: transform 500ms ease;
	}

	nav .links ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: unset;
		height: 100vh;
		width: 100%;
	}

	nav .links ul li:first-child {
		margin-top: 1rem;
	}

	nav .links ul li {
		margin-bottom: 2rem;
	}

	nav .links ul li .search {
		display: block;
		border: 1px solid lightgray;
		border-radius: 3px;
	}

	nav .links ul li a {
		font-size: 20px;
	}

	nav .menu {
		display: block;
		order: 1;
		cursor: pointer;
	}


	/* Banner */

	.banner-text {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.banner-text p {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.banner-text h1 {
		font-size: 40px;
		line-height: 3.3rem;
	}

	.banner-text p:last-of-type {
		font-size: 17px;
		letter-spacing: 0.5px;
		text-align: left;
		line-height: 1.8rem;
	}

	.banner-text a {
		padding: 12px 0;
	}


	/* New Arrivals */

	.text-arrivals {
		padding: 40px 0;
	}

	.text-arrivals .title h3 {
		letter-spacing: 1px;
		font-size: 22px;
		line-height: 1.8rem;
	}

	.text-arrivals .text-show-all a {
		font-size: 12px;
	}

	.arrival-images .arrival-image:last-child {
		padding-bottom: 60px;
	}


	/* Trend Collection */

	section .title-product h2 {
		font-size: 21px;
		letter-spacing: 1px;
	}

	.text-products .text-show-all a {
		font-size: 12px;
	}

	.product > .bg-white {
		max-width: 270px;
		min-height: 312px;
		margin: 20px auto;
	}


	/* Previews */

	.preview {
		padding: 50px 0px;
	}

	section .preview-item .image-preview {
		max-width: 381px;
		min-height: 302px;
		border-radius: 10px;
		border: none;
	}

	.preview-item .image-preview:first-child {
		margin-bottom: 30px;
	}

	.preview-item .image-preview img {
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
		object-position: center;
		-o-object-position: center;
	}

	.preview-item .image-preview a {
		display: block;
		width: 300px;
		font-size: 32px;
		font-weight: 500;
		text-align: center;
		color: #FDFDFD;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 2.2rem;
	}

	/* Footer */

	footer {
		padding: 80px 0 20px 0;
	}

	.footer-items .footer-item {
		margin-bottom: 1rem;
	}

	.footer-items .footer-item:last-child {
		margin-bottom: 0;
	}

	/* End Responsive Mobile Homepage */

	
}


/* Responsive Tablet */

@media (min-width: 768px) and (max-width: 991.98px) {

	/* Responsive Mobile Homepage */

	/* Navigasi */	

	nav.main-nav {
		padding: 0.9375rem;
		position: relative;
	}

	.brand {
		order: 2;
		height: 30px;
		text-align: center;
		padding-left: 1.5rem;
	}

	nav .brand h1 {
		height: 30px;
		line-height: 30px;
		padding-top: 2px;
		font-size: 23px;
	}
	
	nav .icon-for-user {
		order: 3;
	}

	nav .icon-for-user a {
		display: inline-block;
		text-decoration: none;
		padding-right: 10px;
	}

	nav .links {
		/* display: none; */

		position: absolute;
		top: 60px;
		left: 0;
		width: 90%;
		height: calc(100vh - 60px);
		background-color: #FBFBFB;
		z-index: 1;
		padding: 1rem 2rem;
		transform: translateX(-100%);
		transition: transform 500ms ease;
	}

	nav .links.show {
		transform: translateX(0%);
		transition: transform 500ms ease;
	}

	nav .links ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: unset;
		height: 100vh;
		width: 100%;
	}

	nav .links ul li:first-child {
		margin-top: 1rem;
	}

	nav .links ul li {
		margin-bottom: 2rem;
	}

	nav .links ul li .search {
		display: block;
		border: 1px solid lightgray;
		border-radius: 3px;
	}

	nav .links ul li a {
		font-size: 20px;
	}

	nav .menu {
		display: block;
		order: 1;
		cursor: pointer;
	}


	/* Banner */

	.pad-tab {
		padding: 1.8rem;
	}

	.banner-text p {
		font-size: 1rem;
	}

	.banner-text h1 {
		letter-spacing: 1px;
		font-weight: 600;
		font-size: 3rem;
	}

	.banner-text p:last-of-type {
		font-size: 1rem;
	}

	.banner-text a {
		height: 42px;
		width: 140px;
		font-size: 14px;
	}


	/* New Arrivals */

	section.new-arrivals {
		min-height: 1000px;
	}

	.text-arrivals {
		padding: 70px 0 40px 0;
	}

	.text-arrivals .title h3 {
		font-size: 25px;
		color: #3A3A3A;
		margin-bottom: 0;
	}

	.text-arrivals .text-show-all a {
		font-size: 15px;
	}

	.arrival-images {
		padding-bottom: 1.5rem;
	}


	/* Trend Collection */

	section .title-product h2 {
		font-size: 25px;
		margin-bottom: 0;
	}

	.text-products .text-show-all a {
		font-size: 1rem;
	}


	/* Preview */

	section.preview-section {
		min-height: 350px;
	}


	.preview-item .image-preview a {
		font-size: 25px;
		width: 100%;
	}

	footer {
		min-height: 381px;
		background-color: #F5F5F5;
		padding: 55px 0 10px 0;
	}

	.copyright-content p {
		letter-spacing: 1px;
		font-size: .9rem;
		color: #696868;
	}

}