.footer {
	background-image: url(../../images/footer-bg.jpg);
	background-size: cover;
	padding-top: 4rem;
	margin-top: -2px;
}

.footer .footer-link {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #196067;
}

.footer .footer-link .footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

.footer .footer-link .footer-menu li {
	margin-right: 2.5rem;
}

.popup-box:focus-visible{
	outline: none;
}

.footer .footer-social-menu li {
	margin-right: 1rem;
}

.footer .footer-menu li:last-child, .footer .footer-link .footer-social-menu li:last-child {
	margin-right: 0px;
}

.footer .footer-social-menu li a {
	color: #00263B;
	font-size: 120%;
	font-weight: 500;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.footer .copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .copyright .copyright-txt {
	color: #fff;
	font-size: 95%;
}

.footer .copyright .privacy-policy li {
	position: relative;
	margin-right: 1rem;
}

.footer .copyright .privacy-policy li a {
	text-decoration: none;
	color: #fff;
	font-size: 95%;
}

.footer .copyright .privacy-policy li:after {
	position: absolute;
	height: 15px;
	content: '';
	width: 1px;
	background-color: #fff;
	top: 20%;
	right: -10%;
}

.footer .copyright .privacy-policy li:last-child {
	margin-right: 0px;
}

.footer .copyright .privacy-policy li:last-child:after {
	display: none;
}

.footer-icons-sec {
	background-image: url(../../images/footer-bg.jpg);
	background-size: cover;
	overflow: clip;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: -1px;
	position: relative;
	overflow: visible !important;
}

.footer-icons-sec .icon-container {
	display: flex;
	align-items: stretch;
	position: relative;
	/*height: 100%;*/
	justify-content: space-evenly;
}

.footer-icons-sec .icon-container .icon-box {
	z-index: 11;
	position: relative;
	height: 100%;
	align-self: baseline;
	cursor: pointer;
	display: flex;
}

.icon-box-footer {
	height: 60px;
	background-color: #073C42;
	width: 100%;
	position: absolute;
	bottom: 4%;
}

.coming-soon-img img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 300/53;
	max-width: 300px;
}

.footer-icons-sec .icon-container .icon-box img {
	transform: scale(1.06);
	transform-origin: bottom;
}

.footer-icon-txt {
	margin: 0rem 0 3rem;
}

.footer-icon-txt h1 {
	font-family: "gin", serif;
	font-size: 10vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 4.2vw;
	color: #00383E;
	line-height: 1.2;
}

.footer-icon-txt p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 1rem;
}

.icon-container .icon-box:before {
	content: '';
	background-image: url(../../images/footer-arrow.png);
	height: 60px;
	width: 20px;
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 11;
}

.icon-container .icon-box:hover:before, .icon-container .icon-box.current:before {
	opacity: 1;
}

.icon-box .hover-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: z-index .5s ease, transform .6s ease;
}

.icon-box:hover .images-icon {
	opacity: 0;
}

.icon-box:hover .hover-img, .icon-box.current .hover-img {
	z-index: 1;
	opacity: 1;
	transform: scale(1.05);
}

.popup-box {
	position: absolute;
	width: 75%;
	left: 0;
	right: 0;
	bottom: 50%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../../images/origin-sec.jpg);
	padding: 2rem 3rem;
	display: none;
}

.popup-box .icon-box-content {
	display: none;
}

.popup-box .icon-box-content.current {
	display: block;
}

.popup-box h1 {
	color: #CB9E52;
	text-align: center;
	font-family: "gin", serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.popup-box p {
	color: #fff;
	font-size: 16px;
}

.popup-box img.design-img {
	margin-top: 3rem;
	max-width: 170px;
}

.popup-box .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.credit {
    color: #aaa;
    font-size: 12px;
    padding-bottom: 5px;
}
.credit a, .credit a:active {
	color: #d7a75e;
}
@media screen and (min-width:992px) and (max-width:1024px) {
	.footer-icon-txt {
		margin: 1rem 0 3rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.footer .footer-link .footer-menu li a {
		font-size: 95%;
	}

	.footer .copyright .copyright-txt {
		font-size: 80%;
	}

	.footer .copyright .privacy-policy li a {
		font-size: 80%;
	}

	.footer-icons-sec {
		padding-bottom: 3rem;
	}
	.footer-icon-txt {
		margin: 2rem 0;
	}


}

@media screen and (min-width:576px) and (max-width:768px) {
	.footer {
		padding-top: 2rem;
	}

	.footer .footer-link {
		flex-wrap: wrap;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.footer .footer-link .footer-menu li {
		width: 100%;
	}

	.footer-social-menu {
		margin-top: 1rem;
	}

	.footer .copyright {
		flex-wrap: wrap;
	}

	.footer .copyright .copyright-txt {
		font-size: 90%;
		text-align: center;
	}

	.footer .copyright .privacy-policy ul {
		text-align: center;
	}

	.footer .copyright .privacy-policy li a {
		font-size: 90%;
	}

	.footer-icons-sec {
		padding-bottom: 3rem;
		margin-top: -1px;
	}

}

@media screen and (min-width:320px) and (max-width:576px) {
	.footer {
		padding-top: 2rem;
	}

	.footer .footer-link {
		flex-wrap: wrap;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.footer .footer-link .footer-menu li {
		width: 100%;
	}

	.footer-social-menu {
		margin-top: 1rem;
	}

	.footer .copyright {
		flex-wrap: wrap;
	}

	.footer .copyright .copyright-txt {
		font-size: 80%;
		text-align: center;
	}

	.footer .copyright .privacy-policy ul {
		text-align: center;
	}

	.footer .copyright .privacy-policy li a {
		font-size: 90%;
	}

	.footer-icons-sec {
		padding-bottom: 3rem;
		margin-top: -1px;
	}
	.popup-box{
		position: fixed;
		top:0;
		padding: 3rem 2rem;
	}
	.popup-box h1{
		font-size: 60px;
	}
	.icon-container .icon-box:before {
		height: 35px;
		width: 20px;
		background-size: 70%;
		background-position: bottom;
		background-repeat: no-repeat;
		position: absolute;
		top: -7%;
		left: 50%;
	}

}
